@charset "UTF-8";

.page-header .container{
	background-image: url("https://www.all-ok.net/wp/wp-content/uploads/2020/08/sub-slide.jpg");
}
footer .copySection p:nth-child(2){
    display:none;
}


.vcard.author{
	display: none;
}
.wp-image-681{
	margin: auto;
}
div.page-header{
	background-image:url(https://www.all-ok.net/wp/wp-content/uploads/2020/08/sub-slide.jpg)
	
}
div.page-header .page-header-inner{
	background: none;
	color: black;
}

footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
}
header #site-header-container{
	flex-wrap: wrap;
}
header #site-header-container h1 a span img{
	min-width: 200px;
	display: box;
	
}
.grecaptcha-badge { visibility: hidden; }

/*ここより目次用CSS*/
#myindex {
	text-align: center;
}
.index_wrap {
	display: inline-block;
  margin: 0px auto 20px auto;
  border: 4px ridge mediumaquamarine;
  background-color: lightyellow;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.index_wrap img.bg_icon:nth-child(1) {
  float: left;
  display: none;
}
.index_wrap img.bg_icon:nth-child(2) {
  float: right;
  display: none;
}
.index_wrap h2 {
  all: initial;
  font-weight: bold;
  font-size: 1.2em;
}
.index_wrap .contant {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: left;
}
.index_wrap .contant ul {
  margin: 0px;
}
.index_wrap .contant ul li {
  list-style: square;
}
.index_wrap .contant ul li a {
  text-decoration: none;
}

/* テーブルに線*/
table,
th,
td {
	border: 2px solid #d1d1d1;
}


/* 電話・お問合せ常時表示
---------------------------------------------- */
.site-header-container{
    position: relative !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}
.site-header-container .site-header-logo{
    width: fit-content !important;
}
.hd_icon, .hd_icon *:not(i){
    all: initial;
}
.hd_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: fit-content;
}
.header_scrolled .hd_icon{
	display: none;
}
.hd_icon .hd_icon_bt{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    aspect-ratio: 1 / 1;
    font-size: 28px;
    cursor: pointer;
    background-color: mediumseagreen;
    color: white;
    border-radius: 5px;
}
.hd_icon .phone{
	width: fit-content;
	aspect-ratio: auto;
	font-size: 24px;
	background-color: transparent;
	color: mediumseagreen;
	border: 2px solid mediumseagreen;
	border-radius: 3px;
	padding: 5px 10px;
}
.hd_icon .phone span{
	color: mediumseagreen;
	cursor: pointer;
}
.hd_icon .hd_icon_bt .num{
    display: inline;
	font-size: 20px;
	font-family: 'arial black';
}
.hd_icon .hd_icon_bt i{
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
}
.hd_icon .hd_icon_bt i:after{
    content: attr(data-label);
    display: flex;
    margin-top: 3px;
    font-size: 10px;
    font-weight: lighter;
    /* font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif */
}
.hd_icon .phone i:after{
	display: none;
}

@media (max-width:767px){
	.header_scrolled .hd_icon{
		display: flex;
	}
    .hd_icon{
        position: fixed;
        top: 100px;
        right: 10px;
        flex-direction: column;
        justify-content: space-around;
        opacity: 0.7;
        z-index: 999;
    }
    .hd_icon .hd_icon_bt{
        width: 36px;
        aspect-ratio: 1 / 1;
        color: white;
        font-size: 20px;
        background-color: green;
        padding: 6px;
        border-radius: 50px;
    }
	.hd_icon .phone{
		border: none;
	}
	.hd_icon .hd_icon_bt .num{
		display: none;
	}
    .hd_icon .hd_icon_bt i:after{
		display: block;
        font-size: 9px;
    }
}


/* イラスト付きお問い合わせ常時表示
--------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);
a#chat{
	display: block;
	position: fixed;
	right: 10%;
	bottom: 20px;
	text-decoration: none;
	transition: 0.3s ease;
	z-index: 100;
}
#chat img{width: 140px;}
#chat div{
	position: absolute;
	top: 6px; left: 14px;
	font-family: "M PLUS Rounded 1c";
	color: #5b3029;
}
@media screen and (max-width:480px){
	#chat img{width: 100px;}
	#chat div{
	top: 4px;
	font-size: 12px;
	}
}
