@charset "UTF-8";
/* IMPORT 16 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/*	追加スタイルシート
------------------------------------*/
body {
    font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; /*202502 追記*/
    color: #424242; /*202502 追記*/
    background:#FFF;
}

h1 {
    font-size: 26px; /*202502 追記*/
    line-height: 1.5em; /*202502 追記*/
}

h2 {
    color: #666;
    font-size: 20px;
    border-bottom: 3px double #ddd;
    padding: 10px 0 10px 0;
}

img {
    max-width:100%;
}

p {
    line-height: 1.5em;
}

/*リンク：テキストの色
-----------------------------------*/
a:link { color: #009966; }
a:visited { color: #666; }
a:hover { color: #666; }
a:active { color: #666; }

/*ヘッダー
-----------------------------------*/
header {
    padding:0 0 20px 0;
}
.logo{
    padding:0; /*202502 追記*/
}

/*グローバルメニュー
-----------------------------------*/
nav li,nav a {
    display:inline-block;
    color: #424242 !important; /*202502 追記*/
    padding:0 15px; /*202502 追記*/
    text-decoration: none;
}
.menu a { 
    color: #999; 
}
a:hover { 
    color: #666; 
}
.menu ul {
    padding: 10px 0 10px 0;
    text-align:right;
}
.menu li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    list-style:none;
}
.menu li+ li {
    border-left: 0;
    border-right: 1px solid #ddd;
}
li {
    list-style-image : url("../img/list.jpg");
    line-height: 1.5em;
}

/*メイン画像
-----------------------------------*/
#MainImage {
    margin:0 auto;
    padding:0;
}
#MainImage li {
    list-style:none;
}

/*メインコンテンツ
-----------------------------------*/
article {
    line-height: 2em;
}
aside {
    line-height: 2em;
    margin-top: 20px;
}

/*フッター
-----------------------------------*/
footer {
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 0 10px 0;
}

/*ブログ設定
-----------------------------------*/
/*次の記事・前の記事の位置*/
#contentsNavi {
    text-align: center;
    padding: 30px 0 30px 0;
}
/*hrの線の色*/
hr {
    border-top:solid 1px #ddd;
    height:1px;
    color:#FFFFFF;
}
/*記事の日付の大きさ*/
.date {
    font-size: 20px;
}

/*お問い合わせフォームボタン調整
-----------------------------------*/
.button {
    padding-top:10px;
    padding-bottom:10px;
    background-color:#f6f6f6;
    border-radius: 0.5em; 
}
.submit {
    text-align: center;
}
/*お問い合わせフォーム表示調整
-----------------------------------*/
.col-head {
    text-align: left;
    display: list-item;
}
th, td{
    border: none;
    list-style:none;
}
textarea {
    width:100%;
} 

/*ページTOPへ戻るボタン
-----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-bottom:0;
}
.pagetop a {
    display: block;
    background-color: #eee;
    text-align: center;
    color: #222;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 10px 8px;
    height: 50px;
    width: 50px;
    border-radius: 25px;
}
/*.pagetop a:hover {
display: block;
background-color: #666;
text-align: center;
color: #fff;
font-size: 12px;
text-decoration: none;
padding:10px 10px;
}*/

/*768px以下の表示
-----------------------------------*/
@media only screen and (max-width:768px){
/*お問い合わせフォームの表示調整
-----------------------------------*/
tr{
    display: block;
}
th, td{
    border: none;
    list-style:none;
}
.col-head {
    text-align: left;
}
textarea {
    width:100%;
}

/*フォーム内のテキスト回りこみ調整
-----------------------------------*/
.row-table-01 th {
    display: list-item;
}
/*コメント欄テキスト表示調整*/
form th {
    text-align: left;
}
/*ページTOPへ戻るボタン縮小
-----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin-bottom:0;
}
.pagetop a {
    display: block;
    background-color: #eee;
    text-align: center;
    color: #222;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 10px 8px;
    height: 50px;
    width: 50px;
    border-radius: 25px;
}
/*.pagetop a:hover {
display: block;
background-color: #666;
text-align: center;
color: #fff;
font-size: 10px;
text-decoration: none;
padding:8px 8px;
}*/
}
/*767px以下のグローバルメニュー表示
-----------------------------------*/
@media only screen and (max-width:767px){	
    .menu ul {
     border-top: 3px double #ddd;
     border-bottom: 3px double #ddd;
     padding:0;
 }
 .menu li {
    width: 100%;
    border-left: none;
    border-right: none;
    text-align:center;
    background: #f9f9f9;
}
.menu li+ li {
    border-right: none;
}
}

/*202502　追記
-----------------------------------*/
.header-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: space-between;
}
.logo img{
    max-width: 200px;
}
.footer-item {
    font-size: 14px;
    margin: 10px 0 30px;
    display: flex;
    gap: 10px 20px;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.main-container {
    margin: 50px 20px;
}
.menu ul{
    display: flex;
    text-align: unset;
}
.menu li {
    padding: 0;
}
h2 {
    position: relative;
}
span.blog-post_golist {
    position: absolute;
    right: 0;
    margin: 0;
    font-size: initial;
    font-weight: normal;
}
.meta,
.meta_tag {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
.meta span {
    margin-right: 3px;
}
.meta_tag {
    text-align: right;
}
.blog-post_date,
.blog-post_category,
.blog-post_tag {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
    font-size: 14px;
    margin-right: 3px;
}
.blog-post_category {
    padding: 3px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.blog-post_title {
    display: block;
    font-size: 1.125em;
    font-weight: 700;
}
.blog-post_category a,
.blog-post_tag a {
    text-decoration: none;
}

.more a::after {
    margin-left: 5px;
    font-family: "Font Awesome 6 Free";
    content: '\f105';
    font-weight: 900;
    display: inline-block;
}

.blog-post_golist {
    margin: 30px 0;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
.blog-post_golist a {
    border: solid 1px #ddd;
    padding: 10px 20px;
    text-decoration: none;
}

#RelatedPosts {
    margin-top: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";

}

#RelatedPosts {
    margin-top: 50px;
}
#RelatedPosts h4 {
    margin-bottom: 0;
}
#RelatedPosts ul {
    padding-left: 1em;
}
#RelatedPosts li {
    list-style: disc;
    line-height: 1.8em;
}

.post-navi {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 80px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
    font-size: 14px;
}
.post-navi a {
    transition: all 300ms;
    text-decoration: none;
}
.post-navi .prev-link,
.post-navi .next-link {
    padding: 20px 0;
}
.post-navi a:link, .post-navi a:visited {
    color: #000 !important;
}
.post-navi a:hover {
    color: #555 !important;
}

/* prevlink nextlink デザイン変更 */
.contentsNavi a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contentsNavi {
    display: flex;
    position: relative;
    max-width: 860px; /* bc_sampleテーマの場合 */
}
.contentsNavi-inner-left, .contentsNavi-inner-right {
    max-width: calc(50% - 10px);
    width: auto;
}
.contentsNavi-inner-right {
    display: flex;
    box-sizing: border-box;
    padding-right: 1.5em;
    margin-left: auto; 
}
.contentsNavi-inner-right a:after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
    line-height: 100%;
}
.contentsNavi-inner-left {
    display: flex;
    box-sizing: border-box;
    padding-left: 1.5em;
}
.contentsNavi-inner-left a:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    bottom: calc(50% - 0.5em);
    line-height: 100%;
}

.content-wrap {
    display: flex;
    gap: 0 20px;
    margin: 15px 0;
}
.image {
    min-width: 200px;
}
.image img {
    width: 100%;
    height: 200px;
    /*aspect-ratio: 1;*/
    object-fit: cover;
    border-radius: 5px;
}

.img-eye-catch {
    width: 100%;
}

.widget {
    margin-bottom: 30px;
}
.widget-area .widget h2 {
    font-size: 18px;
    padding: 10px 0 5px 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
.widget-area .widget ul {
    padding-left: .5em;
}
.widget-area .widget li {
    padding-right: 10px;
    list-style: none;
  line-height: 1.5em;
  background-image: url("../img/list.svg");
  background-repeat: no-repeat;
  background-size: .5em;
  background-position: top left;
  background-position-y: .5em;
  background-position-x: 0px;
  padding-left: 1em;
}
.widget-blog-calendar table {
    margin: 0 auto;
    width: calc(100% - 30px);
}
.widget-search-box input[name="q"] {
    width: 100%;
    padding: 7px;
}
#SearchIndexSearchForm {
    display: flex;
    gap: 5px;
}
.submit_button {
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    height: 35px;
    /*vertical-align: middle;*/
    cursor: pointer;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-text-fill-color: #424242;
}

.row-table-01 {
    width: 100%;
}
#MailMessageName1, #MailMessageName2 {
    width: calc((100% - 5px) / 2) !important;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #8F8F8F;
    background-color: #fff;
}
#MailMessageName1 {
    margin-right: 5px;
}
input#MailMessageEmail1[type="email"],
input#MailMessageEmail2[type="text"],
textarea {
    box-sizing: border-box;
    width: 100% !important;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #8F8F8F;
    background-color: #fff;
}
input#MailMessageAuthCaptcha[type="text"] {
    box-sizing: border-box;
    width: 50% !important;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #8F8F8F;
    background-color: #fff;
}

.auth-captcha {
    text-align: center;
}

#Contact th {
    width: 200px;
}
#Contact td {
    width: 100%;
}
#Contact tr {
    margin: 10px 0;
    display: table;
}

#Contact .section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

#Contact .submit {
    display: flex;
    justify-content:center;
    gap: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#Contact .submit input[type=submit],
#Contact .submit input[type=reset] {
    vertical-align: middle;
    cursor: pointer;
    margin: 10px 0;
    padding: 8px 40px;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    line-height: 24px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-text-fill-color: #424242;
}
#Contact .submit input[type=submit]:hover,
#Contact .submit input[type=reset]:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition: background-position .1s linear;
    -webkit-text-fill-color: unset;
}
#Contact .submit input[type=submit]:active,
#Contact .submit input[type=reset]:active {
    color: #333;
    border: 1px solid #CCC;
    text-decoration: none;
    background: #cdcdcd;
    background: -moz-linear-gradient(top, #cdcdcd, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), color-stop(100%, #eee));
    background: -o-linear-gradient(top, #cdcdcd, #eee 100%);
    -webkit-text-fill-color: unset;
}

@media only screen and (max-width:767px) {
    body{
        margin: 0;
    }
    nav li,nav a {
        display:inline-block; 
        padding:5px 0;
        text-decoration: none;
    }
    .header-wrap {
        flex-direction: column;
    }
    .menu {
        width: 100%;
    }
    .menu ul {
        display: block;
    }
    .main-container {
        margin: 20px 25px 40px;
    }
    #MainImage {
        margin: 0 10px;
    }
    h1{
        font-size: 24px;
    }

    .blog-post_date,
    .blog-post_category,
    .blog-post_tag {
        font-size: 13px;
        margin-right: 3px;
    }
    .meta {
        font-size: 13px !important;
    }

    .content-wrap {
      flex-direction: column;
  }

  .widget-blog-calendar tr {
    display: inherit;
}

.widget-search-box input[name="q"] {
    max-width: 100%;
    padding: 5px;
    font-size: 16px;
}

.footer-item {
    flex-wrap: wrap-reverse;
}

#MailMessageName1, #MailMessageName2 {
    font-size: 16px;
}
input#MailMessageEmail1[type="email"],
input#MailMessageEmail2[type="text"],
textarea {
    font-size: 16px;
}
input#MailMessageAuthCaptcha[type="text"] {
    font-size: 16px;
}

#Contact .submit {
    align-items: center;
    flex-direction: column-reverse;
}
#Contact .submit input[type=submit],
#Contact .submit input[type=reset] {
    margin: 10px 0;
    width: 100%;
    max-width: fit-content;
}
#Contact td {
    width: 100%;
    display: block;
}
#Contact tr {
    margin: 10px 0;
    display: block;
}
}

.post a[href^="http"]:not(.dis-exlink)::after,
.post a[href^="//"]:not(.dis-exlink)::after,
.post a.exlink::after {
    margin: 0 5px;
    font-family: "Font Awesome 6 Free";
    content: '\f08e';
    font-weight: 900;
    display: inline-block;
}

.post a[href^="https://21sousai.com/"]:not(.dis-exlink)::after,
.post a[href^="https://21sousai.com/"]:not(.dis-exlink)::after {
    margin: inherit;
    font-family: inherit;
    content: '';
    font-weight: inherit;
}

.post a[href^="https://21sousai.gussan-beedan.work/"]:not(.dis-exlink)::after,
.post a[href^="https://21sousai.gussan-beedan.work/"]:not(.dis-exlink)::after {
    margin: inherit;
    font-family: inherit;
    content: '';
    font-weight: inherit;
}

