/*------------------------------ header ------------------------------*/
/*------------------------------ top ------------------------------*/
#top::before ,
#page_top::before,
#archive_contents_top::before,
#archive_works_top::before,
#taxonomy_works_top::before,
#taxonomy_contents_top::before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  background:url('../img/top_bg.png') center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
 }
 #top::before{
 	height:100vh;
 }
 #page_top::before,
 #archive_contents_top::before,
 #archive_works_top::before,
 #taxonomy_works_top::before,
 #taxonomy_contents_top::before{
 	height:80vh;
 }
#top.bg_none::before ,
#page_top.bg_none::before,
 #archive_contents_top.bg_none::before,
 #archive_works_top.bg_none::before,
 #taxonomy_works_top.bg_none::before,
 #taxonomy_contents_top.bg_none::before{
	background-image: none;
}
#top{
	height: 470px;
	background: transparent;
}
.catch_box{
	width:100%;
	color: rgb(160, 14, 21);
	font-weight: bold;
	font-family: 'Londrina Shadow', cursive;
	font-family: 'Londrina Solid', cursive;
	padding-top: 60px;
	text-shadow: 1px 1px 1px #fff;
}
h1{
	font-size: 66px;
	letter-spacing: 5px;
}
.cacth_copy{
	font-size: 36px;
	letter-spacing: 3px;
	line-height: 1.6;
	white-space: nowrap;
}
.balloon_box{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.balloon_left,
.balloon_right{
	position: absolute;
	bottom:0;
	width: calc(50% - 60px);
	height:40px;
	background: #fff;
}
.balloon_left{
	left: 0;
}
.balloon_right{
	right: 0;
}
.balloon_center{
	width:0;
	height:0;
	position: absolute;
	bottom:-40px;
	left: 0;
	border-top: 40px solid transparent;
	border-right: 60px solid #fff;
	border-bottom: 40px solid #fff;
	border-left: 60px solid #fff;
	left:calc(50% - 60px);
}
/*------------------------------ top ------------------------------*/
/*------------------------------ header ------------------------------*/

/*---------------------------- CTA ----------------------------*/
.cta_box h3{
	margin-bottom: 35px;
}
.cta_outer{
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-direction: row-reverse;
}
.cta_inner{
	flex: 1;
}
.cta_inner i.fa-phone,
.cta_inner i.fa-envelope,
.cta_inner .icon-line{
	width: 58px;
	height: 58px ;
	border-radius: 13px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.cta_inner i.fa-phone{
	font-size: 45px;
	background: linear-gradient(#65f67c, #05b427);

}
.cta_inner i.fa-envelope{
	font-size: 36px;
	background: linear-gradient(#2068eb, #24cefb);
}
.cta_inner .icon-line{
	font-size: 40px;
	background: #5ae628;
}
.cta_inner p{
	color: #333;
}
.cta_inner:last-of-type p,
.cta_inner:nth-of-type(2) p{
	padding: 12.5px 0;
}
/*---------------------------- CTA ----------------------------*/

/*---------------------------- ACCESS ----------------------------*/
#mapcanvas{
	width: 100%;
	height: 250px;
}
.address_wrap{
	margin-top: 40px;
}
.address{
	text-align: left;
}
.address h3{
	text-align: center;
}
.address p{
	margin-top: 20px;
	line-height: 1.8;
}
/*---------------------------- ACCESS ----------------------------*/


/*------------------------------ footer ------------------------------*/
footer.container{
	padding-bottom:100px;
	position: relative;
	text-align: center;
	background: #fff;
}
.footer_flex{
	padding: 40px 10px;
	border-top: 1px solid #e0e0e0;
	text-align: left;
}
.footer_flex .sitemap{
	float: left;
	width: 58%;
}
.servicemap,
.mediasite{
	width: 42%;
	float: left;
}
.footer_flex p{
	font-weight: bold;
	margin-bottom: 10px;
}
.mediasite p{
	margin-top: 26px;
}
.footer_flex li{
	text-indent: .2em;
}
.footer_flex li a{
	padding-bottom: 5px;
	color: #666;
}

.provision{
	margin-bottom: 30px;
}
.provision ul{
	display: flex;
	justify-content: space-between;
}
.provision li{
	font-size: 14px;
	flex: 1;
}
.provision li:nth-child(2){
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.copyright a{
	display: inline;
}
.provision a,
.copyright a{
	color: #666;
}
/*------------------------------ footer ------------------------------*/




@media screen and (orientation:portrait) {/* 縦向き */

}




@media screen and (orientation:landscape) {/* 横向き */

}
