/*!
Theme Name:   Color Blog
Theme URI:    https://mysterythemes.com/wp-themes/color-blog
Author:       Mystery Themes
Author URI:   https://mysterythemes.com
Description:  Color Blog is the perfect WordPress theme entirely based on any kind of blog such as travel blogs, food blogs, personal blogs and many more. Build an amazing website with the core features and resourceful design that let you feel the awesome experience. Works perfectly with Elementor and Visual Composer that will help you create an enchanting website. It has a minimalist design, responsive and looks great on any kind of devices. Color Blog is Compatible with Gutenberg and GDPR, RTL and Translation ready, WooCommerce Compatible, SEO-Friendly and Compatible with all others popular plugins. Demos ready for download: https://demo.mysterythemes.com/color-blog-landing/ and for support: https://mysterythemes.com/support/
Version:      1.0.3
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  color-blog
Tags:         blog, portfolio, news, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, footer-widgets, rtl-language-support, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Color Blog is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
p.page_header_text {
    font-size: 2rem;
    line-height: 3rem;
    padding: 2%;
    background: #f2f2f2;
}

.image_box_area{
    position: relative;
}
img.image_box_area_left_fukidashi{
    position: absolute;
    top: 7%;
    right: 20%;
    width: 40%;
}
.image_box_area img.image_box_area_left{
    box-shadow:3px 3px 5px 0px #000000;
    width: 50%;
    margin: 3% 5%;
    transform: rotate(-3deg);
}

.image_box_area .image_box_area_right{
    width: 80%;
    margin-left: 20%;
    box-shadow:3px 3px 5px 0px #000000;
    transform: rotate(2deg);
}
img.image_box_area_right_fukidashi{
    position: absolute;
    bottom: 0;
    left: 0;
}

.paint_trial img.image_box_area_left_fukidashi{
    position: absolute;
    top: -10%;
    left: 5%;
    width: 46%;
}
.paint_trial img.image_box_area_left{
    box-shadow: 3px 3px 5px 0px #000000;
    width: 80%;
    margin: -3% 5% 0 15%;
    transform: rotate(-3deg);
}

.paint_trial .image_box_area_right{
    width: 80%;
    margin-left: 20%;
    box-shadow:3px 3px 5px 0px #000000;
    transform: rotate(1deg);
}
.paint_trial img.image_box_area_right_fukidashi{
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}

.paint_trial img.image_box_area_left_2{
    box-shadow: 3px 3px 5px 0px #000000;
    width: 80%;
    margin: -5% 5% 0 0%;
    transform: rotate(1deg);
}

.paint_trial img.image_box_area_left_fukidashi_2{
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
}

.gray_box{
    padding: 1rem 3rem;
    background: #eeeeee;
    border: 1px solid gainsboro;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

p.bottom_youtube_text{
  border-bottom: solid 3px skyblue;
  position: relative;
  font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-indent: 1rem;
}

p.bottom_youtube_text:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}


.yokohama_rouka_slider{
  width: 50%;
  float: left;
  margin: 0 2% 0% 0; 
}

.h2_title_span{
  font-family: 游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: bold;
}
h2.title_collection_h2{
  font-family: 游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: bold;
}
h3{
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
}

.entry-content h3{
  position: relative;
  padding: 0.25em 1em;
  border-bottom: solid 1px #a0a0a0;
}
h3:before{
  content: '';
  position: absolute;
  top: 2px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #a0a0a0;
}
h3:before {
  left: 7px;
}
.left_img_box_text p{
  font-size: 2rem;
  line-height: 3rem;
  color: black;
}

.right_img_box .yokohama_rouka_slider {
    width: 40%;
    float: right;
    margin: 0 0% 0% 2%;
}

.right_img_box p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: black;
}

.left_img_box_text,.right_img_box_text{
  margin-bottom: 5%;
}

.left_img_box #introduce_img_box{
  width: 40%;
}

p.fin_comment{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #111111;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    font-size: 2rem;
}

@media screen and (max-width: 1060px) {
  .yokohama_rouka_slider {
    width: 45%;
    float: left;
    margin: 0 2% 0% 0;
  }
  .right_img_box_text h3{
    width: 58%;
  }

}
@media screen and (max-width: 768px) {
  .yokohama_rouka_slider {
    width: 43%;
    float: left;
    margin: 0 2% 0% 0;
  }
}
@media screen and (max-width: 480px) {
  p.page_header_text {
      font-size: 2rem;
      line-height: 2.5rem;
      padding: 3%;
      background: #f2f2f2;
      width: 94%;
      margin-left: 3%;
  }
    .yokohama_rouka_slider {
      width: 100%;
      float: none;
      margin: 0 0% 0% 0;
  }

  .left_img_box_text h3{
    font-size: 2.5rem;
    font-weight: bold;
  }
  .left_img_box_text p {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: black;
      padding: 0 4%;
  }
  .right_img_box_text h3 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .right_img_box p {
    padding: 0 4%;
  }
  .left_img_box #introduce_img_box {
    width: 40%;
    float: left;
  }
}


