@charset "UTF-8";
/* CSS Document */


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.08em;
	line-height: 1.9;
}
.logo_1{
    width: 200px;
    animation:30s linear infinite rotation1;
    margin: 0 auto;
    display: block
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.logo_1 img{
width: 100%;    
}
.space{
text-indent: -1.8em;
padding-left: 1.8em; 
display: block;    
} 
.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
a{
	text-decoration: none;	
}
li{
	list-style-type: none;
}

.marker {
 
    background:linear-gradient(transparent 60%, rgba(232,93,44,0.6) 60%);
 
}
.text-shadow {
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;   
    }
.text1{
font-size: 1em;  
line-height: 200%; 
color: #333;    
}
.text1 strong{
font-size: 1.5em;    
display: block;  
line-height: 1.5;    
font-weight: 400;
    font-family: 'Zen Old Mincho', serif;    
}
.text1 .small{
font-size: 0.9em;   
display: block;    
}
.red{
color: #FA521B;    
}
.text2{
font-size: 1.3em;    
line-height: 1.5;  
font-weight: 400;
    font-family: 'Zen Old Mincho', serif;        
}
.sp{
display: none;
}
.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.pc_kaigyo{
display: block;    
}
.background1{
width:100%;
display: block;
margin: 0 auto ;
background:url("../img/background1.jpg");
background-size: cover;
background-position: center; 
}
.background2{
width: 100%;
height: auto;   
background: #dbf2fb;
}
.background3{
width: 100%;
background: #fff;    
padding: 1em;        
}
.background4{
width: 100%;
background: rgba(255,255,255,0.7);    
padding: 1em;        
}
section{
padding: 100px 0!important;    
}
.container {
max-width: 1170px;
width: 98%;
margin: 0 auto;
text-align: center;		
}

.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:flex-start;    
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:stretch;    
}
.flex-box5{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;   
}
/*TOPスライダー*/
.slider{
width: 100%;
height:calc(100vh - 130px);  
display: block; 
position: relative;
min-height: 500px ;   
margin-top: 130px;       
}
.slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.2) 30% , rgba(0,0,0,0.0) 100%);
    background-position: center,left bottom;
    background-size: cover ,600px;
    background-repeat: no-repeat;
}
.text_img{
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 600px;  
width: 70%;    
  text-align: center;
z-index: 60;    
}
.text_img img{
width: 100%;    
}
.slider1{
width: 100%;
height:200px; 
margin-top: 130px;        
display: block; 
overflow: hidden;  
position: relative;
}
.img1{
width: 100%;
height: 200px;
background: url("../img/top4.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;    
}
.slider1 h2{
font-size: 2em;
color: #fff;
font-weight: 500;
position: absolute;    
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);  
    font-family: 'Zen Old Mincho', serif;    
width: 100%;    
text-align: center;
}

/*パンクズ */
.breadcrumb {
position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);    
width: 100%;    
text-align: center;    
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8em;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #fff;  
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;/*色*/
  font-weight: 500;    
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}

.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;  
}

.headline{
 font-size: 2em;    
  position: relative;
  padding: 1rem 2rem 0;
  border-bottom: 2px solid #2E5569;
    font-family: 'Zen Old Mincho', serif;
    
}
.img_up img {
    transition: 2s;
    transition-delay: 0.7s;
    transform: translateX(-10%) scale(1.2);
}
.img_up.inview img {
    transform: translateX(0) scale(1);
}
.headline:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #02B0FA;
}
.midashi{
width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
z-index: 100;    
}
.midashi h2{
text-align: center;   
line-height: 1;      
}
.midashi .strong{
width: 100%;     
font-size: 2.5em;	
text-align: center;  
background: linear-gradient(45deg, #02B0FA 16%, #016894 70%, #013247 90%);
  background: -webkit-linear-gradient(45deg, #02B0FA 16%, #016894 70%, #013247 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 2.5s infinite alternate;    
font-family: 'Cinzel', serif;
font-weight: 500;     
}
.midashi .small{
font-size: 0.8em;    
display: block;  
color: #333;  
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
}
.midashi .border{
height: 2px;
width: 50px;
background: #02B0FA;
display: block;
margin: 1% auto 0.5em;
}



.midashi_w{
width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
z-index: 100;    
}
.midashi_w h2{
text-align: center;   
line-height: 1.3; 
color: #fff;    
}
.midashi_w .strong{
width: 100%;     
font-size: 2.5em;	
font-family: 'Cinzel', serif;
font-weight: 500;     
}
.midashi_w .small{
font-size: 1em;    
display: block;  
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400; 
}
.contener{
max-width: 1170px;
 width: 95%!important;   
display: block;
margin: 0 auto;
}



.top_menu{
width: 100%;
height: auto;
display: inline-block;
    
}

.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}

.top_menu .menu_t .logo{
width:350px;	
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}


.top_menu .m1{
	width: 750px;	   
}
header{
width: 100%;
height: auto;
position: sticky;
top: 0;
left: 0;
z-index: 999; 
background: #ffff;  
box-shadow: 2px 2px 5px #333;       
}
.top_wrapper{
width:100%;
top:0;
left: 0;    
position: fixed;
background: #ffff;  
padding: 1em;    
}


/*==ナビゲーション全体の設定*/
nav{
  color: #5070b0;
  text-align: center;
    margin-top: 1.5em;
}
/*ナビゲーションを横並びに*/
nav ul{
  list-style: none;
  display: flex;
  justify-content: right;
}
nav ul li a .a-text{
display: block;
font-size: 1em;  
font-family: 'Cinzel', serif;
font-weight: 500; 
 display: block;  
color: #02B0FA;    
}

nav ul li{
  position: relative;
flex: 1 0 auto;    
}

/*ナビゲーションのリンク設定*/
nav ul li a{
  display: block;
  text-decoration: none;
  color: #333;
    font-size: 0.9em;
    display: block;
     transition:0.5s all;
    line-height: 1.5;
    border-left:#eee solid 1px ;
    text-align:center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
}
nav ul li:last-child{
 border-right:#eee solid 1px ;   
}

nav ul li a:hover{
transform: translateY(-5px);
    text-decoration: transparent;
}

nav ul li a:hover .a-text{
	color: #016894;
    text-decoration: transparent;    
}
.t-con{
width: 100%;
display: flex;    
flex-wrap:wrap;
justify-content:right;
align-items:center;    
}
.t-btn1{
width:220px;    
}
.t-btn1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 190px;
    padding:1%;
    color: #313131;
    transition: 0.3s ease-in-out;
    border:1px solid #333;
    font-size: 1em;
    
}
.t-btn1 a:before,
.t-btn1  a:after {
	content: '';
	width: 18px;
	height: 18px;
	border-color: #02B0FA;
	box-sizing: border-box;
	border-style :solid;
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.t-btn1 a:before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
	z-index: 5;
}
.t-btn1 a:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.t-btn1 a:hover:before,
.t-btn1 a:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #016894;
}
.t-btn1 a:hover {
	color: #fff;
	background-color: #016894;
	border-color: #016894;
}
.t-btn2{   
width: 5%;	    
font-size: 2.5em;	   
transition: all 0.5s;  
color: #fff;  
display: block;  
text-align: center;  
margin-right: 10px;      
}
.t-btn2:hover{ 
opacity: 0.5;    
text-decoration: transparent;    
}

@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}





.h_btn_insta a{
	display: block;
	width: 38px;
	font-size: 1.1rem;
	text-align: center;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	background-size: 180%;
	background-position: left;
	color: #fff;
	border-radius: 50%;
	margin: auto;
	transition: .5s;
}
.h_btn_insta a:hover{
	background-position: right;
}
.h_btn_insta a i{
	line-height: 38px;
	vertical-align: middle;
}





/*===ボタン===*/
.button-flex{
max-width: 700px;  
width: 100%;  
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
margin: 0 auto;
}
.button{
    max-width: 250px;
    width: 70%;
    margin: 0 auto 1.5em;
}
.button a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding:1em 0;
    color: #333;
    transition: 0.3s ease-in-out;
    border:1px solid #c7c7c7;
    font-size: 1em;
    
}
.button a:before,
.button  a:after {
	content: '';
	width: 18px;
	height: 18px;
	border-color: #FA521B;
	box-sizing: border-box;
	border-style :solid;
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.button a:before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
	z-index: 5;
}
.button a:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.button a:hover:before,
.button a:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #FA521B;
}
.button a:hover {
	color: #fff;
	background-color:#FA521B;
	border-color:#FA521B;
}

.button_w{
    max-width: 250px;
    width: 70%;
    padding: 1em;
    margin: 0 auto;
}
.button_w a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding:1em 0;
    color: #fff;
    transition: 0.3s ease-in-out;
    border:1px solid #fff;
    font-size: 1em;
    
}
.button_w a:before,
.button_w  a:after {
	content: '';
	width: 18px;
	height: 18px;
	border-color: #fff;
	box-sizing: border-box;
	border-style :solid;
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.button_w a:before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
	z-index: 5;
}
.button_w a:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.button_w a:hover:before,
.button_w a:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #fff;
}
.button_w a:hover {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}
/*====ご挨拶===*/

.greeting-box{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting1.jpg");    
background-size: cover;
background-position: center;
background-repeat: no-repeat;  
background-attachment: fixed;    
}

.greeting{
width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block; 
width: 95%;    
}

.greeting-text {
display: block;
margin: 0;    
font-size:1em;
text-align:center;
line-height:250%;  
color: #fff;    
}
.greeting-text strong{
 font-size:2em;   
font-weight: 400;
font-family: 'Zen Old Mincho', serif;       
}
/*===共通===*/

.item-box_flex1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;   
}
.item-box_flex2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;   
}
.item-box{
width: 100%;
height: auto;
display: block;    
}
.item-t{
width: 75%;    
}
.item-t1{
width:100%;    
}
.item-p1{
width:  25%;       
}
.item-p1 img{
 width: 100%  
}

.item-p2{
width: 40%;  
margin: 0 auto;
}
.item-p2:nth-child(odd){
margin-top: 50px;
}
.item-p2 img{
width: 100%;   
}
.item-t3{
width: 40%;  
}
.item-t3 strong{
color:#333;
}
.item-p3{
width:  30%;       
}
.item-p3 img{
width: 100%; 

}
.item-t4{
width: 65%;
padding: 0 3%;    
}

.item-p4{
width:  35%;  
}
.item-p4 img{
width: 100%;
height: 100%;
object-fit: cover;  
display: block;    
}
.item-t5{
width: 60%;
padding:1em;    
}

.item-p5{
width:  40%;  
}
.item-p5 img{
width: 100%;
height: 100%;
object-fit: cover;  
display: block;    
}
.item-button{
max-width:200px; 
width: 90%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block;
margin: 1em auto;
transition: all 0.5s; 
text-align: center;
padding: 1em;    
font-size: 1em;  
font-weight: 500;
}
.item-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}
/*====コンテンツ===*/

.contents-box{
width: 100%;
height: auto; 
margin: 0 auto;
}
.contents-flex{
 width: 90%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;   
margin: 0 auto;
}
.contents{
width:calc(100% / 3);   
position: relative;
margin-top: 5%; 
background-color:#000;
transition: all 0.5s;	
height: 270px; 
overflow: hidden;    
}

.cont-box{
width: 100%;   
   overflow: hidden; 
display: block;
color: #fff;  
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto 0;
height: 100%;
background-image: linear-gradient(to right, #434343 0%, black 100%);  
object-fit: cover;    
}
.cont-box img{
width: 100%;   
transform: scale(1.1);
transition: .3s ease-in-out; 
transition: all 0.5s;	
 opacity: 0.3;   
position: relative;
display: block;    
}

.cont-box:hover img {
  transform: scale(1.3);
    text-decoration: transparent;
    opacity: 0.9;
}
.contents:hover{
   opacity: 1;
     text-decoration: transparent;
}
.c-box{
position: absolute;
bottom:0;
left:0; 
 text-align: center; 
    z-index: 99;
font-size: 0.9em;   
  z-index: 1;    
}
.contents_text1{
font-size: 1.5em; 
position: absolute;
width: 100%;  
top: 50%;
left:50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);   
text-align: center; 
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    z-index: 3;
}
.contents_text1 .small{
font-size: 0.7em; 
display: block; 
font-family: 'Cinzel', serif;
font-weight: 500;         
}
.caption{
border: 1px solid #fff;
width: calc(100% - 20px);
height: calc(100% - 20px);    
top: 50%;
left:50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%); 
display: block;   
position: absolute;  
z-index: 99;    
}
.works-box{
width: 100%;
position: relative;
}
.works-back{
width: 100%;
height: 50%;
display: block;    
background: #1981B5;
position: absolute;
top: 0;
left: 0;    
z-index: -1;    
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;
text-align: center;	  
}
footer .footer-box{
height:auto;   
width: 100%;    
display: block;
}
footer .footer-box .footer-back{
width: 100%;  
background:url("../img/footer_back.jpg");
background-position: bottom;
background-size: cover;    
background-attachment: fixed;   
padding: 5% 0;    
}
.con-text{
width: 100%;    
}
.con-text p{
font-size: 1.5em;
text-align:center;
color: #fff;     
}
.f-contact{
width: 100%;
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.f-address{
padding: 3% 0;    
}
.f-address img{
width: 300px;
display: block;
margin: 0 auto;
}
.f-con{
width:calc(95% / 4);  
margin: 0 auto 1em;    
}
.f-con a{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.3em;  
display: block;  
color: #fff;    
transition: all 0.5s;    
}
.f-con a:hover{
background: rgba(255,255,255,0.3);
text-decoration: transparent;    
}
.f-con p{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.3em; 
color: #fff;
}

.f_text{
width: 100%;    
text-align: center;
display: block;
margin: 0 auto;
font-size: 1em;  
text-align: 1.5;    
color: #333;    
}

footer .copyright small{
text-align: center;	
color:#fff;
padding:1% 0;
display: block;	
background:#02B0FA;  
font-size: 0.9em;  
}
/*====事業内容===*/
.situation{
  width:calc(97% / 3);
margin-bottom: 1em;
padding: 1%;
box-shadow: 2px 2px 10px #eee;
background: #fff;
position: relative;   
margin-left: 1%;    
}
.situation img{
width: 100%;    
}
.situation p{
font-weight: 500;
text-align: center;
}
.corporate{
width:calc(98% / 2);     
margin-bottom: 1em;
padding: 3%;
box-shadow: 2px 2px 10px #eee;
background: #fff;
position: relative;
}
.corporate-titl{
 position: absolute;
top: 2%;
left:50%;
-webkit-transform : translateX(-50%);
transform : translateX(-50%);  
font-size: 1.5em;  
font-weight: 400;
font-family: 'Zen Old Mincho', serif;   
background:#02B0FA;     
padding: 2%;
display: inline-block;
color: #fff;    
display: block; 
max-width: 300px; 
width: 75%;    
text-align: center;  
}
.corporate img{
width: 100%; 
border: 5px solid #02B0FA; 
}
.corporate strong{
color: #02B0FA;  
font-weight: 500;
}
.step{
width: 100%;
flex-wrap:wrap;    
display: flex;   
align-items: center;
position: relative;
padding: 3%;  
box-shadow: 2px 2px 10px #eee;   
}
.step-button{
max-width:300px; 
width: 90%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block;
margin: 1em auto;
transition: all 0.5s; 
text-align: center;
padding: 1em;    
font-size: 1em;  
font-weight: 500;
}
.step-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}
.step-photo{
width: 30%;    
}
.step-photo img{
width: 100%;    
}
.step-text{
width: 70%;
padding: 1em;    
}
.step-text strong{
color: #02B0FA;
font-weight: 500;    
border-bottom: solid 1px #02B0FA;
}
.number{
position: absolute;
top:5%;
left:1%;    
font-size: 1.3em;    
text-align: center;
line-height: 1.0;
background:  #283261;
color: #fff;  
padding: 0.5em;    
border-right: solid 3px #fff;
border-bottom: solid 3px #fff;
}
.number strong{
display: block;
font-size: 1.3em;    
}
/*====施工実積===*/

/*===========採用情報===========*/
.schedule-box{
width: 100%; 
flex-wrap:wrap;    
display: flex;   
align-items: center;
padding: 0 1em;    
}
.time{
width:20%;   
height: 50px;    
font-size: 1.3em;  
background: #028CC7;
display: inline-block;
text-align: center;
color: #fff;
font-family: 'Cinzel', serif;
font-weight: 500;    
line-height: 50px;   
border-radius:50px 0 0 50px;    
}
.schedule{
width: 80%;
height: 50px;     
font-size: 1.3em;   
display: inline-block;   
padding-left: 1em; 
 background: #fff;   
line-height: 50px;  
border-radius:0 50px 50px 0;      
}
.schedule-border{
width: 11%;
height: 50px;    
border-right: dotted 2px #333;
}
.tyuki{
color: #FA521B;   
font-size: 0.8em;     
}
/*===========会社概要===========*/
.about-box{
width: 100%;    
}
.about-box table{
width: 100%;
border-bottom: solid 1px #eee;    
}
.about-box tr{
border-bottom: solid 1px #eee;
}
.about-box th{
width: 35%;   
padding: 1em; 
font-weight: 500;    
} 
.about-box td{
width: 75%;    
padding: 1em;    
font-weight: 500;      
} 
.about-box td a{
display: inline-block;
}
.about-box td a img{
height: 30px;
} 
/*========= レイアウトのためのCSS ===============*/

.wrapper{
  width:100%;
  max-width: 960px;
  margin:30px auto;
    background:#fefefe;
}

.area h2{
  font-size:1.3rem;
  margin:0 0 20px 10px;
}

.area li{
  padding: 10px; 
  border-bottom: 1px solid #ddd;
}
.contact-box{
width: 100%;
height: auto;
display: block;  
position: relative;
padding: 2%;   
background: #fff;    
}
.c-img{
width: 100%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;    
}


.c-con{
width:100%;   
padding: 2%;  
height: auto; 
margin:2% auto 0;
background: #f6f6f6;    
}

.contact-text1{
font-size: 1em;
line-height: 200%;    
text-align: left;
color: #333;  
}
.contact-text1 .blue{
	background-color:#028CC7;
	font-size:0.6em;
	padding:0.5em;
    margin-right: 5px;
    line-height:1.8;  
    color: #fff;
    font-weight: 500;
}
.con_flex-box1{
width: 100%; 
display: flex;
flex-wrap:wrap;
justify-content:center; 
}
.c-tel{
width: 47%;       
height: 150px; 
background: #eee;  
position: relative;
padding: 1em;   
margin: 0.5em;  
}
.c-tel a{
position: absolute;
width: 100%;  
top: 50%;
left:50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);      
font-size: 2em;
color:#028CC7; 	
transition: all 0.5s;	 
display: block;     
width: 100%;  
text-align: center;
font-weight: 500;
line-height: 1.2;  
}
.c-tel:hover a{
text-decoration: transparent;	
opacity: 0.8;     
}
.c-title{
font-size: 0.7em;  
font-family: 'Cinzel', serif;
font-weight: 500;   
display: block;
text-align: center;
color: #333;  
margin-bottom: 3px;    
}
.c-tel .small{
font-size: 0.5em;
color: #333;    
display: block;

}

.fax-button{
max-width:200px;  
width: 100%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block;
margin:1%;
transition: all 0.5s; 
text-align: center;
padding: 1%;    
font-size: 0.5em;  
font-weight: 500;
}
.fax-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}

.c-fax{
width: 100%;   
height: 300px; 
background: #eee;  
position: relative;
padding: 1em;  
margin: 0.5em;     
}
.c-fax p{
position: absolute;
width: 100%;  
top: 50%;
left:50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);      
font-size: 2em;
color:#028CC7; 	
transition: all 0.5s;	 
display: block;     
width: 100%;  
text-align: center;
font-weight: 500;
line-height: 1.2;  
}

.c-fax .small{
font-size: 0.5em;
color: #333;    
display: block;  
line-height: 200%;    
        
}
.m-brder{
border-right: 2px solid #eee;
}


.con-text2{
font-size: 1em;  
color: #fff;     
}
.con-text2 .small{
font-size: 0.9em;
color: #fff; 
display: block; 
}
.contact-wrapper{
width: 100%;	
}
.contact-tel{
font-size: 2em;
display: block; 
transition: all 0.5s;   
width: 100%;
text-align: center; 
width: 50%;
margin: 0 auto;
color: #fff;     
} 
.contact-tel:hover{
text-decoration: transparent;	
background: #004020;  
color: #fff;    
}

.contact-tel .small{
font-size: 0.7em;
display: block;  
border-bottom: solid 1px #fff;
padding: 1% 0;    
}
.contact-fax{
font-size: 2em;;
display: inline-block; 
font-weight:500;  
width: 100%;
text-align: center;    
color: #004020;    
} 

.tel-box{
width: 100%;  
}
form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}
.mailform{
width: 98%;
}
.mailform table{
width: 100%;    
 
}

.mailform table .blue{
	background-color:#028CC7;
	font-size:0.7em;
	padding:0.5%;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.about-map{
width: 100%;    
}


.mailform table th{
	font-size: 1em;
	text-align: left;
	padding-left: 2%; 
    border-bottom: 1px dotted #b0b0b0;
    font-weight: 400;
}

.mailform table td p{
	font-size: 1em;
	padding-top: 1%;
	line-height: 1.7;
}
.mailform table td img{
width:100%;	
margin-top: 1%;	
border-radius: 50px;	
}
.mailform table td{
font-size: 1em;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #b0b0b0;   
text-align: left;
}
.map-button{
max-width:150px;  
width: 100%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block!important;
margin:1%;
transition: all 0.5s; 
text-align: center;
padding: 1%;    
font-size:1em;  
font-weight: 500;
}
.map-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}
.mailform table td iframe{
height: 400px;	
}

.text-y{
width: 50%!important;    
height: 40px!important;    
}
.text{
width: 100%!important;    
}
textarea{
width:100%!important; 
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#333;
}


.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:1px solid #fff; 
    background:#028CC7;
}
.form-button button:hover{
     background:#fff;  
    color: #028CC7;
    border:1px solid #028CC7;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}

input[type=checkbox] + label {
cursor: pointer;
}

button[type="submit"]{
	font-size:1em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #bababa;	
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}

textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
background:#fff;	
border:1px solid #bababa;	
}
.accordion h4{
font-size: 1em;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #333;
padding-left: 1%;
color: #333;  
font-weight: 400;
}
.accordion p{
font-size:0.9em;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;
color: #333;  
}

.toggle {
	display: none;
}
.Label {
    font-size: 1em;
	padding:1% 1% ;
	display: block;
	border-bottom:#333 solid 1px;
    color: #333;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1em;
}
.Label,
.open {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.toggle:checked + .Label + .open {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
    text-decoration: transparent;
}