@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');





/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
  font-family: 'Noto Sans JP', sans-serif, 'M PLUS 1p', sans-serif!important;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: rgb(67, 159, 222);
  line-height: 1.5;
background:repeating-linear-gradient(
-45deg,
#56a1de,
#56a1de 1px,
#4398de 0,
#4398de 19px
);
}



/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}




a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
  font-size: 18px;
  color: #fff

}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1{
font-size: 22px;
}




h2 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding: 1rem 2rem calc(1rem + 8px);
  background: #fff;
  color: rgb(67, 159, 222)
}

h2:before {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}





p{font-size: 17px;}


p.sub_tx{font-size: 19px;
margin-bottom: 10px;text-align: center}

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

section{
  clear: both;
}

section h2{
	width: 70%;
	margin: 70px auto 30px auto;
/*
	font-size: 22px;
	font-weight:normal;
*/
	text-align: center;
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}

.inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
/*	border-bottom: 1px solid #fff;*/
}

.innerS{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}


#mainImg{position: relative;
background: #000}

#mainImg #sec01{position: absolute;
top: 10% ;
left: 0;
text-align: center;
width: 100%}

#mainImg img {margin: 0
}

#sec01{position: relative}

#top_ttl{margin-top: 180px;}
  #top_ttl img{width: 50%}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{

}

#gallery{
	overflow: hidden;
  width: 85%;
  margin: 0 auto
}

#gallery li{
	float: left;
	width: calc(100%/1);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


#gallery li iframe{width: 100%}


/* SEC03 BRAND
------------------------------------------------------------*/
#sec04 p{text-align: center!important}
.col4 .img {
  margin: 0 auto;
}

.plan_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.plan_area .plan {
  background: #fff;
  padding: 30px 10px 10px 10px;
  width: 31%;
  margin: 10px 1%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.5);
}

.plan_area div h3 ,.option_area div h3 {
  font-size: 20px;
  color: #666
}

.plan_area div p {
  color: #ccc;
  margin-bottom: 0;
    font-size: 16px;
}

.plan_area div p.price,.option_area div p.price {
  font-size: 19px;
  color: #666
}



.option_area {
  display: flex;
  flex-wrap: wrap;
}

.option_area div {
  background: #fff;
  padding: 10px;
  width: 48%;
  margin: 10px 1%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.5);
}

.option_area div h3 {
  font-size: 18px;
  color: #666
}

.option_area div p {
  color: #ccc;
  margin: 0
}




.cp_card {

	position: relative;
	overflow: visible;

}
.cp_ribbon06 {
	position: absolute;
	top: -5.8px;
	right: 7px;
}
.cp_ribbon06:after {
	position: absolute;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #FFC107;
	border-right: 53px solid transparent;
	border-left: 53px solid transparent;
  right: 0;
}
.cp_ribbon06 span {
	font-size: 0.8em;
	line-height: 1;
	position: relative;
	display: block;
	width: 90px;
	padding: 8px 8px 8px;
	text-align: center;
	color: #ffffff;
	border-top-right-radius: 8px;
	background: #FFC107;
}
.cp_ribbon06 span:before, .cp_ribbon06 span:after {
	position: absolute;
	content: '';
}
.cp_ribbon06 span:before {
	top: 0;
	left: -6px;
	width: 6px;
	height: 6px;
	background: #FFC107;
}
.cp_ribbon06 span:after {
	top: 0;
	left: -8px;
	width: 8px;
	height: 6px;
	border-radius: 8px 8px 0 0;
	background: #00ACC1;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.form_li li{float: left;margin-right: 15px!important;
margin-bottom: 5px!important;
font-size: 15px;}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 1100px;
      margin-left: auto;
      margin-right: auto;
      position: relative
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 8%;
		
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
  
  

  
  
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 95%;
		padding-bottom: 30px;
	}
  
  	.inner{
		width: 95%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
  #content{
    padding-top: 60px;
}

	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
      left: 0;
    top: 0;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #000;
		border-bottom: 1px solid #333;
	}
	
	#sidebar h1{
    /* text-align: center; */
    padding-top: 18px;
    padding-left: 10px;
    font-size: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  
  #top_ttl{margin-top: 80px;}
  
  #top_ttl img{width: 70%}

    h2 {
  font-size: 20px;

  padding: 1rem 2rem calc(1rem + 8px);
  background: #fff;
  color: rgb(67, 159, 222);
    width: 80%
}
  
  
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #000;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
  #gallery {width: 100%}
  
  #gallery li {
    float: left;
/*    width: 48%;*/
    width: 98%;
    margin: 10px 1%
  }
  
#gallery li iframe{width: 100%;height: 180px;}
  
  
  
  .plan_area .plan {
    width: 48%;
  }

    .plan_area div h3 {
    font-size: 16px;
      margin-bottom: 5px;
  }

  p {    font-size: 14px;}
  .plan_area div p {
    font-size: 14px;
  }

  
  .plan_area div p.price, .option_area div p.price {
    font-size: 14px;

}
  
  
}



.popup-content{
    visibility: hidden;
    opacity : 0;
}




#open:checked ~ .popup-content,#open2:checked ~ .popup-content,#open3:checked ~ .popup-content,#open4:checked ~ .popup-content{
    visibility: visible;
    opacity : 1;
    transition: .3s;
}
#open:checked ~ .overlay ,#open2:checked ~ .overlay ,#open3:checked ~ .overlay ,#open4:checked ~ .overlay {
    background: rgb(51, 51, 51,.8);
    display: block;
    width: 250%;
    height: 500%;
    position: fixed;
    top: -50%;
    left: -50%;
    transition: .3s;
    z-index: 9999;
}



.open-btn {
    display: block;
  cursor: pointer;


  color: rgb(67, 159, 222)

}

label.close-btn {
    position: absolute;
    top: -15px;
    right: -14px;
    background: #383c3c;
    color: aliceblue;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50px;
    line-height: 1.6;
}

.fa-times-circle {
    position: relative;
    top: -2px;
    left: -2px;
    font-size: 1.9em;
    color: #00bcd4;
}

.popup-content{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 800px;
    height: auto;
    background-color: aliceblue;
    border: 5px solid #00bcd4;
    z-index: 9999;
    transition: .1s;
    padding: 10%;
}

@media (orientation: landscape){
    .popup-content{
        width: 55%;
    }
}

input#open{display: none;}
input#open2{display: none;}
input#open3{display: none;}
input#open4{display: none;}
input#open5{display: none;}



@media only screen and (max-width: 799px){
#open:checked ~ .overlay {
    background: rgb(51, 51, 51,.8);
    display: block;
    width: 100%;
    height: 500%;
    position: fixed;
    top: -50%;
    left: 0%;
    transition: .3s;
    z-index: 9999;
}
}








.cta_btn09 {
  font-weight: bold; /* 文字の太さ */
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;

}

.cta_btn09-contact , .cta_btn09-tel {
  color: #fff; /* 文字色 */
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1.5em 1em 1.5em 60px;
  border-radius: 100vh;
  width: 100%; /* ボタン幅 */
  max-width: 350px; /* 最低ボタン幅 */
  transition: 0.3s;
    font-size: 16px;
}

.cta_btn09-contact {
  background: #00b900; /* お問い合わせボタン色 */
}

.cta_btn09-tel {
  background: #F88400; /* 電話ボタン色 */
}

.cta_btn09-contact::before,
.cta_btn09-tel::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_btn09-contact::before {
  width: 51px;
  height: 41px;
  background-image: url(../images/line.png); /* メールアイコン */
}

.cta_btn09-tel::before {
  width: 51px;
  height: 41px;
  background-image: url(https://find-a.jp/seotimes/wp-content/uploads/mail.png); /* 電話アイコン */
}

.cta_btn09 .copy_txt {
  line-height: 1;
  display: inline-block;
  padding: 0.2em 1.5em;
  letter-spacing: 0;
  background: #fff; /* 下文字背景色 */
  font-size: 90%; /* 下文字サイズ */
  border-radius: 5px;
}

.cta_btn09-contact .copy_txt {
  color: #00b900; /* 下文字色 */
}

.cta_btn09-tel .copy_txt {
  color: #F88400; /* 下文字色 */
}

.cta_btn09 img {
    width: 1em;
    margin-right: 0.5em;
}

/* マウスオーバーした際のデザイン */
.cta_btn09-contact:hover,
.cta_btn09-tel:hover {
  transform: scale(1.05);
}
          

