@charset "utf-8";
/* CSS Document */
.navbar{
background-color:#e70012;	
}

.top-copy {
  color: #e70012;
	font-size: 1.3rem;
}
.logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 150px;
  justify-content: space-between;
  line-height: 2.0;

}
.logo img{
  width: 112px;
}
h1 {
  font-size: 2.0rem;
	font-weight: 600;
}
h2 {
  background-color: #005e3c;
  margin-top: 40px;
}
#insurance_coverage{
	margin-top: 0;
}
.business_content-logo {
  width: 80px;
  margin-right: 16px;
}
.name {
  color: #035c3c;
  margin-top: 16px;
  position: relative;
}
.img-fluid {
  margin: 16px auto 80px;
}
.insta2 {
  position: absolute;
  right: 0px;
}
.insta2 img{
  width: 44px;
}
.greeting-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
.greeting-wrapper img {
  padding: 0;
  max-width: 100%;
}
.greeting-wrapper p {
  margin-top: 16px;
	margin-bottom: 0;
}


.badge-warning {
  background-color: #FBC95C;
}
.badge-success {
  background-color: #439CFE;
}
h2#Profile + div div table th {
  background-color: #ebefee;
}


h3 {
  background-color: transparent;
  color: #212529;
	line-height: 2.0rem;
}
.logo-h3{
	font-weight: 600;
}
.ex-h3,.kakaku-h3{
	    margin-top: 16px
}
.badge-primary {
	background-color:#005e3c;
}
.btn-outline-secondary {
    color: #ffffff;
    border-color: #005e3c;
	background-color:#005e3c;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color:#005e3c ;
    border-color: #005e3c;
	opacity: 0.5;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #005e3c;
    border-color: #005e3c;
}
.text-end {
    text-align: right!important;
}
footer{
	margin-top: 40px;
}
@media screen and (min-width:576px) {
  .insta1 {
    right: 150px;
  }
}
@media screen and (min-width:600px) {
  .logo-wrapper {
    width: 260px;
  }
}
@media screen and (min-width:1024px) {

  .greeting-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .greeting-wrapper img {
    padding: 0;
    width: 50%;
  }
  .greeting-wrapper p {
    width: 45%;
  }
	.bs-wrapper{
	display: flex;
	flex-wrap: wrap;
}
	.bs-wrapper .col{
    width: 50%;		
	}
	
  h2 {
    margin-bottom: 40px;
    margin-top: 80px;
  }
	.business_content-logo {
  width: 112px;
	}
}

.contact-conmplate {
  height: calc(100vh - 60px - 83px);
  position: relative;
}
.contact-conmplate__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}


/** 価格表 **/

.price table {
  /* width: auto; */
}
.price table tr td:nth-of-type(1) {
  width: 230px;
}
.price table tr td:nth-of-type(2) {
  width: 150px;
  text-align : right;
}

@media screen and (max-width:576px) {
  .price table tr td:nth-of-type(1) {
    /* width: 50%; */
  }
}
/***********/