@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: 100px;
    content: '';
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px 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: 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: 80px;
}

#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: 100px;
    padding: 10px 15px 10px 0;
    color: #666666;
    font-size: 12px;
}
#News li span.title {
    display: block;
    margin-left: 105px;
    margin-bottom: 10px;
    padding: 9px 0;
    padding-left: 0px;
    border-left: 1px solid #CCCCCC;
    font-size: 15px;
}
#News .btn-more {
/*    text-align: right;*/
    text-align: center;
    border-radius: 5px;
    
}

/* feed Blog
-------------------- */
#Blog {
    position: relative;
    width: 520px;
    padding: 50px 30px 20px;
/*    border: 4px 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: -53px;
    text-align: center;
    border-radius: 5px;
}

/* About
-------------------- */
#About {
    margin-bottom: 80px;
    padding: 50px 0;
    background: #97C7D4;
}
#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;
}
#About li h3 {
    position: relative;
    top: -50px;
/*    right: -120px;*/
    right: -40px;
    width: 270px;
    padding: 10px;
    background: #DA5F51!important;
    color: #fff;
/*    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;*/
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    /*-webkit-font-smoothing: antialiased;*/
}
#About li p {
/*    color: #666666;*/
    color: #121212;
    font-size: 14px;
    line-height: 1.6;
}

/* subMenu
-------------------- */
#subMenu{
    margin-bottom: 50px;
    text-align:center;
}
#subMenu ul {
    margin: 0 100px 20px;
}
#subMenu li {
    float: left;
/*    width: 132px;edit2021-04-05*/ 
    width: 120px;/*edit2022-12-21*/ 
/*    margin-right: 12.5px;*/
    margin-right: 5.5px;/*edit2022-12-21*/ 
}
#subMenu li:last-child {
    margin-right: 0;
}
#subMenu li h3 {
    background: #5A7A49;
    text-align: center;
    height: 120px; 
    border-radius: 5px;
    box-shadow:
    0px 2px 5px rgba(000,000,000,0.5),
    inset 0px 0px 0px rgba(161,142,016,0);
display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
  padding:0 10px;
}
#subMenu li h3:last-child {
    margin-right: 0;
}
#subMenu li a {
    color: #fff;
    display:block;
    text-decoration: none!important;
    border-radius: 100px;
/*    text-shadow: 0px 0px 2px rgba(000,000,000,0.5);*/
}
#subMenu li a:hover {
    color: #000;
    opacity: 0.7;
    font-weight: bold;
    border-radius: 100px;
}


.exclamation {
  color: #616161;
  font-size:1.25rem;
  text-align:center;
}

#News li span.category {
    float: left;
    margin: 8px 5px 0px 0px;
    padding: 2px 10px 1px;
    background: #97C7D4;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #ffffff!important;
}

/* Instagram
-------------------- */
.instagram-area {
  text-align: center;
  margin: 80px auto;
  padding: 40px 20px;
  background: #fafafa;
}

.insta-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.insta-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.insta-slider img {
  width: 100%;
  border-radius: 10px;
}

.insta-slider .slick-slide {
  padding: 0 10px;
}

.insta-btn {
  margin-top: 20px;
}

.insta-btn a {
  display: inline-block;
  padding: 10px 20px;
  background: #E1306C;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}