@charset "utf-8";

.flexcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.flexcontleft {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	gap: 20px 5%;
}
.fseparator {
	display: flex;
	justify-content: space-between;

	width: 100%;
	margin: 0px;
	padding: 0px;

	//column-gap: 20px;
	//row-gap: 30px;
	//gap: 20px 30px;
	//background-color: rgba(102,255,153,0.3);
}
.fseparatel{
	//width:100%;
	width: calc( 50% - 20px);
	//background-color: rgba(102,200,153,0.3);
}

.fdouble {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0px;
	padding: 0px;
	//background-color: rgba(102,200,153,0.3);
	gap: 20px 0px;
}
.fdouble1 {
	width: 30%;

	//background-color: rgba(102,0,0,0.3);
	//margin-bottom: 20px;	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
}
.fdouble2 {
	width: 70%;


	//background-color: rgba(102,0,200,0.3);		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	
}

.fdouble2 p {
	line-height: 200%;
}

.flexbox1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	//background-color: rgba(100,255,255,0.3);
}
.footer0 {
	flex: 0.5;
	//background-color: rgba(100,255,255,0.1);
}
.footer1 {
	flex: 1;

	//background-color: rgba(100,255,255,0.1);
	
	/*display: grid;
  justify-items: center;
  align-items: center;
  */
  margin-top: 30px;

}
.footer2 {
	flex: 1;
	margin-top: 40px;

	//background-color: rgba(100,255,255,0.3);
}
.fdinline {
	width: 24px;
	display: inline-block;
	margin-right: 20px;
	
}
.footerbanner{
	margin-left:auto;
	margin-right:auto;
	width:70%;
	margin-top: 40px;
}
.footerp {
	font-size: 1em;
	line-height: 1.6em;
	transition: all 0.5s 0.2s ease;
	color:#000;
}
.footerp a:link {
	transition: all 0.5s 0.2s ease;
	color: #000;
}
.footerp a:visited {
	transition: all 0.5s 0.2s ease;
	color: #000;
}

.footerp a:hover {
	transition: all 0.5s 0.2s ease;
	//color: #48A055;
	color: #aac;
}
.footerp a:active {
	transition: all 0.5s 0.2s ease;
	color: #FF0000;
}
.fade1 {
	transition: all 0.5s 0.2s ease;
	opacity: 0.5;
}
.fade1:hover {
	
	opacity: 1.0;
}
.fade2 {
	transition: all 0.5s 0.2s ease;
	opacity: 0.45;
}
.fade2:hover {
	
	opacity: 1.0;
}
.scale1 {
	transition: all 0.5s 0.2s ease;
	scale: 1.0;
}
.scale1:hover {
	scale: 1.5;
}
.wow {
	width: 100%;
	//height: 100VH;
	
	z-index: -30;
	position: relative;
	
	display: grid;
  justify-items: center;
  align-items: center;
}
/* 以下のtransback0は、mobile対応の新式 beforeがポイント */
.op01{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
}
.transback0 {
	width: 100%;
	height: 100VH;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.transback0::before {
	/*background: linear-gradient(0deg,  rgba(240, 240, 161, .1), rgba(255, 240, 240, .95)),
  url(../top/slider/1.gif);
  background-size: cover;
  */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100VH;
  content: "";
  z-index: -7;
  }

.transback1 {
	width: 100%;
	height: 90px;
	margin: 0px;
	padding: 0px;
	position: relative;
	//background-color: rgba(0,255,255,1);
}
.headerback {
	width: 100%;

	//height: 90px;
	margin: 0px;
	padding: 0px;
	background-color: rgba(0,255,255,1);
	position: absolute;
	left: 0px;
	top: 0px;
}

.pflexr {
	text-align: center;
}
.pflexl {
	text-align: right;
}
.dflexf {
	margin-left: 0px;
	width: 20px;
	margin-right: auto;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
.footerm {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/* page-top */

#page-top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	width: 60px;
}
.sm4, .sm3 {
	text-align: left;
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	font-size: 1em;
	position: relative;
	}
.sm4 img {
	width: 100%;
}
.sm4 p {
	position: absolute;
	left: 5px;
	top: 0px;
	color: #FFFFFF;
}
.remainzone {
	height:calc( (var(--height) * 100 ) - 00px );
	//height: 100px;
	display: grid;
	justify-items: center;
	align-items: center;
	background-color: #72819E;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100VH;
}
/*VIDEO CTRL START */
.video_container{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video_container iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/*VIDEO CTRL END */
.f1box {
	flex: 1;
	margin: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.f2box {
	flex: 2;
	margin: 10px;
	padding-top: 20px;
}
.f3box {
	flex: 3;
	margin: 10px;
}
.sugata, .sugata2 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
/*
.ws {
	width: 100%;

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	margin-top: 0px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

text-align: center;
	display: grid;
	justify-items: center;
	align-items: center;
	padding-right: 0px;
	padding-left: 0px;
}
*/
.bgmg01 {
	width: calc(100% -40px);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: rgba(162,230,89,0.1);
	padding: 20px;
}
.bgmg01 h2 {
	font-weight: normal;
	font-size: 1em;
}
.bgmg01 p {
	font-weight: normal;
	font-size: 1em;
}
.mgleft1 {
	width: 80px;
	float: left;
	padding-top: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 0;
  }
/*
.mt {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	//margin-top: 40px;
	padding: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	
	background: linear-gradient(90deg, rgba(162, 230, 89, 0.3), rgba(105, 228, 117, 0.25) 80%);

	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	
	display: grid;justify-items: center;align-items: center;
}
*/
.fullbox2 {
	width: 100%;
	margin: 0px;
	background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
.fullbox2w {
	width: 100%;
	margin: 0px;
	//background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
/*
.fullbox4 {
	width: 50%;
	margin: 0px;
	background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
*/
.fullbox2a, .fullbox4 {
	width: 50%;
	background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fullbox2 p {
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0!important;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	padding: 10px;
 
}
.fullbox2a p {
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0!important;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	padding: 10px;
	display: inline-block;
	font-size: 0.5em;
 
}
.fullbox4 p {
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0!important;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	padding: 10px;
	display: inline-block;
	font-size: 0.5em;
}
.fullbox2 img {
	width: 100%;
}
.fullbox4 img {
	width: 100%;
}
.fullbox2a img {
	width: 100%;
}
.riff0 {
	width: 100%;
	margin: 0px;
	position: relative;
	padding: 10px;
}

.supressorfooter {
	width: 86%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.smfix {
	width: 160px;
	//width: 130px;
	margin: 2px;
	position: relative;
}
.smfix img {
	width: 100%;
}
.smfix p {
	position: absolute;
	left: 10px;
	top: 0px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
}
.smfix span {
	display:none;
	position: absolute;
	left: 10px;
	top: 50px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}
.fboxleft {
	text-align: center;
}
.suppressor, .supestate, .supabout {
	width:92%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.supestate {
	max-width:1000px;
}
.supabout {
	max-width:600px;
}
.suppressorcontact {
	width:92%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.logotitle {
	position: absolute;
	left: 20px;
	top: 34px;
	width: 160px;
	z-index: 100;
}
.logomono {
	width: 300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom: 40px;
}
.footerbanner2{
	margin-left:auto;
	margin-right:auto;
	width:70%;
	margin-top: 40px;
}
.estatecard {
	width: 300px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	//background:rgba(51,255,255,0.1);
	position: relative;
	font-weight: 400;
}
.estatecard h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.btnestatecont {
	display: flex;
	/*
	flex-wrap: wrap;
	justify-content: center;
	*/
	justify-content: space-around;
	width: 100%;
	margin: 0px;
	padding: 0px;
	//background:rgba(51,255,255,0.1);
	//column-gap: 40px;
	gap: 40px 40px;
}
.btnestate1 {
	flex: 1;
	
}
.fv2h1 {
	display: flex;
	/*
	flex-wrap: wrap;
	justify-content: center;
	*/
	justify-content: space-around;
	width: 100%;
	margin: 0px;
	padding: 0px;


	//column-gap: 40px;
	gap: 20px 20px;
	//background-color: rgba(102,255,153,1);
}
.fv2h1cell1 {
	flex: 1;
}
.fv2h1cell2 {
	flex: 3;
}
/* color button start */
.fbtns {
	//padding-top:20VH;
	/*
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	*/
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	*/
	
	//min-height: 100vh;
	//background:#27282c;
	//flex-direction: column;
	gap: 20px;
}
.colorButton{
	color:#fff;
    //border: 2px solid #333;
	width: 200px;
	height: 30px;
	font-weight: 200;
    padding:20px;

   //background: #6F9;
   background: rgba(20,155,70,0.7);
   //background: var(--clr);
    display: inline-block;
    font-weight: bold;
    transition: 0.5s;
	display: grid;
  place-content: center;
  place-items: center;
  
  position:relative
}
.colorButton:hover{
	color:#333;
	background: var(--clr);
	//background:#555;
	//color:#FFFFFF;
	letter-spacing: 0.25em;
	box-shadow: 0px 0px 35px var(--clr);
}
/* color button end */
.ftlogo {
	width: 80%;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
}
.tophokkaido {
	width: 100%;
	//margin-left: auto;
	padding-top: 40px;
}
.flex1cell {
	padding-top: 40px;
	padding-bottom: 40px;
}
.fcell3 {
	width: 30%;
	display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (min-width:800px) {
.fpconly {
	display:flex;
	//flex-wrap: wrap;
	//justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;

	column-gap: 40px;
	//row-gap: 120px;
	//gap: 40px 40px;
	//background-color: rgba(102,255,153,0.3);
}
.flex1cell {
	flex: 1;
	padding-top: 20px;
}
.flex1cel3 {
	flex: 3;
}
.tophokkaido {
	width: 80%;
	margin-left: auto;
	padding-top: 0px;
}
.ftlogo {
	width: 60%;
	margin-left:0px;
	margin-right:auto;
}

.fbtns {
	//flex-direction: row;
	gap: 50px;
}
.footerbanner2{
	margin-left:0px;
	margin-right:auto;
}
.logotitle {
	width: 320px;
}
.flextop{
	display: flex;
  justify-content: space-around;
}
.smfix {
	width: 400px;
	//width: 260px;
}	

	.supressorfooter {
	width: 80%;
	max-width: 800px;
	
	}

	.fullbox2w {
	width: 48%;
	margin-right:1%;
	margin-left:1%;
	}
	.fullbox2, .fullbox2a, .fullbox4 {
	width: 50%;
	margin: 0px;
	background-color: rgba(0,0,0,1);
	position: relative;
}
	.sugata {
	width: 40%;
	margin-right: auto;
	margin-left: 0;
	}
	.sugata2 {
	width: 70%;
	margin-right: auto;
	margin-left: 0;
	}
	.flexfree {
	display: flex;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
	.video_container iframe {
		width: 80%;
		height: 80%;
	}
.pagetitlezone{
	padding: 0px;
	margin: 0px;
}
.sm4, .sm3 {
	text-align: center;
	width: 31%;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	}	
	.fullbox4 p {
		font-size: 1em;
	}
	.fullbox2a p {
		font-size: 1em;
	}
}
@media screen and (min-width:1080px) {
.fboxcont {
	display: flex;
	//flex-wrap: wrap;
	//justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.flexbox {
    display: -webkit-flex;
    display: flex;
	}
.fboxleft {
	flex: 1;
}
.fboxright {
	flex: 4;
}

.fullbox4 {
	width: 20%;
}
	.sm4 {
	width: 23%;
	}
	.sm3 {
	width: 31%;
	}
	.dflexf {
	margin-left: auto;
	width: 30px;
	margin-right: 0px;
}
	.pflexr {
	text-align: right;
}
.pflexl {
	text-align: left;
}
	.grid1 {
		flex: 1;
		padding: 5px;
	}
	

}
