
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  color: #000;
}
li {
  list-style: none;
}
.bg-glay {
  background: #b3b3b3;
}
.bg-light-glay {
  background: #f2f2f2;
}
.bg-light-blue {
  background: #bdccd4;
}
.bg-beige {
  background: #f6efe8;
}
.bg-white {
  background: #fff;
}
.bg-yellow {
  background: #d6d621;
}

.font-white {
  color: #fff;
}
.font-small {
  font-size: .8rem;
}
.border-brack {
  border-radius: 10px;
  border: solid #000 1px;
}
h3 {
  font-size: 1rem;
}

.main {
  background-image: url(img/main-bg.png);
  background-size: contain;
}
.main-text {
  width: 100%;
}
#region-selection {
  background: #d7e7ed;
}
#region-selection p.col-6 {
  border: solid #000 1px;
}

#opt-titl1 p,
#opt-titl2 p {
  font-weight: bold;
  font-size: 1.2rem;
}

.option-type li div {
  border: solid 2px;
  border-radius: 14px;
}
.option-type li {
  list-style: none;
}
.option-type a {
  color: #333;
}
.option-type img {
  max-width: 18%;
}
.option-type li > div:hover a {
  background-color: #efefef!important;
}

.price {
  font-size: 1.4rem;
  color: #ed1c24;
  font-weight: bold;
  letter-spacing: 0rem;
}
.amount p:first-child {
  font-size: 1.2rem;
  color: #d6d620;
  font-weight: bold;
}



.details-link {
  padding: 1rem;
  background-color: #92604e;
  background-image: radial-gradient(#d8c7c7 0%, transparent 7%), radial-gradient(#d8c7c7 0%, transparent 7%);
  background-size: 10px 10px;
  background-position: 0 0, 10px 10px;
  font-weight: bold;
  font-size: 1rem;
}
.estimate-link {
  padding: 1rem;
  background: #ed9223;
  background: -moz-linear-gradient(top, #ed9223 0%, #f47b24 36%, #f15a24 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed9223 0%,#f47b24 36%,#f15a24 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed9223 0%,#f47b24 36%,#f15a24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9223', endColorstr='#f15a24',GradientType=0 ); /* IE6-9 */
}
.brand-logo {
  height: 30px;
}
.btnspinner{
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.spinner_area input{
  padding: 5px;
  border: 1px solid #6d6d6d;
  border-radius: 4px;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
  /* デフォルトのスピナーを消す */
  -webkit-appearance: none;
  -moz-appearance:textfield;
}
.spinner_area input[type="button"]{
  cursor: pointer;
}
.spinner_area input.counter1,
.spinner_area input.counter2,
.spinner_area input.counter3,
.spinner_area input.counter4,
.spinner_area input.counter5 {
  width:  100%;
}
.spinner_area input:nth-child(2) {
  top: 3px;
  right: 0;
  width: auto;
}
.spinner_area input:nth-child(3) {
  bottom: 3px;
  right: 0;
  width: auto;
}
button[type="reset"], input[type="button"] {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  font-size: 1rem;
  border-radius: 0;
  border: none;
  height: 0;
  line-height: 0;
  border: none!important;
  background: none;
  letter-spacing: 0rem;
  padding: 2% 10%;
  height: 1.2rem;
  line-height: 1.2rem;
}
button[type="reset"]:hover,
input[type="button"]:hover {
  background: none;
}
/* チェックボックス01 */
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  width: auto;
  font-weight: bold;
  font-size: 1rem;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after,
input[type=radio]:checked + .checkbox01::after {
  opacity: 1;
}

/* ラジオボタン01 */
input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

/*Table*/

.tbWrap .tb01 {
	width: 100%;
}

.tbWrap thead th {
	color: #fff;
}

.tbWrap table,
.tbWrap th,
.tbWrap td {
	box-sizing: border-box;
	border-collapse: collapse;
	font-weight: normal;
}
.tbWrap th,
.tbWrap td {
	padding: 5px 10px;
}
.tbWrap .packTtl {
	padding-left: 0;
}
.tbWrap .optTtl {
	padding-left: 35px;
	text-indent: -15px;
}
.tbWrap tr {
	border-bottom: 1px solid #999;
}
.subtotal {
  border-top: 2px solid #666;
}
.arrow {
  width: 20px;
  margin-left: 1rem;
}

.amount {
  border-radius: 10px;
  font-size: .8rem;
}

.question {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  text-align: center;
}

#float-box {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.request {
  width: 100%;
}
.cp_ipselect {
	overflow: hidden;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
  border: 1px solid #6d6d6d;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 30px 4px 8px;
	color: #666666;
}
.fa-external-link-alt {
  font-size: 16px;
}
.W-1010 {
  max-width: 1010px;
  margin: auto;
}






@media screen and (min-width:767px) {
  .main-text {
    width: 700px;
  }
  h3 {
    font-size: 1.17em;
  }
  .price {
    font-size: 2rem;
  }
  .option-type img {
    max-width: 40%;
  }
  .amount {
    font-size: 1rem;
  }
  button[type="reset"], input[type="button"] {
    font-size: 1rem;
  }
  .request {
    width: 60%;
  }
  .line-height-small {
    line-height: 1.2;
  }
}

.fixed {
  position: fixed;
  top: 20px;
  z-index : 200;
}
