@charset "utf-8";
/* ------------------------------------ */
/* Reset */
/* ------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;line-height:1;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display:block;}
img {border:0;}
ol, ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}

/* ------------------------------------ */
/* Base */
/* ------------------------------------ */
html {font-size:62.5%;}
body {color:#000;font-size:14px;font:1.4rem/1.4 YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;-webkit-text-size-adjust:none;font-weight:500;}
a {color:#000;text-decoration:none;transition:.3s ease;}
a:hover,
a:visited {color:#000;}
a:active,
a:focus {outline:none;}
a img {vertical-align:bottom;}
.clearfix:after {content:"";clear:both;display:block;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.dis_sp {display:none;}
#wrapper {overflow:hidden;position:relative;}
iframe#synalio-iframe{z-index: 300!important;}
@media (min-width:768px) {
	a:hover {text-decoration:none;}
	a[href*="tel:"] {pointer-events:none;cursor:default;text-decoration:none;}
}
@media (max-width:767px) {
	#wrapper {padding-top:50px;}
	.dis_pc {display:none;}
	.dis_sp {display:block;}

	/* リンクタップ時のハイライト表示*/
	a {cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, .2);}

	/* 電話番号リンク　ボタン表示*/
	a.tw_tel_link[href*="tel:"] {display:block;border-radius:5px;font-size:1.6rem;position:relative;overflow:hidden;height:44px;line-height:42px;padding-top:42px;text-decoration:none;font-weight:bold;border:2px solid #000;color:#000;padding-left:10px;background:#fff;}
	a.tw_tel_link[href*="tel:"]:before {position:absolute;content:"";width:17px;top:0;left:10px;height:100%;background:url(../img/common/sp/icon_tel_01.png) center center no-repeat;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;}
	a.tw_tel_link[href*="tel:"]:after {content:"電話で相談する";width:100%;position:absolute;top:0;left:0;line-height:42px;text-align:center;}

}
html, body, #wrapper {
  overflow: unset;
  height: 100%;
}
body {
  color: #000;
  font-size: 14px;
  font: 1.4rem / 1.4 YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-text-size-adjust: none;
  font-weight: 500;
}
html {
    font-size: 62.5%;
}
/* ------------------------------------ */
/* Header */
/* ------------------------------------ */

.header20 {
	background: #fff;
	border-bottom: 1px solid #222;
	z-index: 10000;
}

.header20_sp_menu_bglayer {
	background-color: rgba(0, 0, 0, 0.65);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header20_wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 131px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.header20_logo {
	left: 0;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 2;
}

.header20_logo a {
	display: block;
	overflow: hidden;
	width: 340px;
}
.header20_logo a img{
	width: 100%;
	height: auto;
}

.footer20 {
  position: sticky;
  top: 100vh;
}

@media screen and (min-width: 768px), print {
  .header20_wrap{
    height: 97px;
  }
}

@media screen and (max-width: 1280px), print {

  .header20_wrap {
    padding: 0 15px;
  }

  .header20_logo {
    left: 15px;
    top: calc((80px - 63px));
  }

  .header20_logo a {
    /* hisaki 240802 edit s*/
    /* background-image: url(../img/common/sp/header_logo.png);
    background-size: 60% auto;
    padding-top: 48px; */ 
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    /* hisaki 240802 edit e*/
    margin-left: 8px;
  }
  /* hisaki 240802 add s*/
  .header20_logo a picture{
    display: inline-block;
    text-align: center;
  }

  .header20_logo a img{
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 767px) {

  .header20 {
    border-bottom-width: 2px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .header20_wrap {
    background: #fff;
    height: 48px;
    z-index: 20;
  }

  .header20_logo {
    left: 0;
    top: 0;
    height: 100%; /* hisaki 240802 add */
  }

  .header20_logo a {
    /* hisaki 240802 edit s*/
    /* background-image: url(../img/common/sp/header_logo.png);
    background-size: 60% auto;
    padding-top: 48px; */ 
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    /* hisaki 240802 edit e*/
    margin-left: 8px;
  }
  .header20_logo a picture{
    display: inline-block;
    text-align: center;
  }

  .header20_logo a img{
    width: 100%;
    height: auto;
  }

}
@media screen and (min-width: 1280px), print {
  .header20_logo {
    top: calc(50% - 15px);
  }
}
