@charset "UTF-8";

@media print {
  body {
    width: 1100px;
    transform: scale(0.95);
    transform-origin: 0 0;
  }
}

body {
	font-size: 16px;
	line-height: 1.6;
	color: #003461;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	min-width: 375px;
	background-color: #48819E;
}

dl,dt,dd,ul,ol,li {
    margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
    transition: 0.2s ease-in-out;
}
 
a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

main {
	width: 100%;
}

section {
	margin-bottom: 60px;
}

.contents {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
}

@media screen and (max-width: 768px) {
main {
	padding: 0 20px;
	}

.contents {
	width: 100%;
	padding: 0 5px;
	}
}

/* Bootstrap上書----------- */

small,
.small {
	font-size: 87%;
	line-height: 1.4;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
   }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

/* ------------------------- */

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

#pagetop a {
	width: 60px;
	height: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
}

#pagetop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* ヘッダー
------------------------------------- */

header {
	margin-bottom: 40px;
}

header h1.takiya {
	display: block;
	margin: 0 15px 20px;
	width: 381px;
	height: 151px;
	background-image: url(../images/h1_01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

header h1.matsunoki {
	display: block;
	margin: 0 15px 20px;
	width: 398px;
	height: 107px;
	background-image: url(../images/h1_02.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

header .pricedown {
	margin: 20px 50px;
	padding: 25px 30px 10px;
	text-align: center;
	border-top: 2px solid #FFF100;
	border-bottom: 2px solid #FFF100;
}

@media screen and (max-width: 600px) {
header .pricedown {
	margin: 20px 20px;
	padding: 18px 30px 8px;
	}
}


/* フッター
------------------------------------- */

footer {
	padding: 20px 0 70px;
	text-align: center;
	color: #FFF;
	background: #3a5868;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer ul a:hover {
	text-decoration: underline;
	color: #FFF;
}

footer small {
	line-height: 1.3;
	color: #FFF;
	font-family: 'arial';
}

footer .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px 0;
}

footer .wrap .tsukigime {
	width: 280px;
}

footer .wrap p {
	margin: 10px 20px;
}

footer .wrap .takiya span {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #FFF;
}

@media screen and (max-width: 470px) {
footer .wrap .takiya span {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
	}
}


/* home
------------------------------------- */
.phone {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-align: center;
}

.phone .num a {
	display: block;
	font-size: 44px;
	font-family: 'Roboto';
	color: #003461;
	letter-spacing: 0;
}

.phone .num a:hover {
	text-decoration: none;
}

.phone .num a::before {
	font-size: 40px;
	margin-right: 0.1em;
	content: "\f095"; /* phone */
    font-family: FontAwesome;
}

.bnr_contact  {
	padding: 20px 0 5px;
	background-color: #dedfe3;
}

.bnr_contact .req a {
	display: block;
	width: 300px;
	height: 75px;
	margin: 0 auto 15px;
	background-image: url(../images/btn_req.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

.bnr_contact .req a:hover {
	box-shadow:0 0 8px 0 #0093bf;
}


@media screen and (max-width: 768px) {
.bnr_contact  {
	margin: 0 -20px;
	}
}

