html,
body {
    overflow-x: clip;
    max-width: 100vw;
}
/* 共通タイトル */
.column_title_ptn_1 {
  width: 100%;
  height: 96px;
  background: transparent url(/i/h2_bg.png) repeat-x 0px 1px;
  text-indent: -9999em;

  h1 {
    font-size: 26px;
  }

  p {
    height: 96px;
    background: transparent
      url(/column/wp-content/themes/sekiya-lc_wp/assets/image/h1_column.png)
      no-repeat center center;
    background-size: auto 96px;
    margin: 0 auto;
    padding: 0;
  }
}
/* アーカイブページ */
.main-column-archive {
    /* コラムリスト */
    .column-archive-list {
        margin: 40px auto;
        width: 90%;
        max-width: 940px;
        list-style: none;
		        padding: 0 5%;
        li {
            border-bottom: 1px solid #ddd;
            a {
				color: #766329;
                padding: 1.5em 0;
                display: block;
                text-align-last: left;
                line-height: 1.8;
                .column-title {
                    text-decoration: underline;
					font-size: 18px;
					font-weight: bold;
					line-height: 1.5;
					font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
                }
                p {
                    margin: 6px 0 0 0;
					line-height: 1.6;
                }
            }
        }
	h1 {
		margin-top: 80px;
        width: 100%;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 30px;
		height: 0;
	}
    }
}
/* column-archive-pagination */
.column-archive-pagination {
    margin: 48px 0;
    .nav-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        .page-numbers {
            height: 32px;
            width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background: #ddd;
            color: #675d5d;
            font-size: 13px;
            &.current {
                background: #675d5d;
                color: #fff;
            }
            &.next,
            &.prev {
                display: none;
            }
        }
    }
}
/* main-column-detail */
.main-column-detail{
    margin: 48px auto;
    max-width: 940px;
}
/* main-column-detail-header */
.main-column-detail-header{
	border-top: none;
    h1{
        margin: 0;
        height: auto;
        width: auto;
        font-size: 28px;
        text-align: left;
        line-height: 1.5;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .date{
        font-size: 14px;
        text-align: left;
        line-height: 2;
    }
}
/* post_style */
.post_style{
    *{
        text-align: left;
        box-sizing: border-box;
    }
	h2{
	font-size: 24px;
	border-top: 1px solid #776225;
	border-bottom: 1px solid #776225;
    padding-top: 1rem;
	padding-bottom: 0.7rem;
	margin-top: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
	h3{
	font-size: 22px;
	border-left: 4px solid #776225;
	padding-left: .8rem;
	margin-top: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
	h4{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
}
@media only screen and (max-width: 480px) {
	.column-archive-list {
		.column-title{
			font-size: 20px;
		}
		p{
			font-size: 16px;
			margin: 6px 0 0 0;
		}
	}
	
	.main-column-detail{
		width: 90%;
		h1{ 
			font-size: 23px;
			line-height: 1.3;
		}
		h2{ 
			font-size: 22px;
			line-height: 1.2;
		}
		h3{ 
			font-size: 21px;
			line-height: 1.1;
		}
		h4{ 
			font-size: 20px;
			line-height: 1;
		}
		.date{
			font-size: 16px;
		}
		p{ 
			font-size: 18px;
		}
		h1,h2,h3,h4{ 
			margin-top: 25px;
		}
	}
}
/* return_column_top */
.return_column_top{
    margin: 64px auto;
    height: 80px;
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #776225;
	color: #776225;
}