@charset "utf-8";


/*archive、single共通
────────────────────────────────────*/
.flex {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.archive .main, .single .main {
    width: 68%;
}
#sidebar {
    width: 27%;
}
#sidebar h3 {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    /* background: #eab3c1; */
		background: #4ea795;
    line-height: 1.4;
    min-height: 35px;
    display: flex;
  align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px;
    color: #ffffff;
    font-weight: 500;
    width: 80%;
    margin-left: 10%;
    position: relative;
}
#sidebar ul {
    margin-top: -17.5px;
    margin-bottom: 50px;
    background: #ffffff;
    padding: 25px 10px 15px 10px;
    border-radius: 10px;
}
#sidebar li {
    padding: 6px 3px;
    line-height: 1.6;
}
.widget_archive select {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.widget_archive label {
    display: none;
}

@media screen and (max-width:768px) {
        .archive .main, .single .main {
        width: 100%;
}
    #sidebar {
        width: 100%;
        margin-top: 45px;
    }
    #sidebar h3 {
        font-size: 1.6rem;
    }
    #sidebar ul {
        margin-bottom: 25px;
    }
}
@media screen and (max-width:540px) {

}

/*archive
────────────────────────────────────*/
.archive .sec_head .inner,
.single .sec_head .inner {
	padding: 60px;
	margin-top: 20px;
	border-radius: 30px;
	background-color: #eaf4f2;
}
.archive .sec_head .inner p,
.single .sec_head .inner p{
    margin-bottom: 0;
}

.archive .post_excerpt {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: #CBCBCB 1px solid;
}
.archive .post_excerpt figure {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.archive .post_excerpt figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.archive .post_excerpt h2 {
    font-size: 1.8rem;
    color: var(--main-text);
    font-weight: 500;
}
.archive .post_excerpt .date {
    font-size: 1.4rem;
}
/*ページャー───*/
.archive .pager {
    font-size: 0;
  text-align: center;
    margin: 70px 0;
    font-weight: 400;
}
.archive .pager span, .archive .pager a {
    font-size: 1.8rem;
    font-weight: 500;
    background: #ffffff;
    /* border: #d65979 1px solid; */
		border: 1px solid #4ea795;
    padding: 1px 13px 0 13px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 7px 0 0;
    /* color: #d65979; */
		color: #4ea795;
}
.archive .pager .current {
    /* background: #d65979; */
		background: #4ea795;
    color: #fff;
}


@media screen and (max-width:600px) {
	.archive .sec_head .inner,
	.single .sec_head .inner {
        padding: 20px 30px;
        margin-top: 20px;
        border-radius: 20px;
}
}
@media screen and (max-width:540px) {
    .archive .post_excerpt {
        margin-bottom: 15px;
        padding-bottom: 15px;
}
    .archive .post_excerpt figure {
        width: 90px;
        height: 90px;
    }
	.archive .post_excerpt h2 {
			font-size: 1.4rem;
}
    .archive .pager {
        margin: 50px 0;
}
}

/*single
────────────────────────────────────*/

.single .sec_head p.pagetit {
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .2em;
}

.single-title {
    font-size: 3rem;
    font-weight: bold;
}
.single-title + p {
    border-bottom: #CBCBCB 1px solid;
    padding-bottom: 10px;
		margin-bottom: 40px;
}
.single img {
    width: auto;
  }
.post-area p {
    margin: 25px 0;
}
.post-area figure.aligncenter {
    text-align: center;
}
.post-area img {
    padding: 10px;
    max-width: fit-content;
}

/*装飾
───────────────*/
.bg_green {
	background-color: #ebfcec;
	border: 1px solid #2ab331;
	padding: 20px;
}


/*list
───────────────*/
.circled_num > li{
	margin-top: 30px;
	padding-left: 22px;
	line-height: 2;
	position:relative;
	list-style: none;
}
.circled_num > li:first-of-type{
    margin-top: 0;
}
.circled_num > li::before{
	content:'①';
	position:absolute;
	top:0;
	left:0;
}
.circled_num > li:nth-of-type(2)::before{
	content:'②';
}
.circled_num > li:nth-of-type(3)::before{
	content:'③';
}
.circled_num > li:nth-of-type(4)::before{
	content:'④';
}
.circled_num > li:nth-of-type(5)::before{
	content:'⑤';
}
.circled_num > li:nth-of-type(6)::before{
	content:'⑥';
}
.circled_num > li:nth-of-type(7)::before{
	content:'⑦';
}
.circled_num > li:nth-of-type(8)::before{
	content:'⑧';
}

ol{
	margin-top:10px;
}
ol > li{
    margin-top: 20px;
    margin-left: 2rem;
    padding-left: 0.5rem;
	line-height: 2;
}
ol > li:first-of-type{
    margin-top: 0;
}
.dot{
	margin-top:10px;
}
.dot > li{
    margin-top: 5px;
    padding-left: 15px;
	line-height: 2;
	position:relative;
	list-style: none;
}
.dot > li:first-of-type{
    margin-top: 0;
}
.dot > li::before{
	content:'・';
	position:absolute;
	top:0;
	left:0;
}
.circled_num p {
    margin-bottom: 0;
    margin-top: 10px;
}

#next {
    margin: 50px 0 0;
}
#next ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#next li{
    list-style: none;
    width: 47%;
}
#next li a{
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
    padding: 15px;
}
#next li.next-left a {
    padding-left: 40px;
}
#next li.next-right a {
    padding-right: 40px;
    text-align: right;
}
#next li a:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #D65979;
    border-right: solid 2px #D65979;
    position: absolute;
    top: 43%;
    margin-top: -4px;
}
#next li.next-left a:before {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 13px;
}
#next li.next-right a:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 13px;
}
.list_num{
	background-color: #ebfcec;
    border: 1px solid #2ab331;
    padding: 20px;
}
.list_num li{
	padding-left: 2rem;
	position: relative;
	list-style-type:none;		/*リストマーカー無しにする*/
	line-height: 2;
    margin-top: 20px;
}
.list_num li:first-of-type{
	margin-top:0;
}
.list_num li::before{
	position: absolute;
	top:0;
	left: 0;
	content:'①';
}
.list_num li:nth-of-type(2)::before{
	content:'②';
}
.list_num li:nth-of-type(3)::before{
	content:'③';
}
.list_num li:nth-of-type(4)::before{
	content:'④';
}
.list_num li:nth-of-type(5)::before{
	content:'⑤';
}
.list_num li:nth-of-type(6)::before{
	content:'⑥';
}
.list_num li:nth-of-type(7)::before{
	content:'⑦';
}
.list_num li::marker{
	display:none;
}




/*table
───────────────*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table_date td {
    border: 1px #ccc solid;
    padding: 13px 15px;
    text-align: center;
}

.table_medDays{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table_medDays th{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
background-color: #ecfbed;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table_medDays td{
width:75%;
padding:10px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


/*pager
───────────────*/
.single .pager {
    display: flex;
    justify-content: space-around;
    margin: 100px 0;
}
.single .pager li {
    list-style: none;
    width: 45%;
    display: flex;
}
.single .pager li a {
    background: #ffffff;
    width: 100%;
    border-radius: 40px;
    text-align: center;
    padding: 12px 15px;
    position: relative;
    /* color: #d65979; */
		color: #4ea795;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1.5;
    min-height: 55px;
    /* border: #d65979 2px solid; */
		border: 2px solid #4ea795;
}
.single .pager li.next-left a {
    padding-left: 35px;
}
.single .pager li.next-right a {
    padding-right: 35px;
}
.single .pager li a:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    /* border-top: solid 2px #d65979;
    border-right: solid 2px #d65979; */
    border-top: solid 2px #4ea795;
    border-right: solid 2px #4ea795;
    position: absolute;
    top: 45%;
    margin-top: -4px;
}
.single .pager li.next-left a:before {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 16px;
}
.single .pager li.next-right a:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
}

@media screen and (max-width:768px) {
    .single .pager li {
        width: 48%;
    }
}
@media screen and (max-width:540px) {
    .single .pager {
        margin: 50px 0;
    }
}
