@charset "utf-8";

/* hypertext
-------------------- */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #888;
  text-decoration: underline;
}


/* MainImage
-------------------- */
#PCMainImage {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 500px;
	margin-bottom: 36px;
    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: 500px;
}

/* Main
-------------------- */
.contents h2 {
    margin-bottom: 30px;
    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: 350px;
    content: '';
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px dotted #696969;
}
.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: 70px;
}
#Works h2 {
    margin-bottom: 70px;
    text-align: center;
}
#Works ul {
    margin-bottom: 30px;
}
#Works li {
    float: left;
    width: 274px;
    margin-right: 26px;
}
#Works li:last-child {
    margin-right: 0;
}
#Works li .thumbnail {
    margin-bottom: 15px;
}
#Works li h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
#Works li h3 a {
    font-weight: bold;
}
#Works li p {
    color: #666666;
}
#Works .btn-more {
    text-align: center;
}

/* feed News
-------------------- */
#Feed {
    margin-bottom: 120px;
}

#News {
    width: 560px;
    /*margin-top: 54px;*/
}
#News ul {
    margin-bottom: 20px;
}
#News li {
    margin-bottom: 12px;
}
#News li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#News li span.date {
    float: left;
    display: block;
    width: 60px;
    padding: 10px 15px 10px 0;
    color: #666666;
    font-size: 12px;
}
#News li span.title {
    display: block;
    margin-left: 80px;
    margin-bottom: 10px;
    padding: 9px 0;
    padding-left: 25px;
    border-left: 1px solid #CCCCCC;
    font-size: 15px;
}
#News .btn-more {
    text-align: right;
}

/* feed Blog
-------------------- */
#Blog {
    position: relative;
    width: 520px;
    padding: 50px 30px 20px;
    border: 1px solid #CCCCCC;
}
#Blog li {
    float: left;
    width: 250px;
    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: 80px;
    margin-right: 10px;
}
#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 {
    position: absolute;
    right: -4px;
    bottom: -55px;
}

/* About
-------------------- */
#About {
    margin-bottom: 80px;
    padding: 10px 0;
}

#About ul {
	margin: 0 auto;
}

#About h2 {
    text-align: center;
}

#About li {
    /*position: relative;
    float: left;
    width: 372px;*/
    margin-right: 40px;
}
#About li:last-child {
    margin-right: 0;
}
#About li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#About li .thumbnail img {
    /*border-radius: 200px;
    border: 14px solid #fff;*/
}

/* morita追加 */
#About li p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

#About .body-wrap{
  position: relative;
  overflow: hidden;
}
#About .body-wrap ul{
  position: relative;
  left: 50%;
  float: left;
}
#About .body-wrap li{
  position: relative;
  left: -50%;
  float: left;
}

/* morita追加 */
#Feed .btn {
	background: rgba(0,192,192,0.5) !important;
}
#Feed .btn-small {
    width: 110px;
    border: 1px solid #888888;
    padding: 5px 5px 5px 15px;
    background: #FFF url(../img/common/icn_arrow01_3.png) 6px center no-repeat !important;
    font-size: 14px;
    letter-spacing: 2px;
    color:#888888 !important;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#instaArea {
    position: relative;
    width: 520px;
    padding: 0px 30px 20px;
    margin-top:-15px;
    /*border: 1px solid #CCCCCC;*/
}
#instaArea{
	/*width:45%;
	float:right;
	box-sizing: border-box;
	padding:0px;*/
}
#instaArea ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
#instaArea ul li{
	width:33.3%;
	list-style: none;
	padding:0px 0px 1px 1px;
	box-sizing: border-box;
	
	display:flex;
	justify-content: center;
	align-items: center;	
	position: relative;
	transition-duration: 0.5s;
}
#instaArea ul li:before{
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}
#instaArea ul li a{
	display: block;
	width:100%;
	height:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-position: center center;
	background-size: cover;
	transition-duration: 0.5s;
}
#instaArea ul li:hover{
	z-index: 500;
	position: relative;
	transition-duration: 0.3s;
}
#instaArea ul li a:hover{
	opacity: 0.8;
	box-shadow:0 0 1px 1px rgba(0,0,0,0.3);
	transition-duration: 0.3s;
}
.instaImg span{
	display: none;
}
.instaMsg {
	/*text-align:center;*/
	margin-bottom:10px;
}