@charset "utf-8";
/* CSS Document */

.container.__not-index {
	margin-top: 190px;
}


/*--------------
ボタン 要素
--------------*/

.readmore {
	position: relative;
	border: none;
	border: 1px solid #666;
    width: fit-content;
    margin-left: auto;
    max-width: 90%;
    padding: 0.5em 5em 0.5em 2em;
}
.readmore::before {
	content: "";
	display: block;
    width: 12px;
	height: 1px;
	background: #666;
	rotate: 40deg;
	position: absolute;
    right: -28px;
    bottom: 19px;
}
.readmore::after {
	content: "";
	display: block;
    width: 54px;
	height: 1px;
	background: #666;
	position: absolute;
    right: -28px;
    bottom: 15px;
}


.btn {
	
}

.click {
	font-size: 12px;
	border: 2px solid #414141;
	padding: 1em 3em;
	width: fit-content;
	margin: 0 auto;
	border-radius: 50vh;
	background-color: #fff;
	box-shadow: 1px 1px 0 0 #414141;
}

.click a {
	color: #414141;
}

.left-side {
	float: left;
}

@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/

	.left-side {
		float: none;
	}
}



/*--------------
indexページ 要素
--------------*/

.kv {
	height: 100vh;
	width: 100%;
	position: relative;
}
.main-img {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 391px;
	height: 405px;
}

.fuwafuwa {
    animation: fuwafuwa 5s ease 0s infinite;
}
 
@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
}

.shop-logo-area {
	text-align: center;
}

.shop-logo-area img {
	width: 180px;
}

.shop-text {
	text-align: center;
	margin: 2em 0;
	font-size: 14px;
	font-weight: 700;
	color: #B78F00;
}


.about-salon01 {
  display: flex;
}
.salon-txt-area01 {
  flex: 1;
  margin-left: 70px;
    position: relative;
}
.salon-txt01 {
	line-height: 2em;
	font-size: 18px;
	margin-bottom: 60px;
}
.photo01 {
  width: 70%;
}
.photo01 span {
  display: block;
    margin-right: calc((68.6vw - 100%) * -1);
    height: 234px;
    overflow: hidden;
}
.photo01 span img { 
    width: 100%;
    object-fit: cover;
    object-position: 100% -130px;
}

.full-bg01 {
	  padding: 3rem 0;
	  border-image-source: linear-gradient(#D6D1FC,#D6D1FC);
	  border-image-slice: 0 fill;
    border-image-outset: 0 55vw 0 100vw;
		z-index: -1;
		position: absolute;
		bottom: -30px;
}


@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}



@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	.photo01 {
		width: 83%;
	}
	.photo01 span {
		display: block;
		margin-right: calc((80.6vw - 100%) * -1);
	}
}
	
	
	
	
	
/*about 要素--------------*/
.about-txt-area {
	width: fit-content;
	margin: 0 auto;
	line-height: 2em;
}
.about-ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.about-txt {
	font-size: 15px;
	margin-bottom: 20px
}




@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/

	.photo01 span {
		height: 170px;
	}
	.photo01 span img { 
		object-position: 100% -80px;
	}
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/

	.photo01 span {
		height: 121px;
	}
	.photo01 span img { 
		object-position: 100% -50px;
	}
	.readmore {
    padding: 0.5em 4em 0.5em 2em;
    margin-right: 2em;
	}
	
	.readmore::after, .readmore::before  {
    	right: -22px;
	}
}



/*menu 要素--------------*/


.noren-area {
	text-align: center;
	height: 158px;
	width: 100%;
    background-size:contain;
	position: relative;
	overflow: hidden;
}

.noren-area img {
	object-fit: none;
	height: 100%;
}

.noren-txt {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}

.menu-area {
  background-image: linear-gradient(159deg, rgba(214, 209, 252, 1), rgba(255, 209, 89, 1));
	padding-bottom: 100px
}



.menu-area-wrap {
	width: min(100% - 2rem, 1440px);
	margin-inline:auto;
}

.menu-list-area {
	margin: 120px 0 80px;
    align-items: flex-start;
}

.menu-list {
	width: 25%;
	text-align: center;
	position: relative
}

.menu-list.__menu02 {
	margin-top: 80px;
}

.menu-list > .stamp {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
}

.menu-list.__menu02 > .stamp {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
}


.menu-img-area {
	width: 222px;
	height: 222px;
	border-radius: 100vh;
	box-shadow: 5px 3px 6px  rgba(0, 0, 0, 0.2);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}

.menu-name {
	font-size: 20px;
	margin-bottom: 10px;
}

.menu-name span {
	font-size: 0.6em;
}

.menu-sub-txt {
	background-color: #fff;
	border: 3px solid #E72511;
	width: fit-content;
	padding: 0.5em 1em;
	color: #E72511;
	border-radius: 50vh;
	margin: 10px auto 0;
}

.menu-caution {
	text-align: center;
	font-size: 10px;
}
.additional-menu {
	background-color: #fff;
	box-shadow: 5px 3px 6px  rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	max-width: 900px;
	width:80%;
	padding: 55px 0;
	margin: 20px auto 50px;
}

.menu-age, .menu-reitou {
	text-align: center;
	width:50%;
}

.menu-age, .menu-reitou img {
	margin-bottom: 20px;
}

.menu-reitou {
	border-left: 2px dotted #707070;
}


@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
	.noren-area img {
		object-fit: cover;
		height:70%;
	}
	.menu-list-area {
		margin: 120px 0 80px;
		flex-wrap: wrap;
	}
	.menu-list {
		width: 50%;
   		 margin-bottom: 80px;
	}
	.menu-list.__menu02 {
		 margin-top: 0px; 
	}
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	.noren-area img {
		object-fit: cover;
		height: 47%;
	}
	.menu-list-area {
		flex-direction: column;
		margin: 0px 0 80px;
		align-items: flex-start;
	}
	.menu-list {
		width: 100%;
		display: flex;
		align-items: center;
   		 position: relative;
	}
	.menu-list.__menu02 {
		 margin-top: 0px;
		flex-direction:row-reverse;
	}
	.menu-img-area {
		width: 75%; 
		border-bottom-right-radius: 50vh;
		border-top-right-radius: 50vh;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		box-shadow: -15vh 0 0 0  #fff;
	}
	.__menu02 > .menu-img-area {
		width:75%; 
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 50vh;
		border-top-left-radius: 50vh;
		box-shadow: 15vh 0 0 0  #fff;
	}
	
	.menu-list > .stamp {
		position: absolute;
		top: 0;
		left: 0;
		width: 80px;
		height: 80px;
		z-index: 3;
	}

	.menu-list.__menu02 > .stamp {
		position: absolute;
		top: 0;
    	left: 44%;
		width: 80px;
		height: 80px;
		z-index: 3;
	}
	
	.menu-img-area img {
		width: 59%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.menu-list.__menu02 > .menu-img-area img {
		width: 59%;
		position: absolute;
		left: 41%;
		top: 50%;
		transform: translate(0, -50%);
	}
	.menu-txt-area {
		width: 50%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0%, -50%);
	}
	.__menu02 > .menu-txt-area {
		width: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0%, -50%);
	}
	.additional-menu {
		flex-direction: column;
	}
	.menu-age, .menu-reitou {
		text-align: center;
		width: 80%;
	}
	.menu-reitou {
		border-top: 2px dotted #707070;
		border-left: 0;
		margin-top: 10px;
		padding-top: 30px;
	}
}

/*activity 要素--------------*/

.index-act-img, .act-txt-area {
	width: 47%
}

.index-act-img {
	text-align: right;
	margin-left: 1%
}

.index-act-img img {
	width: 315px;
	height: 339px;
	object-fit: cover;
	border-radius: 15px;
    object-position: 87% 0%;
}

.act-txt-area {
	margin-left: 1%;
}

.act-ttl, .act-txt {
	max-width: 310px;
	width: 100%;
}

.act-ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.8em;
}

.act-txt {
	font-size: 14px;
	line-height: 1.8em;
    margin-bottom: 20px;
}

@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	.activity-wrap {
		flex-direction: column;
		text-align: center;
	}
	.act-txt-area {
		display: contents;
	}
	
	.index-act-img {
		order: 2;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	.act-ttl{
		order: 1
	}
	.act-txt{
		order: 3;
		margin-top: 20px;
	}
	
	.activity-wrap .click {
		order: 4
	}
}


/*shop infomation 要素--------------*/

.index-shop-info {
	margin: 80px 0;
}

.info {
	background-color: #FFD159;
	box-shadow: 0 0 0 100vmax #FFD159;
	clip-path: inset(0 -100vmax);
}

.info-area {
	justify-content: center;
}

.info-left-area {
	width: 49%
}

.info-left-area img {
	max-width: 480px;
	width: 90%;
	margin-left: auto;
}
.info-right-area {
	width: 49%;
	
}


@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	
	.index-shop-info {
		flex-direction: column;
		}
}




/*--------------
storyページ 要素
--------------*/

.satori-story-img {
	margin: 0 auto;
	width: 203px;
	height: 211px
}

.satori-story-img img {
	width: 100%;
	object-fit: contain;
	margin-bottom: 67px
}

.satori-story-ttl, .satori-story-txt {
	text-align: center;
	line-height: 2em
}


.satori-story-ttl {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 0px;
}

.satori-story-txt {
	font-size: 14px;
	margin-top: 50px
}




@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	
}

/*how to eat 要素--------------*/

.satori-yaki-img {
	width: 187px;
	height: 195px;
	margin: 0 auto 70px;
}

.satori-yaki-img img {
	width: 100%;
	object-fit: contain;
}

ul.satori-how-to {
	justify-content: space-around;
	align-items: flex-start;
	max-width:1006px;
	width: 95%;
	margin: 0 auto;
    display:table;
}
li.satoli-how-list {
	border-left: 2px dotted #B78F00;
	width: 33.33%;
	height: 100%;
	display:table-cell;
	padding: 1em 0;
}

li.satoli-how-list:last-child {
	border-right: 2px dotted #B78F00;
}

.how-to-no-maru {
	width: 41px;
	height: 41px;
	background-color: #B78F00;
	color: #fff;
	font-weight: 700;
	border-radius: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.how-to-no {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

.how-to-ttl {
	text-align: center;
	width: 100%;
	margin: 40px auto 25px auto;
	font-size: 18px;
	font-weight: 700
}

.how-to-txt {
	width: fit-content;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom:75px;
}




@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:840px) {
  /*スマホ用のcssを記述*/
	ul.satori-how-to {
		display: flex;
		flex-direction: column;
	}
	li.satoli-how-list {
		width: 100%;
		border-left: 0;
		border-top: 2px dotted #B78F00;
    	padding: 2em 0;
	}
	
	li.satoli-how-list:last-child {
		border-right: 0;
		border-bottom: 2px dotted #B78F00
	}
	.how-to-txt {
		margin-bottom: 0;
	}
	.satoli-how-list .click {
		margin-top: 20px;
	}
}



/*you can touch 要素--------------*/

.satori-statue-img, .satori-touch-txt-area {
	width: 47%
}

.satori-statue-img {
	text-align: right;
	margin-left: 1%
}

.satori-statue-img img {
	width: 315px;
	height: 339px;
	object-fit: cover;
	border-radius: 15px;
}

.satori-touch-txt-area {
	margin-left: 1%;
}

.touch-ttl, .touch-txt {
	max-width: 310px;
	width: 100%;
}

.touch-ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.8em;
}

.touch-txt {
	font-size: 14px;
	line-height: 1.8em;
}




@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	.touch-wrap {
		flex-direction: column;
	}
	.satori-statue-img {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.satori-touch-txt-area {
		display: contents;
    	margin: 20px 0 0 0;
	}
	.touch-wrap  .touch-ttl {
		order: 0;
	}
	
}


/*how to eat 要素--------------*/

.how-to-box-area {
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 721px;
	width: 95%;
	margin: 20px auto 0;
}

.how-to-box {
	border: 2px solid #B78F00;
	border-radius: 15px;
	position: relative;
	padding: 3em 0 2.5em;
}

.how-to-box.__01 {
	width: 48%;
	text-align: center;
	margin-bottom: 75px
}

.how-to-box.__02 {
	width :48%;
	text-align: center;
	margin-bottom: 75px
}

.how-to-box.__03 {
	width: 100%
}

.how-to-no-maru.__po-ab {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.how-to-name {
	color: #B78F00;
	font-weight: 700;
	font-size: 22px;
	width: fit-content;
	margin: 0 auto 20px;
}

.how-to-name span {
	display: block;
	color: #414141;
	font-size: 12px;
	font-weight: 500;
	padding-top: 0.5em;
	text-align: center
}

.how-to-flex {
	justify-content: center
}
.how-to-img {
	width: 131px;
	height: 90px;
	margin-bottom: 25px;
}
.how-to-img.__center-posi {
	margin-right: auto;
	margin-left: auto;
}

.how-to-img.__right-posi {
	text-align: right
}

.how-to-img img {
	width: 100%
}

.__touch-img {
	width: 310px;
	margin: 20px 0;
}





@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	
	.how-to-box-area {
		margin-top: 50px;
	}
	
	
	.how-to-box.__01, .how-to-box.__02 {
		width: 100%
	}
	.how-to-flex {
		flex-direction: column;
	}
	.how-to {
		text-align: center;
		line-height: 1.5em
	}
}


/*goods 要素--------------*/
.goods {
	margin-bottom: 200px;
}
.goods-txt {
	color: #D6D1FC;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}


@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
}


/*--------------
aboutページ 要素
--------------*/
.concept-area {
}

.concept-video-area {
	margin-left: auto;
}

.left-txt-area	{
    width: 48%;
    margin-left: 2%;
}
.salon-link-tree {
}

@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}


@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	.concept-video-area video {
		width: 100%;
		margin: 0 auto;
	}
	
	.concept-area {
		flex-direction: column;
	}
	.left-txt-area {
		display: contents;
	}
	.touch-ttl {
		order: -1;
	}
	.touch-txt {
		margin-top: 20px
	}
	
}



.about-salon {
  display: flex;
}
.salon-txt-area {
  flex: 1;
  margin-left: 70px;
}
.salon-txt {
	line-height: 2em;
	font-size: 18px;
	margin-bottom: 60px;
}
.photo {
  width: 50%;
}
.photo span {
  display: block;
  margin-left: calc((50vw  - 100%) * -1);
}

.full-bg {
	  padding: 3rem 0;
	  border-image-source: linear-gradient(#D6D1FC,#D6D1FC);
	  border-image-slice: 0 fill;
	  border-image-outset: 0 100vw 0 110px;
    /*z-index: -1;*/
    position: relative;
}

ul.salon-info {
	width: 100%;
}

ul.salon-info li ~ li {
	margin-top: 30px;
}

ul.salon-info li.salon-info-area {
	width: 100%;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

ul.salon-info li.salon-info-area p.salon-info-ttl {
	font-weight: 700;
	border: 1px solid #707070;
	background-color: #fff;
	padding: 0.3em 0em;
	width: 15%;
	text-align: center;
	margin-right: 5%
}


ul.salon-info li.salon-info-area p.salon-info-txt {
	width: 80%;
	padding: 0.3em 0em;
}

ul.salon-info li.salon-info-area p.salon-info-txt span {
	display: block;
	font-size: 10px;
}

.salon-info {
	font-size: 14px;
}

.salon-info dt{
	float: left;
	font-weight: 700;
	//margin-bottom: 3em;
	border: 1px solid #707070;
	background-color: #fff;
	padding: 0.3em 1em;
}

.salon-info dd{
	margin-left: 80px;
}

.salon-info dd ~ dd {
	margin-top: 3em
}


@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	
	.about-salon {
		flex-direction: column;
	}
	
	.photo {
		width: 100%;
	}
	.photo span {
		 margin-left: 0; 
	}
		.salon-txt-area {
		display: contents;
	}
	.salon-txt {
		line-height: 2em;
		font-size: 18px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	.full-bg {
		padding: 2em 1em;
		border-image-source: none;
		border-image-slice: unset;
		border-image-outset: unset;
		background-color: #D6D1FC;
		border-radius: 15px;
	}
	ul.salon-info li.salon-info-area p.salon-info-ttl {
		width: 24%;
	}
	ul.salon-info li.salon-info-area p.salon-info-txt {
		width: 75%;
	}
}


/*--------------
参加を考えている方へ 要素
--------------*/

.for-you-area {
	background-color: #FFD159;
	box-shadow: 0 0 0 100vmax #FFD159;
	clip-path: inset(0 -100vmax);
	padding: 2em 0; 
	margin-bottom: 67px
}

.for-you {
	justify-content: center;
}
.for-you-img img {
	width: 315px;
	height: 255px;
	object-fit: cover;
	border-radius: 20px;
}

.for-you-img {
	margin-right: 10px
}

.for-you-txt {
	margin-left: 10px;
	line-height: 2em;
}



@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	.for-you {
		flex-direction: column;
	}
	.for-you-img {
		margin: 0 auto;
    	order: 2;
	}
	.for-you-txt {
    	margin-bottom: 20px;
		margin-left: 0;
		order: 1
	}
}

/*--------------
shop infoページ 要素
--------------*/

.shop-img-area {
	width: 45%
}
.shop-img-area img {
	border-radius: 15px;
}

.shop-info-area {
	width: 50%
}






.shop-info dt{
	float: left;
	font-weight: 700;
	margin-bottom: 3em
}

.shop-info dd{
	margin-left: 80px;
	margin-bottom: 3em;
}

.shop-info dd a {
	font-size: 12px;
	text-decoration: underline;
	color: #333333
}


@media only screen and (min-width : 641px) and (max-width : 960px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
	.shop-info-wrap {
		flex-direction: column;
	}
	.shop-img-area {
		width: 95%
	}
	.shop-info-area {
    width: max-content;
    	margin-top: 30px;
	}
	.shop-info dt, .shop-info dd {
		margin-bottom: 2em
	}
}
