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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
width: 100%;    
font-family: 'Zen Maru Gothic', sans;
font-style: normal;
font-weight: 400;  
color: #665c54;    
}
.sp,.tb,.f-con_sp{
display: none!important;
}

.sp_l{
text-align: center;
}
.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;
}
h1,h2,p,.copyright{
font-weight: normal;	
}
section{
 padding-bottom: 50px;
}
.red{
font-size: 0.9em;
 color: #E22247;
display: block;    
}
.text1{
font-size: 1em;  
line-height: 200%;    
}
.text1 strong{
font-size: 1.3em; 
font-weight: 500;    
}
.text2{
font-size: 1.3em; 
line-height: 1.75;    
}
.text3{
font-size: 0.8em;  
line-height: 200%;    
}
.background1{
background: #fbf9f7; 
}
.background2{
background: rgba(236,204,248,0.1); 
}

.background3{
background: #fff; 
}
.background4{
background: rgba(140,3,3,0.03);		
}
.container{
max-width: 1420px;
width: 100%;
margin: 0 auto;	
}


.sp1,.sp2{
display: none;
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}
.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
text-align: 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:flex-end;
align-items:flex-start;    
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-end;
align-items:flex-end;    
}
.flex-box5{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;    
}

.flex-box1 il{
	margin: auto
}
/*パンクズ */
.breadcrumb {
  list-style: none;
 position: absolute;
  bottom: 2px;
  left: 5%;
  width:90%;
  text-align: center;/*一応BOX内の文字も中央寄せ*/   
padding: 1%;
border-radius: 50px;    
font-family: 'Zen Maru Gothic', sans;
font-style: normal;
font-weight: 400;   
text-align: left;  
}

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

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
         text-shadow    : 
       1px  1px 1px #333,
      -1px  1px 1px #333,
       1px -1px 1px #333,
      -1px -1px 1px #333,
       1px  0px 1px #333,
       0px  1px 1px #333,
      -1px  0px 1px #333,
       0px -1px 1px #333; 
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #fff; 
     text-shadow    : 
       1px  1px 1px #333,
      -1px  1px 1px #333,
       1px -1px 1px #333,
      -1px -1px 1px #333,
       1px  0px 1px #333,
       0px  1px 1px #333,
      -1px  0px 1px #333,
       0px -1px 1px #333;     
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;/*色*/
     text-shadow    : 
       1px  1px 1px #333,
      -1px  1px 1px #333,
       1px -1px 1px #333,
      -1px -1px 1px #333,
       1px  0px 1px #333,
       0px  1px 1px #333,
      -1px  0px 1px #333,
       0px -1px 1px #333; 
    font-size: 1em;
}
.main_wrapper{
margin: -150px auto 0;
 max-width: 1170px;
width: 100%;
background: #fff;    
padding: 2%; 
z-index: 100;      
}

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
	left:50%;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}


.top_wrapper{
	width: 100%;
    height: auto;
    display: block;

}

.midashi h2{
font-size: 3em;		
text-align: left;
letter-spacing: 5px;
    font-weight: 500;
    color: #665c54;  
      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;  
}
.contener{
width: 90%;
display: block;
margin: 0 auto;
}
.midashi .small{
font-size: 0.3em;
display:block;	
padding-top:0.3%; 
letter-spacing: 1px;    
}
.midashi .border-bottom{
border-bottom: 3px solid #FFCA51;  
padding: 1% 0;    
}
.midashi-left{
padding-left: 1%;    
}
.midashi p{
font-size: 1.5em;	
text-align: left;
letter-spacing: 5px;	
 font-weight: 500;  
  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;      
}

.midashi .border-bottom{
border-bottom: 3px solid #FFCA51;  
padding: 0.5% 0;    
}
.midashi .icon1{
width: 50px;
vertical-align: middle;  
padding: 5px;    
}
.heading{
width: 100%;
height: auto;    
}
.heading h3{
font-size: 1.8em;
 font-weight: 500;  
  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;      
}
.heading_border-b{
border-bottom: #665c54 solid 3px; 
padding-bottom: 5px;    
}
.top{
width: 100%;
height: auto;	
justify-content:flex-start;
align-items:center;
}

.globalMenuSp, .navToggle{
	display: none;
}

.top_menu{
width: 100%;
height: auto;
}

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

.top_menu .menu_t .logo{
width: 400px;	
margin-left: 30px;
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}

.b1{	
    float: left;
     border-left: 1px dashed #665c54;
    border-right: 1px dashed #333;
    text-align: center;  
position: relative;
}
.b1+.b1{
    border-right: 1px dashed #665c54;
  border-left: 0;
}
.m1{
width: 500px;
}
.m2{
width: 1200px;
margin: auto;
}
.top-con {
	width: 300px; 
    border-radius:20px;
	height: 80px;
	margin: 10px 30px;
}
.daiti-con{
background:#ffdfd5;    
padding: 1%; 
}
.raporu-con{
background:rgba(122,204,147,0.3);
padding: 0 10px;
}
.connect-con{
background:#ecccf8 ;    
padding: 1%; 
}
.instagram{
display: block!important;
font-size: 1em; 
width: 200px;
text-align: center;
border-radius: 50px;
border:1px solid #665c54;
padding: 1% 0;    
margin: 0 auto;
font-weight: 500; 
color: #665c54;    
}
.message table{
  width: 100%;  
}
.message table tr{
}
.message table tr th{
    text-align: center;
    padding:2%;
    color: #665c54;
    border-bottom: 1px dashed #665c54;
    width: 50%;
    font-size: 1em;
    
}
.message table tr td{
    text-align: center;
padding:2%;
    color: #665c54;
    border-bottom: 1px dashed #665c54;
     width: 50%;
    font-size: 1em;
}
.top-con p{
line-height: 1.75;    
}
.table_tel{
font-size: 1.3em;    
}
.message a{
    background: #665c54;
    border-radius: 50px;
    transition: all 0.8s;	
    text-align: center;
    display: block;
    width: 200px;
    padding: 1%;
    color: #fff;
    line-height: 1.5;
    font-size: 0.9em;  
    margin: 0 auto;
    font-weight: 400;
}
.message a:hover{
  background: #3f3934; 
text-decoration: transparent;  
}
.message {
    position: relative;
}
.message span.remark {
    display: none;
    transition: all 0.5s;
}
.message a:hover span.remark {
    background: none repeat scroll 0 0 #fbf9f7;
    color: #665c54;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 5%;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
border-radius: 20px;
    z-index: 99;
    box-shadow: 2px 2px 5px #eee;
     transition: all 0.5s;

}
.con-text1{
font-size: 1em;
text-align: center;      
}
.con-text1 strong{
font-size: 1.5em;
font-weight: 500; 
display: block;    
}

nav{
    width: 100%;
  color: #665c54;  
  text-align: center;
    padding: 1% 0 2%;
}
/*ナビゲーションを横並びに*/
.top-nav ul{
width: 100%;    
  list-style: none;
  display: flex;
  justify-content:right;
    
}
/*2階層目以降は横並びにしない*/
.top-nav ul ul{
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.top-nav ul .b1{
width: calc(100% / 5) ;   
  position: relative;
     color: #665c54;  
}

/*ナビゲーションのリンク設定*/
.top-nav ul li a{
  display: block;
  text-decoration: none;
 color: #665c54;  
  transition:all .3s;
    font-weight: 500;
}

.top-nav ul li li a{
  padding:1%;
  width:100%;  
transition: all 0.5s;   
font-weight: 500;   
}

.top-nav ul li a:hover{
color: #7acc93;
text-decoration: transparent;    
}


/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
.top-nav li.has-child ul{
    /*絶対配置で位置を指定*/
  position: absolute;
  left:-35%;
  top:-10;
  z-index: 4;
    /*形状を指定*/
  background:#f2efec;
  width:100%;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
  transition: all 0.3s;
    padding: 15%;
    border-radius: 20px;
    z-index: 99;
}

/*hoverしたら表示*/
.top-nav li.has-child:hover > ul,
.top-nav li.has-child ul li:hover > ul,
.top-nav li.has-child:active > ul,
.top-nav li.has-child ul li:active > ul{
  visibility: visible;   
  opacity: 1;
  width:180%;   
text-decoration: transparent;    
    margin: 0 auto;
     top:62px;
}
.top-nav li.has-child ul li{
width: 100%;
display: inline;
float: left;   
  border-bottom: dotted 1px #665c54;      
}
/*ナビゲーションaタグの形状*/
.top-nav li.has-child ul li a{
width: 100%;    
 color: #665c54;    
  border-bottom:solid 1px rgba(255,255,255,0.6);
    font-size: 1em;
     line-height: 1.5;
    text-align: left;
    padding: 0.5em;
font-weight: 500;    
}

.top-nav li.has-child ul li:last-child a{
  border-bottom:none;
}

.top-nav li.has-child ul li a:hover,
.top-nav li.has-child ul li a:active{
  background:#eee;
}

.has-child ul li img{
   width: 15%!important; 
    border:1px solid #eee;
    vertical-align: middle;
    margin-right: 2px;
}




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


.inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.mg40 {
    margin-bottom: 40px;
}
/*====ご挨拶===*/
.news_w{
width: 100%;    
display: block;
height: auto;     
}
.img_pr{
width: 100%;
position: relative;
}
.img0{
width: 10%;    
position: absolute;
top: 0;
left:40px; 
z-index: -1;      
}
.img1{
width: 10%;    
position: absolute;
top: 0;
left:30px; 
z-index: 1;      
}
.img2{
width: 10%;    
position: absolute;
top: 50%;
right: 10%;    
z-index: 1;   
}
.img3{
width: 10%;    
position: absolute;
bottom: 0;
left: 15%;  
z-index: 1;     
}
.img4{
width: 10%;    
position: absolute;
top: 20%;
right: 15%;  
z-index: 1;      
}
.img5{
width: 10%;    
position: absolute;
top: 45%;
left: 15%; 
z-index: 1;    
}
.img6{
width: 10%;    
position: absolute;
bottom: 5%;
right: 5%; 
z-index: 1;      
}
.img7{
width: 15%;    
position: absolute;
top: 0;
right: 15%;  
z-index: 1;      
}
.img8{
width: 15%;    
position: absolute;
top: 10%;
left: 5%; 
z-index: 1;    
}
.img9{
width: 20%;    
position: absolute;
bottom: -10%;
right: 0; 
z-index: 1;      
}
.img10{
width: 10%;    
position: absolute;
bottom: 40%;
right: 0; 
z-index: 1;      
}
.greeting-box{
width: 100%;
height: auto;
display:block;   
background:rgba(122,204,147,0.1);
border-radius: 33% 57% 24% 46%/33% 58% 22% 45%;    
padding: 8%;    
}
.greeting-text2{
width: 30%;    
position: absolute;
top: -5%;
left: 35%;    
}
.greeting-p{
width: 30%;
border-radius: 33% 37% 24% 46%/33% 48% 22% 45%;      
}
.greeting-p img{
width: 100%;  
border-radius: 33% 37% 24% 46%/33% 48% 22% 45%;      
}
.greeting-t{
width: 70%;  
padding: 5%;    
}
.greeting-text{
font-size: 1em;
line-height: 200%;    
color: #665c54; 
text-align: left;
}
.greeting-text strong{
font-size: 1.5em; 
display: block;  
border-bottom: dashed 2px #89d19f;
padding-bottom: 2%; 
color: #89d19f;
font-weight: 500;    
}
.greeting-text .syomei{
text-align: right;
display: block;    
}

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

.group-box{
width: 100%;
height: auto;
display:block;  
background: #fbf9f7;    
}
.group-box1{
width: 100%;
height: auto;
display:block;  
background:url("../img/back2.png");
background-size: 50%;
background-position: center;    
}
.group-box2{
width: 100%;
height: auto;
display:block;  
background:url("../img/back1.jpg");
background-size: 50%;
background-position: center;    
}
.group-box3{
width: 100%;
height: auto;
display:block;     
}
.group-box h2{
text-align: center;    
}
.group{
width: 100%;
height: auto;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;      
}
.group .g-box{
width: 60%;
padding: 8%;  
background:#fff;
border-radius: 33% 37% 24% 46%/33% 48% 22% 45%;
transition: all 0.5s;    
transform: translate(0,0px); 
display: block;
}
.group .g-box:hover{
text-decoration: transparent; 
transform: translate(0,-20px);    
}
.group .g-box2{
width: 100%;
padding:5%;  
background:#fff;
border-radius: 50px;
transition: all 0.5s;    
transform: translate(0,0px); 
display: block;
}
.group .g-box3{
width: 35%;
padding: 3%;  
}
.group .g-box3 p{
text-align: left;
}
.group .g-box4{
width: 15%;
}
.group .g-box4 img{
width:100%;
border-radius: 20%;    
}
.group .g-box5{
width: 60%;
padding: 2%;  
}
.group .g-box6{
width: 40%;
}
.group .g-box6 img{
width:100%;  
}
.group .g-box7{
width: 50%;
padding: 0 5%
}

.group .group-text strong{
font-size: 1.2em;
padding: 1% 0 2%;   
}
.group .group-text {
font-size:1em;
text-align: left;
line-height:200%;;
margin: 0 auto;
display: block;    
color: #665c54;     
}

.item-box .g-box5{
width: 50%;
padding: 2%;  
}
.item-box .g-box6{
width: 40%;
margin: auto;
}
.item-box .g-box6 img{
width:100%;  
}

.border_b{
border-bottom: dotted 2px #665c54; 
display: block;   
font-size: 1.2em;    
}
.border_g{
border:2px solid #89d19f;   
border-radius: 33% 37% 24% 46%/33% 48% 22% 45%;  
padding: 1em;   
}
.mt{
margin-top: 20%;    
}
.mb{
margin-bottom: 20%;    
}
.group-p{
width: 40%;  
border-radius: 33% 37% 24% 36%/33% 38% 22% 35%; 
}
.group-p img{
width: 100%; 
border-radius: 33% 37% 24% 36%/33% 38% 22% 35%;      
}

.group-p2{
width: 50%; 
border-radius: 30px;   
overflow: hidden;    
}
.group-p2 img{
width: 100%;  
 
}
.group-text{
padding-top: 5px;
padding-bottom: 15px;
}

.btn{
width: 50%;
margin: 1% 0;
float: right;
color: #665c54;
font-size: 0.9em;    
}
.b_w1{
 width: 50%;   
}
.b_w2{
 width: 30%;   
}
.btn .back_orange,.btn .back_blue,.btn .back_green{ 
 background: #665c54;      
width: 50px;
height:50px;
border-radius: 50%;
 color: #fff;  
line-height: 50px;    
vertical-align: middle; 
transition: all 0.5s;  
text-align: center;
}

.btn .back_orange:hover{
 background: #fcbd8c;
 color: #665c54;   
text-decoration: transparent;      
}
.btn .back_blue:hover{
 background: #67d0db;   
 color: #665c54;   
text-decoration: transparent;      
}
.btn .back_green:hover{
 background: #89d19f;   
 color: #665c54;   
text-decoration: transparent;   
    
}
.group-contact{
width: calc(100% / 2);
border-radius: 20px;    
padding: 3%;     
}
.group-contact p{ 
text-align: center;  
display: block;    
color: #fff;    
}
.group-contact a{
color: #665c54;  
font-size: 2em;   
text-align: center;  
display: block;  
background: #d8f0df;    
padding: 3%;   
border-radius: 20px;  
transition: all 0.5s;	    
}
.group-contact a:hover{
opacity: 0.8;   
text-decoration: transparent;    
}
.circle-down{
width: 100%;
display: block;
margin: 1% 0;
text-align: center;
font-size: 1.5em;    
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
height: auto;
display:block;
text-align: center;	
margin: 3% auto 0;
}
.f-border_b{
height: 1px;
width: 100%;
background: #665c54;    
}
footer .footer-box{
width: 70%;
height: auto;
display: block;   
margin: 0 auto;    
}
.f-address{
	width: 60%;
	margin: 20px;
}
.f-address2{
	width: 30%;
	max-height: 400px;
	margin: 20px;
}
.f-contact_logo{
width: 60%; 
padding-bottom: 1%;
	margin: auto;
}
.f-contact_text{
    width: 60%;
	padding-bottom: 1%;
	margin: auto;
}
.f-contact_text p{
    color: #665c54;   
    font-size:1em; 
line-height: 1.5; 
}

.f-contact_logo img{
width:90%;
display: block;
margin: 0 auto;
}

footer .copyright small{
text-align: center;	
color: rgba(61,55,50,0.5);
padding:2% 0 3%;
display: block;	   
}

/*===========事業内容=============*/
.business-wrapper{
width: 100%;
height: auto;
display: inline-block;
}
.business-photo{
width: 30%;    
}
.business-photo img{
width: 100%;    
}
.business-text{
width: 70%;
padding: 2%;    
}
.business-list{
 width: 100%;  
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;
background: rgba(40,138,211,0.1);    
box-shadow: 2px 2px 8px #eee;
padding: 3% 5% 5%;    
}
.business-list .list{ 
 width:calc(95% / 3);      
 display: inline-block;
text-align: left;
font-size: 1em;  
font-weight: bold;
color: #142B6B;
line-height: 1.75;   
padding-bottom: 5px;    
}
.fa-check-circle{
 font-size: 1.5em;    
color: #E83D47;    
}
/*===========当社の強み=============*/
.strength_box{
width: calc(95% / 3);  
background: #142B6B;     
}
.strength_box p{
color: #fff;
text-align: center;  
padding: 2%;    
line-height: 1.75;   
font-size: 1em;    
}
.strength{
width: 100%;
margin-bottom: 10%;    
}
.strength_box img{
width: 100%;
}

.wrapper{
margin-left: 20%;
width: 60%;
height:300px;    
background: #fff;    
position: absolute;
bottom: -200px;   
display: inline-block;
padding: 2%;    
z-index: 100;    
}

.phont-box1{
width: 100%;
height: 400px;    
background:url("../img/strength4.jpg");
background-size: cover;
background-position: center top;    
position: relative;
}
.phont-box2{
width: 100%;
height: 400px;    
background:url("../img/strength5.jpg");
background-size: cover;
background-position: center top;    
display: block;   
position: relative;    
}
.phont-box3{
width: 100%;
height: 400px;    
background:url("../img/strength6.jpg");
background-size: cover;
background-position: center top;    
display: block; 
position: relative;    
}
/*===========設計・施工の流れ=============*/
.flow-wrapper{
width: 100%;
height: auto;
display:block;
}
.cp_timeline03 {
	position: relative;
	margin: 3em auto;
}
.cp_timeline03:before {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	content: '';
	background-color:#556aa6;
	left: 30px;
}
.cp_timeline03 .timeline_group {
	position: relative;
	padding-top: 55px;
}
.cp_timeline03 .timeline_group:not(:first-of-type) {
	margin-top: 4rem;
}
.cp_timeline03 .time_year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem 1.5rem;
	color: #fff;
	background-color:#142B6B;
	width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
}
.cp_timeline03 .timeline_item {
	margin-bottom: 1em;
	position: relative;
	padding-left: 80px;
}
.cp_timeline03 .timeline_item:not(:last-of-type) {
	margin-bottom: 2em;
}
.cp_timeline03 .timeline_item:before {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background-color:#556aa6;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.cp_timeline03 .time {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	min-width: 65px;
	min-height: 65px;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #D5E826;
	background-color: #529ad0;
	top: 50%;
	margin-top: -33px;
}
.cp_timeline03 .time_day {
	font-size: 1em;
	font-weight: 700;
	display: block;
}
.cp_timeline03 .time_month {
	font-size: 1.5em;
	display: block;
	text-transform: uppercase;
}
.cp_timeline03 .desc {
	padding: 0.5em 1em;
	border-left: 3px solid #eee;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 1em;
    text-align: left;
}
.cp_timeline03 .desc .flag {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
    color: #288AD3;
}
.cp_timeline03 .desc img{
width: 35%;
display: block;
margin: 3% 0;
}
@media only screen and (max-width: 767px) {
	.cp_timeline03:before {
		left: 0;
	}
	.cp_timeline03 .timeline_group {
		padding-top: 40px;
	}
	.cp_timeline03 .timeline_item {
		padding-top: 60px;
		padding-left: 20px;
	}
	.cp_timeline03 .timeline_item:before {
		top: 90px;
	}
	.cp_timeline03 .time {
		top: 40px;
		border-radius: 0 20px 20px 0;
		min-height: 2em;
	}
	.cp_timeline03 .time_day,
	.cp_timeline03 .time_month {
		display: inline-block;
	}
	.cp_timeline03 .desc {
		font-size: 0.8em;
	}
}
/*===========概要===========*/
.daiti_info-photo1{
width:30%;  
background: #f4dfed;
border-radius: 20px; 
padding: 2%;   
}
.daiti_info-photo1 img{
width:100%;  
border-radius: 20px;     
display: block;
margin: 0 auto;
}
.daiti_info-photo2{
width:30%;   
background: #bee2da;  
border-radius: 20px; 
padding: 2%;
margin-left: 70%;   
}
.daiti_info-photo2 img{
width:100%;  
border-radius: 20px;     
display: block;
margin: 0 auto;
}
.daiti_info-photo3{
width:100%;   
padding: 2%; 
}
.daiti_info-photo3 img{
width:100%;   
display: block;
margin: 0 auto;
border-radius: 20px;       
}
.about-box{
width: 100%;
height: auto;  
position: relative;    
}
.item-box{
width: 98%;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;
padding: 3%;   
border: solid 3px #89d19f;
border-radius: 20px; 
margin: 0 auto;
}
.about_titl{
position: absolute;
top: -10px;
left: 5em;   
background: #fbf9f7;    
}
.item{
width: calc(95% / 3); 
margin-top: 1em; 
display: block;    
}

.item .icon2{
  width: 50px;
vertical-align: middle;  
padding: 3px;    
}
.item2{
width: calc(95% / 1); 
margin-top: 1em;      
}
.item2 .icon2{
  width: 50px;
vertical-align: middle;  
padding: 5px;    
}
.item3{
width: calc(95% / 2); 
margin-top: 1em;      
}
.item3 .icon2{
  width: 50px;
vertical-align: middle;  
padding: 5px;    
}

/*===========会社案内===========*/
.company-box{
width: 100%;
height: auto;    
}
.company{
width: 100%; 
padding: 3%;    
}
.company table{
width: 95%;	
border-top: dotted 1px #665c54;    
border-bottom: dotted 1px #665c54;  
margin: 0 auto;
}

.company table tr{
border-bottom: dotted 1px #665c54;    
width: 100%;   
}
.company table th{
font-size: .9em; 
padding:1em; 
width: 30%;    
line-height: 1.5;  
font-weight: 500;    
}

.company table td{  
font-size: 1em;  
padding:1em;  
line-height: 1.75;  
width: 70%;   
font-weight: 500;       
}

.company_p1{
width: calc(80% / 2);
margin: 3%;       
}
.company_p1 img{
width: 100%;  
border-radius: 20px;     
}
.company_p2{
width: calc(80% / 3);
margin: 3%;       
}
.company_p2 img{
width: 100%;  
border-radius: 20px;     
}
.table_flex{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;    
}
.company .td_box{
width: calc(98% / 2) ;  
margin: 1em 0;    
}
.company .td_box p{
padding-bottom: 3px;  
line-height: 1.75;    
}
.company .td_box .ad{  
font-size: 1em;   
display: block;    
}
.company iframe,td iframe {
width: 100%;
height: 400px;  
display: block;    
}
.shop {
width: 80%;	
display: block;
margin: 0 auto;    
}
.shop table{
width: 100%;	
border-bottom: dotted 1px #665c54;     

}

.shop table tr{
border-bottom: dotted 1px #665c54;    
width: 100%;   
}
.shop table th{
font-size: 1em; 
padding:1em; 
line-height: 1.5;  
font-weight: 500;       
}

.shop table td{  
font-size: 1em;  
padding:1em;  
line-height: 1.75;   
font-weight: 500;       
}
.info-box{
width: 100%;   
}
.menu-box{
width: 100%; 
padding: 3%;    
}
.menu-box table{
width: 100%;	
border-top: dotted 1px #665c54;      
border-bottom: dotted 1px #665c54;  
margin: 0 auto;
}

.menu-box table tr{
border-bottom: dotted 1px #665c54;       
}
.menu-box table th{
font-size: 1.1em; 
padding:1em; 
line-height: 1.5;    
font-weight: 500;  
text-align: left;
width: 8%;    
}

.menu-box table td{  
font-size: 1.1em;  
padding:1em;  
line-height: 1.75;    
font-weight: 500;  
width: 65%;      
}
.menu-box1{
width: 100%; 
padding: 3%;    
}
.menu-box1 table{
width: 100%;	
border-top: dotted 1px #665c54;      
border-bottom: dotted 1px #665c54;  
margin: 0 auto;
}

.menu-box1 table tr{
border-bottom: dotted 1px #665c54;       
}
.menu-box1 table th{
font-size: 1.1em; 
padding:1em; 
line-height: 1.5;    
font-weight: 500;  
text-align: left; 
}

.menu-box1 table td{  
font-size: 1.1em;  
padding:1em;  
line-height: 1.75;    
font-weight: 500;      
}
.td20{
width: 20%;    
}
.td30{
width: 30%;    
}
.td50{
width: 50%;    
}
.td70{
width: 70%;    
}
.th50{
width: 50%;  
display: block;    
}
.font-s{
font-size: 0.9em;    
}
.menu_p{
width: calc(80% / 3);
margin: 3%;       
}  

.menu_p img{
width: 100%;  
border-radius: 20px;     
}
.flow{
border-radius: 50px;
border: 2px dotted #665c54;
padding: 5%;
margin: 2% 0;    
}
.number{
width: 10%;
font-size: 2em;    
}
.flow-text{
width: 65%;    
 font-size: 1em; 
line-height: 1.75;    
}
.flex-photo{
  width: 20%;  
}
.flex-photo img{
  width: 100%;  
}
.facility{
width: 100%;    
}
.facility table{
width: 100%;	
border-bottom: dotted 1px #665c54;     
margin: 0 auto;
}

.facility table tr{
border-bottom: dotted 1px #665c54;      
}
.facilitytable th{
font-size: 1em; 
padding:1em; 
line-height: 1.5;   
width: 40%; 
font-weight: 500;       
}

.facility table td{  
font-size: 1em;  
padding:1em;  
line-height: 1.75;    
width: 60%; 
font-weight: 500;       
}
/*===========お問い合わせ===========*/

.contact-wrapper{
width: 100%;
height: auto;
display: block;   
margin: 0 auto;
}
.contact2{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
margin: 5% auto;
}
.contact-box1{
width: calc(100% / 2);
padding: 2%; 
margin: 1em 0;    
}
.contact-back1{
background: #fff; 
border-radius: 33% 37% 24% 36%/33% 38% 22% 35%;  
padding: 5%;   
position: relative;
z-index: 3;    
}
.contact-text2{
width: 15%;    
position: absolute;
top: -5%;
left: 15%;    
}
.con
.con-btn{
width: 60%;
padding-bottom: 2%;
}
.con-btn a{
width: 50%;  
border-radius: 50px;
color: #fff;
display: block;
margin: auto;
padding: 1.5% 2%;   
text-align: center; 
font-size: 1.5em;    
transition: all 0.5s;    
}
.daiti_b{
background: #fcbd8c;    
}
.raporu_b{
background: #89D19F;    
}
.connect_b{
background: #ecccf8;    
}
.con-btn a:hover{
 background: #665c54;
text-decoration: transparent;    
}
.contact-box2{
width: 50%;	
}
.contact-box2 p{
font-size: 1.4em;
color: #fff;
font-weight: 900;
background:	#03A678;
height: 120px;	
line-height: 120px; 
text-align: center;    
}
.contact-box2 .small-text{
display: block;
font-size:0.7em; 
 color: #fff;   
}
.table1 table .red-c{
font-size: 0.8em;
background:#E22247; 
color: #fff;    
padding: 1%;	
font-weight: 900;
    text-align: center;
    font-weight: bold;
}
.contact-box2 a{
font-size: 2.1em;
color:#03A678; 
font-weight: 900;	
background:	rgba(255,255,255,0.8);	
display: block;	
height: 120px;	
line-height: 120px;
transition: all 0.5s;
text-align: center;       
}
.contact-box2 a:hover{
opacity: 0.7;
text-decoration: transparent;	
}


form{
	width: 100%;
	text-align: left;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}
.table1{
width: 100%;
background: #fafafa;	
}
.table1 table{
width: 100%;	
}
.contact-text1 .blue{
	background-color:#4ACAD9;
	color:#fff;
	font-size:0.5em;
	padding:0.7%;
	margin-left: 5px;
    font-weight: bold;
}
.table1 .w30{
width: 30%;
margin-bottom: 2%;	
}
.table1 table .blue{
	background-color:#4ACAD9;
	color:#fff;
	font-size:0.7em;
	padding:2%;
	margin-right: 5px;
}

.table1 table tr{
}

.table1 table th{
	font-size: 0.9em;
	text-align: left;
	color:#333;
	font-weight:300;
	padding-left: 2%; 
    border-bottom: 1px dotted #b0b0b0;
    font-weight: bold;
}

.table1 table td p{
	font-size: 1em;
	color:#665c54;
	font-weight:300;
	padding-top: 1%;
	line-height: 1.7;
}
.table1 table td img{
width:100%;	
margin-top: 1%;	
border-radius: 50px;	
}
.table1 table td{
font-size: 1em;
color:#333;
padding: 2% 1%;
font-weight:300; 
width: 70%; 
border-bottom: 1px dotted #b0b0b0;    
}

.table1 table td iframe{
height: 400px;	
}

.textareatablearea{
width:100%;
}

textarea{
width:100%;
height: 400px
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	font-weight:300;
	line-height: 1.75;
}

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


.fm-text p{
	padding-bottom: 30px;
	font-size: 1.1em;
	text-align: left;
	color:#333;
	line-height: 200%;
	font-weight:300;
}
.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;
    font-weight: bold;
    background: #03A678;
	transition: all 0.5s;	
	font-weight:300;
    border-radius: 50px;
    border:1px solid #03A678;
}
.form-button button:hover{
    color: #03A678;
     background: #fff;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}
.led{
color: #E83D47;	
}

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

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #bababa;	
}
input[type="text"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="tel"]{
	width: 100%;
	height: 40px;
	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;	
}

.kojin{
width: 95%;
height: auto;
display:block;	
margin: 0 auto;
}
.kojin h3{
font-size: 1.2em;
margin-bottom: 1%;	
font-weight:300;
transition: all 0.5s;
padding: 1%;
text-align: left;	
color: #03A678;	
}
.kojin h3:hover{
text-decoration: transparent;	
color:#F3AF22;	
}
.kojin h4{
font-size: 1.1em;
text-align: left;
color:#03A678;	
padding-bottom: 3px;	
font-weight:bold;
letter-spacing: 2px;
border-bottom: 1px solid #03A678;
padding-left: 1%;	
}
.kojin p{
font-size:0.9em;
line-height:200%;	
text-align: left;
font-weight: normal;
color:#333;	
font-weight:300;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;	
}
#open1{
padding:3%;	
background: #fff;
}

.cont1 {
	display: flex; 
	flex-wrap: wrap;
	margin:auto; 
}
.cont1 il{
	width: 25%;
}
.cont1 img{
	width: 100%;
}
.cont2 {
	display: flex; 
	flex-wrap: wrap;
	margin:auto;
}
.cont2 il{
	width: 40%;
	margin: 40px;
}
.cont2 img{
	width: 100%;
}

.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.btn1 {
    width: 30%;
    margin: 1% 0;
    float: right;
    color: #665c54;
    font-size: 0.9em;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  border-radius: 0 50% 50% 0;
  background: #000;
}

a.btn-border:hover:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  height: 30px;

  content: '\f061';
  -webkit-transform: translateX(460%) translateY(.5rem);
  transform: translateX(460%) translateY(.5rem);
  color: #fff;
  border-radius: 50%;
}

/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	display: inline-block;
	border-top: 3px solid #F3CE25;
	border-bottom: 3px solid #F3CE25;
	padding: 15px 80px;
	line-height: 1.5;
}
.contact .tel_contact a{
	display: block;
	font-size: 2rem;
	margin-bottom: 3px;
}
.contact .tel_contact a span{
	font-size: 0.9em;
	margin-right: 5px;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 10px 60px;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 20%;
	font-weight: bold;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.normal{
	font-weight: normal !important;
}
.mailform .row span{
  color: #fff;
  background: #dd7e52;
  padding: 5px;
  margin-right: 5px;
  font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #73C89C;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #73C89C;
}
.mailform .postal_btn:hover{
	background: #73C89C;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #dd7e52;
	border: 1px solid #dd7e52;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #dd7e52;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #73C89C;
    border-bottom: 3px solid #73C89C;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
}

/*プライバシーポリシー*/
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
	background: #fff;
	border-radius: 10px;
}
.privacy_flame p{
	padding: 10px;
}
.privacy p span{
	font-weight: bold;
	font-size: 1rem;
	display: block;
}
/*スクロールバー全体*/
.privacy_flame::-webkit-scrollbar {
    width: 5px;
}

/*スクロールバーの軌道*/
.privacy_flame::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.privacy_flame::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

