@charset "UTF-8";


/**
 * #main
 */
#main {
	 background-color:#f1eefb;
}
#main .inner {
	text-align:center;
	padding:0 0 55px 0;
}
#main h1 {
	padding-top:50px;
}
#main h2 {
	margin:30px 0 40px;
	font-size:16px;
	font-weight:normal;
	line-height:1.8;
}
#main .btn {
    font-size: 22px;
    color: #fff;
    background-color: #ee7168;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    width: 536px;
    display: block;
    margin: 0 auto 14px;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    box-shadow: 0px 3px 0px 0px rgba(171,115,100,1);
}
#main .btn:hover {
	opacity: .8;
}
@media only screen and (max-width:768px) {
	#main {
		 padding:0;
	}
	#main h1 {
		padding:30px 10px 0 10px;
	}
	#main h1 img {
		width: 80%;
	}
	#main h2 {
		font-size:12px;
	}
	#main .btn {
		width: 90%;
		box-sizing: border-box;
		line-height: 1.5;
		font-size: 18px;
	}
}


/**
 * #network
 */

#network {
	padding:50px 0;
	background-color: #fff;
}
#network .inner {
	padding: 0;
}
#network h1 {
	text-align: center;
	padding: 0 10px 40px;
}
#network .accordion {
	overflow: hidden;
}
#network .accordion .l,
#network .accordion .r {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#network .accordion .l {
	padding-right: 20px;
}
#network .accordion .r {
	padding-left: 20px;
}
#network .accordion_item {
	margin-bottom: 27px;
}
#network .accordion_item h2 {
	cursor: pointer;
}
#network .accordion_item ul {
	/*display: none;*/
	text-align: center;
	padding: 16px 10px 0;
}
#network .accordion_item ul li {
	border-bottom: 1px dashed #623818;
}
/*#network .accordion_item ul li:last-child {
	border-bottom: 0;
}*/
#network .accordion_item ul a {
	display: block;
	color: #623818;
	font-size: 16px;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	line-height: 1.5;
	padding: 10px 0;
	text-decoration: none;
}
#network .accordion_item ul a:hover {
	text-decoration: underline;
}
#network .btn {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #ee7168;
    padding: 15px 12px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    display: block;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    box-shadow: 0px 3px 0px 0px rgba(171,115,100,1);
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
#network .empty .btn {
	opacity: .3;
	pointer-events: none;
}
#network .btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 20px;
    transition: all .5s;
}
#network .btn span::after {
	display: block;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#network .btn.act span {
    -webkit-transform: rotateX(180deg) translateY(-5px);
    transform: rotateX(180deg) translateY(-5px);
}
#network .btn:hover {
	opacity: .8;
}
@media only screen and (max-width:768px) {
	#network {
		padding:30px 0;
	}
	#network .accordion_item {
		margin-bottom: 18px;
	}
	#network .accordion {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#network .accordion .l,
	#network .accordion .r {
		float: none;
		width: 100%;
		padding: 0;
	}
	#network .btn {
		font-size: 16px;
	}
	#network .btn::after {
		width: 6px;
		height: 6px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

}



/**
 * #list
 */
#list {
	 background-color:#ffaf4f;
}
#list_contents {
	margin-top:10px;
}
#btn_pagetop span {
	color:#fff;
}
#spb {
	position:relative;
	top:-100px;
}
#list nav {
	width: 570px;
	margin: 40px auto 80px;
}
#list nav li {
	margin-bottom: 30px;
	line-height: 1.5;
}
#list nav li:last-child {
	margin-bottom: 0;
}
#list .btn {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #ee7168;
    padding: 15px 12px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    display: block;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    box-shadow: 0px 3px 0px 0px rgba(171,115,100,1);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 14px;
}
#list .empty .btn {
	opacity: .3;
	pointer-events: none;
}
#list .btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 20px;
    transition: all .5s;
}
#list .btn span::after {
	display: block;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#list .btn.act span {
    -webkit-transform: rotateX(180deg) translateY(-5px);
    transform: rotateX(180deg) translateY(-5px);
}
#list .btn:hover {
	opacity: .8;
}
#list #map {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px dashed #000;
}
#list #map h4 {
	text-align: center;
	margin-bottom: 14px;
}
#list #area {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px dashed #000;
}
#list #area h4 {
	text-align: center;
	margin-bottom: 14px;
}
#list #area #filter p,
#list #area #filter2 p {
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	color: #633d0b;
}
#list #area .exp {
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	color: #633d0b;
}
#list #area .arrow {
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	display: block;
	transform: translateY(-50%) rotate(135deg);
	margin: 14px auto;
}
@media only screen and (max-width:768px) {
	#spb {
		top:0;
	}
	#list nav {
		width: 100%;
		margin: 20px auto 40px;
	}
	#list nav li {
		font-size: 12px;
	}
	#list .btn {
		font-size: 16px;
	}
	#list .btn::after {
		width: 6px;
		height: 6px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
}