@charset "utf-8";

/* hypertext
-------------------- */
a {
  color: #4169E1;
  text-decoration: none;
}
a:hover {
  color: #e95464;
  text-decoration: underline;
}


/* MainImage
-------------------- */
#PCMainImage {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 30px;
	
    margin-top: 90px;
}
#MainImage li {
    display:none;
}
#MainImage li:first-child {
    display:block;
}
#PCMainImageWrap {
	position: relative;
	left: 50%;
	top: 0;
	width: 1400px;
	margin-left: -700px;
	margin-right: -100px;
}
#MainImage {
    height: 700px;
}

/* Main
-------------------- */
.contents h2 {
    margin-bottom: 40px;
    line-height: 1;
}
.contents h2 span.main-title1 {
    display: inline-block;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
.contents h2 span.main-title1:before {
    display: block;
    width: 100px;
    content: '';
    margin: 0 auto;
    padding-top: 30px;
    border-top: 0px solid #999999;
}
.contents h2 span.main-title2 {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
.contents h2 span.sub-title {
    font-size: 14px;
    color: #999999;
}






/* works
-------------------- */
#Works {
    margin-bottom: 20px;
}
#Works h2 {
    margin-bottom: 40px;
    text-align: center;
}
#Works ul {
    margin-bottom: 30px;
}
#Works li {
    float: left;
    width: 214px;
    margin-right: 26px;
    margin-bottom: 30px;
}
#Works li:last-child {
    margin-right: auto;
}
#Works li .thumbnail {
    margin-bottom: 5px;
    overflow: hidden;
width: 100%;
height: 100%;
}

#Works li .thumbnail img {
border-radius: 0px;
border: 0px solid #b0c4de;
overflow: hidden;
width: 100%;
height: 100%;
background: #fff;
}

#Works li .thumbnail img {
display: block;
transition-duration: 0.3s;
}
#Works li .thumbnail img:hover {
transform: scale(1.1);
transition-duration: 0.3s;
opacity: 0.6;
}
















#Works li h3 {
    margin-bottom: 0px;
    font-size: 15px;
}
#Works li h3 a {
    font-weight: bold;
}
#Works li p {
    color: #666666;
}
#Works .btn-more {
    text-align: center;
}

/* feed News
-------------------- */
#Feed {
    margin-bottom: 80px;
    background: ##e5edf4;
}

#News {
    width: 800px;
    margin-top: 54px;
}
#News ul {
    margin-bottom: 20px;
}
#News li {
    margin-bottom: 10px;
border-bottom: dotted 3px #646464 ;

}
#News li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#News li span.date {
    float: left;
    display: block;
    width: 80px;
    padding: 3px 10px 3px 10px;
    color: #ffffff;
    font-size: 13px;
    background: #ff7f50;
    text-align: center;
   

}  
#News li span.title {
    display: block;
    margin-left: 50px;
    margin-bottom: 0px;
    padding: 1px 0;
    padding-left: 25px;
    border-left: 0px solid #9c3e5d;
    font-size: 15px;



}
#News .btn-more {
    text-align: right;
}

#News li .imo {
    float: left;
    width: 40px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;





}



/* feed Blog
-------------------- */
#Blog {
    position: relative;
    width: 320px;
    padding: 50px 30px 20px;
    border: 0px solid #98FB98;
}
#Blog li {
    float: left;
    width: 300px;
    margin-bottom: 30px;
}
#Blog li:nth-child(odd) {
    margin-right: 20px;
}
#Blog li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#Blog li .thumbnail {
    float: left;
    width: 90px;
    margin-right: 10px;
}

#Blog li .thumbnail img {
border-radius: 0px;
border: 0px solid #b0c4de;
overflow: hidden;
width: 100%;
height: 100%;
background: #fff;
}



#Blog li .thumbnail img {
display: block;
transition-duration: 0.5s;
}
#Blog li .thumbnail img:hover {

transition-duration: 0.5s;
opacity: 0.6;
}



#Blog li h3 a {
    font-size: 15px;
    font-weight: bold;
}
#Blog li .date {
    font-size: 12px;
}
#Blog li p {
    font-size: 13px;
    line-height:1.2;
}
#Blog .btn-more {
     text-align: right;
    right: 0px;
    bottom: -55px;
}

/* About
-------------------- */
#About {
    margin-bottom: 0px;
    padding: 50px 0;
}
#About h2 {
    text-align: center;
}
#About li {
    position: relative;
    float: left;
    width: 372px;
    margin-right: 40px;
}
#About li:last-child {
    margin-right:auto;
}
#About li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

#About li .thumbnail {

width: 100%;
height: 100%;
}

#About li .thumbnail img {
border-radius: 30px;
border: 5px solid #b0c4de;

width: 100%;
height: 100%;

}

#About li .thumbnail img {
display: block;
transition-duration: 0.5s;
}
#About li .thumbnail img:hover {

transition-duration: 0.5s;
opacity: 0.6;
}








#About li h3 {
    position: relative;
    top: -20px;
    right: -45px;
    width: 270px;
    padding: 10px;
    background: #ba55d3;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    text-align: center;
    font-size: 20px;
    opacity: 0.9;
    /* -webkit-font-smoothing: antialiased; */
}

#About li h3 {
display: block;
transition-duration: 0.5s;
}
#About li h3:hover {

transition-duration: 0.5s;
opacity: 0.9;
}







#About li p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

/* About_3
-------------------- */
#About_3 {
    margin-bottom: 0px;
    padding: 30px 0 50px 0;
    background: #e5edf4;
}
#About_3 h2 {
    text-align: center;
    margin-bottom: 30px;
    height: 50px;
}
#About_3 li {
    position: relative;
    float: left;
    width: 80px;
    margin-right: 5px;
}
#About_3 li:last-child {
    margin-right: auto;
}
#About_3 li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

#About_3 li .thumbnail {
overflow: hidden;
width: 100%;
height: 100%;
}

#About_3 li .thumbnail img {
border-radius: 0px;
border: 0px solid #b0c4de;
overflow: hidden;
width: 100%;
height: 100%;
background: #fff;
}

#About_3 li .thumbnail img {
display: block;
transition-duration: 0.5s;
}
#About_3 li .thumbnail img:hover {
transform: scale(1.1);
transition-duration: 0.5s;
opacity: 0.6;
}

#About_3 li .thumbnail {
overflow: hidden;
width: 100%;
height: 100%;
}

#About_3 li h3 {
    position: relative;
    top: -20px;
    right: -45px;
    width: 270px;
    padding: 10px;
    background: #ba55d3;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    text-align: center;
    font-size: 20px;
    opacity: 0.9;
    /*-webkit-font-smoothing: antialiased;*/
}
#About_3 li p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

#About_3 li .thumbnail {
overflow: hidden;
width: 100%;
height: 100%;
}


/* About_2
-------------------- */
#About_2 {
    margin-bottom: 0px;
    padding: 20px 0;
    background: ##e5edf4;
}
#About_2 h2 {
    text-align: center;
}
#About_2 li {
    position: relative;
    float: left;
    width: 372px;
    margin-right: 40px;
    margin-bottom: 20px;
}

#About_2 li:last-child {
    margin-right: auto;
}
#About_2 li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

#About_2 li .thumbnail {
overflow: hidden;
width: 100%;
height: 100%;
}

#About_2 li .thumbnail img {
border-radius: 0px;
border: 0px solid #b0c4de;
overflow: hidden;
width: 100%;
height: 100%;
background: #fff;
}

#About_2 li .thumbnail img {
display: block;
transition-duration: 0.5s;
}
#About_2 li .thumbnail img:hover {
transform: scale(1.1);
transition-duration: 0.5s;
opacity: 0.6;
}

#About_2 li .thumbnail {
overflow: hidden;
width: 100%;
height: 100%;
}

#About_2 li h3 {
    position: relative;
    top: -20px;
    right: -45px;
    width: 270px;
    padding: 10px;
    background: #ba55d3;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    text-align: center;
    font-size: 20px;
    opacity: 0.9;
    /*-webkit-font-smoothing: antialiased;*/
}
#About_2 li p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

#About_2 li .thumbnail {
overflow: hidden;
width: 100%;
height: 100%;
}




#Contact li {
    position: relative;
    float: left;
    width: 250px;
    margin-right: 25px;
    margin-left: 25px;
 }
 
#Contact li .thumbnail {
    width: 100%;
    height: 100%;
} 

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.scrolling-wrapper .item {
  display: inline-block;
}

.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
}
.iitem {
	display: inline-block;
	width: 90%;
	
}	

#News li .imo img {
    display: block;
    transition-duration: 0.5s;
}

#News li .imo img {
    border-radius: 0px;
    border: 0px solid #b0c4de;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
}

#News li .imo img:hover {

transition-duration: 0.5s;
opacity: 0.6;
}  