@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

#wapper{overflow: hidden;}

img{
	width: 100%;
	height: auto;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}

h1,h2,h3,h4,h5{ font-weight: 900; }

h2{font-size: 32px;
	margin-bottom: 1em;
}

p{font-size: 16px;
	    line-height: 1.6;
    letter-spacing: 0.05em;

}

.navbar-brand{

	color: #333;

}

.discription{
	font-size: 12px;
	padding: 5px 15px;
}

.logo img{
	width:30px;
}

span.bottom-lead {
    font-size: 13px;
    display: block;
    margin-left: 30px;
    position: relative;
    top: -5px;
}

nav ul{
	text-align: right;
	margin-top: 1em;
}

nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 2px 10px;
}

nav ul li a{
	text-decoration: none;
	color: #333;
	font-size: 15px;
	transition: 0.3s;
}

a.contact-btn {
    border: solid 1px #707F89;
    border-radius: 35px;
    padding: 5px 10px;
    color: #004BB1;
}

.carousel-item{position: relative;}
.carousel-item > img{
	height: auto !important;
}
.carousel-item::before{
	 content: "";
    position: absolute;
    background-color: rgba(255,255,255,.2);
    background-image: linear-gradient(90deg,rgba(255,255,255,.2) 30% ,transparent 30%),linear-gradient(rgba(255,255,255,.2) 30% ,transparent 30%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 2px 2px;
	z-index: 1;
}

.card-body{
	background-color: #DAECFB;
}

.card h5{
	color: #333;
	font-size:24px;
	font-weight: bold;
}

.card-text{
	font-size: 14px;
}

.bt-blue,.card a{
	display: block;
	width: 100%;
	margin: auto;
	text-decoration: none;
	border-radius: 24px;
	max-width: 150px;
	color: #fff;
	font-weight: bold;
	background-color: #004BB1;
	text-align: center;
	padding: 5px 15px;
}

.bg-contact{
	background-color:#F2FAFF;
}

.bg-blue{
	background-color: #F0F3F5;
}

.bg-dark-blue{
	background-color: #0A5582;

}

.carousel-item{}
.carousel-caption{
	color: #333;
	text-shadow: 0px 0px 7px #fff;
}

/*header*/
#page-header{
position: relative;
background-size: cover;
background-position: center center;
    text-shadow: 0px 0px 7px #fff;
	color: #222;
	background-repeat: no-repeat;
}

#page-header::before{
	 content: "";
    position: absolute;
    background-color: rgba(255,255,255,.2);
    background-image: linear-gradient(90deg,rgba(255,255,255,.2) 30% ,transparent 30%),linear-gradient(rgba(255,255,255,.2) 30% ,transparent 30%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 2px 2px;
}

#page-header.decos{ background-image: url("../img/top/ribingu.jpg") !important;
	background-position: center bottom;
}
#page-header.housan{ background-image: url("../img/baby-min.jpg") !important;
	background-position: center bottom;
}
#page-header.sto{ background-image: url("../img/sto-head-min.jpg") !important;
	background-position: center bottom;
}

.dion{
font-family: 'Teko', sans-serif;
	display: block;
	text-align: center;
	font-size: 80%;
	color: #444;
	margin-top: 16px;
}

/*footer*/

.small p{font-size: .875em;}

/*page*/
.sub-section{
	margin-bottom: 100px;
}
.sub-title{
	margin: 100px 0px;
	font-size: 44px;
	position: relative;
	z-index: 2;
}

.dark-filme{
	position: relative;
}

.dark-filme::before {
 content: "";
    position: absolute;
    background-color: rgba(0,0,0,.3);
    background-image: linear-gradient(90deg,rgba(0,0,0,.3) 30% ,transparent 30%),linear-gradient(rgba(0,0,0,.3) 30% ,transparent 30%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 2px 2px;
}



.outer{
  position: relative;
height:480px;
margin:0 auto;
margin-bottom: 120px;
background-color: #ccc;
}
.outer-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#uniq-pages{}


#uniq-pages h2{}

table{
  width: 100%;
}

table th{
  position: relative;
  text-align: left;
  width: 15%;
	padding-bottom: 1em;
}

tr{border-bottom: solid 1px #ccc;
}

table td{
  text-align: left;
  width: 85%;
	padding: 1em 5px;
}

#uniq-pages h2 {
    font-size: 24px;
    border-bottom: solid 2px #206d03;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    border-top: solid 2px #206d03;
    padding-top: 0.5em;
    margin-top: 2em;
    color: #206d03;
    font-weight: bold;
}
#uniq-pages h3 {
    font-size: 18px;
    color: #333;
    margin: 2em 0px;
	padding-left: 0.5em;
	border-left:solid 5px #206d03;
}

.page-head-inner {
    font-size: 36px;
    font-weight: bold;
}


/*ハンバーガー*/

.openbtn1{display: none;}

@media only screen and (max-width: 768px){
	
#page-header.housan{ background-image: url("../img/baby-min.jpg") !important;
	background-position: right bottom;
}	
	
	nav{display: none;
	position: absolute;
	z-index: 99999;
	width: 100%;
	left: 0;
		top: 2vh;
	}
	nav ul {
    text-align: right;
    margin-top: 1em;
    padding: 0;
    margin-left: auto;
    display: block;
    background-color:rgb(101 153 80 / 90%);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99999;
    top: 83px;
    padding: 15px;
    padding-top: 0px;
    box-shadow: 2px 2px 4px #333;
}

nav ul li {
    list-style-type: none;
    display: block;
    padding: 2px 10px;
    text-align: left;
    border-bottom: solid 1px #fff;
    padding: 10px;
}

	nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 500;
}

	nav ul li a{display: block;}

a.contact-btn {
    border: solid 1px #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #58704e;
    padding: 10px;
    text-align: center;
}


h1 {
    font-size: 26px;
    margin: 0.67em 0;
}
	h2 {
    font-size: 24px;
    margin-bottom: 1em;
}
	.sub-section {
    margin-bottom: 50px;
}.sub-title {
    margin: 42px 0px;
    font-size: 30px;
    position: relative;
    z-index: 2;
}
	.outer {
    position: relative;
    height: 25vh;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: #ccc;
}

	.outer-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: calc(100% - 30px);
    text-align: center;
}
	#page-header {
    position: relative;
    background-position: center center;
    text-shadow: 0px 0px 7px #fff;
    color: #222;
    background-repeat: no-repeat;
    background-size: cover;
}

	/*ハンバーガー*/

.openbtn1 {
    display: block;
    position: absolute;
    background: #6fa05c;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 44px;
    right: 15px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px;
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

#page-header {
    position: relative;
    background-position: center center;
    text-shadow: 0px 0px 7px #fff;
    color: #222;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 24px;
}


}

/*single*/

/*見出し*/
.midasi {
  padding: 1rem 2rem;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
}

.eco-title{
    background-color: #e1e5b7;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    color: #505237;
}

.eco-color{
	    color: #505237;
}

.btn{
	text-shadow: none;
}

.navbar-brand {
    font-size: 1.45rem;
    font-weight: bold;
}
@media only screen and (max-width: 768px){
	.navbar-brand { font-size: 1.25rem;
	}
	.carousel {
    margin-top: 1.35rem;
}
	nav ul{margin-top: 0;}
	nav ul li a:hover{
		color:yellow;
	}
}