/*
*  Theme Name:   LION BLOG Child
*  Theme URI:    http://lionblog.fit-jp.com/
*  Description:  LION BLOG Child Theme
*  Author:       
*  Template:     lionblog
*  Version:      1.0.0
*  License:      GNU General Public License v2 or later
*  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*  Text Domain:  lion-blog-child
*  */

div, h1, h2, h3, h4, h5, p,
header, article, section, footer,
input, textarea, button, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl {
  margin-bottom: 30px;
}

dt {
  font-weight: bold;
}

.adHeader {
  padding: 30px 0;
}

.globalNavi {
  display: none;
}

.comments {
  display: none;
}

.siteTitle__logo {
    max-width: 330px;
    max-height: 75px;
}

.siteTitle__logo img {
    max-width: 330px;
    max-height: 75px;
}

.eyecatch img {
  transition: none;
  transform: none;
}

.eyecatch img:hover {
  transform: none;
  opacity: .7;
}

/* youtube iframe */
iframe {
  max-width: 100%;
  width: 100%;
  height: 396px;
}

/* footer */
.l-footer {
  color: #fff;
}

.contents-block {
  padding-top: 40px;
}

.l-footer-row {
  position: relative;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
}

.l-footer-main {
  width: 67.5%;
  padding: 40px 3.5% 0 0;
}

.l-footer-sidebar {
  width: 32.5%;
  padding: 40px 0 0 3.5%;
}

.l-footer .items_horiz a:hover {
	color:#63acb7;
	transition: .2s;
}

.l-footer .show-all-items a:hover {
	color:#63acb7;
	transition: .2s; 
}

.movies {
}

.movies .item {
  margin-bottom: 20px;
}

.movies .item:last-of-type {
  margin-bottom: 0;
}

.movies .thumb {
  width: 150px;
  margin: 0 auto 10px;
}

.movies .desc {
  font-size: 13px;
  line-height: 1.5;
}

.items_horiz {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 20px;
}

.items_horiz .item {
  display: inline-block;
  margin-right: 10px; 
}

.items_horiz .item:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
}

.items_horiz .item:last-of-type:after {
  content: none;
  padding-left: 0;
}

.items_horiz.grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
}

.items_horiz.grid .item {
  position: relative;
  padding: 0 15px;
  margin: 0 0 15px 0;
}

.items_horiz.grid .item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

.items_horiz.grid .item:after {
  content: "";
  padding-left: 0;
}

.concept {
  text-align: center;
}

.concept-desc:after {
  content: "|";
  margin: 0 10px;
}

.thumb-items {
  display: flex;
  align-items: center;
}

.thumb-items .thumb-items__thumb {
  width: 250px;
  padding-right: 15px;
}

.thumb-items .thumb-items__thumb .eyecatch {
  margin-bottom: 0;
}

.thumb-items .thumb-items__content {
  flex: 1;
}

.thumb-items .thumb-items__content .heading.heading-archive {
  font-size: 2.2rem;
}

.archiveList {
  padding-bottom: 20px;
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 767px) {
  .adHeader {
    padding: 0;
  }

  .siteTitle__logo {
    max-width: 211px;
    max-height: 48px;
  }
  
  .siteTitle__logo img {
    max-width: 211px;
    max-height: 48px;
  }

  /* grid */
  .col-sm_6 {
    width: 50%;
  }

  /* youtube iframe*/
  iframe {
    height: auto;
  }

  /* footer */
  .contents-block {
    padding-top: 20px;
  }

  .l-footer-row {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .l-footer-main {
    width: 100%;
    padding: 40px 0 0;
  }

  .l-footer-sidebar {
    width: 100%;
    padding: 40px 0 0;
  }

  .items_horiz {
    line-height: 2.5;
  }

  .items_horiz:last-of-type {
    margin-bottom: 0;
  }

  .items_horiz.grid .item a:before {
    right: 10px;
  }

  .concept-desc {
    display: block;
    margin-bottom: 10px;
  }

  .concept-desc:after {
    content: "";
    margin: 0;
  }

  .thumb-row {
    display: flex;
    margin-bottom: 10px;
  }

  .thumb-row .col-sm_6 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }

  .thumb-row .col-sm_6:first-of-type {
    margin-right: 5px;
  }

  .thumb-row .col-sm_6:last-of-type {
    margin-left: 5px;
  }

  .thumb-items {
    display: block;
  }

  .thumb-items .thumb-items__thumb {
    width: 100%;
    max-height: 95px;
    padding-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .thumb-items .thumb-items__content .heading.heading-archive {
    font-size: 1.2rem;
  }

  .archiveList {
    padding-bottom: 0;
    margin: 0 auto 0 auto;
    border-bottom: 0;
  }

  .archiveList::before {
    content: none;
  }

}


@media only screen and (min-width: 768px) {

  /* grid */
  .col-xs_4 {
    width: 25%;
  }

}