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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

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


.mainVisual {
    position: relative;
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
}

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


.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  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%;
  }
}


.gmap {
position: relative;
padding-bottom: 33%;
padding-top: 30px;
height: 600px;
overflow: hidden;
}
 
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

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


.table_design05 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  font-size: 14px;
}
.table_design05 th, .table_design05 td {
  padding: 8px 15px;
  border: none;
  text-align: left;
  line-height: 1.3;
}
.table_design05 th {
    color: #004680;
    font-weight: bold;
    text-align: left;
    width: 1rem;
    position: relative;
    white-space: nowrap;
    padding-left: 5px;
}
.table_design05 th::after {
    content: '';
    background-color: #004680;
    position: absolute;
    top: 53%;
    left: 100%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
}
.table_design05 .tel_number {
    font-size: 1.5rem;
    font-weight: 600;
}

.table_design05 .tel_free {
    color: #df1c0e;
    font-weight: 600;
    padding-left: 8px;
}

/* ボタン全体 */
.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 #ffffff;
color:#ffffff;
font-size:25px;
}
/* Instagramマウスホバー時 */
.flowbtn8.insta_btn2:hover{
border:solid 1px #c6529a;
background:#c6529a;
}
/* Facebook */
.flowbtn8.fl_fb2{
border:solid 2px #ffffff;
color:#ffffff;
}
/* Facebookマウスホバー時 */
.flowbtn8.fl_fb2:hover{
border:solid 1px #ffffff;
background:#ffffff;
}
/* tiktok */
.flowbtn8.tiktok{
border:solid 2px #ffffff;
color:#ffffff;
}
/* tiktokマウスホバー時 */
.flowbtn8.tiktok:hover{
border:solid 1px #000;
background:#000;
}
/* YouTube */
.flowbtn8.fl_yu2{
border:solid 2px #ffffff;
color:#ffffff;
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-evenly;
max-width: 250px;
margin: 0 auto;
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0;
text-align:center!important;
padding: 0 0 5px !important;
}


/* 004 */
.button004 a {
    border-radius: 5px;
    border: 2px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 10px;
    color: #004680!important;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}
.button004 a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button004 a:hover {
    background: #004680;
    color: #FFF!important;
}

.button004-white a:hover {
    color: #f3e600!important;
    border: 2px solid #f3e600 !important;
}

.button004-white a {
    border: 2px solid #FFF !important;
    color: #FFF !important;
}

.footer_list li {
    list-style: none;
}

.category .page-wrap{
    margin-top: 100px;
}

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

.category .archive-title span {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #004680;
    font-family: Noto Sans JP, sans-serif;
}

.single-post .page-wrap {
    margin-top: 100px !important;
}

/*H2見出し*/
.single-post h2 {
    padding: 10px;
    display: block;
    background: #004680;
    color: #fff;
    outline-offset: 0.5em;
    position: relative;
    margin-bottom: 20px !important;
    margin-top: 50px !important;
}

.single-post h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #f3e600 #fff #f3e600;
}

/*H3見出し*/
.single-post h3 {
    padding: 10px;/*文字回りの余白（上下 左右）*/
    display: block;
    font-weight: bold;
    border-bottom: 4px solid #004680;/*下線右側（太さ 実線 色）*/
    position: relative;
}

.single-post h3:before {
    content: '';
    background-color: #f3e600;/*下線左側の色*/
    width: 40px;/*下線左側の幅*/
    height: 4px;/*下線左側の太さ（高さ）*/
    position: absolute;
    bottom: -4px;
    left: 0;
}
@media only screen and (max-width: 1024px) {
.single-post .page-wrap {
    margin-top: 0 !important;
}
.category .page-wrap{
    margin-top: 0;
}
.shfb-row.shfb-cols-layout-equal-tablet.shfb-cols-2 {
        grid-template-columns: auto !important;
}
.shfb-header .shfb-main_header_row .shfb-column-1 {
        padding-right: 30px;
}
	}


.footerFloatingMenu a {
    background: #0db326;
    color: #ffffff !important;
    padding: 10px 0;
    border: 2px solid #ffffff;
    text-align: center;
    width: calc(100% - 10px);
    height: auto;
    display: inline-table;
    vertical-align: middle;
    border-radius: 8px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    max-width: 500px;
}
.footerFloatingMenu {
    display: block;
    right: 0;
    bottom: 0;
    z-index: 9999 !important;
    text-align: center;
    width: 100%;
    background: #004680;
    padding: 10px !important;
    font-size: 0
}


.spbr {
    display: none;
}

.pcbr {
    display: unset;
}


@media only screen and (max-width: 780px) {
.spbr {
    display: unset;
}
.pcbr {
    display: none;
}

.grid-none .panel-grid-cell {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 0!important;
}
	
.mainVisual {
    height: 70vh;
}
	
.footer_list ul{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer_list li {
    padding: 0 12px 0 0;
}
	}

@media (max-width: 800px){
.footerFloatingMenu a {
    padding: 7px 0;
    width: calc(100% - 6px);
    margin: 3px;
    font-size: 14px;
}
.footerFloatingMenu {
    padding: 5px !important;
}
}