@charset "utf-8";
/* CSS Document */
/*すべてのページに適用*/
html{
	font-family: sans-serif;
}
html *{
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.logo-image img {
  max-width: 100%;
}
.nav-header li {
  display: inline;
  font-size: 1.2em;
}
.nav-header a {
  text-decoration: none;
  color: #000000;
}
.header {
  display: flex;
  background-color: #ebf0eb;
  opacity: 0.8; /**ナビ色半透明**/
  padding-left: 20px;
  position: fixed;
max-width: inherit;
}
.hamburger-menu{
	display: none;	
}
.logo-image{
	flex:1;
}
.nav-header {
	flex:3;
}
.nav{
	position: relative;
	top:30%;
	left: 20%;
}



.nav li {
  padding-left: 15px;
  font-weight: 999;
}
.footer {
  background-image: url("../images/footer.jpg");
  text-align: center;
	background-position: cover;
}
body {
  background-image: url("../images/body-backgroud.jpg");
  background-repeat: repeat-y;
}
.about-block, .news-block, .how-block, .scene-block, .key-photo, .price-block, .question-block, .about-company {
  text-align: center;
  margin-bottom: 10px;
}
h2 {
  display: inline;
  /* background:linear-gradient(#eddea4,#93c0a4);*/
  padding: 20px;
  position: relative;
  top: 20px;
  border-radius: 20px;
  opacity: 0.8;
}
/**ホームのメイン適用**/
.clear{
  clear: both;
}
.key-photo img {
  max-width: 100%;
}
.about-block img {
  max-width: 100%;
}
.about-img {
  padding-top: 40px;
  padding-bottom: 50px;
}
/*newsエリア*/
.news-block-text {
  margin-top: 50px;

padding: 1em;
background-color: rgba(198, 198, 198, 0.5);
border-radius:25px;
}
.news-date {
  background-color: #eddea4;
  font-weight: 500;
}
/*お客様声エリア*/
.scene-item img {
  max-width: 100%;
  border-radius: 20px;
}
.scene-item-block {
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
}
.scene-item {
  flex: 1;
	margin-left:5px; 
}
.scene-text p {
  padding: 0 50px;
  text-align: left;
}

/*利用方法エリア*/
.how-photo img{
	max-width: 100%;
}
#none{
	text-decoration: none;
	color:#000000;
}
#small{
	font-size: 0.9em;
}
.how-item-block {
  display: flex;
  margin-top: 40px;
	padding-top:20px; 
  padding-bottom: 20px;
  background-color: rgba(198, 198, 198, 0.5);
	border-radius: 20px;
}
.how-item {
  padding-right: 30px;
}

/*how ページに適用*/

.main-how {
  padding-top: 120px;
}
.how-item{
	margin-left: 20px;
}
.price-table {
  margin: 20px auto;
}
.price{

	margin: 0 auto;
}
.price th {
  padding: 10px;
  background-color: #eddea4;
}
.price td {
  padding: 10px;
}
.price {
  border-collapse: collapse;
}
.price th, .price td {
  border: 2px solid #93c0a4;
}
.price-block h3, .question-text {
  padding-top: 40px;
}
.question-text {
  text-align: left;
}
.question {
  padding: 0 5px;
  color: #93c0a4;
  font-weight: 999;
  font-size: 1.5em;
}
.answer {
  padding: 0 5px;
  color: #B0A7A7;
  font-size: 1.5em;
  font-weight: 999;

}
.question-text {
  max-width:inherit;
  margin: 0 auto;
}
#answer-long {
  position: relative;
  left: 28px;
}
.main-how .how-item {
  flex: 1;
}
.question-block {
  border: 2px dotted #eddea4;
  background: linear-gradient(to right, #eddea4, #93c0a4);
  border-radius: 20px;
padding-right:1em; 
	padding-left: 1em;
}

/*about ページに適用*/
.about-block-sub img {
  max-width: 500px;
  float: right;
}
.about-block-sub{
	padding: 1em;
}
.about-company{
	padding: 1em;
}
.map{
	padding-top:1em;
}
.main-about {
  padding-top: 200px;
}
#about-h2 {
  background: none;
  display: block;
  position: static;
  opacity: 1;
}
.about-text {
  font-size: 1.2em;
}
.clear {
  clear: both;
}
.company {
  border-collapse: collapse;
}
.company th, .company td {
  border: 6px dotted #eddea4;
  text-align: left;
  font-size: 1.3em;
  line-height: 2;
}
.about-table-map {
	display: flex;
  max-width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
}

.map {
  margin-left: 10px;
}
.about-table{
	flex: 1;
}
.map{
	flex: 1;
}
/**contactページに適用**/

.contect-main{
	padding-top:120px;
	width: 500px;
	margin: 0 auto;
}
form div{
	padding:12px;
	border-bottom:1px dashed #bec2c7;
	padding-top:20px;
}
select{
	width:300px;
}
input[name="subject"]{
	width:500px;
}
textarea{
	width:500px;
	height:6em;
}
input[type="submit"]{
	width:500px;
}
h4{
	padding-top:2em; 
}
/*スマホ対応*/
@media (max-width:768px){
	
	.wrapper{
		margin: 0 10px;
	}
	.scene-item-block{
  display: block;
}
	.how-item-block{
		display: block;
	}
	.main-how{
		padding-top:50px; 
	}
	.about-table-map{
		display: block;
		padding-top:20px; 
	}
	.about-block-sub img{
		max-width: 300px;
	}
	.header{
		display: block;
		width: inherit;
	}
	.main-about{
		padding-top: 50px;
	}
	.company th, .company td {
  border: 2px dotted #eddea4;
  text-align: left;
  font-size: 1em;
  line-height: 1;
}
	
	.company{
		max-width: inherit;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.about-block-sub{
		margin: 0 7px;
	}

	.nav-header{
		display: none;
	}
	.header{
		position: relative;
	}
	.price-block,.question-block{
		margin-left: 10px;
		margin-right: 7px;
	}
	.how-photo img {
    width:80%;
}
	
	/*ハンバーガーメニュー*/
	.hamburger-menu{
		display: contents;
	}
.menu-btn {
    position: fixed;
    top: 40px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color:rgba(122,181,175,0.5);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}	
	/*押したらXになる*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	.menu-content {
    width: 50%;
    height: 50%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(122,181,175,0.5);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 50%;/*メニューを画面内へ*/
}
	/*ハンバーガーメニューここまで*/
}
@media(max-width:541px){
		.about-block-sub img{
			display: none;}
	.about-block-sub{
		background-image: url("../images/about-main-phtot.png");
			background-size:100%;
		background-repeat: no-repeat;
	}	
	.map iframe{
		width: 320px;
		height: auto;
	}
	.map{
		margin: 0 7px;
	}
	.company{
		margin: 0 7px;
	}
	#answer-long {
  position: relative;
  left: 2px;
}
	
/**contactページに適用**/

.contect-main{
	padding-top:30px;
	width: 300px;
	margin: 0 auto;
}
form div{
	padding:12px;
	border-bottom:1px dashed #bec2c7;
	padding-top:20px;
}
select{
	width:300px;
}
input[name="subject"]{
	width:300px;
	
}
textarea{
	width:300px;
	height:6em;
}
input[type="submit"]{
	width:300px;
}
	
}