@charset "UTF-8";
/*
Theme Name:JASMINE RENEWAL
Theme URI:http://jasmine0909.com/
Author:Mai Hinata
Version:0.9.0
*/
* {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}
body {
  margin: 0;
}
main {
	width: 100vw;
	overflow: hidden;
}
p,li,.table {
	font-weight: 400;
	font-size: 0.85em;
}
.lh {
	line-height: 2;
}
b {
	font-weight: 700;
}
a {
  text-decoration: none;
	cursor: pointer;
  transition: all 0.6s ease 0s;
}
a:hover {
	opacity: 0.6;
}
.text-gr {
	color: #8F8F8F !important;
}
h2 {
	font-size: 2.5em;
	padding: .5rem 0;
}
.en {
	font-family: 'Kaushan Script', cursive;
}
.ja {
	font-family: 'Noto Serif JP', serif;
	line-height: 2.3;
	font-weight: 300;
}
h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

/* slick */
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}

.slick01 div img {
	height: auto;
}

@media screen and (max-width:640px){
  .slider {
    width: 100%;
  }
}

/* bootstrap repair */
.row::before,.row::after {
	padding: 0;
}
.btn,.btn-outline-light {
	border-radius: 0;
	font-size: 0.7em;
}

.btn-primary {
	background: #3f312b;
	color: #fff !important;
	border-color:  #3f312b;
	padding: 1em 0;
}
.btn-outline-primary {
	background-color: transparent;
	color: #3f312b !important;
	border-color:  #3f312b !important;
	padding: 1em 0;
}

.btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus,
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary, 
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background: #543f32;
	color: #fff;
	border-color:  #543f32;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, 
.btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .btn-outline-primary:active.focus,
.btn-outline-primary.active, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary.active.focus,
.open > .dropdown-toggle.btn-outline-primary, 
.open > .dropdown-toggle.btn-outline-primary:hover,
.open > .dropdown-toggle.btn-outline-primary:focus, 
.open > .dropdown-toggle.btn-outline-primary.focus,
.btn-outline-primary.disabled:hover, .btn-outline-primary[disabled]:hover, fieldset[disabled] .btn-outline-primary:hover,
.btn-outline-primary.disabled:focus, .btn-outline-primary[disabled]:focus, fieldset[disabled] .btn-outline-primary:focus,
.btn-outline-primary.disabled.focus, .btn-outline-primary[disabled].focus, fieldset[disabled] .btn-outline-primary.focus {
	background: #543f32;
	color: #fff !important;
	border-color:  #543f32;
}

.btn-primary.outline {
    border: 3px solid #3f312b;
    color: #fff;
}

/* head htag */
.about-head {
	background-image: url("../img/concept/bg1.jpg");
	background-position: center;
}

.text-middle {
	height: 80vh;
	width: 100vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tpd-10 {
	margin-top: -10em;
}

.mi-h {
	font-size: 5em;
}

.mi-h2 {
	font-size: 2em;
}

/* index */
#concept {
	background-image: url("../img/top/bg1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* blog */
.blog-list p {
	font-size: 0.6em;
	padding-top: 20px;
	line-height: 0;
}
.blog-list h3 {
	font-size: 0.9em;
	margin-top: 0.5em;
}
.blog-h {
	font-size: 1.5em;
}

.box-main-photo {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.background-image{
	position: absolute;
	width: 100%;
	background-size: cover;
	transition: all 0.5s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
	will-change: transform;
}
.background-image:hover {
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.9
	);
}
.entry-header {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:1;
}
.cate-con {
	position: absolute;top: 50%;left: 50%;-webkit-transform : translate(-50%,-50%);transform : translate(-50%,-50%);
	width: 70%;
}

@media screen and  (max-width: 480px) {
	.separate,.entry-header,.background-image,.box-main-photo  {
		height: 35vh;
	}
}
@media screen and  (min-width: 481px) {
	.separate,.entry-header,.background-image,.box-main-photo {
		height: 50vh;
	}
}

@media screen and  (min-width: 1200px) {
	.separate,.entry-header,.background-image,.box-main-photo {
		height: 60vh;
	}
}


/* about */
.carousel-item {
  height: 100vh;
  background: no-repeat left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item .btn {
	color: #fff;
}

.about-num {
	color: rgba(255,255,255,0.4);
	margin-top: 30vh;
	font-size: 7em;
	font-family: 'Kaushan Script', cursive;
}

.about-hr {
	background-color: rgba(255,255,255,0.5);
	width: 30vw;
	margin: -2rem 0 1rem;
}

.carousel-inner .text-lead {
	margin-top: 1rem;
	line-height: 1.5;
}

.about-text,.carousel-inner .text-lead {
	color: rgba(255,255,255,1.0);
	line-height: 1.8;
}

/* head-title */
.head-title {
	width: 100vw;
	height: 40vh;
	position: relative;
}

.head-con {
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
}

.head-in {
	color: #fff;
}

.head-in h2 {
	padding-bottom: 0;
}

.style {
	background-image: url(../img/top/goodatbg.jpg);
	background-position: 65% center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Staff */
.carousel-thumbnails .carousel-indicators img {
  max-width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
	border-radius: 50%;
}

.carousel-thumbnails .carousel-indicators li {
  height: auto;
  max-width: 50px;
  width: 50px;
  border: none;
	background-color: inherit;
}
.carousel-thumbnails .carousel-indicators li.active {
  border-bottom: 0;
	background-color: inherit;
}

.staff1 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/kawauti2.jpg');
	background-position: 80% center;
}

.staff2 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/ootake2.jpg');
	background-position: 80% center;
}

.staff3 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/chiharu2.jpg');
	background-position: 80% center;
}

.staff4 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/okada2.jpg');
	background-position: 85% center;
}

.staff5 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/kawakami2.jpg');
	background-position: 80% center;
}

.staff6 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/kitano2.jpg');
	background-position: center;
}

/* shop */
/* パソコンではタイル型で表示 */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin-right: 0.5%;
  width: 24%;
}
/* サムネイルとタイトルのスタイル調整 */
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box h4 {
  padding-top: 1rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
.slide-box ul {
	list-style: none;
	padding: 0;
	margin: -0.5rem 0 0;
	font-size: 0.8em;
}
.slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    flex: 0 0 22%;
  }
/* style */
.style-list img {
	width:100%;
}
/* footer */
footer ul li {
  padding: 0.25em 0;
	font-weight: 100;
}

/* ~480px（スマホ縦） */
@media screen and ( max-width:30em) { 
	.indexbg {
	background-position: center;
	}
	.indexbg-2 {
	background-position: 40% center;
	}
	.bg-1,.bg-3 {
	background-position: 70% center;
	}
	.bg-2 {
	background-position: 60% center;
	}
	.bg-4 {
	background-position: 20% center;
	}
	.bg-5 {
	background-position: left center;
	}
	.cate-con h2 {
		font-size: 2.5rem;
	}
	.about-num {
	margin-top: 5vh;
	}
	.staff1 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/kawautisp2.jpg');
	background-position: 80% center;
	}
	.staff2 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/ootakesp2.jpg');
	background-position: 80% center;
	}
	.staff3 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/chiharusp2.jpg');
	background-position: 80% center;
	}
	.staff4 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/okadasp2.jpg');
	background-position: 80% center;
	}
	.staff5 {
	background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/kawakamisp2.jpg');
	background-position: 80% center;
	}
	.staff6 {
		background-image: url('https://jasmine0909.com/wp-content/uploads/2020/12/kitanosp2.jpg');
		background-position: 80% center;
	}
	/* スマホではスライダーで表示 */
  .slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    flex: 0 0 60%;
  }
	#carousel-thumb .carousel-indicators {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 90%;
		margin-left: 5%;
	}
	
	.carousel-thumbnails .carousel-indicators li {
		flex: 0 0 60%;
	}
	.pc-3 {
	margin-top: 0rem;
	}
}
/* 480px~600px（スマホ横） */
@media screen and (min-width:30em) and ( max-width:37.5em) { 
    .indexbg {
		background-position: center;
	}
	.indexbg-2 {
		background-position: 60% center;
	}
	.bg-1 {
	background-position: 90% center;
	}
	.bg-2 {
	background-position: 20% center;
	}
	.about-num {
	margin-top: 30vh;
	}
	.cate-con h2 {
		font-size: 3rem;
	}
	/* スマホではスライダーで表示 */
  .slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    flex: 0 0 60%;
  }
	#carousel-thumb .carousel-indicators {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 90%;
		margin-left: 5%;
	}
	
	.carousel-thumbnails .carousel-indicators li {
		flex: 0 0 60%;
	}
	.pc-3 {
	margin-top: 0rem;
	}
	#sc-bg {
		height: 180vh;
	}
}
/*　600px~960px（タブレット）　*/
@media screen and (min-width:37.5em) and ( max-width:60em) {
	.cate-con h2 {
		font-size: 3.5rem;
	}
    /* スマホではスライダーで表示 */
  .slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    flex: 0 0 40%;
  }
	#carousel-thumb .carousel-indicators {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 90%;
		margin-left: 5%;
	}
	
	.carousel-thumbnails .carousel-indicators li {
		flex: 0 0 60%;
	}
	.pc-3 {
	margin-top: 2rem;
	}
	#sc-bg {
		height: 180vh;
	}
}
/*　960px~1280px（小型PC）　*/ 
@media screen and (min-width:60em) and ( max-width:80em) {
	.pc-3 {
	margin-top: 0rem;
	}
    #sc-bg {
		height: 100vh;
	}
}
/*　1280px~（大型PC） */
@media screen and (min-width:80em) {
    #sc-bg {
		height: 100vh;
	}
}