﻿@charset "utf-8"; 

#logo {
	display:inline-block;
	width: 256px;
	height: 48px;
}

nav{
	width: 100%;
	height: 70px;
	position: relative;
	background: #F6F6F6;
}

.drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 0 8px;
}



.menu{
	position: static;

}
.menu ul {
	display: none;
}

/*リストのレイアウト設定*/

.menu ul li{
	list-style: none;
	text-align: center; 
}

.menu ul li a{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding: 6px 10px 46px 10px;
	display: block;
	letter-spacing: 0.1em;
}





/*トグルボタンのスタイルを指定*/

.Toggle02{
	position:absolute;
	z-index: 9999;/*ボタンを最前面に*/
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.Toggle02 span{
	display: block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #666;
	width: 45%;
}

.Toggle02 span:nth-of-type(1) {
	top: 15px;	
}

.Toggle02 span:nth-of-type(2) {
	top: 23px;
}

.Toggle02 span:nth-of-type(3) {
	top: 31px;
}

.Toggle02.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.Toggle02.active span:nth-of-type(2) {
	opacity: 0;
}

.Toggle02.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}



.breadcrumb_area {
	margin: 8px 8px;
	padding: 0 8px;
}

.list_item {
	display: inline-block;
	font-size: 14px;
	line-height:1.5;
	padding: 4px 0;
}

.list_item::after {
	content: '＞';
	padding: 0 4px;
}

.list_item:last-child::after {
	content: '';
}

.list_item_link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}





#page_link_area {
	width: 90%;
	margin: 32px auto;
}

.page_link_container {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	height:auto;
}

.page_link_svg {
	color: #ffffff;
	width: 25%;
}

.page_link_svg a {
	display:block;
}

.page_link_svg img {
	vertical-align: top;
	margin: 2px;
}




.footer_menu {
	background-color: #f2f2f2;
	padding: 40px 0px;
}

.footer_menu_frame {
	margin: 0 auto;
	width: 90%;
}

.footer_menu .footer_list {
	margin: 0 auto;
}

.footer_menu .footer_list .footer_titile {
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding: 20px 0%;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.footer_menu .footer_list .footer_box .footer_titile {
	background-color: #f2f2f2;
}

.footer_menu .footer_list .footer_box .footer_box .footer_titile {
	background-color: #f2f2f2;
}

.footer_menu_frame {
	border-top: 1px solid #cccccc;
}

.footer_menu .footer_list .footer_titile_word, .footer_menu .footer_list .footer_box .footer_titile, .footer_menu .footer_list .footer_box .footer_box	.footer_titile {
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding: 20px 4%;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.footer_menu .footer_list .footer_titile_gif {
	display: none;
}

.footer_menu .footer_list .footer_box .footer_titile_gif {
	display: none;
}

.footer_menu .footer_list .footer_box .footer_box .footer_titile_gif {
	display: none;
}

.footer_menu .footer_list .footer_titile:hover {
	opacity: .8;
}

.footer_menu .footer_list .footer_titile_word:hover {
	opacity: .8;
}

.footer_menu .footer_list .footer_titile .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 40px;
	height: 40px;
	margin-top: -16px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer_menu .footer_list .footer_titile .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.footer_menu .footer_list .footer_titile.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.footer_menu .footer_list .footer_titile .i_box .one_i:before, .footer_menu .footer_list .footer_titile .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #888888;
	border-radius: 5px;
	width: 12px;
	height: 4px;
	position: absolute;
	top: 4px;
	left: 0;
}

.footer_menu .footer_list .footer_titile .i_box .one_i:before {
	width: 4px;
	height: 12px;
	top: 0;
	left: 4px;
}

.footer_menu .footer_list .footer_titile.open .i_box .one_i:before {
	content: none;
}

.footer_menu .footer_list .footer_titile.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
}

.footer_menu .footer_list .footer_box {
	display: none;
	padding: 0;
	box-sizing: border-box;
}

.footer_menu .footer_list .footer_box .box_one {
	height: 300px;
}

.footer_menu .footer_list .footer_box p.txt_a_ac {
	margin: 0;
}

.footer_guide {
	background-color: #ffffff;
	padding: 40px 0px;
	margin: 0 auto;
	width: 90%;
}

.footer_guide .footer_guide_titile {
	color: #444444;
	font-size: 13px;
	padding: 20px 0%;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.footer_color {
	color: #444444;
}

.footer_guide_color {
	color: #444444;
}



footer {
	border-top: 1px solid #cccccc;
	text-align: center;
	padding: 26px 0;
	margin: 0 auto;
	width: 90%;
}

footer p {
	color: #555555;
	font-size: 15px;
}







@media screen and (min-width: 769px) {
  
header::after{
	display: none;
}
  
  
nav{
	display: flex;
}

.Toggle02{
	display: none;
}

.menu{
	position: absolute;
	width: 960px;
	background-color: transparent;
	margin-top: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menu{
	top: 0;
}

.menu{
	height: 1vh;

}

.menu.panelactive .menu-list{
	height: 1vh;
}

/*ナビゲーション*/
.menu ul {
	top: 36px;
	right: -460px;
}

.menu ul{
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.menu ul li a{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding: 10px;
	display: block;
	letter-spacing: 0.1em;
}

.menu ul li a{
	padding: 0 1em;
	border-bottom: none;
}

.menu ul li a:hover{
	background-color: transparent;
}



.breadcrumb_area {
	width: 960px;
}

.breadcrumb_area {
	margin: 16px auto;
	padding: 0;
}

.page_link_svg {
	width: 20%;
}



.footer_menu_frame {
	width: 960px;
	display: flex;
}

.footer_menu_frame {
	border-top: none;
}

.footer_titile_gif {
	width: 128px;
	height: 32px;
}

.footer_menu .footer_list .footer_titile_word, .footer_menu .footer_list .footer_box .footer_titile, .footer_menu .footer_list .footer_box .footer_box	.footer_titile {
	border-bottom: none;
	padding: 8px 4%;
}

.footer_menu .footer_list .footer_titile {
	display: none;
}

.footer_menu .footer_list .footer_titile_word {
	display: block;
}

.footer_menu .footer_list .footer_box .footer_titile {
	display: none;
}

.footer_menu .footer_list .footer_box .footer_box .footer_titile {
	display: none;
}

.footer_menu .footer_list .footer_titile .i_box {
	display: none;
}
.footer_menu .footer_list .footer_titile .i_box .one_i {
	display: none;
}
.footer_menu .footer_list .footer_titile.open .i_box {
	display: none;
}
.footer_menu .footer_list .footer_titile .i_box .one_i:before, .footer_menu .footer_list .footer_titile .i_box .one_i:after {
	display: none;
}
.footer_menu .footer_list .footer_titile .i_box .one_i:before {
	display: none;
}
.footer_menu .footer_list .footer_titile.open .i_box .one_i:before {
	display: none;
}
.footer_menu .footer_list .footer_titile.open .i_box .one_i:after {
	display: none;
}

.footer_menu .footer_list .footer_titile_gif {
	display: block;
}
.footer_menu .footer_list .footer_box .footer_titile_gif {
	display: block;
}
.footer_menu .footer_list .footer_box .footer_box .footer_titile_gif {
	display: block;
}

.footer_menu .footer_list .footer_box {
	display: block;
}


.footer_guide {
	width: 960px;
	display: flex;
	justify-content: space-around;
	padding: 10px 0px;
}

footer {
	width: 960px;
}



}