/*
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;300;400;500;700;900&display=swap');

#mainnav ul li a {
font-size: 16px;
font-weight: 600;
}

.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%);
}


.button19 a {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 10px 1em 9px;
    width: 280px;
    color: #fff !important;
    background-color: #ffd04a;
    border: 2px solid;
    transition: 0.3s;
}

.button19 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}

.button19 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background-color: #ffdf87;
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -2.5em;
}

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

.footerFloatingMenu {
    display: block;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
	 position: fixed;
}

.footerFloatingMenu a {
    background: #238e4d;
    color: #ffffff !important;
    padding: 10px 0 20px;
    border: 3px solid #ffffff;
    text-align: center;
    width: 140px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.footerFloatingMenu a span {
    font-size: 30px;
    padding: 0 5px;
}

.price_list table {
    font-size: 15px;
}

.price_list table .green {
    border-top: 0;
    background: #238e4d;
    color: #fff;
}

.price_list table .goukei {
    width: 50%;
    border-top: 0;
    font-size: 2rem;
}

.price_list table .hosoku {
    width: 40%;
    text-align: left;
}

.price_list table .td_price {
    width: 30%;
}

.spbr {
    display: none;
}

.pcbr {
    display: unset;
}

@media only screen and (max-width: 800px){
.spbr {
    display: unset;
}
.pcbr {
    display: none;
}
	
.price_list table .hosoku {
    font-size: 14px;
}
 }



table.company { text-align: left; font-size: 14px!important; color: #000; border-left: none!important; width: 100%; }
table.company th { width: 180px; background: none!important; font-weight: bold; padding: 32px 0; }
table.company td { border-bottom: 1px solid #eee; text-align: left; border-top: 1px solid #eee!important; }
table.company ul { margin: 0!important; padding-left: 0; padding-bottom: 15px; }
table.company ul li { list-style: disc; list-style-position: inside; line-height: 1.5; margin-bottom: 10px; }
table.company ul li:last-child { margin-bottom: 0; }
table.company th,table.company td { border-left: none!important; border-right: none!important; }
table.company p { margin: 0; }

@media only screen and (min-width: 767px) {
table.company td { padding: 32px 0 32px 50px; }
table.company th:first-child { border-top: 1px solid #000!important; }
table.company td:first-child { border-top: 1px solid #eee!important; }
table.company th { border-bottom: 1px solid #000!important; }
table.company td { border-bottom: 1px solid #eee!important; }
}
@media screen and (max-width: 767px) {
table.company th,table.company td { border-top: none; }
table.company { border-top: 1px solid #eee; }
table.company td { padding: 32px 0; }
table.company td,table.company th { display: block !important; text-align: center !important; }
table.company td { padding-top: 0!important; border-top: 0!important; }
table.company th { padding: 32px 0 10px 0 !important; width: 100% !important; border-bottom: none !important; }
table.company ul li { list-style: none !important; }
}