.section_h3 span#main_img.index, #main_img.index #main_img2@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Rajdhani);*/
/* CSS Document */



/*------------------------------------------
base
------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


body{
	background:#fff;
	background-size: cover;
	color: #000;
	font-size: 16px;
	line-height: 250%;
	letter-spacing: 0.1em;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}




@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	.pc{display: block !important;}
	.sp{display: none !important;}
}

@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	body{
		font-size: 14px;
		line-height: 200%;
	}
	img{max-width: 100%;height:auto;}
	.sp{display: block !important;}
	.pc{display: none !important;}
}


p{
    margin-bottom: 1.5em;
}

.row{
	padding-left: 0;
	padding-right: 0;
}

small{
	/*display: block;*/
	line-height: 150%;
    font-size: 0.7em;
}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}

img {
    /*image-rendering: -webkit-optimize-contrast;*/
}

@media all and (min-width: 992px) {
	.table-responsive{
		overflow: inherit;
	}
}

/*-------------------------------------
btn_p
-------------------------------------*/
.btn_p{
	margin: 0;
	margin-bottom: 1em;
}

.btn_p a , .btn_p a:visited , .btn_p input{
	line-height: 1;
	text-align: center;
	/*display: block;*/
    position: relative;
    
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,1) inset;

    height: 52px;
    line-height: 52px;
	padding: 1em;
    
	color: #000;
	font-weight: bold;
	text-decoration: none;
    
    transition: all .2s;
}
.btn_p a:hover , .btn_p input:hover{
    background: #000;  
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,1) inset;
    color: #fff;
}
.btn_p a span.glyphicon{
    color: #fff;
    position: absolute;
    right: 20px;
    top: 35%;
    bottom: 50%;
}



.btn_box{
    margin: 1em 0;
    text-align:center;
}


@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    .btn_p{
        width: 90%;
        display: block;
        margin-left:auto;
        margin-right:auto;
		margin-bottom: 1em;
    }
    .btn_p a , .btn_p input{
        display: block;
        padding: 0;
        font-size: 1.2em;
    }
    
    .btn_p input{
        width: 100%;
    }
	
	.btn_p.float-right,
	.btn_p.float-left{
		float: none !important;
		width: 100%;
	}
}



/*-------------------------------------
line
---------------------------------------*/
hr.cp_hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#2ea7e0 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#2ea7e0 50%,transparent 100%);
}



/*-------------------------------------
flexbox
---------------------------------------*/
.flexbox{
    display: flex;
    flex-wrap: wrap;
}





/*-------------------------------------
box_shadow
-------------------------------------*/


.box_shadow{
    background: #fff;
    border-radius: 10px;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,0.2);
    display:block;
    color: #252525;
    transition: all .5s;
    word-break: break-all;
    margin: 1em auto;
    text-align: center;
}


.box_shadow .thum img{
    border-radius: 10px 10px 0 0;
}

#container a.box_shadow:hover{
    text-decoration: none;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,1);
    opacity: 0.5;
}



/*-----------------------------------
sub_nav
-----------------------------------*/
#container .sub_nav{
	padding-bottom: 5em;
	text-align: center;
}
#container .sub_nav p{
	margin: 0;
}
#container .sub_nav a,
#container .sub_nav a:hover{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#container .sub_nav a:hover{
	background: #000;
	color: #fff;
}
@media (min-width: 768px){
	#container .sub_nav a,
	#container .sub_nav a:hover{
		padding: 0.5em 1em;
		border: #000 solid 2px;
		transition: 0.2s;
		line-height: 3em;
	}
}

@media (max-width: 767px){
	#container .sub_nav{
		padding: 60px 30px;
		padding-top: 0;
	}
	#container .sub_nav p{
		text-align: left;
	}
	
	#container .sub_nav a.option{
		font-weight: normal;
		text-decoration: underline;
		padding-left: 20px;
	}
}

/*-------------------------------------
padding_inner
-------------------------------------*/
.padding_inner{
    padding: 1em;
}

.padding_inner ul{
    margin: 0;
    padding-left:1.5em;
}

.small_text{
    font-size: 0.8em;
    line-height: 1.5em;
}


/*-----------------------------------
inner2
------------------------------------*/

#container .inner2 .thum_left{
    float: left;
    width: 20%;
}

#container .inner2 h4,
#container .inner2 .text_box{
    float: right;
    width: 78%;
}
@media all and (max-width: 767px) {
    #container .inner2 .thum_left{width: 30%;}
    #container .inner2 h4{width: 68%;}
    #container .inner2 .text_box{
        width: 100%;
    }
}

/*------------------------------------
span.orange
------------------------------------*/
span.orange{
    color: #d25f3b;
}

/*-------------------------------------
header
-------------------------------------*/
	
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  background-color: #000;
	z-index: 100;
}
.global-nav {
	padding: 0 30px;
	height: 100vh;
	padding-top: 120px;
	background-color: #000;
	transition: all .6s;
	z-index: 200;
	/*overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	overflow: hidden;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
}

.hamburger {
	display: none;
}
.hamburger {
  position: absolute;
  left: 74px;
  bottom: 30px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 30px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 0px;
}
.hamburger__line--2 {
  top: 10px;
}
.hamburger__line--3 {
  top: 20px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  left: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 10px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 10px;
}


header h1{
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	padding: 0.5em;
}

header .global-nav__list{
	/*margin-left: 200px;*/
	font-family: 'Anton', sans-serif;
	font-style: normal;
	font-weight:300;
	font-size: 2em;
	line-height: 1em;
	text-align: left;
}

header .global-nav__list li:nth-of-type(5){
	margin-top: 1em;
}
header .global-nav__list li:nth-of-type(n+5){
	font-size: 0.6em;
	line-height: 0.8rem;
}

header .global-nav__list span{
	display: block;
}

header .Instagram{
	/*margin-left: 200px;*/
	width: 50%;
	padding-top: 20px;
	float: left;
	text-align: center;
}

header .LINE{
	width: 50%;
	padding-top: 20px;
	float: right;
	text-align: center;
}

header #link_box{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 40px;
}

header #link_box li{
	padding-top:10px;
}
 
/*  logo
/--------------------------------- */
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */

	.global-nav {
		position: relative;
		width: 200px;
	}


}




@media all and (max-width: 991px) {
/* 767pxまでの幅の場合に適応される */
	.header{
		height: 60px;
		width: 100%;
	}
	
	.header h1{
		padding: 5px 0 0 5px;
		margin: 0;
	}
	.header h1 img{
		width: 70px;
	}
	
	.hamburger{
		display: block;
		bottom: 10px;
		right: 30px;
		left:auto;
	}
	
	.black-bg{
		display: none !important;
	}
	.global-nav {
		position: fixed;
		left: -100%; /* これで隠れる */
		top: 0;
		width: 100%;  /*スマホに収まるくらい */
		padding-top: 20px;
		height: calc(100vh - 60px);
		position: fixed;
	}
	
	.header{
		bottom: 0;
		top: auto;
	}
	
	
	
	header .global-nav__list{
		font-size: 3em;
	}
	
	header .Instagram,
	header .LINE{
		width: auto;
		float: left;
		padding-right: 20px;
	}
	
	.header h1{
		position: static;
	}
	.header .tel,
	.header .mail{
		font-size: 30px;
		margin: 0;
		padding-top: 15px;
	}
	
	.header h1,
	.header .tel,
	.header .mail{
		float: left;	
		width: calc(100% / 4);
		text-align: center;
	}
	
	.header .tel a,
	.header .mail a{
		color: #fff;
	}
	
	header #link_box li a{
		width: 100%;
		text-align: center;
	}
	header #link_box li a img{
		height: 30px;
	}
	
	
}










/*------------------------------------
main_img
------------------------------------*/

/*---main_img------------------------*/
#main_img{
    position: relative;
	width: 100%;
	margin: 0 auto;
}

#main_img.content,
#main_img.content #main_img2{
    height: 350px;
}

#main_img #main_img2{
	position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}
#main_img #main_img2 li{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#main_img.index #main_img2 li:nth-child(1){background: url("../../images/header_pc.jpg") center no-repeat; background-size: cover;}
/*#main_img.index #main_img2 li:nth-child(2){background: url("../../images/header2.jpg") center no-repeat; background-size: cover;}
#main_img.index #main_img2 li:nth-child(3){background: url("../../images/header3.jpg") center no-repeat; background-size: cover;}
#main_img.index #main_img2 li:nth-child(4){background: url("../../images/header4.jpg") center no-repeat; background-size: cover;}
#main_img.index #main_img2 li:nth-child(5){background: url("../../images/header5.jpg") center no-repeat; background-size: cover;}*/



#main_img.content_main_img{
    margin-top: 50px;
    height: 190px;
}

#main_img .header_news{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color:rgba(255,255,255,0.80);
	font-size: 0.7em;
	padding: 1em 5%;
	font-weight: bold;
	line-height: 1.5em;
}

#main_img .header_news span{
	display: block;
}




/*---main_img inner-----------------*/


#main_img.content_main_img .inner{    
    padding-top: 90px;
}
@media all and (max-width: 767px) {


	#main_img.index{
		height: 100vh;
	}
    #main_img.content_main_img .inner{
        /*padding-top: 110px;*/
        padding-top:5em;
    }
}
#main_img .inner{
    position:absolute;
    z-index: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 4em;
	line-height: 1em;
	bottom: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -1em;
	color: #fff;
}
#main_img .inner span{
	font-size: 0.5em;
}
#main_img .inner p{
	margin: 0;
}
#main_img{
	height: 100vh;
}
	
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	#main_img{
		margin-left: 200px;
		width:calc(100% - 200px);
	}
	

}

@media all and (min-width: 991px) and (max-width:1024px){

    header .inner h1 img{
        zoom:0.8;
    }
    .navbar-collapse{
        padding: 0;
    }
    header .navbar-nav > li a{
        /*padding-right: 0;*/
    }
}
@media (max-width: 991px){
	#main_img.index,
	#main_img.index #main_img2,
	#main_img.index #main_img2 li{
		height: 100vh;
	}
}

@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	    
	#main_img #main_img2{
		background-size: cover;
	}
	
	#main_img.index #main_img2 li:nth-child(1){background: url("../../images/header_sp.jpg") center no-repeat; background-size: cover;}
	
    #main_img.index,
    #main_img.index #main_img2{
        height: 100vh;
        width: 100%;
		position: relative;
    }
    #main_img.content,
    #main_img.content #main_img2{
        height: 200px;
        width: 100%;
    }

    #main_img #main_img2{
		height: 100vh;
    }
	#main_img .inner{
		top: 40%;
	}
    
	#main_img .inner img{
		height: 100px;
	}
    #main_img.content .inner{
        bottom:2em;
    }
    
}





/*------------------------------------
container
------------------------------------*/
#container {
    position: relative;
    z-index: 10;
}

#container > div{
	padding-top:10em;
}


#container.content {
   /* background: #fbfbfb;*/
	padding-top: 0;
}

#container .container{
	padding: 0 60px;
	max-width: 100%;
}

#container .content {
	padding: 10em 0;
	padding-bottom: 0;
}

#container section article{
	padding: 5em 0;
}



#container section article.box{
	padding-top: 5em;
}

#container section article em{
	font-weight: bold;
	color: #e09b57;
	font-style:normal;
}




#container .link{
    font-size: 1.1em;
    color: #196ac5;
    font-weight: bold
}

#container .link a:hover{
    text-decoration: none;
}


#container section{
    padding-bottom: 5em;
}



@media all and (min-width: 992px) {
	#container {
		margin-left: 200px;
		width: calc(100% - 200px);
		padding: 0;
	}
}

@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	#container.content .container{
		padding-top: 0;
	}
	
	#container .container{
		padding: 5%;
	}
	
	#container > div{
		padding-top: 100px;
	}
}



/* card
--------------------------------------*/

#container .card{
	border-radius: 0;
	padding: 0;
}

#container .card .card-body{
	padding: 60px;
}
#container .card .card-title{
	font-weight: bold;
}

#container .card .thum_p{
	margin: 0;
	overflow: hidden;
}



#container .card .thum_p img{
	transition:1s all;
}

#container .card .thum_p img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

#container .card .card-text{
	font-size: 0.8em;
	line-height: 1.5em;
}

#container .card .date{
	margin: 0;
	padding: 1em 60px 0 60px;
	font-size: 0.7em;
}

#container .card a,
#container .card a:hover{
	color: #000;
	text-decoration: none;
}	


@media all and (max-width: 767px) {
	#container .card{
		margin-bottom: 1em;
	}
	
	#container .card .card-body{
		padding: 1em;
	}
	#container .card .date{
		padding: 0 1em;
	}
}



/* pagination
---------------------------------------*/

.pagination{
	padding-top: 2em;
}

.pagination a,
.pagination a:hover{
	color: #000;
}

.pagination .disabled a{
	background: #000 !important;
	color: #fff !important;
}

/* h
---------------------------------------*/

#container h3{
    word-wrap:break-word;
}

.section_h2{
    font-size: 1em;
	font-weight: 400;
	margin-bottom: 6em;
	position: relative;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	text-align: center;
	font-weight: bold;
}

.section_h2 span{
	font-size: 4em;
	font-family: 'Anton', sans-serif;
	font-weight: 300;
	display: block;
}


@media (max-width: 767px){
	.section_h2{
		margin-bottom: 2em;
	}
	.section_h2 span{
		font-size: 3.5em;
	}
}


.section_h3{
	font-weight: 900;
	margin-bottom: 1em;
	text-align: center;
}

.section_h3 span{
	font-size: 0.8rem;
}



.section_h4{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
	


#container h4 .small{
    font-weight: bold;
    color: #252525;
    font-style: normal;
}


#container h4.cp_h1title{
	position: relative;
	overflow: hidden;
	padding: .3em;
}
#container h4.cp_h1title::before,
#container h4.cp_h1title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
#container h4.cp_h1title:before{
	border-bottom: 4px solid #2ea7e0;
	width: 100%;
}
#container h4.cp_h1title:after{
	border-bottom: 4px solid #a2dcf7;
	width: 100%;
}

#container .section_h5{
	margin: 0;
	margin-top: 3em;
}

#container.content .section_h2{
	padding-top: 10em;
	margin-bottom:0;
}
@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    #container.content .section_h2{
		margin-left:0;
		padding: 0;
		position: absolute;
		top: -150px;
		left: 0;
		right: 0;
		color: #fff;
    }
}





/* topic
--------------------------------*/

#topic .row{
	margin: 0;
}

#topic .row .col-sm{
	margin: 0;
	padding: 0;
}

#topic .card{
	border-right: none;
}



@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	#topic .row{
		padding: 0 5%;
	}
	
	#topic .card{
		border-right: 1px solid rgba(0,0,0,.125);
	}
	#container .card .card-title{
		margin: 1em 0;
	}
}



/* about
-----------------------------------*/
#about{
	text-align: center;	
}


#about h2{
	font-weight: bold;
	font-size: 2em;
}




/* gallery
----------------------------------*/
.gallery{
	text-align: center;
}
.gallery .list_box p{
	margin: 0;
    float: left;
    width: calc(100% / 3);
	padding: 20px;
}

.gallery .list_box p a{
    position: relative;
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery .list_box p a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.gallery .list_box span{
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding-top: 10px;
	text-align: left;
	
	/*background: #ccc;*/
	
	height: calc(1.8em * 3); /* 制限したい行数が2の場合 */
  line-height: 1.5em; /* heightと同じ値にする */
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
.gallery .list_box span::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 30% /* 背景色 */
  );
  bottom: 0;
  content: "…";
  padding-left: 1em;
  position: absolute;
  right: 0;
}
.gallery .list_box span::after {
  background: #fff; /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}



@media all and (max-width: 767px) {
	.gallery .list_box p{
		padding: 5px;
    	width: calc(100% / 2);
	}
}



/* works_box
--------------------------------------*/
#works,
#works2{
	/*background: #dfdfdf;*/
	line-height: 200%;
}
#works .works_box,
#works2 .works_box{
	font-size: 14px;
	position: relative;
	height: 30em;
	width: 50%;
	float: left;
	overflow: hidden;
	color: #fff;
}


#works .section_h2,
#works2 .section_h2{
	margin-left: 0 !important;
}

#works .col-sm,
#works2 .col-sm{
	padding: 0;
}

/*
#works .works_box a,*/
#works2 .works_box a{
	display: block;
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	
	transition: all 0.5s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
	will-change: transform;
}


/*#works .works_box a:hover ,*/
#works2 .works_box a:hover {
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.9
	);
	background-color: rgba(255,255,255,0.2);
}

#works .works_box .text_box,
#works2 .works_box .text_box{
	position: absolute;
	left: 60px;
	top: 60px;
	width:calc(100% - 120px);
}
#works .works_box .text_box p,
#works2 .works_box .text_box p{
	margin: 0;
}

#works .works_box .btn_p,
#works2 .works_box .btn_p{
	/*position: absolute;*/
	bottom: 60px;
	right: 60px;
}
#works .works_box .btn_p a{
	box-shadow: 0px 0px 0px 2px rgb(255 255 255) inset;
	color: #fff;
}

#works .works_box .btn_p a:hover{
	background: #fff;
	color: #000;
}


#works .works1{	background:url("../../images/works1.jpg") center no-repeat; background-size: cover;}
#works .works2{	background:url("../../images/works2.jpg") center no-repeat;	background-size: cover;}
#works .works3{	background:url("../../images/works3.jpg") center no-repeat;	background-size: cover;}
#works .works4{	background:url("../../images/works4.jpg") center no-repeat;	background-size: cover;}
#works .works5{	background:url("../../images/works5.jpg") center no-repeat;	background-size: cover;}

#works2 .works1 a{	background:url("../../images/works_feynlab.jpg") center no-repeat; background-size: cover;}
#works2 .works2 a{	background:url("../../images/works_ulgo.jpg") center no-repeat; background-size: cover;}


#works .section_h2{
	text-align: left;
}

@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	#works .works_box {
		height: 20em;
	}
    #works .works_box .text_box{
		left: 0;
		top: 0;
		width: 100%;
	}
	
	#works .works_box .btn_p{
		bottom: 1em;
		left: 1em;
		right: 1em;
	}
	
	#works .works_box {
		width: 100%;
		float: none;
		clear: both;
	}
	
	#works .works_box .text_box, #works2 .works_box .text_box{
		left:40px;
		top: 40px;
		width: calc(100% - 80px);
	}
}



/* service_box
------------------------------------*/



@media all and (min-width: 992px) {
	
	#container .service_box p{
		font-size: 0.8em;
		line-height: 1.5em;
	}
}


/* content_box
-----------------------------------*/
#container .content_box{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}


/* news
-----------------------------------*/


#news{
	background: #fff;
	width: 70%;
	margin: 0 auto;
}

#news h2{
	font-size: 1em;
	font-weight:bold;
}

#news ul{
	margin: 0;
	padding: 0;
}

#news ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5rem;
	padding-bottom: 10px;
}

#news ul li a{
	color:#BB2527;
}



@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	#news{
		width: 90%;
		min-width: 90%;
	}
}


/* info
----------------------------------*/

#info .container{
	padding: 30px;
	width: 70%;
	min-width: 700px;
	margin: 0 auto;
	border: #000 solid 1px;
}

#info .container .logo{
	max-width: 200px;
}


@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	#info .container{
		width: 90%;
		min-width: 90%;
	}
}





/* access_box
---------------------------------*/

.access_box{
	background: #fff;
    padding: 3em 0;
    width: 70%;
    margin: 0 auto;
    min-width: 700px;
    text-align: center;
	margin-bottom: 30px;
}

#googlemap iframe{
	width: 100%;
}

@media (max-width: 991px){
	.access_box{
		width: 100%;
		min-width: 100%;
	}
}


/* contact
----------------------------------*/

#contact .container{
	background: url("../../images/contact_back.jpg") center no-repeat;
	background-size: cover;
	padding: 60px;
	text-align: center;
}


.tel_box p{
	line-height: 1em;
	margin: 0;
}

.tel_box{
	background: #fff;
	padding: 3em 0;
	width: 70%;
	margin: 0 auto;
	min-width: 700px;
	text-align: center;
}

.tel_box .btn_p{
	float: none !important;
	margin: 0 auto;
}
.tel_box .tel_p{
	font-size: 3em;
    margin: 20px 0;
    font-family: 'Anton', sans-serif;
	font-weight: 500;
    padding-bottom: 0 !important;
}
.tel_box .tel_p i{
	font-size: 0.8em;
}

.tel_box .tel_p a{
	color: #000;
}

@media (max-width: 991px){
	.tel_box{
		width: 100%;
		min-width:100%;
	}
}
@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	.tel_box{
		padding: 2em 1em;
		width: 100%;
		min-width: 100%;
	}
	
	#contact .container{
		padding-left: 0;
		padding-right: 0;
	}
}

/* link
-----------------------------------*/
#container .link{
	position: relative;
	top: -100px;
	display: block;
}
@media all and (max-width: 991px) {
	#container .link{
		top: -20px;
	}
}



/* price_table
-----------------------------------*/

table.price_table{
	text-align: center;
}

table.price_table td{
	vertical-align: middle;
	line-height: 1em;
	font-size: 0.9rem;
}



/* size_table
-----------------------------------*/

@media all and (max-width: 991px) {
	table.price_table{
		width: 1000px;
	}
}

/* contact
-----------------------------------*/

.cp_form .cp_group {
	position: relative;
	width: 100%;
	margin: 40px auto;
	/*box-shadow:0px 0px 3px 2px #ededed;*/
}

.cp_form .cp_group > div, .cp_group > .title {
	margin: 8px;
}
.cp_form .cp_group .column {float: left;}
.cp_form .cp_group .column1 {width: 100%;}
.cp_form .cp_group .column2 {width: 50%;}
.cp_form .cp_group .column3 {width: 33%;}
.cp_form .cp_group .column4 {width: 25%;}
.cp_form .cp_group .column5 {width: 20%;}
.cp_form .cp_group .large {width: 100%;}
.cp_form .cp_group .medium {width: 50%;}
.cp_form .cp_group .small {width: 25%;}
.cp_form .cp_group textarea.large {
	width: 100%;
	height: 20em;
}
.cp_form .cp_group textarea.medium {
	width: 100%;
	height: 10em;
}
.cp_form .cp_group textarea.small {
	width: 100%;
}
.cp_form .clearfix {
	*zoom: 1;
}
.cp_form .clearfix:before, .cp_form .clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.cp_form .cp_group {
	font-size: 1em;
	line-height: 1.231;
	/*border: 2px solid #efc164;
	border-radius: 6px;*/
}
.cp_form .cp_group label.title {
	font-size: 1em;
	font-weight: bold;
	width: auto;
    width: 100%;
}

.cp_form .cp_group label.title span{
    font-size: 0.7em;
    padding-left: 1em;
    color: #d25f3b;
    
}

.cp_form .cp_group input[type=button] {
	font-size: 1em;
	color: #666666;
	outline: none;
}
.cp_form .cp_group input[type=submit] ,
.cp_form .cp_group input[type=button] {
	/*font-size: 1.2em;
	color: #666666;
	outline: none;*/
    color: #000;
	background: #fff;
}
.cp_form .cp_group > div {
	position: relative;
	margin-right: 25px;
	margin-left: 25px;
}
.cp_form .cp_group h2 {
	font-size: 1.7em;
	margin: 0.2em 0;
	color: #ffffff;
}
.cp_form .cp_group h3.title {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.cp_form .cp_group label {
	display: block;
	clear: both;
	margin-bottom: 3px;
}
.cp_form .cp_group div, .cp_form .cp_group span,
.cp_form .cp_group label, .cp_form .cp_group input,
.cp_form .cp_group textarea, .cp_form .cp_group select,
.cp_form .cp_group button, .cp_form .cp_group ul,
.cp_form .cp_group li, .cp_form .cp_group a {
	font-family: inherit;
	color: inherit;
}
/* submit + title */
.cp_form .cp_group div.submit,
.cp_form .cp_group div.title {
	/*margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;*/
}
.cp_form .cp_group div.submit {
/*	text-align: right;
	vertical-align: middle;
	border-top: 2px solid #efc164;
	border-radius: 0 0 5px 5px;*/
}
.cp_form .cp_group div.title {
	/*background-color: #efc164;*/
}
.cp_form .cp_group div.title p{
	/*margin-left: 27px;*/
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
/* element-submit + element-text */
.cp_form .cp_group > .submit,
.cp_form .cp_group > .title {
	/*background-color: #efc164;*/
}
.cp_form .cp_group > .submit {
	/*background-color: #efc164;*/
}
/* Button & submit*/
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit] {
	/*display: block;
	margin: 0 auto;
	padding: 0.5em 2em;
	cursor: pointer;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	background: #ffffff;
	-webkit-appearance: none;
	appearance: normal;
	transition: background-color 0.2s, border-radius 0.2s;*/
}
.cp_form .cp_group input[type=button][disabled] {
	cursor: default;
	opacity: 0.65;
}
.cp_form .cp_group input[type=submit] {
	/*right: 20px;
	margin-right: 27px;
	padding: 7px 15px;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	text-align: center;
	opacity: 1;
	border: none;
	color: #fff;*/
}
.cp_form .cp_group input[type=submit]:hover {
	/*text-decoration: none;*/
}
/* File input */
.cp_form .cp_group .cp_file label {
	position: relative;
}
.cp_form .cp_group .cp_file .title {
	position: static;
}
.cp_form .cp_group .cp_file .button {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	float: none;
	padding: 1.8% 1.2em 0 1.2em;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	color: #ffffff;
	border-radius: 0 6px 6px 0;
}
.cp_form .cp_group .cp_file .file_text {
	overflow: hidden;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}
.cp_form .cp_group .cp_file .file_input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Radio & checkbox */
.cp_form .cp_group div.cp_ipcheck,
.cp_form .cp_group div.cp_ipradio {
	overflow: hidden;
}
.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio] {
	/*font-size: 1em;
	position: absolute;
	z-index: 1;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0;
	cursor: pointer;
	opacity: 0.01;*/
}
.cp_form .cp_group input[type=radio] + span,
.cp_form .cp_group input[type=checkbox] + span {
	height: 19px;
	margin-right: -19px;
	padding-top: 0;
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
	vertical-align: top;
	font-size: 1em;
	line-height: 0.8;
	cursor: pointer;
}
.cp_form .cp_group input[type=radio] + span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1em;
	line-height: 1;
	position: relative;
	display: inline-block;
	width: 1em;
	margin: 0 0.2em;
	vertical-align: top;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox] + span:before {
	content: '\f00c';
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.cp_form .cp_group input[type=checkbox]:hover + span:before {
	content: '\f00c';
}
.cp_form .cp_group input[type=checkbox]:checked + span:before {
	content: '\f00c';
}
/* radio */
.cp_form .cp_group input[type=radio] + span:before {
	content: '\f00c';
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.cp_form .cp_group input[type=radio]:hover + span:before {
	content: '\f00c';
}
.cp_form .cp_group input[type=radio]:checked + span:before {
	content: '\f00c';
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea,
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group select {
	font-size: 1em;
	box-sizing: border-box;
	padding: 6px 10px;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	border-width: 1px;
	border-style: solid;
	border-color: #bdc3c7;
	border-radius: 6px;
	outline: none;
	/*-webkit-appearance: none;*/
	appearance: normal;
}
.cp_form .cp_group select::-ms-expand {
	display: none;
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group textarea {
	width: 100%;
}
.cp_form .cp_group textarea {
	height: auto;
}
.cp_form .cp_group select {
	width: 100%;
	cursor: pointer;
	text-align: left;
}
/* type number */
.cp_form .cp_group input[type=number]::-webkit-inner-spin-button,
.cp_form .cp_group input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
.cp_form .cp_group .cp_ipradio .column,
.cp_form .cp_group .cp_ipcheck .column {
	display: block;
	/*width: 100%;*/
	margin-right: 0;
}
}
/* .cp_group color scheme begin */
.cp_form .cp_group input[type=button]:focus,
.cp_form .cp_group input[type=button]:active,
.cp_form .cp_group input[type=button][disabled] {
	border-color: #e95d12;
}
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=button]{
	/*background-color: #e95d12;
	border-radius: 10px;
	border: #fff double 6px;*/
    border: none;
    line-height:0;
    padding-left:2em;
    padding-right: 2em;

}
.cp_form .cp_group input[type=submit]:hover,
.cp_form .cp_group input[type=button]:hover{
	/*background-color: #dc4e01;
	border-radius: 20px;*/
	background: #000;
    color: #fff;
}
.cp_form .cp_group input[type=submit]:active,
.cp_form .cp_group input[type=button]:active{
	/*background-color: #e95d12;*/

}
.cp_form .cp_group .submit a{
    padding: 0;
}


.cp_form .cp_group .submit .btn_p{
    width: 100%;
}
/* File input */
.cp_form .cp_group .cp_file .button {
	background-color: #bdc3c7;
}
.cp_form .cp_group .cp_file .file_text {
	border-color: #bdc3c7;
}
.cp_form .cp_group .cp_file label:hover .button {
	background-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .button {
	background-color: #b02f2f;
}
.cp_form .cp_group .cp_file label:hover .file_text {
	border-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .file_text {
	border-color: #b02f2f;
}
/* Radio & checkbox */
.cp_form .cp_group input[type=radio]+span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
	color: #bdc3c7;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox]:checked + span:before {

	color: #da3c3c;
}
/* radio */
.cp_form .cp_group input[type=radio]:checked + span:before {
	color: #da3c3c;
}
.cp_form .cp_group input[type=text]:focus,
.cp_form .cp_group input[type=tel]:focus,
.cp_form .cp_group input[type=password]:focus,
.cp_form .cp_group input[type=email]:focus,
.cp_form .cp_group input[type=url]:focus,
.cp_form .cp_group input[type=date]:focus,
.cp_form .cp_group input[type=number]:focus,
.cp_form .cp_group textarea:focus,
.cp_form .cp_group .cp_file .file_text:active,
.cp_form .cp_group  select:focus {
	border-color: #da3c3c;
}
/*select*/
.cp_form .cp_group .cp_select span {
	position: relative;
}
.cp_form .cp_group .cp_select i::before {
	position: absolute;
	top: 0.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_form .cp_group select:focus + i::before {
	border-top: 6px solid #da3c3c;
}


.cp_form p{
    padding-bottom: 1em;    
}

@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	.cp_form .cp_group {
		/*width: 80%;*/
	}
}



/* cp_table
-----------------------------------*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
}
.cp_table th {
	width: 30%;
	text-align: left;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}


.cp_table th, .cp_table  td table td{
    padding-left: 0;
    padding-right: 0;
}




/* ol list
-----------------------------------*/
ol.cp_clist {
	counter-reset:cp_clist; /*数字をリセット*/
	list-style-type: none;
	padding:0.5em;
	margin-bottom: 5em;
}
ol.cp_clist li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 36px;
	margin-top: 1.5em;
}
ol.cp_clist li::before {
	position: absolute;
	display:inline-block;
	top: 50%;
	left: 0;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #a2d2ef;
	color: #fff;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	transform: translateY(-50%);
}
ol.cp_clist li::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 18px;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #a2d2ef;
	transform: translateY(-50%);
}









/* contact_tel_box
-----------------------------------*/

#container .contact_tel_box.pc{
	text-align: center;
	color: #fff;
	background: #e09b57;
	font-weight: bold;
	border-radius: 5px;
	width: 40%;
	margin: 1em auto;
	padding: 1em;
	line-height: 0;
}

#container .contact_tel_box.pc .text_p{
	font-size: 2em;
	font-family: 'EB Garamond', serif;
}

#container .contact_tel_box.sp{
	display: block;
	background: #e09b57;
	margin: 0 1em;
	margin-bottom: 1em;
	padding: 0 0.5em;
	border-radius: 10px;
	color: #fff;
}

#container .contact_tel_box.sp p{
	margin: 0;
}


#container .contact_tel_box.sp span{
	width: 50px;
	height: 50px;
	background: #fff;
	color: #e09b57;
	font-size: 2em;
	text-align: center;
	padding-top: 10px;
	border-radius: 50px;
	margin-right: 0.5em;
}

#container .contact_tel_box.sp .pull-left{
	margin-top: 0.5em;
}
#container .contact_tel_box.sp a{
	color: #fff;
}
#container .contact_tel_box.sp strong{
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0;
}



/*-----------------------------------
price_table
---------------------------------*/
.price_table table{
	margin: 0 20px;
}

@media (max-width: 767px){
	.price_table table{
		margin: 0;
	}
}




/*-----------------------------------
electrical
---------------------------------*/

.mini_gallery a{
    position: relative;
    content: "";
    display: block;
    padding-top: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.mini_gallery a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
/*----------------------------------
formTable
----------------------------------*/

.formTable,
.formTable tbody,
.formTable tr,
.formTable th,
.formTable td{
    width: 100%;
    display: block;
}

.formTable td input{
    padding: 0.5em;
}

.formTable tr{
    padding-bottom: 0.5em;
}

.formTable span{
    font-size: 0.8em;
    color: red !important;
    font-weight: normal;
}

/*----------------------------------
js-animation
------------------------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



/*------------------------------------
footer
------------------------------------*/
footer{
	position: relative;
	margin: 0 auto;
	margin-top: 10em;
	background:#efefef;
}
@media (min-width: 992px){
	footer {
		margin-left: 200px;
		width: calc(100% - 200px);
		padding: 0 30px;
		padding-top: 12em;
	}
}

footer a,
footer a:hover,
footer a:visited{
	color: #000;
	font-size: 0.8em;
	padding-right: 1em;
}
footer .footer_icon img{
	height: 48px;
}
footer iframe {
    vertical-align: bottom;
}
footer address{
    position: absolute;
    width: 100%;
    top: 1em;
}


#copy{
	display: block;
	font-size: 0.5em;
	margin: 0;
    letter-spacing: 0.2em;
    padding: 1em 0;
}


footer .banner p{
	margin: 0;
	width: calc(100% / 3);
	float: left;
	padding: 5px;
}


footer .banner p a{
	padding: 0;
}
footer .banner p:nth-child(1){
	float: none;
}
footer .area_link p{
	margin: 0;
}

footer .area_link {
	padding: 20px 0;
	padding-top: 0;
	line-height: 1.5rem;
}
footer .area_link h4{
	font-size: 1.1rem;
	font-weight: bold;
	padding-top: 20px;
}

footer .area_link a{
	text-decoration: underline;
	color: #7B7B7B;
}

footer .area_link a:hover{
	text-decoration: none;
	opacity: 0.8;
}



@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	footer{
		padding-top: 5em;
		padding-bottom: 60px;
	}
    footer #copy{
		text-align: center;
    }
	
	footer .footer_icon {
		text-align: center;
	}
	footer .banner{
		width: 100%;
	}
	footer .banner p{
		width: 100%;
		padding: 1em;
	}
	
	footer .area_link {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	

	footer .instagram{
		margin-left: 10px;
	}
}





/*-----pageup----------*/
#pageup {
    letter-spacing: 0;
    display: block;
    position: fixed;
	z-index: 1200;
    bottom: 1em;
    right: 50px;
}

#pageup a {
    position: relative;
    display: block;
    border-radius: 80px;
    font-size: 0.5em;
    text-align: center;
    font-weight: normal;
    line-height: 112px;
    width: 80px;
    height: 80px;

    background: #38aeec; /* Old browsers */
    background: -moz-linear-gradient(left,  #196ac5 0%, #0eadde 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #196ac5 0%,#0eadde 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #196ac5 0%,#0eadde 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196ac5', endColorstr='#0eadde',GradientType=1 ); /* IE6-9 */
    
    color: #fff;
	cursor:pointer;
	
	text-decoration:none;
	letter-spacing:0.2em;
	padding: 0;
	
	transition: 0.5s;
}

#pageup a:before{
	content:"";
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	left:27px;
	top:26px;
	margin-top:-6px;

	border-top:6px solid #fff;
	border-right:6px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

#pageup a:hover , #pageup a:visited{
	text-decoration: none;
}


@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */


	#pageup a:hover {
		opacity: 0.5;
	}
	#pageup a:hover:before{
		border-color:#fff;
	}

}
@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    #pageup{
        bottom:1em;
    }
}


/*-----------------------
loading
--------------------------*/
#loading{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    
    display: none;
}






