/* CSS Document */

#lead{
margin-top: 110px;
text-align: center;
color: #523821;
}
.h2_1{
height: 42px;
font-size: 32px;
font-weight: bold;
letter-spacing: 0.06em;
}
.h2_2{
display: inline-block;
padding: 0 18px 0 12px;
font-size: 24px;
font-weight: normal;
}
.h2_3{
height: 70px;
display: inline-block;
font-size: 44px;
line-height: 75px;
border-top: 1px solid #523821;
}
#lead p{
margin-top: 35px;
font-weight: normal;
font-size: 20px;
line-height: 32px;
}

#concept{
position: relative;
width: 1000px;
height: 640px;
margin: 70px auto 0;
}
#cpt1,#cpt2,#cpt3,#cpt4,#cpt5,#cpt6,#cpt7,#cpt_logo{ position: absolute; opacity: 0;}
#cpt1{ top:0;     left: 398px;}
#cpt2{ top: 54px; left: 173px;}
#cpt3{ top: 54px; left: 625px;}
#cpt4{ top:208px; left: 0;}
#cpt5{ top:208px; left: 778px;}
#cpt6{ top:430px; left:  53px;}
#cpt7{ top:430px; left: 740px;}
#cpt_logo{ top:280px; left: 370px; width: 260px;}
.fadein {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(16px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.delay1{ animation-delay: 0.8s; }
.delay2{ animation-delay: 1.3s; }
.delay3{ animation-delay: 1.5s; }
.delay4{ animation-delay: 1.7s; }
.delay5{ animation-delay: 2.3s; }

#concept_sp {
display: none;
}

#wish{
opacity: 0;
margin-top: -75px;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
#wish h3{
height: 36px;
font-weight: bold;
font-size: 24px;
}
#wish p{
display: inline-block;
border: 1px dashed #333;
border-radius: 12px;
padding: 15px 15px 15px 22px;
font-size: 18px;
line-height: 30px;
}
.fadein2 {
animation-name:fadeUpAnime2;
animation-duration:1s;
animation-delay: 3.3s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime2{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.news{
margin: 60px auto 120px;
width: 680px;
padding: 20px;
background: #f2f0ed;
box-shadow: 0 1px 1px #c4c1be inset;
border-bottom: 1px solid #fff;
border-radius: 6px;
}
.news h4{
height: 24px;
color: #523821;
font-size: 16px;
}
.news ul{
margin-left: 2em;
}
.news li{
list-style: disc;
color: #a7998e;
font-size: 16px;
line-height: 1.4em;
padding-top:6px; 
}
.news li span{
color: #333;
}
.news li small{
font-size: 14px;
}
.news li a{
color: #333;
border-bottom: 1px solid #333;
}
.news_nanao{
display:inline-block;
width:90px;
color:#fff !important;
background-color: #3b6649;
margin-right:8px;
padding:0 6px;
text-align:center;
border-radius:4px;
}
.news_joshi{
display:inline-block;
width:90px;
color:#fff !important;
background-color: #574031;
margin-right:8px;
padding:0 6px;
text-align:center;
border-radius:4px;
}

.features{
width: 920px;
margin: 90px auto 70px;
}
.features h3{
height: 35px;
font-size: 24px;
text-align: center;
}
.features_frame{
border: 1px solid #333;
border-radius: 22px;
padding: 40px 20px;
}
.features ul{
height: 324px;
display: flex;
flex-wrap: wrap;
flex-direction:column;
}
.features li{
margin: 5px 20px;
width: 400px;
height: 44px;
background: url("../img/wish_link.png") center right 14px no-repeat #d7e3a3;
border-radius: 6px;
box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.features li a{
display: block;
color: #3b6649;
text-indent: 18px;
font-size: 18px;
line-height: 44px;
border-radius: 6px;
transition : .5s;
}
.features li a:hover{
background: rgba(255,255,255,0.4);
transition : .2s;
}
.features li span{
font-size: 16px;
}



@media screen and (max-width: 768px){

header{
margin-bottom:110px;
}

#lead{
margin-top: 95px;
}
.h2_1{
height: 100px;
font-size: 26px;
letter-spacing: 0;
}
.h2_2{
padding: 5px 0 8px;
font-size: 18px;
}
.h2_3{
height: auto;
display: inline-block;
font-size: 36px;
line-height: 46px;
padding: 8px 0 25px;
border: 2px solid #523821;
}
.h2_3 span{
font-size: 26px;
}
#lead p{
margin-top: 50px;
font-size: 18px;
line-height: 28px;
text-align: left;
}

#concept_sp {
display: block;
padding-top: 60px;
}
#concept_sp dl{
display: flex;
}
#concept_sp dt{
font-size: 24px;
font-weight: bold;
padding-right: 5px;
padding-bottom: 5px;
}
#concept_sp dd{
border-bottom: 2px dotted #333;
flex-grow: 1;
}
#concept_sp p{
padding: 8px 0 20px;
font-size: 16px;
line-height: 24px;
}
#concept_sp img{
display: block;
margin: 25px auto;
width: 150px;
}

#wish{
margin-top: 45px;
}
#wish h3{
height: 30px;
font-size: 22px;
}
#wish p{
padding: 12px 12px 10px 15px;
font-size: 16px;
font-weight: bold;
line-height: 24px;
}
#wish p span{
display: block;
padding: 4px 0;
}

.news{
margin: 0 auto 70px;
width: 100%;
padding: 12px;
}
.news h4{
height: 20px;
font-size: 14px;
}
.news ul{
margin-left: 1.6em;
}
.news li{
font-size: 14px;
}
.news li small{
font-size: 12px;
}

.features{
width: 100%;
margin: 70px auto;
}
.features h3{
height: 35px;
font-size: 20px;
color: #3b6649;
}
.features_frame{
border: 0;
padding: 0;
}
.features ul{
height: auto;
flex-wrap: nowrap;
}
.features li{
margin: 5px 0;
width: 100%;
height: auto;
background: url("../img/wish_link.png") center right 12px no-repeat #d7e3a3;
background-size: 18px;
}
.features li a{
padding: 10px 40px 10px 14px;
text-indent: 0;
font-size: 18px;
line-height: 24px;
}



}