/*!
Theme Name: incloop
Theme URI: https://incloop.com/
Author: incloop
Author URI: https://incloop.com/
Description: themes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: incloop
*/

figure.is-provider-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
figure.is-provider-youtube >div>iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 40px) !important;
    height: 100% !important;
    margin: 0 20px;
}
.wp-block-group.wh50 {
    width: 50%;
    margin: auto;
}
.manabi-link {
    position: relative;
}
.manabi-link a {
    color: #065fd4;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.manabi-link a:hover {
    color: #FFF;
    background: #065fd4;
}
@media (max-width: 600px) {
.wp-block-group.wh50 { width: 100%;}
}

section.blog-area,section.faq-area {
    background: #fff7e5;
    padding: 20px 0;
}


/*****バーガーメニュー*****/
nav.burger-menu {
    display: block;
    position: fixed;
    background: rgba(51, 51, 51, 0.7);
    width: 30%;
    right: -30%;
    top: 54px;
    padding: 20px;
    z-index: 99999;
    transition: all 300ms 0s ease;
}
nav.burger-menu.active {
    right: 10px;
}


.btn-trigger {
    position: fixed;
    width: 50px;
    height: 44px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background: #FFC53E;
    padding: 5px;
    z-index: 99999;
}
.btn-trigger span {
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 5px;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 5px;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}


ul#primary-menu {
    padding: 0;
    list-style: none;
}
ul#primary-menu li a {
    color: #FFF;
    display: block;
    padding: 5px;
    font-size: 1.1rem;
}
ul#primary-menu li a:hover {
    color: #FD3804;
    background: #FFC53E;
}


@media (max-width: 768px) {
  
nav.burger-menu {
    width: 50%;
    right: -50%;
}
}
@media (max-width: 600px) {
#ssttbutton {
    right: 5px;
    bottom: 70px;
  }
nav.burger-menu {
    width: calc(100% - 20px);
    right: -100%;
}
}

#ez-toc-container {
    padding: 30px;
}
div#ez-toc-container ul li {
    padding: 3px;
}
div#ez-toc-container p.ez-toc-title {
    padding-bottom: 10px;
}
.entry-content h3 {
    border-left: 3px solid #ff3905;
    padding: 0 20px;
    margin: 40px auto 20px;
    display: block;
}