@charset "utf-8";

/* Single
----------------------------------------------------------------------------------------------------*/
.single {
    background: linear-gradient(#FFF, #a8ffd3 90%);
    padding-bottom: 25px;
}

.icatch_box {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: 100%;
}

.icatch_img {
    overflow: hidden;
    border: solid 1px #412E20;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}

.icatch_img img {
    width: auto;
    max-width: 100%;
    max-height: 373px;
    height: auto;
    vertical-align: bottom;
}

.cont_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #412E20;
}

h3.title {
    margin: 0 auto;
    width: 95%;
    font-size: 3.5rem;
}

.post_body {
    margin-top: 25px;
}

.sns {
    display: flex;
    margin: 0 0 0 auto;
    width: 245px;
}

.sns li {
    padding-right: 5px;
}

.cont {
    margin: 0 auto 25px;
    padding: 20px;
    padding-left: 20px;
    width: 95%;
    max-width: 1400px;
    min-height: 450px;
    font-size: 1.75rem;
    border: 1px solid #412E20;
    border-radius: 20px;
    background-color: #FFF;
    word-wrap: break-word;
}

/* コンテンツエディター対応CSS
**************************************/
.cont_body {
    padding: 10px;
    font-size: 1.75rem;
    line-height: 1.5;
    color: #412E20;
    background-color: #fff;
  }
  
  .cont_body * {
    max-width: 100%;
    height: 100%;
  }
  
  .cont_body a {
    display: block;
    font-weight: bold;
    color: #e64863;
    transition: .5s;
  }
  
  .cont_body a:hover {
    color: #a8ffd3;
  }
  
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  strong {
    font-weight: bold;
  }
  
  em {
    font-style: oblique; 
  }
  
  .contents_area ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  
  .contents_area ol {
    list-style-type: decimal;
    margin-left: 20px;
  }
  
  blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #a8ffd3;
    color: #777777;
    border-left: 4px solid #a8ffd3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  }
  
  blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    content: "“";
    font-family: sans-serif;
    color: #a8ffd3;
    font-size: 90px;
    line-height: 1;
  }
  
  blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
  }
  
  blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  
  /* Gallery */
  .contents_area .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto !important;
  }
  
  .contents_area .gallery-item {
    display: block;
    margin: 0 auto;
    max-width: 47.5%;
  }
  
  .contents_area .gallery img {
    width: 100% !important;
    height: 100%;
  }
  
  
  /* Youtube Contents */
  .youtube {
    position: relative;
    margin: 25px auto;
    padding-top: 56.25%;
    width: 100%;
  }
  
  .youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
/* -------------------- for SP (480px) -------------------- */
@media screen and (max-width: 480px) {
    .cont_header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        line-height: 2;
    }
    
    .sns {
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        width: auto;
    }
}
