@charset "UTF-8";
/* A4縦用のベース設定 */
@page {
  margin: 0mm 5mm;
  size: A4 portrait;
}
/* Company Profile Page Print Styles */
body {
  /* font-family: "Times New Roman", Times, serif; */
  color: #000;
  background: #fff;
}

nav,
.no-print,
.nav-drawer,
.header-sp {
  display: none;
}
.header{
	position: absolute;
    top: 0;
}
.page:not(:first-of-type) .header {
    display: none;
  }
.l-page-cover{
	background-image: url(../img/common/cover.jpg);
	    background-repeat: no-repeat;
	position: relative;
}
.c-heading01{
	font-size: 2rem
}
.l-page-cover__inner{
	padding: 85px 0 35px 0;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
.content {
  width: 100%;
  padding: 20mm;
}
@media print {
  body {
    width: 210mm; /* A4紙の幅 */
    min-height: 297mm; /* A4紙の高さ */
    margin: 0;
    padding: 2mm; /* 適切なマージンを設定 */
    font-size: 12pt; /* 読みやすいフォントサイズ */
    line-height: 1.6;
/*     background: none; */
/*     box-shadow: none; */
    border: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold; /* 見出しを際立たせる */
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  p {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .content {
    width: auto; /* コンテンツの幅を自動調整に */
  }

  .page-break {
    display: block;
    clear: both;
    page-break-after: always; /* 必要に応じてページ区切り */
  }
  .sub-shop__box {
    padding-top: 0;
  }
  .sub-bg {
    padding-top: 0;
  }
  .representative-grid h2 {
    font-size: 2rem;
  }
  .u-mb30 {
    margin-bottom: 10px;
  }
  .representative-grid-text {
    margin-top: 10px;
  }
  .profile {
    margin-top: 15px;
  }
  .profile p {
    margin-top: 10px;
  }
  .no-print {
    display: none;
  }
  .print {
    display: inline-block;
  }
/*   .representative-text {
    display: none;
  } */
  .print-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #268ACD;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .c-heading03 {
    font-size: 24px;
  }
	.footer-contact .left__txt span{
		font-size: 24px
	}
	.footer-contact .left .tel__link{
		font-size: 24px;
	}
	.l-page-cover__ttl span{
		font-size: 30px;
	}
	.footer-contact__inner{
		margin-top: 3rem;
		padding-top: 0;
	}
	.footer-contact .right__map{
		padding-top: 42.25%;
	}
}
