/* ヘッダーSP */
#header{
  display:none;
}

#float_phone_menu{
  display:none;
}

@media only screen and (max-width: 768px){
  #header{
    background-color: #FFF; 
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }

  #ftr_sp{
    padding-bottom: 26vw;
  }

  #top{
    margin-top:45px;
  }

  #header *,
  #header *::before,
  #header *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-gNaviSP__pList {
    margin: 0;
    padding: 10px 0 20px;
  }

  .l-gNaviSP__pItem {
    margin-top: 5px;
  }

  .l-gNaviSP__pItem .js-childList {
    display: none;
  }

  .l-gNaviSP__pItem .parentLink {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    text-decoration: none;
    padding-left: 35px;
  }

  .l-gNaviSP__pItem .parentLink.is-active, .l-gNaviSP__pItem .parentLink:hover {
    background: rgba(63, 64, 68, .08);
  }

  .l-gNaviSP__pItem .parentLink .iconArea {
    width: 30px;
  }

  .l-gNaviSP__pItem .parentLink .iconArea .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .l-gNaviSP__pItem .parentLink .iconArea .district {
    width: 16px;
    height: 19px;
  }

  .l-gNaviSP__pItem .parentLink .iconArea .area {
    width: 20px;
    height: 20px;
  }

  .l-gNaviSP__pItem .parentLink .iconArea .train {
    width: 15px;
    height: 21px;
  }

  .l-gNaviSP__pItem .parentLink .iconArea .map {
    width: 18px;
    height: 19px;
  }

  .l-gNaviSP__pItem .parentLink .linkTxt {
    font-size: 14.857px;
    font-size: 0.9285714286rem;
    line-height: 1.8461538462;
    font-weight: 700;
  }

  .l-gNaviSP__pItem .parentLink .linkTxt .en {
    margin-left: 20px;
    font-weight: 200;
    font-size: 11.428px;
    font-size: 0.7142857143rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }

  .l-gNaviSP__cList {
    margin: 15px 0 0 10px;
  }

  .l-gNaviSP__cItem {
    font-size: 14.857px;
    font-size: 0.9285714286rem;
    line-height: 1.3846153846;
    margin-top: 12px;
  }

  .l-gNaviSP__cItem > a {
    text-decoration: none;
    color: #333;
  }

  .l-gNaviSP__cItem > a:hover {
    text-decoration: underline;
  }


  .l-header {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
  }
  .p-headerSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    height: 45px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 10px;
  }

  .p-headerSP__logo {
    text-align: center;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    line-height: 1;
  }

  .p-headerSP__logo .logo {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    line-height: 1;
    margin: 0;
    position:static;
  }

  .p-headerSP__logo .logo img {
    width: 135px;
  }

  .p-headerSP__logo .seal img {
    width: 98px;
  }

  .p-headerSP__contact {
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    line-height: 1;
  }

  .p-headerSP__contact img {
    width: 110px;
  }

  .p-headerSP__menuBtn {
    position: relative;
    width: 135px;
    height: 45px;
    font-size:0px;
  }

  .p-headerSP__menuBtn img {
    width: 45px;
  }

  .p-headerSP__menuBtn img {
    border-left:1px #C4C4C4 solid;
  }
  .p-headerSP__menuBtn .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }

  .l-spMenuArea {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    z-index: 3;
    -webkit-box-shadow: 0 4px 4px rgba(100,100,100,0.5);
            box-shadow: 0 4px 4px rgba(100,100,100,0.5);
  }

  .l-spMenuArea .menuClose {
    padding: 10px 0;
    background: #3d3d3d;
    text-align: center;
    font-size: 13.714px;
    font-size: 0.8571428571rem;
    line-height: 1;
  }

  .l-spMenuArea .menuClose span {
    color: #fff;
    position: relative;
    padding-left: 20px;
  }

  .l-spMenuArea .menuClose span::before {
    display: block;
    content: '';
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 9px;
    left: 0;
  }

  .l-spMenuArea .menuClose span::after {
    display: block;
    content: '';
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 9px;
    left: 0;
  }

  #float_phone_menu{
    background-color:rgba(0,0,0,1);
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:3% 0%;
    text-align:center;
    color:#FFF;
    z-index:100;
  }
  #float_phone_menu a{
    text-decoration:none;
  }
  /*
  #float_phone_menu div{
    background-color:#FFF;
    margin:5px auto;
    width:100%;
    padding:5px 0;
    color:#000;
    font-size:5vw;
  }
  #float_phone_menu div i{
    margin-right:8px;
    color:#223C97;
  }

  #float_phone_menu span:last-child{
    font-size:10px;
  }
	*/
}

/* sp contact menu revision */
.float_phone_menu_box{
	display: flex;
	text-align: center;
	margin: 0 10px;
}
.float_phone_menu_col_tel, .float_phone_menu_col_mail{
	display: flex;
	background-color: #FFF;
	width: 100%;
	margin: 10px 5px;
	padding: 10px;
}
.float_phone_menu_col_tel a, .float_phone_menu_col_mail a{
	display: flex;
	width: 100%;
}
.float_phone_menu_col_tel_l img, .float_phone_menu_col_mail_l img{
	width: 35px;
}
.float_phone_menu_col_tel_r, .float_phone_menu_col_mail_r{
	color: #000;
	font-size: 18px;
	margin: 0 10px;
	width: 100%;
}
.float_phone_menu_col_tel_r a, .float_phone_menu_col_mail_r a{
	color: #000;
}
.float_phone_menu_col_tel_r span{
	font-size: 10px;
}
.float_phone_menu_title{
	font-size: 18px;
}
@media all and (min-width: 480px) {
	.float_phone_menu_col_mail_r div{
		margin-top: 4%;
	}
	.float_phone_menu_col_tel_l img, .float_phone_menu_col_mail_l img{
		margin-top: 5px;
	}
}
@media all and (max-width: 480px) {
	.float_phone_menu_col_tel a, .float_phone_menu_col_mail a{
		align-items: center;
	}
	.float_phone_menu_col_tel_l .float_phone_menu_col_mail_l{
		width: 20%;
	}
	.float_phone_menu_col_tel_r, .float_phone_menu_col_mail_r {
		font-size: 13px;
		width: 80%;
	}
	.float_phone_menu_col_tel_l img, .float_phone_menu_col_mail_l img {
		width: 22px;
	}
	.float_phone_menu_box{
		text-align: left;
	}
}

