﻿@charset "utf-8";

.page-access .inner{
	max-width:100%;
	padding:0;
}

.way-btn{
	width:50%;
	margin:0 auto;
	background:#fff;
	display: none;
}

.way-btn li a{
	position:relative;
	float:left;
	display:block;
	width:50%;
	padding:18px 5px;
	border-top:1px solid #e0d0c0;
	border-right:1px solid #e0d0c0;
	border-left:1px solid #e0d0c0;
	font-family:'07logotypegothic7regular';
	font-size:1.6rem;
	color:#999;
	letter-spacing:.15em;
	text-align:center;
}

.way-btn li:first-child a{
	border-right:none;
}

.way-btn li.active a{
	background:#F6F6F6 url(../img/common/bg-glay.gif);
	color:#111;
}

.way-btn li.active a:after{
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	height:1px;
	width:100%;
	background:#f6f6f6;
	z-index:2;
}

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

.way-btn{
	width:90%;
	margin:80px 5% 0;
}

.way-btn li a{
	font-size:1.4rem;
	letter-spacing:.05em;
}

}

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

.way-btn{
	width:96%;
	margin:0 2% 0;
}

.way-btn li a{
	min-height:inherit;
	padding:15px 0;
}

.way-btn li a::before{
	display:none;
}

}

.way-box{
	overflow:hidden;
	width:100%;
	border-top:1px solid #e0d0c0;
	border-bottom:1px solid #e0d0c0;
	background-color:#F6F6F6;
}

.way-box-inner{
	margin:50px auto 0;
}

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

.way-btn li a{
	line-height:1;
}

.way-btn li a br{
	display:none;
}

}


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

.way-btn li a{
	line-height:1.3;
}

.way-box-inner{
	margin:30px auto 0;
}


}

#tab-area > ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
}

#tab-area > ul > li{
	width:50%;
	padding:0 50px;
}

#tab-area > ul > li:first-child{
	border-right:1px solid #ccc;
}

#tab-area > ul li p{
	font-size:1.6rem;
	text-align:center;
	letter-spacing:.15em;
}

#tab-area > ul li ul li a{
	display:block;
	padding:25px 15px;
	text-align:center;
	background-image:url(../img/common/bg-cross-gray.gif);
	background-color:#fff;
	border:2px solid #eee;
	font-size:1.4rem;
	letter-spacing:.15em;
}

@media screen and (min-width:901px) {

#tab-area > ul li ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:25px;
}

#tab-area > ul li ul li{
	width:48%;
	margin-right:4%;
}

#tab-area > ul li ul li:nth-child(even){
	margin-right:0;
}


#tab-area > ul li ul li:nth-child(n+3){
	margin-top:15px;
}

}

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

#tab-area > ul li ul li:nth-child(n+2){
	margin-top:10px;
}

#tab-area > ul > li{
	width:50%;
	padding:0 10px;
}

#tab-area > ul li p{
	margin-bottom:15px;
	font-size:1.5rem;
}

#tab-area > ul li ul li a{
	display:block;
	padding:10px 5px;
	text-align:center;
	background-image:url(../img/common/bg-cross-gray.gif);
	background-color:#fff;
	border:2px solid #eee;
	font-size:1.3rem;
}

}


.way-box h2{
	padding:15px;
	background-color:#A47B51;
	font-size:2.2rem;
	font-weight:700;
	color:#fff;
}

.way-box h2 span{
	display:block;
	max-width:1170px;
	margin:0 auto;
}

.way-box h2:nth-of-type(n+2){
	margin-top:50px;
}

.way-box h3{
	padding-left:15px;
	border-left:5px solid #E97C92;
	font-size:2rem;
	font-weight:700;
}

.way-box .access-box{
	max-width:1170px;
	margin:0 auto;
	padding:40px 15px 0; 
}

.way-box .access-box:nth-of-type(n+2){
	border-top:1px solid #ddd;
}

.page-access ul.access-list{
	max-width:1170px;
	margin:30px auto 0;
	padding:0;
}

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

.way-box h2{
	padding:10px 15px;
	font-size:1.6rem;
}

.way-box .access-box{
	padding:20px 15px; 
}

.way-box h3{
	padding-left:10px;
	border-left:5px solid #E97C92;
	font-size:1.6rem;
}

.page-access ul.access-list{
	margin:15px auto 0;
}

}




.page-access ul.access-list.sty1 li:nth-child(2n){
	background:url(../img/access/arrow.png) right top no-repeat;
}

.page-access ul.access-list.sty2 li:nth-child(2n) {
    width:calc(100% - 456px);
    background:url(../img/access/arrow2.png) right top no-repeat;
}

.page-access ul.access-list li {
	display:table;
	float:left;
	width:228px;
	margin-bottom:40px;
	text-align:center;
}

.page-access ul.access-list li:nth-child(6),
.page-access ul.access-list li:nth-child(11),
.page-access ul.access-list li:nth-child(16),
.page-access ul.access-list li:nth-child(21) {
    clear:left;
}

.page-access ul.access-list li:nth-child(2n+1) {
    min-height: 50px;
    background-color: #FFF;
    border: #DCDCDC 3px solid;
	border-radius:2px;
    font-weight: bold;
}

.page-access ul.access-list li:first-child,
.page-access ul.access-list li:last-child{
    background-color:#fff !important;
    border:#A47B51 solid 3px !important;
	border-radius:2px;
    color:#A47B51 !important;
}

.page-access ul.access-list li:nth-child(2n) {
	padding:25px 25px 0 10px;
}

.page-access ul.access-list li:nth-child(2n) p{
    font-size:1.5rem;
}

.page-access ul.access-list li p{
	margin:0;
}

.page-access ul.access-list li p a{
	text-decoration:underline;
}

.page-access ul.access-list li:nth-child(2n+1) p {
    display: table-cell;
    padding: 17px 10px;
    vertical-align: middle;
}

.page-access ul.access-list li:nth-child(2n) p span {
    display: block;
    color:#E97A92;
}


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

.page-access ul.access-list li{
	width:20%;
}

.page-access ul.access-list li:nth-child(2n) p{
    font-size:1.4rem;
}

.page-access ul.access-list.sty2 li:nth-child(2n) {
    width:calc(100% - 40%);
}

}

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

.page-access ul.access-list li:nth-child(2n) p{
    font-size:1.3rem;
}

}



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

.page-access ul.access-list{
    width:100%;
}

.page-access ul.access-list li{
    float:none;
    width:100%;
    margin-bottom:10px;
}


.page-access ul.access-list.sty1 li:nth-child(2n){
	width:100%;
	background:url(../img/access/arrow-sp.png) left bottom no-repeat;
}

.page-access ul.access-list.sty2 li:nth-child(2n){
	width:100%;
	background:url(../img/access/arrow-sp.png) left bottom no-repeat;
}


.page-access ul.access-list li:nth-child(2n) {
    padding:6px 0 6px 35px;
    text-align: left;
}

}





.page-access .way-list{
	max-width:1190px;
	margin:0 auto;
}

.page-access .way-list li{
	float:left;
}

.page-access .way-list li a{
	display:block;
    background-color:#fff;
	border-color:#dcdcdc;
	border-style:solid;
    border-radius:5px;
	text-align:center;
}

.page-access .way-list li a:hover{
    background-color:#FFF;
	border-color:#a47b51;
    color:#a47b51;
}

.page-access .way-list li a.active{
	font-weight:700;
    background-color:#a47b51;
	border-color:#a47b51;
    color:#fff;
}

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

.page-access .way-list p{
	padding-left:10px;
	font-size:1.8rem;
}

.page-access .way-list ul{
	margin-bottom:50px;
}

.page-access .way-list li{
	width:20%;
	margin-top:20px;
}

.page-access .way-list li a{
    min-height:60px;
	margin:0 10px;
	border-width:3px;
	font-size:1.6rem;
	line-height:60px;
}

}


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

.page-access .way-list{
	padding:0 15px;
}

.page-access .way-list p{
	font-size:1.6rem;
}

.page-access .way-list ul{
	margin-bottom:25px;
}

.page-access .way-list li{
	width:48%;
	margin-top:10px;
}

.page-access .way-list li:nth-child(even){
	margin-left:4%;
}

.page-access .way-list li:nth-child(n+3){
	margin-top:4%;
}

.page-access .way-list li a{
    min-height:40px;
	border-width:2px;
	font-size:1.4rem;
	line-height:40px;
}

}

.page-access-traffic .o--grp {
	margin-top: 30px;
}





