/*
Theme Name: hiyori2025
Author: kondodesign
Author URI: https://www.tk-design.jp
Description: hiyori2025
*/

.wp-block-image {
    margin-bottom: 10px!important;
}

#blogttl {
	border-top: 18px solid #009c37;
	padding: 75px 0 87px;
	text-align: center;
}
#blogttl h1 {
color: #009c37;
font-size: 2.3rem;
font-weight: 700;
border-bottom: 3px solid #009c37;
padding-bottom: 3px;
line-height: 1;
letter-spacing: 0.5rem;
margin: 0 0 20px;
display: inline-block;
}

/* main */
div#blogmain {
	width:88%;
	margin:0 auto;
	max-width:1100px;
	overflow:hidden;
    padding-top: 250px;
}

/* blogleft */
div#blogleft , div#blogright {
	margin-bottom:80px;
}
div#blogleft article {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.blog-ttl time {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
}
div#blogleft h2 {
	font-size:2.5rem;
	color:#404040;
	line-height:1.3;
	display:block;
	text-decoration:none;
	margin:10px 0 0 0;
    
}
div#blogleft img {
    margin-top: 20px;
}
div#blogleft h2 span {
    font-size: 1.2rem;
    color: #333;
    line-height: 2;
    display: block;
    margin-top: 15px;
}
div#blogleft p {
	font-size: 1.6rem;
	text-align:justify;
	margin-bottom:30px;
}
div#blogleft .contents {
	padding-bottom:80px;
	margin-bottom:80px;
	border-bottom:1px dotted #808080;
	overflow:hidden;
}
div#blogleft .contents img {
	 max-width: 100%;
	 height: auto;
}



/* blogright */
div#blogright h3 {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
    color: #404040;
    padding: 20px 30px;
    margin-top: 10px;
	box-sizing:border-box;
    background-color: #efeee8;
}
div#blogright ul {
	margin-bottom:50px;
}
div#blogright li {
	padding:15px 0;
	border-bottom:1px dotted #808080;
	line-height: 1.5;
}
div#blogright li span {
	font-size: 1.4rem;
    color: #404040;
    line-height: 2;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
div#blogright li a {
	font-size: 1.4rem;
    text-decoration: none;
}
div#blogright ul.children {
    padding-left: 10px;
    margin-bottom:0;
    margin-top: 10px;
}
div#blogright ul.children li {
    border-bottom:none;
    padding:5px 0;
}

.ichiran a:hover {
    background-color: #333;
    color: #fff;
}
.ichiran a {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    color: #333;
    margin: 30px auto 30px auto;
	width:100%;
    border: 1px solid #333;
}
@media print, screen and (min-width: 600px) {
div#blogright {
	width:80%;
	margin:0 auto 70px auto;
}
.ichiran a {
	width:50%;
}
}
@media print, screen and (min-width: 960px) {
div#blogleft {
	float:left;
	width:65%;
}
div#blogright {
	float:right;
	width:25%;
}
}

@media print, screen and (min-width: 960px) {
div#blogleft {
	float:left;
	width:64%;
}
div#blogright {
	float:right;
	width:27%;
}
}



.btn-select {
    width: 100%;
    position: relative;
    border: 1px solid #333;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer; /* IEでcursorがチラついたので */
}

.label {
    color: #333;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    opacity: 0;
    position: relative;
    z-index: 2;
    height: 55px;
    font-size: 1.4rem;
}

select {
  /* styling */
  background-color: white;
  border: thin solid #999;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  width: 100%;
font-size: 1.6rem;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none; 
}

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 1;
}

/* ページャー */
.pager{
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.page-numbers,
.pager .current{
    border: solid 1px #ae8f74;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    background-color: #ae8f74;
    letter-spacing: 0;
}
 
.pager .current{
    background-color: #fff;
    border: solid 1px #fff;
    color: #ae8f74;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: 0;
}
 
.pager a:hover{
    color: #ae8f74;
    border: solid 1px #fff;
    background-color: #fff;
    opacity: 1;
}


div#blogleft .contents h1 {
	font-size:2.6rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.2;
}
div#blogleft .contents h2 {
	font-size:2.2rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents h3 {
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	padding: 10px 0 10px 15px;
	border-left: 5px solid #ae8f74;
	margin-bottom: 10px;
	margin-top: 60px;
}
div#blogleft .contents h4 {
	font-size:2rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents h5 {
	font-size:1.8rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents h6 {
	font-size:1.5rem;
	margin-bottom:30px;
	padding:0;
	text-align:left;
	line-height:1.5;
}
div#blogleft .contents strong {
	font-weight:700;
}
div#blogleft .contents li {
	font-size:1.5rem;
}
div#blogleft .contents ul li {
	list-style-type:disc;
	list-style-position: inside;
	margin-bottom:15px;
	 line-height: 1.8;
}
div#blogleft .contents ol li {
	list-style-type:decimal;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom:15px;
}
div#blogleft .contents em {
	font-style:italic;
}
