*{
 box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  /*background: url(../img/common/bg001.png) center 640px no-repeat; */}
a:focus {
  outline: none;
}
#headerWrap {
  /*background-color: rgba(255,255,255,0.9);*/
  height: 135px;
  width: auto; }

#header {
  background-color: rgba(255, 255, 255, 0.9);
  height: 120px;
  /*position: absolute;*/
 position: relative;
  z-index: 1;
  top: 0;
  /*left: 50%;
  margin-left: -480px;*/ }

.container {
  width: 960px;
  margin: 0 auto; }

.container_wide {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }
@media screen and (min-width: 1140px){
.container_inner{
 padding: 0 25px;
}
}
@media screen and (min-width: 768px)  and (max-width: 1139px){
.container_inner{
 padding: 0 2.5%;
}
}
.ovfh {
  overflow: hidden;
}
.Noclick {
  pointer-events: none !important;
}
/*
#slider{
	width: auto;
	position:absolute;
	clear: both;
	top: 0;
	}
*/
#main {
  margin-top: 50px;}
  #main p {
    font-size: 14px;
    line-height: 180%;
    color: rgba(0,0,0,0.80);
	padding: 0 10px 0 10px;
	
  }

  
  .fcb{
	color: rgba(0,0,0,0.80) !important;
}
  
   #mainF p {
    font-size: 14px;
    line-height: 180%;
    color: #323333;
	padding: 0 10px 0 10px;
	
	 }
	 
	 

h1{
	color:#000;
	font-size:12px;
}
.header_logo{
 width: 30%;
 max-width: 213px;
  position: relative;
}
@media screen and (min-width: 768px)  and (max-width: 960px){
.header_logo{
 position: absolute;
 width: 16%;
 top: 10px;
 left: 2.5%;
}
.header_logo img{
 height: auto;	
}
}
@media screen and (min-width: 961px){
.header_logo::before{
  content: "ポラスの注文住宅ブランド";
  position: absolute;
  top: -1.6em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.3em;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  font-weight: 500;
}
}
.headerNav {
  /*position: absolute;
  right: 20px;
  top: 0;*/
  display: flex;
justify-content: flex-end;}
  .headerNav ul {
    margin-right: 20px;
    /*width: 552px;*/
    overflow: auto;
    clear: right; }
    .headerNav ul li {
      float: left;
      white-space: nowrap;
/*      text-indent: 100%;*/
      overflow: hidden;
      margin-left: 15px; }
      .headerNav ul li:first-child {
        margin-left: 0px; }
      .headerNav ul li a {
        width: 155px;
        height: 51px;
        display: block; }
.header_pokus_link{
 display: block;
 max-width: 64px;
 width: 100%;
 margin: 10px 0 0 0;
}

.headerNav li.hnav01 a {
/*    background: url(../img/common/topnav.png) 0px 0px; */
}
/*.headerNav li.hnav01 a:hover {
     background: url(../img/common/topnav.png) 0px 32px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/common/topnav1_.png) no-repeat;
		-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
.headerNav li.hnav01 a:hover img{
	opacity:0;
}*/
.headerNav li.hnav02 a {
/*    background: url(../img/common/topnav.png) -174px 0px; */
}
/*.headerNav li.hnav02 a:hover {
background: url(../img/common/topnav.png) -174px 32px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/common/topnav2_.png) no-repeat;
		-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
.headerNav li.hnav02 a:hover img{
	opacity:0;
}*/
.headerNav li.hnav03 a {
/*    background: url(../img/common/topnav.png) -348px 0px; */
}
/*.headerNav li.hnav03 a:hover {
      background: url(../img/common/topnav.png) -348px 32px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/common/topnav3_.png) no-repeat;
		-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
.headerNav li.hnav03 a:hover img{
	opacity:0;
}*/

#headerContent {
  /*position: absolute;
  top: 64px;*/
  display: flex;
  justify-content: space-between;}

@media screen and (min-width: 768px)  and (max-width: 960px){
#headerContent{
 justify-content: flex-end;
}
}

.gNav {
  margin-top: 30px;
    /*width: 733px;*/
    /*float: right;*/
    /*margin-right: 20px;*/ }
.gNav ul{
	display: flex;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.gNav ul li{
display: flex;
 align-items: center;
 font-size:16px;
}
.gNav ul li a{
 /*font-weight: bold;*/
 color: #333;
}
.gNav ul li a:hover{
 color: #aa1144;
}
.gNav ul li:not(:last-child){
 margin:0 1em 0 0;
}
.gNav ul li:not(:last-child)::after{
 content: "";
 border-right: 1px dotted #ccc;
 height: 15px;
 display: inline-block;
  margin:0 0 0 1em;
}
  .gNav ul li {
    /*float: left;*/
    /*white-space: nowrap;
    text-indent: -9999%;
    height: 15px; }
    .gNav ul li a {
      height: 15px;
      display: block; */}
  /*.gNav li.gnav01 {
    width: 130px; }
    .gNav li.gnav01 a {
      background: url(../img/common/gnav.png) 0px -1px; }
      .gNav li.gnav01 a:hover {
        background: url(../img/common/gnav.png) 0px 15px; }
  .gNav li.gnav02 {
    width: 92px; }
    .gNav li.gnav02 a {
      background: url(../img/common/gnav.png) -214px -1px; }
      .gNav li.gnav02 a:hover {
        background: url(../img/common/gnav.png) -214px 15px; }
  .gNav li.gnav03 {
    width: 168px; }
    .gNav li.gnav03 a {
      background: url(../img/common/gnav.png) -306px -1px; }
      .gNav li.gnav03 a:hover {
        background: url(../img/common/gnav.png) -306px 15px; }
  .gNav li.gnav04 {
    width: 170px; }
    .gNav li.gnav04 a {
      background: url(../img/common/gnav.png) -473px -1px; }
      .gNav li.gnav04 a:hover {
        background: url(../img/common/gnav.png) -473px 15px; }*/
  /*.gNav li.gnav05 {
    width: 92px;
	  width:68px; }
   .gNav li.gnav05 a {
      background: url(../img/common/gnav.png) -644px 0px; }
      .gNav li.gnav05 a:hover {
        background: url(../img/common/gnav.png) -644px 15px; }
  .gNav li.gnav06 {
    width: 80px; }
    .gNav li.gnav06 a {
      background: url(../img/common/gnav.png) -133px -1px; }
      .gNav li.gnav06 a:hover {
        background: url(../img/common/gnav.png) -133px 15px; }*/
#drop .drop_ul {
    opacity: 0;
    top: 50%;
    visibility: hidden;
    box-sizing: border-box;
    transition: 0.5s;
}
#drop:hover .drop_ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
#drop .drop_ul li {
    float: none;
    text-indent: 0;
    height: auto;
    box-sizing: border-box;
    overflow: inherit;
}
#drop .drop_ul a {
    background-image: none;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.2;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(129, 26, 57, 0.7);
    padding: 10px 1%;
}
#drop .drop_ul a:hover {
    color: rgb(125, 26, 55);
    background-color: #ebebeb;
    transition: all 0.3s;
}
#newsTicker {
  border: dotted 1px #808080;
  padding: 10px;
  clear: both;
  overflow: auto;
  margin-bottom: 60px; }
  #newsTicker h2 {
    float: left;
	margin-top: 4px;
	}
  #newsTicker p {
    background: url(../img/common/logoicon.png) no-repeat 0px 7px;
    text-indent: 20px;
    margin-left: 7%;
    font-size: 14px;
    line-height: 34px;
    width: 80%;
  }
  #newsTicker p.ntfp {
    display: inline-block;
  }
  #newsTicker .toArch {
    margin-top: 12px;
    float: right; }

#contentOne {
  margin-bottom: 60px;
  overflow: auto; }
  #contentOne img {
    float: left; }

#contentTwo {
  margin-bottom: 60px;
  overflow: auto; }
  #contentTwo h2 {
    margin-bottom: 40px; }
  #contentTwo ul {
    overflow: auto; }
    #contentTwo ul li {
      float: left;
      width: 214px;
      margin-right: 34px; }
      #contentTwo ul li:last-child {
        margin-right: 0px; }
      #contentTwo ul li p {
        font-size: 14px; }
        #contentTwo ul li p span {
          color: #FF0004;
          font-size: 12px;
          font-weight: bold; }

#contentThree {
  margin-bottom: 60px;
  overflow: auto; }
  #contentThree h2 {
    margin-bottom: 40px; }
  #contentThree .customerBox {
    margin-bottom: 40px; }
    #contentThree .customerBox h4 {
      color: #811a39;
      font-size: 14px;
      font-weight: bold; }
    #contentThree .customerBox p {
      font-size: 14px; }

#contentFour {
  margin-bottom: 60px;
  overflow: auto; }
  #contentFour h2 {
    margin-bottom: 40px; }

#contSlider {
  position: relative; }
.jCarouselcontrol li {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.jCarouselprev {
  background: url(../img/top/arrow.png) 0 0;
  width: 15px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  /*top: 50px;*/
  top:34%;
  left: 0;
  z-index: 2; }
  .jCarouselprev:hover {
    background: url(../img/top/arrow.png) 0px 20px; }
.jCarousel ul{
	overflow: auto;
}
.jCarouselnext {
  background: url(../img/top/arrow.png) 15px 0;
  width: 15px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  /*top: 50px;*/
  top:34%;
  right: 0;
  z-index: 2; }
  .jCarouselnext:hover {
    background: url(../img/top/arrow.png) 15px 20px; }
li.eventBox {
  float: left;
  /*width: 200px;*/
  max-width:515px;
  width:100%;
  /*margin-left: 84px;*/
  margin-left:10px;
  /*height: 267px !important;*/
  min-height:267px;
  
   }
   

   
  .eventBox p {
    font-size: 12px; }
  .eventBox p.eventInfo {
    clear: both;
    margin-bottom: 4px; }
  .eventBox p span.new {
    color: #FF070B;
    font-weight: bold;
    margin-right: 10px;
    line-height: 24px; }
  .eventBox p span.date {
    margin-right: 10px;
    margin-top: 6px; }
  .eventBox p span.cateBus,
  .eventBox p span.cateEvet,
  .eventBox p span.cateObs,
  .eventBox p span.cateCam,
  .eventBox p span.cateSemi {
    color: #FFF;
    padding: 2px 4px;
    float: right;
    width: 72px;
    text-align: center; }
  .eventBox p span.cateBus {
    background: #4f9909; }
  .eventBox p span.cateEvet {
    background: #c90926; }
  .eventBox p span.cateObs {
    background: #2d549a; }
  .eventBox p span.cateCam {
    background: #ea7780;
    font-size: 12px; }
  .eventBox p span.cateSemi {
    background: #fad821; }

#footerOneWrap {
  background: #f6f2f3;
  width: auto;
  height: 360px;
  padding-top: 40px;
  padding-bottom: 40px; }

#footerOne h2 {
  margin-bottom: 20px; }

#footerOne p {
  font-size: 14px; }

#footerOne p span.new {
  color: #FF070B;
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px; }
  
  
 
#blogInner .new {
  color: #FF070B;
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px; }

#blogInner dl{
	margin-bottom: 6px;
	overflow: auto;
	border-bottom: dotted 1px #222;
	padding-bottom: 6px
}

#blogInner dt.date {
	  margin-right: 10px;
  margin-top: 3px;
  font-size: 12px;
  float: left;
	
}

#blogInner dd.title {
	margin-right: 14px;
    margin-top: 2px;
    font-size: 14px;
    float: left;
    width: 336px;
	
}




#footerOne p span.date {
  margin-right: 10px;
  margin-top: 6px;
  font-size: 12px; }

#footerOne .areaInfo {
  width: 370px;
  float: left;
  margin-left: 40px; }

#footerOne .blogInfo {
  width: 420px;
  float: right;
  margin-right: 40px; }

#footerOne .infoBox {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #222; }

.adrBoxA {
  font-size: 11px;
  background: #FFF;
  color: #666;
  padding: 4px;
  margin-bottom: 8px; }

#footerTwo {
  padding-top: 10px;
  padding-bottom: 40px;
  overflow: auto; }
  #footerTwo .footerTwoBnr {
    height: 118px;
    margin-bottom: 20px; }
    #footerTwo .footerTwoBnr img {
      float: left; }
  #footerTwo .footerTwoBnrSide {
    width: 630px;
    float: left; }
    #footerTwo .footerTwoBnrSide img {
      float: left;
      margin-bottom: 20px; }
  #footerTwo .footerTwoFb {
    width: 300px;
    float: right;
    background: none;
    /*height: 468px;*/
    text-align: center;
	    margin-top: -24px;
    color: #FFF; }

#footerThreeWrap {
  background: #f5f5f3;
  position: relative;
  overflow: auto; }

#footerThree {
  padding-top: 40px; }
  #footerThree .showroomBoxOne {
    width: 460px;
    float: left;
    margin-bottom: 40px; }
    #footerThree .showroomBoxOne h2 {
      font-size: 13px;
      color: #811a39;
      font-weight: bold;
      margin-bottom: 6px; }
  #footerThree .adrBox {
    background: #FFF;
    color: #666;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 10px; }
  #footerThree .showroomBoxTwo {
    width: 168px;
    float: left;
    margin-bottom: 40px; }
    #footerThree .showroomBoxTwo h2 {
      font-size: 13px;
      color: #811a39;
      font-weight: bold;
      margin-bottom: 6px; }

#breadcrumb {
  font-size: 12px;
  margin-bottom: 40px;
  }
@media screen and (min-width:768px){
#breadcrumb {
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
}

  .relative{
	  position: relative;
  }
  
  .bottom-navi-box {
	background: rgba(255,255,255,0.9);
	width: auto;
	height: 80px;
	clear:both;}

.bottom-navi {
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,0.9);
	margin: auto;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	display:block;
	left: 0;
	}
	
ul.bottom_nav  li{
	float: left;
	margin-left: 29px;
	margin-top: 15px;
}

ul.bottom_nav  li:first-child{
	margin-left: 0px;
}

#footerFourWrap{
	overflow: auto;
	padding: 10px 0 10px 0;
	border-top: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
}

.footerBox240{
	width: 229px;
	float: left;
	height: 300px;
	padding-top: 20px;
	padding-left: 10px;
	border-bottom: #333333 solid 1px;
}

.footerBox480{
	padding-top: 20px;
	width: 469px;
	float: left;
	height: 200px;
	padding-left: 10px;
}


#footerFiveWrap{
	overflow: auto;
	
	
}

#footerFiveWrap li{
	font-size: 14px;
	margin-bottom: 2px;
	
}

#footerFiveWrap li.farr01{
	background: url(../img/common/farrow01.png) no-repeat left center;
	padding-left: 18px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}

#footerFiveWrap li.farr02{
	background: url(../img/common/farrow02.png)  no-repeat left center;
	padding-left: 18px;
	height: 28px;
	line-height: 28px;
}


@media all and (-ms-high-contrast:none){
	
	/*IE11*/
	
  #footerFiveWrap li.farr01{
	background: url(../img/common/farrow01.png) no-repeat left 4px;
	padding-left: 18px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}

#footerFiveWrap li.farr02{
	background: url(../img/common/farrow02.png)  no-repeat left 4px;
	padding-left: 18px;
	height: 28px;
	line-height: 28px;
}
}

h2.ticH{
	
}





ul.fexp{
	overflow: auto;
}

ul.fexp li{
	float: left;
	width: 86px;
}

ul.w230{
	width: 230px;
	float: left;
}
ul.w100{
	width: 100px;
	float: left;
}
ul.w260{
	width: 260px;
	float: left;
}

#copy{
	width: auto;
	padding: 10px 2.5%;
	/*border-top: #333333 solid 1px;*/
	text-align: center;
	color: #333;
}
#copy p{
	font-size: 12px;	
}
.br1{
	border-right: 1px solid #333333;
}


.mt27{
	margin-top: 27px;
}

ul.lastNav{
    white-space: nowrap;
/*    text-indent: 100%; */
    overflow: hidden;
	width: 174px;
	margin: 0 auto;
	
	
}

ul.lastNav li a {
        width: 174px;
        height: 32px;
        display: block;
		margin-bottom: 20px;
		}

#footerFiveWrap ul.lastNav li.nav01,#footerFiveWrap ul.lastNav li.nav02,#footerFiveWrap ul.lastNav li.nav03{
	margin-bottom: 0;
}
ul.lastNav li.nav01 a{
/*	background: url(../img/common/topnav.png) 0px 0px; */
}

ul.lastNav li.nav01 a:hover{
/*	background: url(../img/common/topnav.png) 0px 32px; */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/common/topnav1_.png) no-repeat;
		-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
ul.lastNav li.nav01 a:hover img{
	opacity:0;
}
ul.lastNav li.nav02 a{
/*	background: url(../img/common/topnav.png) -174px 0px; */
}
ul.lastNav li.nav02 a:hover{
/*	background: url(../img/common/topnav.png) -174px 32px; */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/common/topnav2_.png) no-repeat;
		-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
ul.lastNav li.nav02 a:hover img{
	opacity:0;
}


ul.lastNav li.nav03 a{
/*	background: url(../img/common/topnav.png) -348px 0px; */
}
	
ul.lastNav li.nav03 a:hover{
/*	background: url(../img/common/topnav.png) -348px 32px;  */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/common/topnav3_.png) no-repeat;
		-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
ul.lastNav li.nav03 a:hover img{
	opacity:0;
}

.bbd1{
	border-bottom: dotted #333333 1px;
	margin-right: 10px;
}

.toArchc{
	 float: right;
 }
	
p.preparation {
    font-family: 'HiraKakuPro-W6', 'meiryo';
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 24px;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: center;
}

.spbr {
  display: none;
}
@media screen and (max-width:479px) {
.spbr {display: block; }
}


.link_area{
	text-align:center;
	max-width:100%;
}
.link_bnr{
	width:65%;
}




/*==========================================
　スマホ用ヘッダー
===========================================*/
.header.fixed {
	display: none;
 	color:#fff;
 	z-index: 9999999;
}
.header.fixed a{
 	color:#FFF;
	font-size: 14px;
}
.header .sp-btn-menu {
}

@media screen and (max-width:767px){
.header_nav{
	display:none;
}
.header_base {
 	display:none;
}
.header.fixed {
 	display:block;
    position: fixed;
    top: 15px;
    left: 10px;
    overflow:hidden;
    width:80px;

    border-radius: 60px;        /* CSS3草案 */  
    -webkit-border-radius: 60px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 60px;   /* Firefox用 */  

}

.header {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
/*	background: url(../img/common/sp_header_back.jpg) repeat-x center top;*/
	background-color: rgba(125,25,56,0.30);
    z-index: 999;
    overflow: hidden;
    box-sizing: border-box;
    padding:10px 5px;
}
.sp_menu_logo{
	max-width: 165px;
	width:100%;
	display:block;
    height: auto;
    margin: 0 auto !important;
}
.sp_menu_logo img{
	width: 100%;
}
.sp-logo{
/* 	width: 50%;*/
    height: auto;
    margin: 7px auto 0;
    display: block;
    padding-left: 30px;
}
.header .sp-btn-menu {
    position: absolute;
    top: 4px;
    left: 12px;
    width: 56px;
    margin: 5px 0;
}
.header .sp-btn-menu i {
    font-size: 40px;
    color: #FFF;
}
#menu{
	z-index: 9999999; 
	font-family:YuGothic, '游ゴシック', sans-serif;
}
}
.sekkei_li{
	padding: 15px 10px 13px 20px !important;
}
.fa-envelope,.fa-phone-square{
	margin-right:2%;
}


/*==========================================
 トップに戻るボタン
===========================================*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999999;
    height: 85px;
    width: 98px;
	opacity:0.5;
    background: url(../img/common/top.png) no-repeat;
}
#page-top:hover {
}
#page-top span {
    display: inline-block;
    margin-top: 36px;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
		z-index: 9999999;
}
@media screen and (max-width:767px) {
#page-top {
  display:none !important;
}
}
#page-top a {
    background: url(../img/common/top.png) no-repeat;
    text-decoration: none;
    display: block;
    height: 85px;
    width: 98px;
    -mos-transform: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	/*opacity: 0.7;*/
}
#page-top a:hover {
 	-webkit-transform: translate3d(0px,-20px,0px);
	-moz-transform: translate3d(0px,-20px,0px);
	-ms-transform: translate3d(0px,-20px,0px);
	-o-transform: translate3d(0px,-20px,0px);
 	transform:translate3d(0px,-20px,0px);
	/*opacity:1;*/
}


@media screen and (max-width:767px) {
	.mean-bar{
		height: 60px;
	}
	.meanmenu-reveal{
		display:none !important;
	}
	.pl-30{
		padding-left:30px;
	}
}
@media screen and (max-width: 390px){
	.mean-bar{
		display:none;
	}
}
/*中ページコンテンツ下部バナー*/
.content_under_bnr{
max-width:960px;
width: 100%;
margin: 5px auto 10px;
text-align:center;
overflow: hidden;
}
.content_under_bnr.type02{
margin: 20px auto 0px;
}
@media screen and (max-width:767px) {
.content_under_bnr{
margin: 20px auto -40px;
}
}
.content_under_bnr p{
padding: 0 4%;
}
.content_under_bnr a{
display: inline-block;
}
.content_under_bnr a:hover{
opacity: 0.5;
}
.content_under_bnr a img{
max-width:100%;
height:auto;
}

/*180528追加*/
.flex{
 display: flex;
}
@media screen and (min-width: 768px){
 a[href^="tel:"] {
    pointer-events: none;
} 
}
@media screen and (min-width: 481px){
.pc-none_s{
 display: none;
}
}

.bottom_link_area{
 margin: 110px auto 100px;
}
.bottom_link_area .link_block{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 font-size: 0;
}
.bottom_link_area .link_block li{
 max-width: 263px;
  margin-bottom: 10px;
}
.bottom_link_area .link_block li img{
 max-width:100%;
}
@media screen and (min-width: 600px){
.bottom_link_area .link_block::before{
 content:"";
  display: block;
  width:24.2%;
  order:1;
}
.bottom_link_area .link_block::after{
  content:"";
  display: block;
  width:24.2%;
}
.bottom_link_area .link_block li{
 width: 24.2%;
}
}
@media screen and (max-width: 767px){
.bottom_link_area{
 margin: 70px auto 60px;
}
}
@media screen and (max-width: 599px){
.bottom_link_area .link_block li{
 width: 49%;
}
}
.footer{
	background: #f5f5f5;
 padding: 42px 0 0;
}
.f_pagetop{
 display: block;
 max-width: 119px;
 width: 100%;
 margin: 0 auto;
}
.footer .footer_inner{
 justify-content: space-between;
 /*padding: 0 2.5%;*/
 margin: 42px auto;
}

@media screen and (min-width: 768px){
.footer_inner{
 padding: 0 25px;
}
.f_pagetop_wrap{
 min-height: 125px;
}
.f_pagetop_inner{
 left: 50%;
 margin-left:-59px;
 z-index: 2;
}
}
.footer_contact{
 text-align: center;
}
.footer_contact .logo_block{
 margin-bottom: 20px;
}
.footer_nav_list li{
 font-size:16px;
 text-align:left;
}
.footer_contact .contact_block li:first-child{
 margin-bottom:15px;
}
.footer_nav_list{
 width: 50%;
}
.footer_nav_list li:not(:last-child){
 margin: 0 0 20px;
}

.footer_nav_list .item,
.footer_nav_list .item:first-child,
.footer_nav_list .item:not(:last-child) {
  margin: 0;
}
.footer_nav_list .item a {
  position: relative;
  display: block;
  width: 300px;
  padding: .5em 0 .5em 26px;
  border-bottom: 1px solid #c8c8c8;
}
.footer_nav_list .item a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px){
.footer_contact{
 width: 25%;
}
.footer_nav{
 width: 67%;
}
  .sp-element {
    display: none;
  }
}
@media screen and (max-width: 767px){
.f_pagetop_inner{
 position: static!important;
}
.footer .footer_inner{
 flex-direction: column; 
}
.footer_nav {
 justify-content: space-between;
 font-size: 14px;
 margin:30px auto 0;
}
.footer_nav ul li{
 font-size: 14px;
}
.footer_nav_list{
 width: 45%;
}
  .footer_nav_list.secondary {
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
  }
  .footer_nav_list .item {
    width: calc((100% - 10px) / 2);
  }
  .footer_nav_list .item.long {
    width: 100%;
  }
  .footer_nav_list .item a {
    width: 100%;
    padding: .6em 0 .6em 18px;
  }
  .footer_nav_list .item a::before {
    left: 4px;
  }
  .pc-element {
    display: none;
  }
}

/*=== clearfix ===*/
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.pc_none{
    display: inline-block;
  }
@media screen and (max-width: 767px) {
  .sp_none{
    display: none;
  }
  .pc_none{
    display: inline-block;
  }
}