﻿body {
  margin: 0;
  height: 200vh;
  /* background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 43, 106) 100vh, white 100vh); 花火の時の背景 */
}
 
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100vh;
  background-color: white;
  z-index: -1;
}

ul li a {/* color: #eef0f3; 花火の時のぱんくず */}
.price {
	font-family: 'Century Gothic', sans-serif;
	font-size:22px!important;
}

.border1row,.border2row,.border3row {
background:#f0f9fe; /* 変更するところ */
padding:20px;
border-radius:20px;
box-sizing:border-box;
}

.border2row img, .border3row img,.wrap2row img {width:100%;}

.border2row,.wrap2row {width:48%;margin-bottom:20px;}
.border3row {width:31%!important;margin-bottom:20px!important;}

a.more {
    margin: 20px auto;
    background: #431e01;  /* 変更するところ */
    color: #fff;
    padding: 20px;
    display: block;
    width: 80%;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    box-shadow: 5px 5px 0px 0 rgb(189 165 93);  /* 変更するところ */
}

a.openwindow:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    padding: 2px 0 2px 8px;
}


div.border3row a {font-size: 1.4rem;}

h2{
	color:#0d70b5; /* 変更するところ */
	padding:15px 0;
	margin:30px 0 15px 0;
	font-size:2.2rem;
	font-weight:800;
	text-align:center;
	border-bottom:none;
	position: relative;
}

h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#0d70b5));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #0d70b5 100%);
  background-image: linear-gradient(to left, #2af598 0%, #0d70b5 100%);
}

h3 {
    font-size: 2rem;
    color: #431e01;  /* 変更するところ */
    font-weight: 900;
    border-bottom:none;
}

div#important {
    clear: both;
    margin: 15px 0;
    padding: 5px;
    width:100%;
    border: 1px solid #FF2E2E;
}

.print a {font-size:0.8em!important;}
.print a.netOrderBtn {background-size: 0.8rem;}
canvas {height:1px;}