/*
Theme Name: twentytwenty-child
Template: twentytwenty
Theme URI: https://wordpress.org/themes/twentynineteen/
*/


/********************************************************************************
reset.css
********************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a,
a:hover,
a:focus,
a:visited {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/* form */
input, select, textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: inherit;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 20px;
}

input, select {
    vertical-align:middle;
}
input, textarea, select, button, input:hover, textarea:hover, select:hover, button:hover, input:focus, textarea:focus, select:focus button:focus {
	border: none;
	outline: none;
}

/* form autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inherit;
  transition: background-color 5000s ease-in-out 0s;
  font-size: inherit;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

ul, li {
	list-style-type: none;
}

address {
	font-style: normal;
}
#single-news .info.box{background:#fdfdfd;border:1px solid #73B24D;margin:50px 0;padding:20px}#single-news .info.box .title{font-size:18px;font-weight:700;margin-bottom:10px}#single-news .info.box .text{margin-bottom:20px}#single-news .info.box .contents{background:0 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;align-items:normal}#single-news .info.box .contents .image{box-sizing:border-box;background:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:45%;margin-right:5%;padding:20px}#single-news .info.box .contents .content{width:50%}#single-news .info.box .contents .content p{margin:0}#single-news .info.box .contents .content .tel{color:inherit;text-decoration:none;pointer-events:none}#single-news .info.box .contents .content a img{display:block;margin:0 auto}#single-news .info.box .contents .content .btn{background:#73B24D;border-radius:50px;color:#fff;text-align:center;text-decoration:none;display:block;max-width:160px;width:100%;margin:20px auto auto;padding:10px;transition:.3s}#single-news .info.box .contents .content .btn:hover{opacity:.6}#single-news .info.box .contents .content table tr th{width:60px}#single-news .info.box .contents .content table tr:nth-child(2) td span{display:block}#single-news .info.box .contents .content table+p{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;animation:none}#sec-single-news-01 .post-list>.h2_ttl{border-bottom:3px solid #73b24d;color:#73b24d;font-size:30px;line-height:1.2;margin-bottom:20px;padding-bottom:10px}#sec-single-news-01 .post-list>h2{background:#73b24d;color:#fff;font-size:25px;line-height:1.3;padding:10px}#sec-single-news-01 .post-list>h3{background:0 0;color:#73b24d;font-size:20px;line-height:normal;display:block;height:auto}#sec-single-news-01 .post-list>h2+h3{margin:10px 0 20px}#sec-single-news-01 .post-list>p+h2{margin-top:40px}#sec-single-news-01 .post-list>h2+p{margin-top:20px}#sec-single-news-01 .post-list>p+h3{margin:40px 0 20px}#sec-single-news-01 .post-list>figure,#sec-single-news-01 .post-list>figure img,#sec-single-news-01 .post-list>figure ul{width:100%}@media screen and (max-width:768px){#single-news .info.box .contents .content,#single-news .info.box .contents .image{width:100%;margin:0}#single-news .info.box .contents .content .tel{pointer-events:auto}#single-news .info.box .contents .image{margin-bottom:20px}#sec-single-news-01 .post-list>.h2_ttl{font-size:25px}}
.h1_ttl {
    margin: -12px 0 0 0;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #3e3e3e;
}
.h1_ttl span {
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 180%;
    letter-spacing: 0.32em;
    color: #73b24d;
}
.header-element > h1 {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 11px;
    line-height: 1;
}
.h1_class {
    font-weight: bold;
    font-size: 40px;
    line-height: 160%;
    color: #FFFFFF;
}
#single-news .info.box iframe {
    max-width: 100%;
}
@media screen and (max-width: 1336px) {
.header-element > h1 {
    display: none;
}
}
@media screen and (max-width: 768px) {
.h1_ttl {margin: 0;font-family: Noto Sans JP;font-style: normal;font-weight: bold;font-size: 26px;line-height: 180%;letter-spacing: 0.06em;color: #3e3e3e;}
.h1_ttl span {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #73b24d;
}
.h1_class {
    font-size: 16px;
}
}
/* ==============================
2024.05.27 ページ下部追従CTA追加
============================== */
#footer .floating_btn {
    position: fixed;
    /* bottom: 160px; */
    bottom: 80px;
    right: 20px;
    z-index: 99;
    /* min-width: 200px; */
    display: none;
}
#footer .floating_btn > a {
    background-color: #ffb800;
    color: #fff;
    padding: 16px 24px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
    /* border-radius: 5px; */
    border-radius: 50%;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    /* line-height: 180%; */
    line-height: 1.5;
    text-align: center;
    width: 120px;
    height: 120px;
    /* display: block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* 2024.06.20追加（電話番号追加） */
#footer .floating_btn > div {
    display: none;
}

@media screen and (max-width: 767px) {
    #footer .floating_btn {
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        background-color: #ffffff;
        padding: 2.5vw 2.5vw 2.5vw 0;
    }
    #footer .floating_btn > a {
        border: none;
        border-radius: 0;
        /* display: block; */
        /* width: 100%; */
        font-size: 18px;

        width: 40%;
        height: auto;
        padding: initial;
        border-radius: 4px;
    }
    #footer #copyright {
        padding-bottom: 50px; 
    }
	
    /* 2024.06.20追加（電話番号追加） */
    #footer .floating_btn > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        background-color: #ffffff;
        padding: 0 2.5vw;
        line-height: 1;
    }
    #footer .floating_btn > div > p {
        font-size: 10px;
    }
    #footer .floating_btn > div > a {
        display: inline-block;
        padding: 5px 0;
        font-weight: 700;
        font-size: 6vw;
        color: #73b24d;
    }
}
.top_btn.main_space {
    display: none;
}