@charset "utf-8";
/*==========================================================
.■skin-sitemap.css

description : A css for tegalog(https://www.nishishi.com/cgi/tegalog/) sitemap mode based on beauter.css(https://beauter.io/) and System UIcon(https://www.systemuicons.com)
author : aouma(https://nov.akikaze.net/)
lastupdate : 2023-12-21T04:20:52+09:00
========================================================= */

/*---------------------------------------------------------
.★色設定 
----------------------------------------------------------*/
:root {
    --basecolor1 : #CBF623 ; /* ecru */
    --basecolor2 : #06C9B3 ;/* soft pinkish gray */
    --accentcolor1 : #A41FE3 ; /* ash pink */
    --accentcolor2 : #FD2996 ; /* nightblue */
    --accentcolor3 : #FECD01 ; /* grass green */
    --wordcolor : #4d3634 ;
}

/*---------------------------------------------------------
.★全体の指定
----------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    font-size: 62.5%; /*hack*/
    margin : 0;
    padding : 0;
}

body {
    background-color   : var(--basecolor1);
    color : var(--wordcolor) ;
    background-image:
    radial-gradient(#fff 9%, transparent 12%),
    radial-gradient(#fff 9%, transparent 12%);
    background-position: 0 0, 12px 12px;
    background-size    : 24px 24px;
    background-attachment : local ;
    background-repeat : repeat ;
    font-size : 1.6rem ;
}

a:link, a:visited {
    color : var(--accentcolor2);
}

a:hover {
    color : var(--accentcolor1) ;
    text-decoration : none ;
}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:800px) {
    .sma{
        display: block;
    }
}

p {
    margin-bottom :0;
}

/* ----------------------------------------------------
.★ トップのメニュー（beauter.cssを上書き）
-------------------------------------------------------*/
.topnav {
    background-color : var(--accentcolor2) !important ;
    z-index : 5 !important ;
}

.menuright {
   float : right !important;
}

.loginlink::before {
    content : url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20width%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%201)%22%3E%3Cpath%20d%3D%22m2.5%208.5-.00586729-1.99475098c-.00728549-4.00349935%201.32800361-6.00524902%204.00586729-6.00524902s4.0112203%202.00174967%204.0000699%206.00524902v1.99475098m-8.0000699%200h8.0225317c1.0543618%200%201.9181652.81587779%201.9945143%201.8507377l.0054778.1548972-.0169048%206c-.0031058%201.1023652-.8976224%201.9943651-1.999992%201.9943651h-8.005627c-1.1045695%200-2-.8954305-2-2v-6c0-1.1045695.8954305-2%202-2z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2213.5%22%20fill%3D%22white%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    vertical-align : text-top;
}

/*---------------------------------------------------------
.★ヘッダー
----------------------------------------------------------*/

header { 
    text-align : center ;
    padding-top: 4%;
    padding-bottom: 1%;
}

h1 {
    font-size : 3.2rem ;
    font-weight: bold;
    color : var(--accentcolor1);
    letter-spacing : 3px;
    margin-bottom : 0;
    margin-top : 0;
}

h1 > a {
    text-decoration : none ;
}

.searcharea {
    margin-bottom : 1rem ;
}

.searchinputs {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.searchinputs input.queryinput {
    box-sizing : border-box ;
    width : calc(280px - 50px);
    height: 45px;
    padding: 2px 15px 2px 10px;
    border-radius: 3px 0px 0px 3px;
    background-image : url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20width%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%228.5%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22m17.571%2017.5-5.571-5.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat : no-repeat ;
    background-position : 6px ;
    border : 1px solid #dcdcdc ;
}

.searchinputs input.queryinput:focus {
    border: 1px solid var(--accentcolor1);
    outline : 0 ;
}

.searchinputs span.submitcover input.submitbutton{
    box-sizing : border-box ;
    min-width: 50px;
    height: 47px;
    border-radius : 0 3px 3px 0 ;
    background-color: var(--accentcolor2);
    color : #fff ;
    cursor: pointer;
    text-align : center;
    padding : 0 ;
    margin : 0 ;
    outline : 0 ;
}

.searcharea p {
  display : block !important ;
  text-align : center;
}

ul.searchoptions {
    margin : 0;
    list-style-type : none;
}

.dateseparator {
    display : none ;
}

/*---------------------------------------------------------
.※ハッシュタグプルダウンメニュー用
----------------------------------------------------------*/

form.hashtagpullbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
    overflow : hidden ;
}

form.hashtagpullbox select.hashtagpull {
    min-width : 160px ;
    height: 45px;
    padding: 5px 15px 5px 30px;
    border-radius: 3px 0px 0px 3px;
    box-sizing: border-box;
    font-size: 1.2rem;
    outline: none;
    background-image : url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20width%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m13.5%205.5-2%2010%22%2F%3E%3Cpath%20d%3D%22m9.5%205.5-2%2010%22%2F%3E%3Cpath%20d%3D%22m6.5%208.5h9%22%2F%3E%3Cpath%20d%3D%22m5.5%2012.5h9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat : no-repeat ;
    background-position : 6px ;
    background-color : transparent ;
    border : 1px solid #dcdcdc;
    overflow : visible ;
}

select.hashtagpull:focus {
    border: 2px solid var(--accentcolor1);
    outline : none ;
}

form.hashtagpullbox .submitcover input.hashtagpullsubmit {
    height: 45px;
    min-width : 40px ;
    border-radius : 0 3px 3px 0 ;
    background-color: var(--accentcolor2);
    color : #fff ;
    cursor: pointer;
}

.dateseparator {
    display : none ;
}

/*---------------------------------------------------------
.★カテゴリ、タグ選択
----------------------------------------------------------*/

div.categoryandtag {
    margin : 0 3.6rem 4.8rem;
    padding : 8px 12px;
    border-left : 4px solid var(--accentcolor2) !important;
    background : #fefefe;
}

div.categoryandtag dl dt {
    color : var(--accentcolor2) ;
    font-weight : 600 ;
}

div.categoryandtag dl dd {
    margin-bottom : 1.6rem ;
}

ul.cattree {
    margin : 0 ;
    padding : 0;
}

li.catbranch{
    display : inline ;
    margin-right : 1.2rem;
}

.depth2 { display:none; }

/*---------------------------------------------------------
.★メイン部分（サイト目次部分flex）
----------------------------------------------------------*/
div.wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap : 0 16px ;
    width : 98% ;
}

main {
    min-width : calc(90vw - 400px) ;
}

div.sitemapcover {
    overflow : hidden;
    border-top : 1px solid #333;
    background : #fefefe;
}

aside.subarea {
    max-width : 380px ;
    flex-shrink: 0;
    flex-basis : 380px ;
}

/* 幅850px以下でタテに積み重ね */

@media not all and (min-width: 850px){

  div.wrapper {
    display : flex ;
    flex-direction : column;
    align-content : space-around ;
    align-items : center ;
    margin : 0 ;
  }
  main {
    width : 90% ;
    min-width : initial ;
}

  aside.subarea {
  margin : 0 auto ;
  }
}

/*---------------------------------------------------------
.★サイト目次パーツ
----------------------------------------------------------*/

div.onelogbox {
    border-width : 0px 1px 1px 1px ;
    border-style : solid ;
    border-color : #333;
    font-size : 1.6rem ;
}

div.onelogbox:hover {
   background-color : #f0f0f0 ;
}

div.logstatus-fixed {
    background-color : aliceblue;
}

div.logline {
    display: flex;
    position : relative ;
    padding-right : 60px ;
    background : transparent ;
}

div.logline a {
    text-decoration : none ;
}

.postidbox {
    background-color : var(--accentcolor2);
    color : #fff;
    width : 48px ;
    height : 48px ;
    text-align: center;
    vertical-align: middle;
    display : inline-block ;
    line-height: 48px ;
}

.commentbody {
    font-size :1.8rem ;
    display : inline ;
    margin-left : 1.6rem;
    margin-right : 48px;
}

ul.editpost {
    position : absolute ;
    top : 10px ;
    right : 2px ;
    vertical-align: text-top;
    margin : 0 ;
    padding : 0 ;
}

ul.editpost li {
    display : inline ;
    margin : 0 ;
    padding : 0 ;
}

span.newest, span.fixed {
    color : var(--accentcolor1) ;
    font-weight : 700 ;
    font-size : 1.4rem ;
}

.loginfo {
    display : flex ;
    justify-content : flex-end ;
    align-items : center ;
    font-size : 1.4rem ;
    padding : 4px 8px ;
    margin-bottom : 4px;
    line-height : 2;
}

.usernamebox, .postdatebox {
    text-align: right;
    vertical-align: text-top;
    padding-left : 8px ;
}

.usericon { height: 16px; width: auto; vertical-align:middle; }

/* カテゴリ */

a.categorylink {
    font-weight : bold ;
    padding : 4px ;
    margin-left : 8px;
    text-decoration : none ;
    background : var(--accentcolor2);
    color : #fff;
}

a.categorylink:hover {
    background : var(--accentcolor1);
}

.categoryicon > img {
    width : auto;
    height : 16px !important;
    vertical-align: middle;
}

.categoryname {
    margin-left : 0.5rem ;
}

.catseparator {
    display : none ;
}
/* 1000以下でレスポンシブ */
@media not all and (min-width: 1000px){
  .logline {
    display : block ;
    position : static ;
  }

  .commentbody {
    display : block ;
    margin-top : 16px ;
    margin-right : 4px ;
    height : auto ;
  }

  .loginfo {
    display : block ;
    margin-top : 24px ;
    border-top : 1px dashed #dcdcdc;
  }
  
  span.categories {
    display : block ;
  }
  
  a.categorylink {
    margin: 4px ;
  }
}
/*---------------------------------------------------------
.★ページ下部のナビゲーション
----------------------------------------------------------*/
nav.prevnext {
  text-align : center ;
  margin-top : 4.8rem ;
}

nav.prevnext a {
    padding: 6px 10px;
    font-size : 2.4rem ;
    font-weight : bold ;
    text-decoration : none ;
    padding : 8px 16px ;
}

.pagenums {
    margin : 1.6rem 0 ;
    text-align : center ;
    line-height : 2.4;
}

.pagenums a {
    font-size: 2.4rem;
    font-weight: bold;
    height: 30px;
    width: 30px;
    margin: 2px;
    padding:10px;
    text-decoration: none;
    border: 1px solid #d5d5d5;
}

.pagenums a:hover,
.pagenums a:active
{
    background: #efefef;
    color : var(--wordcolor);
}

.pagenums .pagenumhere {
    background : var(--accentcolor1) ;
    color : #fff ;
}
/*---------------------------------------------------------
.★サイドバー
----------------------------------------------------------*/

/*---------------------------------------------------------
.★カレンダー（※SVGは再配布にあたるため表示なし）
----------------------------------------------------------*/
div.calendararea {
    margin-top : 2.4rem ;
    padding: 16px ;
    background : #fefefe;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

table.calendar {
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px ;
    line-height: 2.5 ;
    margin : 4px auto;
    max-width : 350px ;
    min-width : 280px ;
}

table.calendar thead {
    background :#f0f0f0;
}

caption {
    background-size : 32px 32px ;
    background-repeat : no-repeat ;
    background-position : left top ;
}
/*※SVG再配布にあたるため表示なし
table.month12 caption{
  background-image :url(./december.svg);
}

table.month11 caption{
  background-image :url(./november.svg);
}

table.month10 caption{
  background-image :url(./october.svg);
}

table.month09 caption{
  background-image :url(./september.svg);
}

table.month08 caption{
  background-image :url(./august.svg);
}

table.month07 caption{
  background-image :url(./july.svg);
}

table.month06 caption{
  background-image :url(./june.svg);
}

table.month05 caption{
  background-image :url(./may.svg);
}

table.month04 caption{
  background-image :url(./april.svg);
}

table.month03 caption{
  background-image :url(./sakura.svg);
}

table.month02 caption{
  background-image :url(./february.svg);
}

table.month01 caption{
  background-image :url(./january.svg);
}
*/
.calendar caption {
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.4em;
}

/* 投稿日 */
.calendar a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}

.calendar a {
    font-weight: bold;
    display: block;
    border-bottom : 3px solid var(--basecolor2) ;
    text-align : center ;
}

.calendernav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.4rem;
    font-weight: bold;
    list-style-type : none ;
    margin : 8px auto ;
    max-width : 350px ;
    min-width: 280px;
    padding : 0 ;
}

.calendernav li:nth-child(2) {
    text-align: right;
}

/*---------------------------------------------------------
.★新着画像リスト
----------------------------------------------------------*/
.imagelist{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
}

.imagelist h2 {
    background : var(--accentcolor2);
    color : #fff;
    font-size : 2.4rem ;
    margin : 0 ;
    padding : 4px ;
    aspect-ratio: 1 / 1;
}

.imagelist h2 > small {
    display : block ;
    color : #fcfcfc;
    font-size : 1.4rem ;
    line-height : 1.5 ;
}

.imagelist .count {
    padding : 5px ;
    border-radius : 100%;
    background : #ffeb3b ;
    color : #000 ;
}

.imagelistitem a {
    background-color: var(--accetntcolor1);
    display: block;
    overflow: hidden;
}

.imagelistitem a:hover {
    opacity:0.5;
    transition:0.3s;
}

img {
    background-repeat : no-repeat ;
    background-size : cover;
    max-width : 100%;
    vertical-align: text-bottom;
    box-sizing: border-box;
}

.imagelistitem a img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    display : inline ;
    height : auto ;
    border : 2px solid var(--accentcolor2);
}

.imagelistitem a img:hover {
    border : 2px solid var(--accentcolor1);
}

p.toGallery {
    text-align : right ;
}

p.toGallery > a::before {
    content: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20width%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate(7%206)%22%3E%3Cpath%20d%3D%22m.5%208.5%204-4-4-4%22%2F%3E%3Cpath%20d%3D%22m4.5%208.5%204-4-4-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    vertical-align : middle ;
}
/* ----------------------------------------------------------------------
.★サイドバーのレスポンシブ
 -----------------------------------------------------------------------*/
@media not all and (min-width: 850px){
aside.subarea {
    display :flex ;
    flex-direction :column;
    align-items : center ;
    justify-content : center ;
    align-content : center ;
    min-width : 280px ;
  }

div.calendararea {
    padding: 16px 8px !important;
    width : 100% ;
  }
  
.pagenums {
    margin-bottom : 36px ;
}

}
@media not all and (min-width: 360px) {
div.calendararea {
    display : none;
  }

}

/* ---------------------------------------------------------------------
.★ページ最下部のナビゲーション
------------------------------------------------------------------------*/

p.backto{
    text-align: center;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    width : 32ch ;
    margin : 24px auto ;
}

p.backto:before, p.backto:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}

p.backto:before {
  left: 7px;
}

p.backto:after {
  right: 7px;
}

footer {
    margin : 1.6rem 0 ;
    font-size : 1.4rem ;
    text-align : center ;
}


/*---------------------------------------------------------
.★ページトップへ戻るボタン
----------------------------------------------------------*/
.pagetop {
    position: fixed;
    right: 24px;
    bottom: 0px;
    z-index : 2;
    opacity : 0.8;
}

.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  background-color: var(--accentcolor2);
  color : #fff !important;
  transition: 0.3s;
}

.pagetop a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

.pagetop span {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.pagetop a:hover {
    background : var(--accentcolor1) ;
}

.pagetop a:hover::after {
    border-top: 3px solid #f2f2f2;
    border-left: 3px solid #f2f2f2;
    transform: translateY(-5px) rotate(45deg);
}

/* End Of File */