/*
Theme Name: sydney-child
Template: sydney
Theme URI: 
Description: 
Author: 
Tags: 
Version:
*/


@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');



.fade {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.mainVisual {
    position: relative;
    width: 100%;
	height: calc(100vh - 93px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

.mainVisual video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
	background: #0e0e0e;
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff !important;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll_down a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scroll_down a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
.scroll_down a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.ggmap {
position: relative;
padding-bottom: 33%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

#mainnav ul li a,
.header-col .roll-button {
    font-family: 'Afacad', sans-serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

.category .archive-title {
    font-size: 0;
    text-align: center;
    margin-bottom: 80px;
}

.category .archive-title span {
    font-size: 45px;
    text-transform: unset;
    letter-spacing: 0.2rem;
    font-weight: 500 !important;
    font-family: 'Afacad', sans-serif;
    color: #3c4532;
}

.sydney-credits {
    font-size: 13px;
}


.footer-widgets .widget .menu{
    margin: 0;
    font-family: 'Afacad', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

/* ボタン全体 */
.flowbtn8{
border-radius:50%;
position:relative;
display:inline-block;
width:42px;
height:42px;
font-size:20px;
text-decoration:none;
transition:.5s;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn8:hover{
color:#fff!important;
}
/* アイコンをど真ん中に */
.flowbtn8 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Twitter */
.flowbtn8.fl_tw2{
border:solid 2px #5b5b5b;
color:#5b5b5b;
}
/* Twitterマウスホバー時 */
.flowbtn8.fl_tw2:hover{
border:solid 1px #55acee;
background:#55acee;
}
/* Instagram */
.flowbtn8.insta_btn2 {
border:solid 2px #5b5b5b;
color:#5b5b5b;
font-size:25px;
}
/* Instagramマウスホバー時 */
.flowbtn8.insta_btn2:hover{
border:solid 1px #c6529a;
background:#c6529a;
}
/* Facebook */
.flowbtn8.fl_fb2{
border:solid 2px #5b5b5b;
color:#5b5b5b;
}
/* Facebookマウスホバー時 */
.flowbtn8.fl_fb2:hover{
border:solid 1px #3b5998;
background:#3b5998;
}
/* tiktok */
.flowbtn8.tiktok{
border:solid 2px #5b5b5b;
color:#5b5b5b;
}
/* tiktokマウスホバー時 */
.flowbtn8.tiktok:hover{
border:solid 1px #000;
background:#000;
}
/* YouTube */
.flowbtn8.fl_yu2{
border:solid 2px #5b5b5b;
color:#5b5b5b;
font-size:21px;	
}
/* YouTubeマウスホバー時 */
.flowbtn8.fl_yu2:hover{
border:solid 1px #fc0d1c;
background:#fc0d1c;
}
/* LINE */
.flowbtn8.fl_li2{
border:solid 2px #5b5b5b;
color:#5b5b5b;
font-size:25px;
}
/* LINEマウスホバー時 */
.flowbtn8.fl_li2:hover{
border:solid 2px #00c300;
background:#00c300;
}
/* お問い合わせ */
.flowbtn8.fl_ma2{
border:solid 2px #5b5b5b;
color:#5b5b5b;	
font-size:21px;
}
/* お問い合わせマウスホバー時 */
.flowbtn8.fl_ma2:hover{
border:solid 1px #3C4532;
background:#3C4532;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
list-style: none;
}
/* ボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
max-width: 250px;
margin: 0 auto;
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0;
text-align:center!important;
padding: 0 0 5px !important;
}

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 20px;
	border: 2px solid #7bcad7;
	background: #7bcad7;
	color: #fff !important;
	border-radius: 5px;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #101010 !important;
	background: #fff;
	border: 2px solid #101010;
}

.spbr {
    display: none;
}

.pcbr {
    display: unset;
}


@media only screen and (max-width: 800px){
.spbr {
    display: unset;
}
.pcbr {
    display: none;
}
.gl_none .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

	}