<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name:ã¾ã¡ã¥ãã‚Šè—¤æž
Template:ashe
Description:ã¾ã¡ã¥ãã‚Šè—¤æžå­ãƒ†ãƒ¼ãƒž
*/

/* MIKINE ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ */

.main-container.mikine-container{
max-width: 1300px;
width: 100%;
margin: 0 auto;
float: none;
box-sizing: border-box;
padding: 0 20px 150px;
}
.mikine-head{
  width: 100%;
  padding:20px;
  display: flex;
  justify-content:left;
  align-items: center;
}
.mikine-logo{
  width: 250px;
}
.mikine-logo img{
  width:100%;
  object-fit: cover;
}
.mikine-head__title{
  font-size: 26px;
  color: #333;
  margin-left: 20px;
}
.mikineBody .post-header,
.custom-body .post-header{
  display: none;
}

.mikineBody .wp-block-media-text.is-image-fill-element&gt;.wp-block-media-text__media{
  height: 350px;
}
.mikineBody .wp-block-media-text.is-stacked-on-mobile.is-image-fill-element,
.page-container{
  width: 80%;
  margin: 0 auto;
}
/* ãƒ•ãƒƒã‚¿ãƒ¼ */
.mikine-footer{
  width: 100%;
  background-color: #000;
  padding: 20px;
}
.mikine-footer__inner{
  text-align: center;
}
.mikine-footer small{
  font-size: 14px;
  color: #fff;
}
.page-container table tr td:first-child{
  width: 20%;
}

.custom-body h2 img{
  margin: 0 auto;
}
/* ã‚¤ãƒ³ã‚¹ã‚¿ */
#sb_instagram #sbi_images{
  display: block!important;
}


div.ashe-widget div#sb_instagram div#sbi_images div.sbi_item{
  width: 100%!important;
  height: 250px;
}
#sb_instagram .sbi_photo_wrap{
  height: 100%;
}
div.ashe-widget div#sbi_images .sbi_photo{
	height:100%!important;
}



@media (max-width: 600px){
  .mikineBody .wp-block-media-text.is-stacked-on-mobile.is-image-fill-element,
  .page-container{
    width: 100%;
  
  }
  .mikineBody .wp-block-media-text.is-image-fill-element&gt;.wp-block-media-text__media{
    height: 250px;
  }

  .mikine-head{
    display: block;
  }
  .mikine-logo{
    width: 200px;
    margin: 0 auto;
  }
  .mikine-head__title{
    font-size: 20px;
    margin-left: 10px;
    text-align: center;
  }
  .mikineBody .wp-block-media-text.is-stacked-on-mobile.is-image-fill-element h3{
    text-align: center;
    font-size: 26px;

  }
  .mikineBody .wp-block-media-text.is-stacked-on-mobile.is-image-fill-element .wp-block-buttons.is-content-justification-left.is-layout-flex.wp-container-core-buttons-is-layout-fdcfc74e.wp-block-buttons-is-layout-flex{
justify-content: center;
  }
  .custom-body h2{
    font-size: 26px;
  }
  .custom-body div.wp-block-spacer{
    height: 50px!important;
  }
  .custom-body .wp-block-button.has-custom-width.wp-block-button__width-50.is-style-fill{
    width: 60%;
  }
}


/* ===========================================
å•†æ¥­æ–½è¨­ãƒšãƒ¼ã‚¸
=========================================== */

section.mikine-shop{
width: 100%;
padding-top: 50px;
}
ul.mikine-items{
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(3,1fr);
  gap:30px;
}
li.mikine-item{
  width: auto ;
  height: 260px;
  padding: 15px;
  box-shadow: 0px 0px 32px 8px rgba(17,17,26,0.08);
  counter-increment: number;
  position: relative;
}
li.mikine-item::before{
content: counter(number);
position: absolute;
top: -20px;
left: -20px;
width: 50px;
height: 50px;
text-align: center;
display: block;
color: #fff;
font-size: 20px;
font-weight: bold;
border-radius: 50%;
line-height: 50px;
z-index: 10;
}
li.mikine-item:nth-child(1)::before{
  background-color: #f29dc4;
  border: 1px solid #f29dc4;
}
li.mikine-item:nth-child(2)::before{
  background-color: #f29977;
  border: 1px solid #f29977;
}
li.mikine-item:nth-child(3)::before{
  background-color: #facd89;
  border: 1px solid #facd89;
}
li.mikine-item:nth-child(4)::before{
  background-color: #fff79a;
  border: 1px solid #fff79a;
}
li.mikine-item:nth-child(5)::before{
  background-color: #cde199;
  border: 1px solid #cde199;
}
li.mikine-item:nth-child(6)::before{
  background-color: #8bc998;
  border: 1px solid #8bc998;
}
li.mikine-item:nth-child(7)::before{
  background-color: #7994bf;
  border: 1px solid #7994bf;
}
li.mikine-item:nth-child(8)::before{
  background-color: #9082bd;
  border: 1px solid #9082bd;
}
li.mikine-item:nth-child(9)::before{
  background-color: #a48a79;
  border: 1px solid #a48a79;
}
li.mikine-item figure{
  width:100%;
  height:80%;
}

li.mikine-item figure img{
  width:100%;
  height:100%;
  object-fit: cover;
transition: all 0.6s;
}
.mikine-item__body{
  padding: 10px 0 0;
  text-align: center;
}
.mikine-item__body h3{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: 0.3s;
}
li.mikine-item a:hover figure img{
  transform: scale(1.2);
  transition:all 0.6s;
}
li.mikine-item a:hover .mikine-item__body h3{
  color: #e0b663;
  transition: 0.3s;
}
li.mikine-item a figure{
  overflow: hidden;
}
.mikine_place{
  width: 60%;
  margin: 100px auto 0;
}
@media (max-width: 900px){
  ul.mikine-items{
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(4,1fr);
    gap:20px;
  }
}
@media (max-width: 500px){
  ul.mikine-items{
    width: 100%;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(4,1fr);
    gap:10px;
  }
	li.mikine-item{
		height:380px;
	}
	.mikine-item__body h3{
		font-size:18px;
	}
  .main-container.mikine-container{
    padding: 0 10px 100px;
  }
  li.mikine-item::before{
    top: 0;
    left:0;
    font-size: 22px;
  }
  .mikine_place{
    width: 100%;
  }
	
	.mikine-container h1.wp-block-heading.has-text-align-center.has-large-font-size{
		font-size:30px!important;
	}
/* 	mikineå„å›ºå®šãƒšãƒ¼ã‚¸ */
	div.page-container .wp-block-image figure.alignleft{
margin: 0 0 0 0;
		width:100%;
}
div.page-container .wp-block-image figure.alignleft img{
width: 100%;
}
div.page-container figure{
  text-align: center;
}
div.page-container figure a{
  width: 100%;
}
div.page-container figure img{
  width: 100%;
}
	
	
}


/* ===================================
ãƒŸã‚­ãƒæŠ•ç¨¿ãƒšãƒ¼ã‚¸
=================================== */
.single-custom-body{
  position: relative;
  min-height: 100vh;
}
.single-custom-header{
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
  box-sizing: border-box;
padding: 50px 20px 30px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
border-bottom: 3px solid #e0b663;
}
.single-custom-header figure{
  width: 100px;
  height: auto;
}
.single-custom-header figure img{
  width:100%;
  height: auto;
  object-fit: cover;
}
.single-custom-header h1{
  font-weight: bold;
 }
.single-custom-content{
  max-width: 900px;
  width: 100%;
margin: 0 auto;
float: none;
box-sizing: border-box;
padding: 0 20px 100px;
}
.mikine-footer.single-custom-footer{
  position: absolute;
  bottom: 0;
}


@media (max-width: 600px){
  .single-custom-header{
    flex-direction: column;

  }
  .single-custom-header h1{
   font-size: 24px;
   font-weight: bold;
  }
}</pre></body></html>