/*
 Theme Name:   tebiki.link
 Theme URI:    https://tebiki.link/tebikilink
 Description:  Tebiki
 Author:       
 Author URI:   
 Template:     understrap
 Version:      0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  tebiki
*/

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/* custom css ここから */

.wrapper {
    padding:0px;
}

.flex-column {
    width:100% !important;
}



.admin-bar .fixed-top {
  top: 32px;
}


@media screen and (max-width: 782px) {
  .admin-bar .fixed-top {
    top: 46px;
  }
}

body {
    padding-top: 56px;
    padding-bottom:30px;
}


#wrapper-footer {
    position:fixed;
    bottom:0;
    width:100%;
    height:30px;
    background-color:#eee;
}


body {
    min-height: 100%;
    margin: 0;
    background-color: #ccc;
}
html {
    height: 100%;
}

#main {
    background-color: #fff;
    padding: 20px;
}

@media screen and (max-width: 600px) {
    .menu-toggle {
        display: none !important;
    }
    .main-navigation ul {
        display: block !important;
    }
}


a.anchor{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;

}

/* 80+32 */
.admin-bar a.anchor{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;

}

h1 {
    font-size:2.2em;
}
h1.tebiki-title {
    background-color:rgba(124,0,140, 0.5);
}

h2 {
    font-size:1.8em;
}
h2.tebiki-title {
    background-color:rgba(124,0,140, 0.4);
    margin-top:40px;
}

h3 {
    font-size:1.5em;
}

h3.tebiki-title {
    background-color:rgba(124,0,140, 0.2);
    margin-top:30px;
}


#main img {
    border: 2px solid #ccc;
}

ul.mokuji-menu {
    padding-left:25px;
}
ul.mokuji-menu .mokuji-menu-children {
    padding-left:15px;
}


.accordion-page {
    margin-bottom:20px;
}

.accordion-child-page {
    margin-bottom:10px;
}


.card-header::after {
	content: "\f105";
	color: #333;
    top: 10px;
    right: 17px;
    position: absolute;
    font-family: "FontAwesome";
    font-size:24px;
}

.card-header[aria-expanded="true"]::after {
	content: "\f107";
}

.card-header {
    padding:0.5rem 1rem;
    cursor:pointer;
}
.card-body {
padding: 0.7rem;
}

.accordion-page .card-header {
    background-color:rgba(124,0,140, 0.5);
}

.accordion-child-page .card-header {
    background-color:rgba(124,0,140, 0.2);
}


