/*
Theme Name: Sydney_Child
Theme URI: http://example.com/
Description: Sydney Child Theme
Author: RACT
Author URI: http://example.com
Template: sydney
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: sydney-child
*/

/* リセット */
.row {
  margin-left: 0;
  margin-right: 0;
}
.content-area .post-wrap {
  padding-right: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: initial;
}


.cf:before,
.cf:after{content:"";display:table;clear:both;}
.cf{zoom:1;}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", sans-serif !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.site-header {
  background: #31302e !important;
}
#page {
  background: url(/wp-content/uploads/20201031/line_171546682002579.jpg) center center no-repeat;
  background-size: cover;
}
#content {
  background: rgba(255,255,255,0.7);
  height: 100%;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.txt_center {
  text-align: center;
}
.font_red {
  color: #f00;
}
.preloader {
  top: 0;
}
[data-animate="bg_yellow"] {
  background: -webkit-linear-gradient(left, rgb(255,255,0) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255,255,0) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255,255,0) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 1.6em;
  background-position: 100% 0;
  transition: 2s;
}
.animated.bg_yellow {
  background-position: 0% 0;
}
.bg_green {
  background: -webkit-linear-gradient(left, rgb(0,255,0) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(0,255,0) 50%, transparent 50%);
  background: linear-gradient(left, rgb(0,255,0) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 1.6em;
  background-position: 100% 0;
  transition: 2s;
}
.animated.bg_green {
  background-position: 0% 0;
}
.bg_blue {
  background: -webkit-linear-gradient(left, rgb(154, 221, 255) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(154, 221, 255) 50%, transparent 50%);
  background: linear-gradient(left, rgb(154, 221, 255) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 1.6em;
  background-position: 100% 0;
  transition: 2s;
}
.animated.bg_blue {
  background-position: 0% 0;
}

.cf .left {
  width: 56.4%;
  float: left;
}
.cf .right {
  width: 40.7%;
  float: right;
}

.site-description {
  margin: 5px 0 0;
}
.container {
  max-width: 750px;
}
#main header {
  display: none;
}
.page .page-wrap .content-wrapper {
  padding: 0;
}
.container-fluid {
  padding: 0;
  display: none;
}
#mainnav-mobi ul li {
  border-top: 1px solid #333;
}
#mainnav-mobi ul > li > a {
  padding: 10px;
}

.demo-gallery {
  width: 100%;
}
.demo-gallery a {
  display: block;
  position: relative;
  width: calc(33% - 2px);
  margin: 1px;
  float: left;
}
.demo-gallery a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.demo-gallery a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.demo-gallery-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery-poster > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery-poster:hover,
.demo-gallery-poster:hover > img {
  opacity: 1;
}

.go-top {
  background: #31302e;
}
.go-top:hover {
  color: #31302e;
}
.go-top:hover svg {
  fill: #31302e !important;
}
.sydney-svg-icon {
  margin-top: -8px;
}

header .row {
  position: relative;
}
header .col-md-8 {
  width: 100%;
  float: none;
}
.site-header.fixed {
  position: fixed !important;
}

#nav-drawer {
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -11px;
  transition: .3s ease-in-out;
}
.nav-unshown {
  display:none !important;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 510px;
  height: 100%;
  background: #31302e;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
#nav-content ul {
  padding: 0 0.5em;
  margin: 0;
}
#nav-content li {
  list-style: none;
  padding: 0.5em;
  border-bottom: 1px solid #fff;
}
#nav-content a {
  color: #fff;
  display: block;
}
/* チェック時 */
#nav-input:checked ~ #nav-open span {
  top: 10px;
  transform: rotate(45deg);
}
#nav-input:checked ~ #nav-open span:before{
  opacity: 0;
}
#nav-input:checked ~ #nav-open span:after {
  top: 0;
  transform: rotate(-90deg);
}
#nav-input:checked ~ #nav-close {
  display: block !important;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#mainnav-mobi {
  display: none;
}
.lg-outer .lg-toogle-thumb {
  display: none;
}

.site-info {
  color: #fff;
  text-align: center;
}
.page-wrap .content-wrapper {
  background: transparent;
}

h2 {
  line-height: 1.5;
  cursor: pointer;
}
h2 span {
  border-bottom: 2px solid #000;
}
h2 i {
  color: #f00;
}

.page-top {
  background: #31302e;
  position: fixed !important;
  right: 20px;
  bottom: -45px;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  bottom: 11px;
}
.page-top svg {
  fill: #fff;
}


.pc,
.pc_b {
  display: none;
}

@media screen and (max-width:767px) {
  .content-area {
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    font-size: 4.4vw !important;
  }
  #mainnav-mobi {
    top: 28px;
  }
}
@media screen and (min-width:768px) {
  h2 {
    font-size: 38px !important;
  }
  h2 span:hover {
    border-bottom: 2px solid transparent;
  }
  .btn-menu .fa {
    font-size: 30px;
  }
  .site-header.float-header {
    padding: 20px 0;
  }
  .drawer-nav li {
    font-size: 16px;
  }
  .drawer-nav li a {
    padding: 10px 20px;
  }
  .drawer--right .drawer-hamburger {
    padding: 31px 2rem 0;
  }
  #mainnav-mobi {
    margin-top: 21px;
  }
  .page .page-wrap .content-wrapper {
    padding: 0;
  }
  .container {
    width: 750px;
  }
  .col-md-9 {
    width: 100%;
    padding: 0;
  }
  .demo-gallery a {
    width: calc(20% - 2px);
  }

  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .pc_b {
    display: block;
  }
}
@media screen and (min-width:836px) {
  .demo-gallery a {
    width: 148px;
  }
}

@media screen and (min-width:992px) {
  .site-header.float-header {
    padding: 20px 0;
  }
}
@media screen and (min-width:1025px) {
  #mainnav-mobi {
    top: 0;
    margin-top: 8px;
  }
  .container {
    width: 900px;
    max-width: inherit;
  }
}
@media screen and (min-width:1175px) {
  .container {
    width: 1050px;
  }
}
@media screen and (min-width:1325px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width:1475px) {
  .container {
    width: 1350px;
  }
}
@media screen and (min-width:1625px) {
  .container {
    width: 1500px;
  }
}
@media screen and (min-width:1775px) {
  .container {
    width: 1650px;
  }
}
@media screen and (min-width:1925px) {
  .container {
    width: 1800px;
  }
}