@charset "UTF-8";

a:focus,
a:hover{
	outline:none;
}

/*スマホ電話番号リンク色*/
a[href^="tel:"] {
    color: #333;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    border-bottom: none !important;
}


.p-access article a:hover{
text-decoration: underline;
}

.p-access .global-main img{
    max-width: 50%;
    height: auto;
}

.p-access ._sp{
display: none;
}


/*レイアウト*/
.p-access .global-main{
margin-top: 23px;
line-height: 1.6;
box-sizing: content-box;
color: #333;
}
.p-access .global-main section{
padding-bottom: 50px;
padding-top: 25px;
}

.p-access .global-main section:first-of-type{
padding-top: 30px;}

.p-access .inner-box{
padding-left: 15px;
padding-right: 15px;
}
.p-access .inner-box li {
margin-bottom: 0.6em;
}

.p-access .global-main section:nth-last-child(2) {
border-bottom: 1px solid #c9c9c9;
padding-bottom: 50px;
padding-top: 25px;
box-shadow: 0px 15px 0px 0px #e6e6e6;
}

.p-access .global-main section:last-child{
padding-top: 50px;
margin-bottom: 100px;
}

/*調整用*/
.f20{
font-size: 20px;
}
.mb15{
margin-bottom: 15px
}

/*スタイル*/

.p-access .gradient-div {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d9d9d9;
  box-shadow: inset 0 10px 6px -7px rgba(0, 0, 0, 0.06);
  padding-top: 30px;
}

.p-access .attention{
color: #df0623;
}

.p-access .outlink.-emphasis{
color: #df0623;
position: relative;
padding-right: 1.8em;
font-size: 14px;
}
.p-access .outlink.-emphasis::after{
content: "";
background-image: url("../img/common/icon_link_red.png");
background-size: contain;
background-repeat: no-repeat;
transform: translateY(0.1em);
width: 1em; 
height: 1em;
display: inline-block;
margin-left: 0.5em;
}


.p-access .outlink.-white{
color: #fff;
position: relative;
}
.p-access .outlink.-white::after{
content: "";
background-image: url("../img/common/icon_link_w.png");
background-repeat: no-repeat;
background-size: cover;
width: 1em;
height: 1em;
display: inline-block;
margin-left:0.5em;
transform: translateY(0.1em);
}



/*左マージン*/
.indent-block{
display: block;
margin-left: 1.5em;
}

/*ボード（囲み）*/
.p-access .kanbanboard{
display: block;
background-color: #f7f7f7;
border: 1px solid #d8d8d8;
padding: 1em 15px;
margin-bottom: 15px;
text-align: center;
}

.p-access .kanbanboard.-white{
background-color: #ffffff;
}

.p-access .kanbanboard .maintext{
font-size: 21px;
color: #000;
font-weight: bold;
}
.p-access .kanbanboard .subtext{
font-size: 16px;
color: #4d4d4d;
margin-bottom: 1em;
}

.p-access .kanbanboard .more-infomation-btn + .maintext{
margin-top: 1.5em;
}


/* 下線付ボックス */
.p-access .box-underline {
   border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 0.5em;
}

/* 下線付き横並び */
.p-access .keisennote {
  display: flex;
   border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.p-access .keisennote dt{
font-weight: bold;
margin: 0 2em 0 0;}
.p-access .keisennote dd {
}

/*上部ナビゲーション*/
.p-access .contents-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  list-style: none;
  justify-content: center;
}

.p-access .contents-nav a{
  color: #000000;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.p-access .contents-nav li::after {
  content: "/";
  color: #999999;
  margin-left: 0.5em;
  margin-right: 0.5em;
}


/*ボタン*/
.p-access .more-infomation-btn {
    margin-top: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.p-access .more-infomation-btn a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    background-color: #df0623;
}

.p-access .more-infomation-btn.-gray a {
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  color: #df0623;
}
.p-access .more-infomation-btn.-white a {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #df0623;
}




/*見出し要素*/
.p-access .contents-title.-lv1{
text-align: center;
font-size: 24px;
font-weight: bold;
margin-bottom: 0.5em;
}

.p-access .contents-title.-lv2{
    margin-bottom: 30px;    
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.p-access .contents-title.-lv3{
    margin-bottom: 0.6em;    
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #df0623;
}

.p-access .contents-title.-lv4{
    margin-top: 2em;
    margin-bottom: 0.7em;    
    font-size: 16px;
    font-weight: bold;

}
.p-access .contents-title.-lv4::before {
  content: "■"; 
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}

.p-access .global-main section:last-child .contents-title.-lv3{
margin-top: 30px;
}

/*アコーディオン*/
.p-access .accordion {
    width: 100%;
    margin: 0 auto;
}

.p-access .accordion img{
    max-width: 100%;
    height: auto;
}

.p-access .accordion p + p{
margin-bottom: 0.5em;}


.p-access .accordion-checkbox {
    display: none;
}

.p-access .accordion-button {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 50px;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: background-color 0.3s;
    display: block;
    position: relative;
}

.p-access .accordion-button:hover {

}

.p-access .accordion-button::after {
    content: '＋';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: #df0623;
    color: white;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
}

.p-access .accordion-checkbox:checked + .accordion-button::after {
    content: '－';
    background-color: #808080;
}

.p-access .accordion-content {
    display: none;
    background-color: #f2f2f2;
    padding: 1.5em;
    margin-bottom: 10px;
    border-top: 1px solid #d9d9d9;
}

.p-access .accordion-checkbox:checked + .accordion-button + .accordion-content {
    display: block;
}

.p-access .accordion-button:last-of-type {
    border-bottom: 1px solid #d9d9d9;
}

.p-access .accordion-button:hover {
    background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), rgba(224, 224, 224, 0.2));
    transition: background-image 0.3s ease;
}

.p-access .accordion .maintext {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.p-access .accordion hr{
    border: none;
    height: 1px;
    background-color:#d9d9d9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.p-access .accordion .more-infomation-btn a{
padding: 11px 0;
}
.p-access .accordion .more-infomation-btn p + p {
    margin-bottom: 0;
}

.p-access .accordion-content .kanbanboard{
background: #e6e6e6;
margin-top: 1em;
margin-bottom: 1.5em;
}

.p-access .accordion-content .kanbanboard .maintext span{
font-size: 14px;
font-weight: normal;
}

.p-access .accordion-content .kanbanboard .more-infomation-btn {
    margin-top: 0;
}

.p-access .accordion-content .more-infomation-btn + h4{
margin-top: 1.8em
}


/*交通ルート*/
.p-access .route{
margin-left: 9px;
}


.p-access .route-list {
    padding: 1em 0 0;
}

.p-access .route-list-item {
    position: relative;
    border-left: 1px solid #bfbfbf;
}

.p-access .route-list-item .landmark {
    padding: 0 0 0 25px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transform: translateY(-25%);
}

.p-access .route-list-item .vehicle {
    font-size: 14px;
    padding: 0 0 1.5em 25px;}

.p-access .route-list-item .landmark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px; /*widthの半分の値を指定*/
    width: 10px;
    height: 10px;
    background-color: #df0623;
    border-radius: 5px;
    transform: translateY(-60%);
}
.p-access .route-list-item:last-child {
    border-left: none;
}

.p-access .inner-box .route li{
margin-bottom: 0;
}

/*お問い合せ*/
.p-access .numbers{
font-size: 24px;
font-weight: bold;
color: #000;
}
.p-access .numbers .text{
font-size: 14px;
margin-top: -0.5em;
vertical-align: top; 
}
/*フリーダイヤル*/
.p-access .freedial{
    position: relative;
}

.p-access .freedial::before{
    content: "";
    background-image: url('../img/common/icon_freedial.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1em;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(0.2em);
}

/*上部地図*/
.p-access .top-map{
width: 980px;
padding-left: 15px;
padding-right: 15px;
margin: auto;
}

.p-access .top-map img{
width: 100%;
height: auto;
max-width: 980px;
margin-bottom: 30px;
}
.p-access .top-map{
margin-bottom: 30px;
}




@media screen and (max-width: 639px){
  .p-access .global-main{ margin-top: 20px;}
  .p-access ._pc{display: none;}
  .p-access .gradient-div {
  padding-top: 20px;
}
.p-access .more-infomation-btn {
  width: 100%;}
.p-access .kanbanboard .maintext{
font-size: 16px;
}
.p-access .accordion .box-underline .subtext {
    font-size: 13px;
}
.p-access .accordion .box-underline .maintext {
    font-size: 15px;
}
.p-access .-barrierfreee .keisennot dt{
margin: 0 1em 0 0;
flex-basis: 5em;}
.p-access .-barrierfree .keisennote dd {
flex-basis:　calc(100% - 4em);
}
.p-access .contents-nav li::after {
  margin-left: 2px;
  margin-right: 2px;
}
.p-access .top-map{
width: 100%;
padding: 0;
}
}


