/*
Theme Name:blankslate-child
Template:blankslate
Version:2021
*/

/* リセットCSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
	a:visited{
		text-decoration: none;
	}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* テキスト関係 */
@font-face {
    /*フォントの名前*/
    font-family: "dahlia";
    /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
    src:url("https://kimono.yogi.co.jp/font/dahlia-regular.woff") format("woff");
  }
  .dahlia_f{
    font-family: dahlia, sans-serif;
  }
@font-face {
    /*フォントの名前*/
    font-family: "Joane";
    /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
    src:url("https://kimono.yogi.co.jp/font/Joane-Thin.woff") format("woff");
  }
  .Joane_f{
    font-family: Joane, sans-serif;
  }


html{
    font-size: 10px;
  }
  body{
    font-size: 1.6rem;
  }
  
  
  /*便利なCSS*/
  .p_cc{
    position: absolute !important;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
  }
  
  
  /* ブラウザ幅により、表示非表示を切り替えるCSS */
  /* <br class="pc_no npc_no tb_no sp_no"> */
  @media screen and (min-width:1281px){
    .pc_no{
        display: none !important;
    }
  }
  
  @media screen and (min-width:1025px) and (max-width:1280px){
    .npc_no{
        display: none !important;
    }
  }
  
  @media screen and (min-width:768px) and (max-width:1024px){
    .tb_no{
        display: none !important;
    }
    
  }
  
  @media screen and (max-width:767px){
    .sp_no{
        display: none !important;
    }
  }


    /* ヘッダー */
  .h_logo img{
    max-width: 130px;
    width: 100%;
	image-rendering: auto;
}

.toph01{
    transition: 0.5s !important;
}
.toph02{
    opacity: 0;
    transition: 0.5s !important;
}

.opa01{
    opacity: 1;
}

.opa00{
    opacity: 0;
}

/* About */
/*リストタイプリセット解除*/
.ol{
display: flex;
flex-direction: column;
padding-left: 2rem;
list-style-type: decimal;
gap: 10px
}

.ol1{
display: flex;
flex-direction: column;
padding-left: 2rem;
gap: 10px
}

.ol1 li{
text-indent: -1.8rem !important;
}

.ol2{
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  list-style-type: decimal;
  }

.ul{
display: flex;
flex-direction: column;
padding-left: 2rem;
list-style-type: disc;
gap: 10px
}

.ul1{
display: flex;
flex-direction: column;
padding-left: 2rem;
list-style-type: disc;
gap: 20px
}

.ul2{
display: flex;
flex-direction: column;
padding-left: 2rem;
list-style-type: disc;
gap: 0px
}

/* TOP */
.tate_txt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width:767px){
  .tate_txt{
    text-shadow: 0px 0px 5px #FFFFFF;
  }
}