@charset "utf-8";
/* CSS Document */

body {
	font-family: "游ゴシック", "Yu Gothic", "Yu Gothic UI", YuGothic, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
a,
a:visited {
	outline: none;
	text-decoration: none;
	color: #333;
}
a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#wrapper {
	position: relative;
	background: #faf9f7;
	background-image: url(../images/wrapper_bg.png);
}
#wrapper.top {
	background: none;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
#wrapper > .inner {
	width: 100%;
	margin: 0;
	background: #FFF;
}

/* bar
------------------------------------------------------ */
.bar {
	position: absolute;
	display: block;
	z-index: 9998;
	background: #F29100;
	margin: 7px;
	-webkit-transition: all .8s cubic-bezier(.86,0,.07,1);
	transition: all .0s cubic-bezier(.86,0,.07,1);
}
.bar_top {
	height: 3px;
	left: 0;
	top: 0;
	right: 0;
}
.bar_right {
	width: 3px;
	right: 0;
	top: 0;
	bottom: 0;
}
.bar_bottom {
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
}
.bar_left {
	width: 3px;
	left: 0;
	top: 0;
	bottom: 0;
}
@media screen and (max-width:1040px) {
	.bar_right,
	.bar_left {
		display: none;
	}
	.bar_top,
	.bar_bottom {
		margin-left: 0px;
		margin-right: 0px;
		transition: 0s;
	}
}

/* tel
------------------------------------------------------ */
.tel {
	display: inline-block;
	width: 1000px;
	margin: 0 auto;
	height: 48px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
.tel img {
	float: right;
}
@media only screen and (max-width: 1000px){
	.tel {
		width: auto;
	}
}

/* header
------------------------------------------------------ */
header {
	width: 1000px;
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 20px;
}
#header_top {
	position: relative;
}
#logo {
	width: 400px;
}
.other_menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.other_menu ul{
	overflow: hidden;
	font-size: 90%;
	color: #4D4D4D;
	letter-spacing: 0.5px;
}
.other_menu ul li {
	padding: 0 20px;
	border-right: 1px solid #dfdfdf;
	line-height: 27px;
	float: left;
}
.other_menu ul li a:hover {
	color: #aaa;
}
.other_menu >ul > li:first-child {
	position: relative;
	padding-right: 110px;
}
.other_menu ul li:last-child {
	border-right: none;
}
ul.text_size {
	display: inline-block;
	margin-left: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 15px;
}
ul.text_size li {
	width: 42px;
	padding: 0;
	float: left;
	text-align: center;
}
ul.text_size li a {
	display: block;
	height: 26px;
	border-right: 1px solid #cacaca;
	background-color: #F8F8F8;
	line-height: 26px;
}
ul.text_size li:first-child a{
	border-radius: 10px 0 0 10px;
}
ul.text_size li:last-child a{
	border-radius: 0 10px 10px 0;
	border-right: none;
}
ul.text_size li.active a,
ul.text_size li a:hover {
	background-color: #a4a4a4;
	color: #FFF;
	font-weight: bold;
}

nav ul {
	margin-top: 32px;
	overflow: hidden;
}
nav ul li {
	box-sizing: border-box;
	width: 20%;
	float: left;
}
nav ul li a {
	display: block;
	height: 82px;
	position: relative;
	color: rgba(255,255,255,0);
}
nav ul li a span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 67px;
	border-left: 1px solid #dfdfdf;
	position: absolute;
	bottom: 0px;
}
nav > ul > li > a > span {
	font-size: 0;
}
nav ul li:last-child a span {
	border-right: 1px solid #dfdfdf;
}
nav ul li:nth-child(1) {
	background: url(../images/nav_010.png) no-repeat center;
}
nav ul li:nth-child(2) {
	background: url(../images/nav_020.png) no-repeat center;
}
nav ul li:nth-child(3) {
	background: url(../images/nav_030.png) no-repeat center;
}
nav ul li:nth-child(4) {
	background: url(../images/nav_040.png) no-repeat center;
}
nav ul li:nth-child(5) {
	background: url(../images/nav_050.png) no-repeat center;
}

/* メガメニュー
------------------------------------------------------ */
.mega_menu {
	display: none;
	position: absolute;
	top: 223px;
	left: 0;
	width: 100%;
	height: 325px;
	background-color: #FFE0B2;
	z-index: 999;
}
.mega_menu .inner {
	width: 1000px;
	margin: 0 auto;
}

#mega_1 {
	background-color: #FFE0B2;
	height: 232px;
}
#mega_1 .menu_wrap {
	width: auto;
	height: 232px;
	background-color: #FFE0B2;
}
#mega_1 h3 {
	padding-top: 40px;
	position: relative;
}
#mega_1 h3 a {
	display: inline;
	height: auto;
}
#mega_1 h3 a:hover {
	opacity: 0.6;
}
#mega_1 ul {
	display: block;
	width: 100%;
	margin-top: 30px;
	float: left;
}
#mega_1 ul li {
	width: 25%;
	padding-left: 1.5%;
	margin-right: 0;
	float: left;
	background: url(../images/orange_dot.png) left center no-repeat;
}
#mega_1 ul li a {
	display: inline;
	color: #333;
}
#mega_1 ul li a:hover {
	opacity: 0.6;
}
#mega_1 ul li a span {
	display: inline;
	position: relative;
	border: none;
	height: auto;
}
#mega_1 h3::after {
	content: "";
	position: absolute;
	top: -10px; left: 100px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #FFE0B2 transparent;
}
#mega_2 {
	background-color: #FFE0B2;
	height: 232px;
}
#mega_2 .menu_wrap {
	width: auto;
	height: 232px;
	background-color: #FFE0B2;
}
#mega_2 h3 {
	padding-top: 40px;
	position: relative;
}
#mega_2 h3 a {
	display: inline;
	height: auto;
}
#mega_2 h3 a:hover {
	opacity: 0.6;
}
#mega_2 ul {
	display: block;
	width: 100%;
	margin-top: 0;
	float: left;
}
#mega_2 ul li {
	width: 20%;
	margin-top: 30px;
	padding-left: 1.5%;
	margin-right: 0;
	float: left;
	background: url(../images/orange_dot.png) center left no-repeat;
}
#mega_2 ul li a {
	display: inline;
	color: #333;
}
#mega_2 ul li a:hover {
	opacity: 0.6;
}
#mega_2 ul li a span {
	display: inline;
	position: relative;
	border: none;
	height: auto;
}
#mega_2 h3:after {
	content: "";
	position: absolute;
	top: -10px; left: 300px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #FFE0B2 transparent;
}
/* mega_3 */
#mega_3 h3 {
	padding-top: 40px;
	position: relative;
}
#mega_3 h3 a {
	display: inline;
	height: auto;
}
#mega_3 h3 a:hover {
	opacity: 0.6;
}
#mega_3 ul {
	margin-top: 23px;
}
#mega_3 ul li {
	padding-top: 7px;
	background-image: none;
	text-align: center;
}
#mega_3 ul li a {
	display: inline-block;
	text-align: center;
}
#mega_3 ul li a img {
	border-radius: 50%;
}
#mega_3 ul li a:hover img{
	box-shadow: 0 0 6px 6px rgba(255,255,255,0.6);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#mega_3 ul li a span {
	display: block;
	margin-top: 10px;
	border: none;
	position: relative;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #333;
}
#mega_3 h3:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #FFE0B2 transparent;
}
#mega_4 h3 {
	position: relative;
	padding-top: 40px;
}
#mega_4 h3 a {
	display: inline;
	height: auto;
}
#mega_4 h3 a:hover {
	opacity: 0.6;
}
#mega_4 ul {
	margin-top: 38px;
	overflow: hidden;
}
#mega_4 ul li{
	width: auto;
	margin: 6px 36px 6px 6px;
	float: left;
	background-image: none;
}
#mega_4 ul li:last-child {
	margin-right: 6px;
}
#mega_4 ul li a {
	height: auto;
}
#mega_4 ul li a img {
	background-color: #FFF;
}
#mega_4 ul li a:hover img{
	box-shadow: 0 0 6px 6px rgba(255,255,255,0.6);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#mega_4 span {
	display: block;
	height: auto;
	margin-top: 13px;
	border: none;
	text-align: center;
	position: relative;
	color: #333;
}
#mega_4 h3:after {
	content: "";
	position: absolute;
	top: -10px; left: 70%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #FFE0B2 transparent;
}
#mega_5 {
	background-color: #FFE0B2;
	height: 232px;
}
#mega_5 h3 {
	position: relative;
	padding-top: 40px;
}
#mega_5 h3 a {
	display: inline;
	height: auto;
}
#mega_5 h3 a:hover {
	opacity: 0.6;
}
#mega_5 .inner .menu_wrap {
	width: auto;
	height: 212px;
	background-color: #FFE0B2;
}
#mega_5 ul {
	display: block;
	width: 100%;
	margin-top: 0;
	float: left;
}
#mega_5 ul li {
	width: 20%;
	padding-left: 1.5%;
	margin-top: 30px;
	margin-right: 0;
	float: left;
	background: url(../images/orange_dot.png) left center no-repeat;
}
#mega_5 ul li a {
	display: inline;
	color: #333;
}
#mega_5 ul li a span:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#mega_5 ul li a span {
	display: inline;
	height: auto;
	position: relative;
	border: none;
}
#mega_5 h3:after {
	content: "";
	position: absolute;
	top: -10px; right: 100px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #FFE0B2 transparent;
}

/* フッターメニュー（section_6）
------------------------------------------------------ */
.section_6 {
	background-color: #FFE8D4;
	padding-bottom: 50px;
	position: relative;
}
.pagetop {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: -56px;
}
.pagetop a:hover {
	opacity: 0.6;
}
.donate_button {
	display: inline-block;
	position: absolute;
	right: 88px;
	top: -56px;
}
.donate_button a:hover {
	opacity: 0.6;
}
.section_6 .data {
	width: 260px;
}
.section_6 .footer_menu {
	width: 726px;
	margin-top: 40px;
	overflow: hidden;
}
.section_6 h3 {
	padding-top: 50px;
}
p.address {
	margin-top: 10px;
	font-size: 15px;
	letter-spacing: -0.5px;
	line-height: 1.4;
}
p.mt15 img[alt="facebook"]:hover,
p.mt15 img[alt="twitter"]:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
p.mt15 img[alt="twitter"] {
	margin-left: 8px;
}
.trisection {
	width: 216px;
	height: 355px;
	padding: 5px 13px;
	background: url(../images/side_border.gif) left repeat-y;
	float: left;
}
.trisection:first-child {
	background: none;
}
.trisection p.subhead {
	margin-top: 40px;
	margin-bottom: 18px;
}
.trisection p.subhead span {
	display: block;
	height: 16px;
	font-size: 0px;
	color: transparent;
}
.trisection p.subhead span.toggle {
	display: none;
}
.one_third p.subhead:first-child span {
	background: url(../images/footer_menu_010.png) left center no-repeat;
}
.one_third p.subhead:nth-child(3) span {
	background: url(../images/footer_menu_020.png) left center no-repeat;
}
.two_third p.subhead:first-child span {
	background: url(../images/footer_menu_030.png) left center no-repeat;
}
.two_third p.subhead:nth-child(3) span {
	background: url(../images/footer_menu_040.png) left center no-repeat;
}
.three_third p.subhead span {
	background: url(../images/footer_menu_050.png) left center no-repeat;
}
.trisection p.subhead:first-child {
	margin-top: 0px;
}
.trisection p:last-child {
	margin-bottom: 5px;
}
.trisection p.subhead a:hover span {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.trisection.two_third p.subhead a:hover span {
	opacity: 1;
}
.trisection ul {
	display: block;
}
.trisection ul li {
	margin-left: 25px;
	padding-left: 10px;
	margin-bottom: 14px;
	background: url(../../shared/images/footer_menu_list.gif) left center no-repeat;
	font-size: 85%;
}
.trisection ul li a:hover {
	color: #aaa;
}
.trisection.three_third ul li {
	margin-left: 3px;
}
.trisection p.announce {
	margin-left: 3px;
	margin-top: 42px;
	font-size: 85%;
}
.trisection p.announce a:hover {
	color: #aaa;
}
.trisection p.donate {
	margin-left: 3px;
	margin-top: 23px;
	font-size: 85%;
}
.trisection p.donate a:hover {
	color: #aaa;
}

/* footer
------------------------------------------------------ */
footer {
	width: 100%;
	padding-bottom: 25px;
	background-color: #FFE8D4;
	text-align: center;
	font-size: 85%;
}
ul.footer_nav {
	width: auto;
	margin: 0 auto;
	padding-bottom: 14px;
	overflow: hidden;
	text-align: center;
}
ul.footer_nav li {
	display: inline-block;
	padding: 0 30px;
	height: 20px;
	border-right: 1px solid #e8cdcc;
	line-height: 20px;
}
ul.footer_nav li:last-child {
	border-right: none;
}
ul.footer_nav li a:hover {
	color: #aaa;
}
footer small {
	font-size: 13px;
}

@media only screen and (max-width: 1000px){
	.bar {
		display: none;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
	}
	.tel {
		display: block;
		width: 750px;
		height: auto;
		position: fixed;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.tel img {
		width: 100%;
	}
	.tel img.pc {
		display: none;
	}

	/* header
	------------------------------------------------------ */
	header {
		padding-top: 5px;
		padding-bottom: 0;
		position: fixed;
		z-index: 9999;
		width: 100%;
		background-color: #FFF;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	}
	header.active {
		height: 100%;
	}
	#header_top {
		position: relative;
		padding-bottom: 0;
	}
	#logo {
		width: 97%;
		margin-left: 3%;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	#logo img {
		height: 40px;
	}
	.other_menu {
		display: none;
	}
	.menu_button {
		display: block;
		margin-top: 11px;
		margin-right: 5%;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 99999;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 36px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #F29100;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}

	/* nav
	------------------------------------------------------ */
	nav {
		display: none;
	}
	.smp nav {
		display: none;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		position: absolute;
		z-index: 9999;
		overflow-x: hidden;
		overflow-y: scroll;
		background-color: #FFCE80;
	}
	.smp nav > ul {
		margin-top: 0;
		background-color: #FFCE80;
	}
	.smp nav > ul > li {
		display: block;
		width: 100%;
		background-image: none;
		color: #FFF;
		float: none;
	}
	.smp nav > ul > li > a {
		display: block;
		height: 50px;
		border-bottom: 1px solid #FFBC5A;
		position: relative;
	}
	.smp nav > ul li a span {
		width: 95%;
		margin-left: 5%;
		margin-right: 0px;
		height: 100%;
		border: none;
		color: #333;
		line-height: 49px;
		position: relative;
		box-sizing: content-box;
		font-size: 100%;
	}
	.smp header nav > ul li a span.down {
		display: block;
		width: 18%;
		height: 49px;
		position: absolute;
		right: 0;
		background: url(../images/down.png) no-repeat center;
	}
	.smp header nav > ul li a span.down.on {
		background-image: url(../images/down_on.png);
	}
	.smp header nav > .sp {
		padding-bottom: 65px;
	}
	.smp .mega_menu {
		display: none;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.smp .mega_menu .inner {
		width: 100%;
	}
	.smp .mega_menu .inner h3 {
		display: none;
	}
	.smp .mega_menu .inner ul {
		width: 100%;
	}
	.smp .mega_menu .inner ul li {
		width: 100%;
		background-image: none;
		float: none;
		background-color: #F29100 !important;
	}
	.smp .mega_menu .inner ul li img {
		display: none;
	}
	/* #mega_1 */
	#mega_1 {
		height: auto;
	}
	#mega_1 .menu_wrap {
		width: 100%;
		height: auto;
	}
	#mega_1 ul {
		display: block;
		width: 100%;
		margin: 0;
		background: #F29100;
		float: none;
	}
	#mega_1 ul li {
		width: 50%;
		margin: 0;
		padding: 0;
		float: left;
		background: none;
	}
	#mega_1 ul li a {
		display: block;
		background-image: none;
		height: 50px;
	}
	#mega_1 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	.smp #mega_1 ul li span {
		height: 50px;
		margin-top: 0px;
		margin-left: 10%;
		text-align: left;
		line-height: 50px;
		color: #FFF;
	}

	/* #mega_2 */
	#mega_2 {
		height: auto;
	}
	#mega_2 .menu_wrap {
		width: 100%;
		height: auto;
	}
	#mega_2 ul {
		display: block;
		width: 100%;
		margin: 0;
		background: #F29100;
		float: none;
	}
	#mega_2 ul li {
		width: 50%;
		margin: 0;
		padding: 0;
		float: left;
		background: none;
	}
	#mega_2 ul li a {
		display: block;
		height: 50px;
		background-image: none;
	}
	#mega_2 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	.smp #mega_2 ul li span {
		height: 50px;
		margin-top: 0px;
		margin-left: 10%;
		text-align: left;
		line-height: 50px;
		color: #FFF;
	}

	/* #mega_3 */
	#mega_3:after {
		display: none;
	}
	#mega_3 ul {
		width: 100%;
		margin: 0;
		background: #F29100;
	}
	#mega_3 ul li {
		width: 50%;
		height: 50px;
		padding-top: 0;
		float: left;
	}
	#mega_3 ul li a {
		display: block;
		padding-left: 12px;
		height: auto;
		top: 0;
	}
	#mega_3 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	#mega_3 ul li a span {
		width: 95%;
		height: 50px;
		padding-right: 0px;
		padding-left: 7%;
		margin: 0;
		color: #FFF;
		text-align: left;
		line-height: 50px;
		position: relative;
		top: 0;
	}
	#mega_3 ul li:nth-child(2) a span {
		height: 50px;
	}

	/* #mega_4 */
	#mega_4 ul {
		display: block;
		margin-top: 0px;
		background: #F29100;
	}
	#mega_4 ul li {
		width: 50%;
		margin: 0;
		padding: 0;
		float: left;
	}
	#mega_4 ul li a {
		padding-left: 12px;
	}
	#mega_4 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	#mega_4 ul li span {
		margin: 0;
		padding-left: 7%;
		text-align: left;
		color: #FFF;
	}
	/* #mega_5 */
	#mega_5 {
		height: auto;
	}
	#mega_5 .inner > div.menu_wrap {
		width: 100%;
		padding: 0;
		height: auto;
		float: none;
	}
	#mega_5 ul {
		display: block;
		width: 100%;
		margin: 0;
		background: #F29100;
		float: none;
	}
	#mega_5 ul:last-child {
		width: 100%;
	}
	#mega_5 ul li {
		width: 50%;
		height: 50px;
		margin: 0;
		padding: 0;
		float: left;
		background: none;
	}
	#mega_5 ul li a {
		display: block;
		height: 50px;
		background-image: none;
	}
	#mega_5 ul li a:hover {
		opacity: 1;
		background-color: #fcb345;
	}
	.smp #mega_5 ul li span {
		width: 100%;
		height: 50px;
		margin-top: 0px;
		margin-left: 10%;
		text-align: left;
		line-height: 50px;
		color: #FFF;
	}
	.mega_menu a:hover {
		background-color: #777;
	}
	.smp header > nav >.sp > ul {
		width: 80%;
		padding: 0 10% 30px;
		margin-top: 0px;
		background-color: #FFCE80;
		overflow: hidden;
	}
	.smp header > nav > .sp > ul li {
		width: 33.333%;
		margin-top: 20px;
		margin-bottom: 20px;
		background-image: none;
		float: left;
	}
	.smp header > nav > .sp > ul li:nth-child(3) a {
		width: 95%;
		margin: 0 auto;
	}
	.smp header > nav > .sp > ul li a {
		display: block;
		width: 90%;
		height: 40px;
		margin: 0 auto;
		border-radius: 20px;
		border: 1px solid #F29100;
		text-align: center;
		background-image: none;
		background-color: #F29100;
		color: #FFF;
		line-height: 40px;
	}

	/* section_6
	------------------------------------------------------ */
	.pagetop {
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
		height: auto;
		background: #F29100;
		text-align: center;
		cursor: pointer;
	}
	.pagetop img {
		height: 38px;
	}
	.section_6 .inner {
	}
	.section_6 .data.floatL {
		float: none;
	}
	.section_6 .footer_menu {
		margin-top: 0px;
	}
	.section_6 .footer_menu.floatR {
		width: 100%;
		float: none;
		flex-direction: column;
	}
	.trisection {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.trisection p {
		margin-bottom: 0px;
	}
	.trisection p.subhead {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.trisection p > a{
		display: block;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #8D7A49;
		line-height: 50px;
		background-color: #FFE8D4;
		position: relative;
	}
	.smp .trisection p.subhead a span {
		display: block;
		padding-left: 5%;
		height: 50px;
		background-image: none;
		font-size: 14px;
		color: #333;
	}
	.smp .trisection p.subhead a span.toggle {
		display: block;
		width: 75px;
		height: 50px;
		padding-left: 0px;
		background: url(../images/footer_menu_down.gif) no-repeat;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	.smp .trisection p.subhead a span.toggle.on {
		background-image: url(../images/footer_menu_down_on.gif);
	}
	.smp .trisection ul {
		display: none;
	}
	.trisection ul li {
		width: 100%;
		height: 50px;
		background-color: #f5d5b9;
		box-sizing: border-box;
		border-bottom: 1px solid #8D7A49;
		line-height: 50px;
		font-size: 14px;
		background-image: none;
		margin: 0;
		padding-left: 40px;
	}
	.trisection ul li a {
		display: block;
	}
	.trisection ul li:last-child {
		margin-bottom: 0px;
	}
	.trisection.three_third p.announce {
		width: 50%;
		margin: 0;
		box-sizing: border-box;
		border-right: 1px solid #8D7A49;
		float: left;
		text-align: center;
	}
	.trisection.three_third p.donate {
		width: 50%;
		margin: 0;
		float: right;
		text-align: center;
	}

	/* footer
	------------------------------------------------------ */
	ul.footer_nav {
		font-size: 100%;
	}
	ul.footer_nav li:first-child {
		padding-left: 0px;
	}
	ul.footer_nav li:last-child {
		padding-right: 0px;
	}
	.sp_address .aC img{
		width: 458px;
		margin: 0 auto;
	}
	.sns {
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.sns img:first-child {
		margin-right: 3%;
	}
	footer {
		padding-bottom: 150px;
	}
	footer small {
		font-size: 100%;
	}

}

@media only screen and (max-width: 750px){
	.bar {
		display: none;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
	}
	.tel {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.tel img {
		width: 100%;
	}
	.tel img.pc {
		display: none;
	}

	/* header
	------------------------------------------------------ */
	header {
		padding-top: 5px;
		padding-bottom: 0;
		position: fixed;
		z-index: 9999;
		width: 100%;
		background-color: #FFF;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	}
	header.active {
		height: 100%;
	}
	#header_top {
		position: relative;
		padding-bottom: 0;
	}
	#logo {
		width: 97%;
		margin-left: 3%;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	#logo img {
		height: 40px;
	}
	.other_menu {
		display: none;
	}
	.menu_button {
		display: block;
		margin-top: 11px;
		margin-right: 5%;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 99999;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 36px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #F29100;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}

	/* nav
	------------------------------------------------------ */
	.smp nav {
		display: none;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		position: absolute;
		z-index: 9999;
		overflow-x: hidden;
		overflow-y: scroll;
		background-color: #FFCE80;
	}
	.smp nav > ul {
		margin-top: 0;
		background-color: #FFCE80;
	}
	.smp nav > ul > li {
		display: block;
		width: 100%;
		background-image: none;
		color: #FFF;
		float: none;
	}
	.smp nav > ul > li > a {
		display: block;
		height: 50px;
		border-bottom: 1px solid #FFBC5A;
		position: relative;
	}
	.smp nav > ul li a span {
		width: 95%;
		margin-left: 5%;
		margin-right: 0px;
		height: 100%;
		border: none;
		color: #333;
		line-height: 49px;
		position: relative;
		box-sizing: content-box;
		font-size: 100%;
	}
	.smp header nav > ul li a span.down {
		display: block;
		width: 18%;
		height: 49px;
		position: absolute;
		right: 0;
		background: url(../images/down.png) no-repeat center;
		cursor: pointer;
	}
	.smp header nav > ul li a span.down.on {
		background-image: url(../images/down_on.png);
	}
	.smp header nav > .sp {
		padding-bottom: 65px;
	}
	.smp .mega_menu {
		display: none;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.smp .mega_menu .inner {
		width: 100%;
	}
	.smp .mega_menu .inner h3 {
		display: none;
	}
	.smp .mega_menu .inner ul {
		width: 100%;
	}
	.smp .mega_menu .inner ul li {
		width: 100%;
		background-image: none;
		float: none;
		background-color: #F29100 !important;
	}
	.smp .mega_menu .inner ul li img {
		display: none;
	}
	/* #mega_1 */
	#mega_1 {
		height: auto;
	}
	#mega_1 .menu_wrap {
		width: 100%;
		height: auto;
	}
	#mega_1 ul {
		display: block;
		width: 100%;
		margin: 0;
		float: none;
	}
	#mega_1 ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		background: none;
	}
	#mega_1 ul li a {
		display: block;
		background-image: none;
		height: 50px;
	}
	#mega_1 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	.smp #mega_1 ul li span {
		height: 50px;
		margin-top: 0px;
		margin-left: 5%;
		text-align: left;
		line-height: 50px;
		color: #FFF;
	}

	/* #mega_2 */
	#mega_2 {
		height: auto;
	}
	#mega_2 .menu_wrap {
		width: 100%;
		height: auto;
	}
	#mega_2 ul {
		display: block;
		width: 100%;
		margin: 0;
		float: none;
	}
	#mega_2 ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		background: none;
	}
	#mega_2 ul li a {
		display: block;
		height: 50px;
		background-image: none;
	}
	#mega_2 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	.smp #mega_2 ul li span {
		height: 50px;
		margin-top: 0px;
		margin-left: 5%;
		text-align: left;
		line-height: 50px;
		color: #FFF;
	}

	/* #mega_3 */
	#mega_3:after {
		display: none;
	}
	#mega_3 ul {
		width: 100%;
		margin: 0;
	}
	#mega_3 ul li {
		width: 100%;
		height: 50px;
		float: none;
	}
	#mega_3 ul li a {
		display: block;
		padding-left: 12px;
		height: auto;
		top: 0;
	}
	#mega_3 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	#mega_3 ul li a span {
		width: 95%;
		height: 50px;
		padding-right: 0px;
		padding-left: 3%;
		margin: 0;
		color: #FFF;
		text-align: left;
		line-height: 50px;
		position: relative;
		top: 0;
	}
	#mega_3 ul li:nth-child(2) a span {
		height: 50px;
	}

	/* #mega_4 */
	#mega_4 ul {
		display: block;
		margin-top: 0px;
	}
	#mega_4 ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}
	#mega_4 ul li a {
		padding-left: 12px;
	}
	#mega_4 ul li a:hover {
		background-color: #fcb345;
		opacity: 1;
	}
	#mega_4 ul li span {
		margin: 0;
		padding-left: 3%;
		text-align: left;
		color: #FFF;
	}
	/* #mega_5 */
	#mega_5 {
		height: auto;
	}
	#mega_5 .inner > div.menu_wrap {
		width: 100%;
		padding: 0;
		height: auto;
		float: none;
	}
	#mega_5 ul {
		display: block;
		width: 100%;
		margin: 0;
		float: none;
	}
	#mega_5 ul:last-child {
		width: 100%;
	}
	#mega_5 ul li {
		margin: 0;
		padding: 0;
		height: 50px;
		float: none;
		background: none;
		width: 100%;
	}
	#mega_5 ul li a {
		display: block;
		height: 50px;
		background-image: none;
	}
	#mega_5 ul li a:hover {
		opacity: 1;
		background-color: #fcb345;
	}
	.smp #mega_5 ul li span {
		width: 100%;
		height: 50px;
		margin-top: 0px;
		margin-left: 5%;
		text-align: left;
		line-height: 50px;
		color: #FFF;
	}
	.mega_menu a:hover {
		background-color: #777;
	}
	.smp header > nav >.sp > ul {
		width: 80%;
		padding: 0 10% 30px;
		margin-top: 0px;
		background-color: #FFCE80;
		overflow: hidden;
	}
	.smp header > nav > .sp > ul li {
		margin-top: 20px;
		margin-bottom: 20px;
		background-image: none;
	}
	.smp header > nav > .sp > ul li:nth-child(1) {
		width: 50%;
		float: left;
	}
	.smp header > nav > .sp > ul li:nth-child(2) {
		width: 50%;
	}
	.smp header > nav > .sp > ul li:nth-child(3) {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.smp header > nav > .sp > ul li:nth-child(3) a {
		width: 95%;
		margin: 0 auto;
	}
	.smp header > nav > .sp > ul li a {
		display: block;
		width: 90%;
		height: 40px;
		margin: 0 auto;
		border-radius: 20px;
		border: 1px solid #F29100;
		text-align: center;
		background-image: none;
		background-color: #F29100;
		color: #FFF;
		line-height: 40px;
	}

	/* section_6
	------------------------------------------------------ */
	.pagetop {
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
		height: auto;
	}
	.section_6 .inner {
	}
	.section_6 .data.floatL {
		float: none;
	}
	.section_6 .footer_menu {
		margin-top: 0px;
	}
	.section_6 .footer_menu.floatR {
		width: 100%;
		float: none;
		flex-direction: column;
	}
	.trisection {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.trisection p {
		margin-bottom: 0px;
	}
	.trisection p.subhead {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.trisection p > a{
		display: block;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #8D7A49;
		line-height: 50px;
		background-color: #FFE8D4;
		position: relative;
	}
	.smp .trisection p.subhead a span {
		display: block;
		padding-left: 5%;
		height: 50px;
		background-image: none;
		font-size: 14px;
		color: #333;
	}
	.smp .trisection p.subhead a span.toggle {
		display: block;
		width: 75px;
		height: 50px;
		padding-left: 0px;
		background: url(../images/footer_menu_down.gif) no-repeat;
		position: absolute;
		top: 0;
		right: 0;
	}
	.smp .trisection p.subhead a span.toggle.on {
		background-image: url(../images/footer_menu_down_on.gif);
	}
	.smp .trisection ul {
		display: none;
	}
	.trisection ul li {
		width: 100%;
		height: 50px;
		background-color: #f5d5b9;
		box-sizing: border-box;
		border-bottom: 1px solid #8D7A49;
		line-height: 50px;
		font-size: 14px;
		background-image: none;
		margin: 0;
		padding-left: 40px;
	}
	.trisection ul li a {
		display: block;
	}
	.trisection ul li:last-child {
		margin-bottom: 0px;
	}
	.trisection.three_third p.announce {
		width: 50%;
		margin: 0;
		box-sizing: border-box;
		border-right: 1px solid #8D7A49;
		float: left;
		text-align: center;
	}
	.trisection.three_third p.donate {
		width: 50%;
		margin: 0;
		float: right;
		text-align: center;
	}

	/* footer
	------------------------------------------------------ */
	ul.footer_nav li {
		padding: 0 5px;
	}
	ul.footer_nav li:first-child {
		padding-left: 0px;
	}
	ul.footer_nav li:last-child {
		padding-right: 0px;
	}
	.sp_address .aC img{
		width: 60%;
		margin: 0 auto;
	}
	.sns {
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.sns img:first-child {
		margin-right: 3%;
	}
	footer {
		padding-bottom: 150px;
	}
	footer small {
		font-size: 60%;
	}

}

@media screen and (max-width: 480px) {
	header {
		padding-top: 7px;
		padding-bottom: 0;
	}
	#header_top {
		padding-bottom: 0;
	}
	#logo {
		padding-top: 3px;
		padding-bottom: 10px;
	}
	#logo img {
		height: 34px;
	}
	.menu_button {
		margin-top: 9px;
	}
	.menu-trigger {
		width: 30px;
		height: 21px;
	}
	.menu-trigger span {
		height: 3px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.smp header nav > .sp {
		padding-bottom: 54px;
	}
	ul.footer_nav {
		font-size: 70%;
	}
}
