html{
scroll-behavior: smooth;
font-size: 1.5vw;
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;

}
a{
	text-decoration: none;
}
h1{
color:#fff;
}
h2{
	font-size: 1.5em;
	margin:20px auto;
	color: #f3b2c1;/*文字色*/
	position: relative;
display: inline-block;
	padding: 0 2.5em;

}
h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 15%;
height: 1px;
background-color: #f3b2c1;
}

h2:before {left:0;}
h2:after {right: 0;}
h3{
	font-size: 1.2em;
	text-align: left;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #000;/*文字色*/
background: #f4f4f4;
border-left: solid 5px #f3b2c1;/*左線*/
}

.iconlogo{
width: 1.5em;
}

#header{
overflow:hidden;
padding:0px 0px -0px 0px;
background:#fff;
position: fixed!important;
top:0;
left: 0;
width:100%;
z-index: 999;
transition: .3s;
height: auto;
}
.inner{
margin:0 auto;
width:100%;
max-height: 120px;
}
.h-t{
	width: 100%;
	max-height: 120px;
	display: flex;
	justify-content: space-between;
}
.logo{
	max-width: 400px;
	margin: 15px 0px 0px 20px;
  display: block;
}
.company-name{
	vertical-align: bottom;
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-left: 5px;

}
.h1-mini{
	font-size: 12px;
}
.logo-big{
	width: 180px;
	height:auto;
	display: flex;
	justify-content: flex-start;
	margin-top: -20px;
	text-align: center;
}
.logo-big p{
	margin-top: 10px;
}
.logo-big img{
	margin-top: 0;
	width: 80px;
	margin-bottom: -20px;
}

.top-info{
	width: 100%;
	max-width: 190px;
	display: block;
	height: auto;
  margin: 10px 0px 5px 0;
	font-size: 15px;
	color: #000;
	text-align: center;
	padding: 0px;
}
.top-info p{
	margin-top: 0px;
	height: 15px;
}
.top-info a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
		color:#000;
		font-weight: bold;
		border-bottom: 1px solid #000;
		margin-right: 5px;
}

.top-info a:hover{
	background: #f3b2c1;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#menu-box{
max-width: 800px;

margin-left: auto;
margin-right: 20px;
}
/* ---------------------------------------- ナビ上に関する指定 */
#menu{
  width: 100%;
  display: flex;
	justify-content: space-around;
  padding: 0;

}
#menu li{
  display: block;
  float: left;
  width: 25%;
  margin: -30px 5px -0px 5px;
  padding: 0;
  height: 50px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}
#menu li a{
  display: block;
  padding: 5px;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
	border-bottom: 1px solid #000;

}
#menu li a:hover{
  background: #f3b2c1;
	color:#fff;
}

#toggle{
 display: none;
}
.menu-box2{
	display: none;
}

/*----------------------------------------------------------*/
.top{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 80px;
	z-index: 1;
}
.top img{
	height: 100%;
	width: 100%;
}
/*
#contents1{
	width: 100%;
	height: auto;
	z-index: 1;
}
.bxslider1{
padding-left: 0;
}
.bxslider1 li img{
	width: 100%;
	height: auto;
	z-index: 1;
}
*/
/*----------------------------------------------------------*/
.boxbt-1{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 50px;
	font-size: 1.5vw;
	text-align: center;
	line-height: 1.75em;

}

.boxbt-1-in{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-top: 20px;
}
.boxbt-1-in p{
	width: 100%;
	max-width: 600px;
	font-size: 18px;
	line-height: 2em;
	margin: 0px 1%;
	display: block;
}
.boxbt-1-in p img{
	width: 100%;
	max-width: 350px;
}
.detail-right{
	max-width:250px;
	background: #8a6c72;
	padding: 5px;
	margin-left: auto;
	color:#fff;
	text-decoration: none;
	font-size: 0.6em;
	text-align: center;
	margin-top: -50px;
}
.detail-right:hover{
transition: 0.3s;
background: #f3b2c1;
}

/*----------------------------------------------------------*/
.boxbt-2{
	width: 80%;
	max-width: 1200px;
	height: 50%;
	margin: 80px auto  50px;
	font-size: 1.5vw;
	text-align: center;
	line-height: 1.75em;

}
.boxbt-2-in{
	background-image: url(img/b2.jpg);
	background-size: cover;
padding: 10%;
text-align: left;

}
.boxbt-2-bg{
	width: 100%;
	max-width: 1200px;
	display: none;
}
.boxbt-2-bg img{
	width: 100%;
	max-width: 1200px;
}
.boxbt-2-text{
	font-size: 18px;
	line-height: 2em;
  max-width: 80%;
	margin: 0 auto 0 auto;
	color:  #000;
	text-align: left;
	background-color: #fff;
	padding: 10px;
	border: solid #000 1px;
}
.boxbt-2-text ul{
 width: 90%;
 margin: 0 auto;
 padding: 10px 0px;
}
.boxbt-2-text ul li{
list-style: none;
border-bottom: 1px dotted;
}
.detail-center{
	max-width:250px;
	background: #8a6c72;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}
.detail-center:hover{
	transition: 0.3s;
	background: #f3b2c1;
}
/*----------------------------------------------------------*/
.boxbt-3{
	width: 100%;
	margin: 80px auto  50px;
	font-size: 1.5vw;
	text-align: center;
	line-height: 1.75em;

}

.boxbt-3-in{
	width: 100%;
	font-size: 1.5vw;
text-align:left;
}
.boxbt-3-image img{
	width: 100%;
}
.boxbt-3-text{
	width: 80%;
	max-width: 1200px;
	margin: auto;
	font-size: 18px;
	text-align: center;
}
/*----------------------------------------------------------*/
.boxbt-4{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 20vh;
	font-size: 1.5vw;
	text-align: center;
	line-height: 1.75em;

}

.boxbt-4-in{
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 20vh;
text-align: left;
}
.boxbt-4-image{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.boxbt-4-image p{
	margin: 5px;

}
.boxbt-4-image p img{
	width: 100%;
	max-height: 240px;
	max-width: 360px;
}
.boxbt-4-text{
	max-width: 1200px;
	margin: auto;
	font-size: 0.7em;
	text-align: center;
}
/*-------------------------------------------------------------------*/
footer{
	background: #f3b2c1;
	color: #fff;

width: 100%;
height: auto;
font-size: 20px;

}
footer a{
	color: #fff;
	text-decoration: none;
}
.ft{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.f-info{
	display: block;
	text-align: center;
	margin: 0px auto 30px;;
	font-size: 0.8em;
}

.f-info p a{
	position: relative;
  display: inline-block;
  transition: .3s;
	color:#fff;
}
.f-info p a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
}
.f-info p a:hover::after {
  bottom: 0;
  opacity: 1;
}


.f-menu{
	display: flex;
	justify-content: center;
	padding: 0 0px;
	margin: -10px auto 0;
	font-size: 0.8em;

}
.f-menu li{
	padding-left: 20px;
list-style: none;
}
.f-menu li a {
	position: relative;
  display: inline-block;
  transition: .3s;
		color:#fff;
}
.f-menu li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
}
.f-menu a:hover::after {
  bottom: 0;
  opacity: 1;
}

.copy{
	width: 100%;
	color: #fff;
	text-align:center;
  margin-top: 10px;
	font-size: 0.8em;

}

@media only screen and (max-width:1000px) {

.inner{
	margin:-30px auto 0 auto;
	width:100%;
	max-height: 1000px;
}
.logo-big{
	margin-top: 20px;
}

.company-name{
}
.top-info{
	height: 25px;
	margin-top: 50px;
	font-size: 15px;
	width: 100%;

}


.logo{
	margin-top: 10px;
}

#menu-box{
display: none;

}
.top{
	margin-top: 90px;
}
.boxbt-1-in p{
	font-size: 15px;
}


.boxbt-2-text{
	font-size: 15px;
}

.boxbt-3-text{
	font-size: 15px;
}

.boxbt-4-text{
	font-size: 15px;
}

/*		#menu{
			display: none;
		}
		#menu li{
			width: 100%;
			height: 50px;
			padding-bottom: 10px;
			background: #a0a0a0;
      margin-top: -18px;
			font-size: 15px;
			font-weight: normal;
		}
		#toggle{
			display: block;
			position: relative;
			width: 100%;
			background: #a0a0a0;
			padding-bottom: 0px;

		}
		#toggle a{
			display: block;
			position: relative;
			padding: 6px 0 10px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			background: #a0a0a0;
			font-size: 15px;
		}
		*/
		.menu-box2 {
				display: block;
		    max-width: 100%;
		    margin: 0 auto;
		    padding: 0;
				font-size: 15px;
				text-align: center;
		}

		.menu-box2 a {
		    display: block;
		    padding: 10px;
		    text-decoration: none;
		    color: #000;
		    line-height: 1;

		}

		label {
				display: block;
				margin: 0 0 2px 0;
				padding :12px;
				line-height: 1;
				color :#fff;
				background :#f3b2c1;
				cursor :pointer;

		}

		input {
				display: none;

		}

		.menu-box2 ul {
				margin: 0;
				padding: 0;
				background :#f4f4f4;
				list-style: none;

		}

		.menu-box2 li {
				max-height: 0;
				overflow-y: hidden;
				-webkit-transition: all 0.5s;
				-moz-transition: all 0.5s;
				-ms-transition: all 0.5s;
				-o-transition: all 0.5s;
				transition: all 0.5s;

		}
		.menu-box2 li a:hover{
			background: #8a6c72;/*ボタン色*/
		color:#fff;
		}
		#menu_bar02:checked ~ #links02 li {
		max-height: 46px;
		opacity: 1;
		}

}/*max--width:1000px;*/


@media only screen and (max-width:768px) {
	.logo{
		margin-top: 15px;
	}
	.top-info{
		margin-top: 50px;
	}
	h2{
		font-size: 3em;
	}
.detail-right{
	font-size: 15px;
	max-width: 300px;
	padding: 10px 0px;
}
.detail-center{
	max-width: 300px;
	font-size: 15px;
}
.top{
	margin-top: 105px;
}
	/*----------------------------------------------------------*/
.boxbt-1{
	width: 90%;
	margin-top: 5vw;
}
	.boxbt-1-in{
		width: 100%;
		display: block;
		justify-content: center;
	}
	.boxbt-1-in p{
		font-size: 15px;
		margin: 0px 1%;
		line-height: 2em;
	}
	.topb1img{
		width: 100%;
		text-align: center;
	}
	.topb1img img{
		max-width: 300px;
		text-align: center;
		margin: 10px auto;
	}
.detail-right{
	margin:30px auto 0 auto;
}
	/*----------------------------------------------------------*/
.boxbt-2{
	width: 90%;
}
	.boxbt-2-in{
		width: 100%;
		background-image: none;
		padding: 0;
		margin: auto;
	}
	.boxbt-2-bg{
		display: block;
		margin: 0 auto;
	}
	.boxbt-2-text{
		max-width: 100%;
		font-size: 15px;
		line-height: 2em;
padding: 0px;
	}
	/*----------------------------------------------------------*/
	.boxbt-3{
		width: 100%;
		font-size: 1.5vw;
	}

	.boxbt-3-in{
		width: 100%;
		display:block;
		justify-content: center;
	}
.boxbt-3-text{
	width: 90%;
	font-size: 15px;
	line-height: 2em;
text-align: left;
}
	/*----------------------------------------------------------*/
	.boxbt-4{
		width: 90%;
		font-size: 1.5vw;
	}

	.boxbt-4-in{
		display: block;
		justify-content: center;
		margin-top: -10px;
	}
.boxbt-4-image p{
	width: 100%;
	margin: 1px;
	margin-top: 50px;
}
.boxbt-4-text{
	font-size: 15px;
	line-height: 2em;
text-align: left;
}
	/*-------------------------------------------------------------------*/
	footer{
		color: #fff;

	width: 100%;
	height: auto;
	font-size: 20px;

	}
	footer a{
		color: #fff;
		text-decoration: none;
	}
	.ft{
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.f-info{
		font-size: 0.8em;
	}

	.f-info p a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
			color:#fff;
	}

	.f-menu{
		display: block;
		text-align: center;
		padding: 0 0px;
		margin: 0;
		font-size: 0.8em;
		border-top: 1px #fff solid;
		border-bottom: 1px #fff solid;

	}
	.f-menu li{
		padding-left: 0px;
	list-style: none;
	margin: 5px 0;
	}
	.f-menu li a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
			color:#fff;
	}
	.copy{
		width: 100%;
		color: #fff;
		text-align:center;
	  margin-top: 10px;
		font-size: 0.5em;

	}
}
@media only screen and (max-width:450px) {
	.company-name{
		font-size: 15px;
	}
	.h1-mini{
		font-size: 10px;
	}
	.h-t{
/*		display: block;
		justify-content: center;*/
	}
	.logo{
		margin-top: 30px;
	}
.logo-big{
	width: 150px;
	margin-left: 0px;
	margin: 0px auto;
	margin-left: -10px;
}
.logo-big p a img{
	width: 45px;
}
.top-info{
	font-size: 12px;
	margin-right: 0px;
	max-width: 100%;
	margin-top: 40px;
	text-align: right;
}
.top{
	margin-top: 90px;
}

}
