@charset "utf-8";

/* --------------------------------------------------------------------------------------
	▼ style-common
--------------------------------------------------------------------------------------- */
body {
    font: 16px/1.6 Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #0F0F0F;
	background-color: #FFF;
}
h1 {
    display: none;
}
h2 img {
    padding-top: 10px;
}
h3 {
	background: none;
	
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    background: -webkit-gradient(none);
    background: -webkit-linear-gradient(none);
    width: 100%;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    padding: 0;
    text-shadow: none;
    line-height: 100%;
	margin-bottom: 0px;
}
img {
    vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul {
    list-style: none;
}
table {
    font-size: inherit;
    font: 100%;
}
th {
    font-weight: bold;
}
a:link
{
	color           : #178bd4;
	text-decoration : none;
}
a:visited
{
	color           : #0142a2;
	text-decoration : none;
}
a:hover,
a:active
{
	color           : #0095ff;
	text-decoration : underline;

}
a.linkit
{
	color           : #0142a2;
	text-decoration : underline;
}
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
p {
	margin-bottom: 1.5em;
}

.cf {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.center { text-align: center!important;}
.t_right  { text-align: right!important;}
.left   { text-align: left!important;}

.r_img {
    float: right;
    padding-left: 1.2em;
}
.l_img {
    float: left;
    padding-right: 1.2em;
}
@media screen and (max-width: 768px) {
	.r_img {
		float: none;
		padding-left: 0;
		padding-bottom: 0.5em;
		text-align: center;
	}
	.l_img {
		float: none;
		padding-right: 0;
		padding-bottom: 0.5em;
		text-align: center;
	}
}

.mgb_05em{ margin-bottom: 0.5em!important; }
.mgb_10em{ margin-bottom: 1.0em!important; }
.mgb_20em{ margin-bottom: 2.0em!important; }
.mgb_25em{ margin-bottom: 2.5em!important; }
.mgb_30em{ margin-bottom: 3.0em!important; }
.mgb_40em{ margin-bottom: 4.0em!important; }
.mgb_50em{ margin-bottom: 5.0em!important; }
.mgb_55em{ margin-bottom: 5.5em!important; }

.f_07em{ font-size: 0.7em!important; }
.f_08em{ font-size: 0.8em!important; }
.f_09em{ font-size: 0.9em!important; }
.f_11em{ font-size: 1.1em!important; }
.f_12em{ font-size: 1.2em!important; }
.f_14em{ font-size: 1.4em!important; }
.f_17em{ font-size: 1.7em!important; }
.f_18em{ font-size: 1.8em!important; }
.f_20em{ font-size: 2.0em!important; }
.f_23em{ font-size: 2.3em!important; }

.f_bold    { font-weight: bold;}

.f_gray{ color: #555!important;}
.f_blue{ color: #1b56b2!important;}
.f_red { color: #c52e26!important;}
.f_red_grad	{
  color: #c52e26;
  background: -webkit-linear-gradient(270deg,#dc2c00, #8b0d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.js-marker {
  background: -webkit-linear-gradient(transparent 55%, #FFFF7F 0%);
  background: -o-linear-gradient(transparent 55%, #FFFF7F 0%);
  background: linear-gradient(transparent 55%, #FFFF7F 0%);
}


/* pc/sp */
.sp_only{
	display: none;
}
.pcc_spl{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.pc_only{
		display: none;
	}
	.sp_only{
		display: inline;
	}
	.pcc_spl{
		text-align: left;
	}
}


/* ヘッダ */
#header {
  border-top: solid 5px #002c6b;
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
  max-width: 100%!important;
}
#header_in_toppage {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px 10px 5px;
  position: relative;
}
.utility_left {
  float: left;
}
.utility_left h1 {
  padding-bottom: 5px;
  display: none;
}
.utility_right {
  float: right;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.head_link{
	margin: 7px 0 0 62px;
}
#header h2 {
    margin: 0;
}
#header img {
    margin: 0;
}
#header_sp{
  display: none;
}
@media screen and (min-width: 1080px){
	#header_in_toppage {
		width: 1070px;
	}
}
@media screen and (max-width: 768px) {
	#header{
		display: none;
	}
	#header_sp{
    display: block;
    background: #FFF;
    border-bottom: 1px solid #ccc;
    transition: .5s;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
	}
	#header_sp .header_inner {
		width: 100%;
		height: 55px;
		margin: 0 auto;
		position: relative;
	}
	#header_sp .header_inner .h_logo {
		position: absolute;
		left: 8px;
		top: 11px;
	}
	#header_sp .header_inner .h_logo img {
		width: 300px;
		height: auto;
		border: 0;
		vertical-align: top;
		margin: 0;
	}
  #header_sp.hidehead {
      transform: translateY(-100%);
  }
  #header_sp.hidehead_fixed {
      position: fixed;
  }
}


/* フッタ */
#ftr {
    background: #EEEEEE;
    font-size: 13px;
    margin: 0 auto;
	padding: 1.5em 0 1em 0;
    text-align: center;
}
#ftr a{
	color: #0F0F0F;
}
.ftcontact{
	display: none;
}
@media (max-width: 768px){
	#ftr {
    	font-size: 10px;
		padding-bottom: 55px;
	}
	.ftcontact{
		display: block;
		width: 100%;
		position: fixed;
		bottom: 2px;
		z-index: 10000;
		height: 50px;
		padding: 0 2.5%;
	}
	.ftcontact .inq_l, .ftcontact .inq_d, .ftcontact .inq_r {
		height: 50px;
		text-align: center;
		vertical-align: middle;
		border-radius: 8px;
		display: flex;
		float: left;
		justify-content: center;
		align-items: center;
	}
	.ftcontact .inq_l {
		width: 74%;
		background: #ffc926;
	}
	.ftcontact .inq_d {
		width: 4.5%;
	}
	.ftcontact .inq_r {
		width: 21.5%;
		background: #ffc926;
	}
	.ftcontact a {
		margin: 0 auto;
		display: block;
	}
	.ftcontact .inq_l img, .ftcontact .inq_r img {
		width: auto;
		max-width: 100%;
		max-height: 35px;
	}
}






/* パンくずリスト Start */
.breadcrumbs{
  font-size: 12px;
  width: 1100px;
  max-width: 100%;
  margin: 30px auto 0;
}
.breadcrumbs ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
    margin-right: 10px;
}
.breadcrumbs ul li a{
  color: #000;
    text-decoration: none;
}
.breadcrumbs ul li a:hover{
  text-decoration: underline;
}
@media (max-width: 768px) {
    .breadcrumbs{
        padding:5px;
        font-size: 10px;
        margin-top: 55px;
    }
    .breadcrumbs ul li{
      margin-right: 5px; 
    }
}
/* パンくずリスト End */


/* ページトップへ */
.pagetop {
    position: fixed;
    right: 10px;
    bottom: 200px;
}
@media screen and (max-width: 768px) {
	.pagetop {
		bottom: 125px;
	}
	.pagetop img {
		height: 50px;
		width: 50px;
	}
}



/*--------------------------------------------------------------------
 レスポンシブ下部固定 新バージョン
--------------------------------------------------------------------*/
@media (max-width: 768px) {
  .ftbtn {
    display: block; /* スマホでは要素自体は有効化（見た目はopacityで隠す） */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 100%;
    z-index: 999;
    transform: translateY(100px);
    opacity: 0;
	  visibility: hidden;
    pointer-events: none; /* 隠れている間はタップできないようにする */
	  transition: 1.5s;
  }

  .ftbtn.fadeinanime {
    transform: translateY(0);
    opacity: 1;
	visibility: visible;
    pointer-events: auto; /* 表示されたらタップ可能にする */
	transition: 1.5s;
  }

  .ftbtn a {
    width: 100%;
    display: block;
    text-decoration: none;
  }

  .ftbtn .ftbtn_con {
    display: flex;
    justify-content: center;
    column-gap: 1.4286%;
    padding: 6px 0;
    background: #e6eff6;
  }

  .ftbtn .ftbtn_web {
    width: 48.5%;
    background: #b31412;
    border: 3px solid #b31412;
    border-radius: 5px;
    padding: 5px 5px 0px;
    display: flex;
    justify-content: center;
  }

  .ftbtn .ftbtn_web a {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    color: #FFF;
  }
	.ftbtn .ftbtn_web a:hover {
	text-decoration: none;
	}

  .ftbtn .ftbtn_web a span {
    font-size: .6em;
    font-weight: normal;
    line-height: 1.5;
    background: #FFF;
    color: #b31412;
    padding: 2px 10px;
    border-radius: 50px;
    margin: 5px 0;
    display: block;
  }

  .ftbtn .ftbtn_web p {
    margin-bottom: 0;
  }

  .ftbtn .ftbtn_tel {
    width: 48.5%;
    background-color: #fe7e00;
    border: 3px solid #fe7e00;
    border-radius: 5px;
    padding: 5px 5px 7px;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .ftbtn .ftbtn_tel a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
  }
  .ftbtn .ftbtn_tel a:hover {
    text-decoration: none;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_img {
    width: 25px;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_txt {
    margin-bottom: 0px;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_no {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    color: #FFF;
  }

  .ftbtn .ftbtn_tel a .ftbtn_tel_msg {
    font-size: .85em;
    font-weight: normal;
    line-height: 1.5;
    background: #FFF;
    color: #b31412;
    padding: 2px 10px;
    border-radius: 50px;
    margin: 5px 0;
    display: block;
  }
}
/* PC向け（769px以上）は非表示 */
@media (min-width: 769px) {
  .ftbtn {
    display: none;
  }
}

