* {
  box-sizing: border-box;
}

body {
  -webkit-print-color-adjust: exact;
  background-color: #505050;
  font-family:"M PLUS Rounded 1c", sans-serif;
  line-height: 1.8;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-size: inherit;
}

p {
  margin: 0;
}
img {
  border:none;
  margin: 0;
  padding: 0;
}
.f-s14 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.f-s16 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.red {
  color: #ff0000;
}
.mb0 {
  margin-bottom: 0 !important;
}
.wrap {
  width: 1128px;
  height: 790px;
  box-sizing: border-box;
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
  position: relative;
}

.primary {
  width: 100%;
  height: 630px;
  padding: 10px;
  overflow: hidden;
}

.primary img {
  max-width: 100%;
  height: 100%;
}

.primary h1 {
  border-bottom: #000 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.primary h2 {
  font-size: 16px;
  border-left: #d7681a 4px solid;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* .primary h2::before {
  font-size: 16px;
  content: "*";
  color: #ff0000;
} */


.imgbox {
  float: right;
  width: 25%;
  height: 320px;
}

.imgbox img {
  padding: 2px;
  height: auto;
  max-height: 50%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}

.imgbox img + img + img {
    display: none;
}

.print-foot {
  width: 100%;
  /* border: 1px solid #000; */
  box-sizing: border-box;
  /* margin-top: -1px; */
}
.left,.right {
  box-sizing: border-box;
}
.left {
  float: left;
  width: 60%;
  padding-right: 10px;
}
.right {
  float: right;
  width: 40%;
  padding-left: 10px;
}
.madori {
  width: 75%;
  height: 320px;
  margin: auto;
  float: left;
}
.madori img {
    object-fit: contain;
}
.madori img + img {
    display: none;
}
.clear {
  clear: both;
}
table {
  width:100%;
  font-size: 11px;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #ddd;
}
th {
  white-space: nowrap;
  width: 10%;
  font-size: 12px;
  background-color: #ccc;
}
td {
  width:135px;
}
td br {
  display: none;
}
th,td {
  padding:5px 10px;
  border-top: 1px solid #ddd;
}

table.table1 {
  border-bottom: 1px solid #ddd;
}
table.table2 {
  height: 380px;
}


.footer {
  width: 100%;
  height: 127px;
  line-height: 0;
}

#map {
    height: 490px !important;
    position: relative;
  }
#map iframe {
    height: 490px !important;
  }

.gmap {
width: 100%;
height: calc(100% - 120px);
}

@page {
  margin: 0;
  size: landscape; //横向き
}

.gmap div > img {
  position: absolute !important;
}

.page-print {
  width: 100%;
  height: 60px;
  z-index: 1;
  position:fixed;
  top:0;
  left: 0;
}
.page-print a {
  text-align: right;
font-size: 16px;
padding:5px 10px;
margin-top: 10px;
margin-right: 5px;
color: #fff;
text-decoration: none;
border: 1px solid  #c95300;
background-color: #d7681a;
border-radius: 10px;
}
.page-print a:hover {
  opacity: 0.7;
}

@media print{
  .page-print {
    display:none;
  }
}

.already {
  font-size: 15px;
  color: #fff;
  background-color: #dc0048;
  padding: 0 20px;
  display: inline-block;
  font-weight: bold;
  line-height: 2;
}

.already-price {
  color: #000;
  font-size: 15px;
  display: inline-block;
  padding: 0 10px;
  line-height: 2;
  margin-right: 20px;
}
