@charset "UTF-8";
/*
Theme Name:  andoktheme2025
Author URI:　http://abc.com/
Version:1.0
*/
@import url(css/html5reset.css);
@import url(css/common.css);
@import url(css/menu.css);

/*reCAPTCHA*/
/*.grecaptcha-badge { visibility: hidden; }*/

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

h1, h2, h3 {
     font-weight:500;
     line-height: 1.5;
}

h4, h5, h6 {
     font-weight:300;
     line-height: 1.3;
}

h1{
    font-size: 1.5em;
}

h2{
	font-size: 1.4em;
	
}

h3{
	font-size: 1.3em;
}

h4{
	font-size: 1.2em;
}

h5{
	font-size: 1.1em;
}

h6{
	font-size: 1em;
}


b,
strong {
	font-weight: 500;
}

 
 
p {
     font-weight:300;
     line-height: 1.6;
     margin: 0;
     padding: 0;
}

/*フォントサイズ用*/

/*小*/
.entry-content .has-small-font-size{
	font-size: 13px;
}

/*標準*/
.entry-content .has-normal-font-size{
	font-size: 16px;
}

/*中*/
.entry-content .has-medium-font-size{
	font-size: 20px;
}

/*大*/
.entry-content .has-large-font-size{
	font-size: 36px;
}

/*特大*/
.entry-content .has-huge-font-size{
	font-size: 42px;
}
	

iframe{ 
	
	margin: 0 auto 15px;
	}

table{
	margin: 10px auto;
	background: #fff;
}



th{
	vertical-align: middle;
	border: 1px solid #999;
	padding: 8px;
}
td{
	vertical-align: middle;
	border: 1px solid #999;
	padding: 8px;
}


dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}


ul,
ol {
	margin: 15px 0 18px 20px;
}






li > ul,
li > ol {
	margin: 0 0 0 20px;
}

iframe{
	width: 100%;
	display: block;
	margin: 0 auto;
}

/*YouTube*/
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; /*16:9*/
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*画像配置*/
.aligncenter ,
.aligncenter img, 
.alignnone{
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	padding: 0 0 5px 5px;
	}
 
.alignleft {
	float: left;
	padding: 0 5px 5px 0;
	}
	
figcaption{
	font-size: 0.9em;
	color: #666;
	text-align: center;
}
	
/*ギャラリー画像*/
/*wordpress標準のギャラリーCSSはfunctionsで切っている*/
.gallery {
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0;
}
.gallery-icon {
    text-align: center;
}
.gallery-caption {
    color: #666;
    font-weight: 300;
    font-size: 0.8em;
    margin: 5px auto 0;
    text-align: center;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
    margin-right: 1%;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 1%;
}
.gallery-columns-4 .gallery-item {
    width: 24%;
    margin-right: 1%;
}


.attachment-thumbnail {
	width: 75px;
	border: 1px solid #eceae7;
	border-radius: 2px;
	}

/*記事内改ページ*/
.pagelink {
	margin: 25px auto 0;
}
.pagelink > span {
 display: inline-block;
 padding: 5px 10px;
 margin: 0 2px 0 0;
 border:1px solid #ddd;
 text-align: center;
}
.pagelink > a {
 display: inline-block;
 padding: 5px 10px;
 margin: 0 2px 0 0;
 border:1px solid #41a69c;
 text-align: center;
 background-color: #41a69c;
 color: white;
}
.pagelink > a:hover {
 border-color: #33827A;
 background-color: #33827A;
}

	
	
hr {
	border: none;
	margin: 0 auto 3rem;
}
	
hr.wp-block-separator{
		border: none;
	margin: 0 auto 3rem;
}
	
	
	
	
blockquote {
position: relative;
margin: 2em 0;
padding: 1.2em;
font-size: .9em;
border: 1px solid #CCC;
border-radius: 6px;
}
blockquote:before,
blockquote:after{
position: absolute;
font-size: 4em;
opacity: .1;
}
blockquote:before{
top: 15px;
left: 20px;
font-family: "Font Awesome 5 Free";
content: '\f10d';
 font-weight: 900;
}
blockquote:after{
bottom: 0px;
right: 20px;
font-family: "Font Awesome 5 Free";
content: '\f10e';
 font-weight: 900;
}

/*検索*/
#searchBox{
	margin: 0 auto ;
}

#s{
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    margin: 0 0 0 10px;
    font-size: 16px;
    height: 24px;
    width: 60%;
    padding: 6px;
}
#searchsubmit{
	width: 20%;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
    background: #096db4;
    padding: 6px;
    color: #fff;
    font-size: 16px;
}





mark{
	background: linear-gradient(transparent 80%, #ffff66 75%);
	color: #000;
	font-style: normal;
	font-weight: bold;
	}
	







/*-----------------------------------
スマホのサイズ調整
------------------------------------*/
@media only screen and (max-width: 600px){

}

@media only screen and (max-width: 736px) {/*スマホ*/

	

#searchBox{
	clear: both;
	text-align: center;
	margin: 21px auto 0;
}







}

@media only screen and  (min-width: 320px) and (max-width: 1024px) {/*スマホ・タブレット*/
	
	/* iOSでのフォームデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


	

	
	}