@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');




/*　--------------------------------------------------------------------------------------------------------------

共通　既存css処理　START

　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　-----------------　*/



.shop_new{
	margin-top: -99px!important;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.1em;
	font-size: 14px;
}
@media only screen and (max-width: 767px){
.shop_new{
	font-size: 12px;
}
}


@media only screen and (max-width: 767px){
.ui.container {
    margin-left: 0!important;
    margin-right: 0!important;
}
.ui.container .breadcrumb{
    margin-left: 1em!important;
    margin-right: 1em!important;
}
}



/*　-----------------

共通　既存css処理　END

--------------------------------------------------------------------------------------------------------------　*/






/*　--------------------------------------------------------------------------------------------------------------

共通　START

　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　-----------------　*/



.shop_new .desktop{
	display: block;
}
.shop_new .mobile{
	display: none;
}
@media only screen and (max-width: 767px){
.shop_new .desktop{
	display: none;
}
.shop_new .mobile{
	display: block;
}
}


.shop_new .ahref_txt{
	color: #333333;
	line-height: 2em;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
.shop_new .ahref_txt{
}
}

.shop_new .ahref_txt:hover{
	color: #333333;
	line-height: 2em;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
.shop_new .ahref_txt:hover{
}
}





.shop_new .arrow_right {
  position: relative;
  padding-right: 10px;
}


.shop_new .arrow_right::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #ffffff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #ffffff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}



.shop_new .ahref_btnG {
	height: 60px;
	padding: 0px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.shop_new .ahref_btnG {
}
}

.shop_new .ahref_btnG .ahref_btn {
	transition: 0.5s;
	width: 220px;
	height: 40px;
	background: #cb0719;
	color: #ffffff;
	line-height: 2.7em;
	text-align: center;
}
@media screen and (max-width: 767px) {
.shop_new .ahref_btnG .ahref_btn {
	width: 180px;
	line-height: 3.2em;
}
}

.shop_new .ahref_btnG .ahref_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
.shop_new .ahref_btnG .ahref_btn:hover {
}
}







.shop_new .btnG {
	background: #f2f2f2;
}
@media screen and (max-width: 767px) {
.shop_new .btnG {
}
}




.shop_new .ahref_btnG03 {
	height: 60px;
	padding: 0px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.shop_new .ahref_btnG03 {
}
}

.shop_new .ahref_btnG03 .ahref_btn {
	transition: 0.5s;
	width: 220px;
	height: 40px;
	background: #000000;
	color: #ffffff;
	line-height: 2.7em;
	text-align: center;
}
@media screen and (max-width: 767px) {
.shop_new .ahref_btnG03 .ahref_btn {
	width: 180px;
	line-height: 3.2em;
}
}

.shop_new .ahref_btnG03 .ahref_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
.shop_new .ahref_btnG03 .ahref_btn:hover {
}
}






.clearfix::after {
   content: "";
   display: block;
   clear: both;
}



/*　-----------------

共通　END

--------------------------------------------------------------------------------------------------------------　*/




/*　--------------------------------------------------------------------------------------------------------------

エステトップ（est_top_wrap）　START

　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　-----------------　*/




/*　main_img_box　START　*/

.shop_new .main_img_box{
	position:relative;
}
@media only screen and (max-width: 767px){
}

.shop_new .main_img_box img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px){
}

/*　main_img_box　END　*/





.shop_detail .bottom .address{
    margin-top: 50px;
}

.shop_new .ui .black.button{
    background-color: #756351;
}


.shop_new .ui .red.button{
    background-color: #b07c6b;
}

.shop_new .ui .black.button:hover{
    background-color: #333333;
}


.shop_new .ui .red.button:hover{
    background-color: #333333;
}




/*　menu_main_img_box　START　*/

.shop_new .menu_main_img_box{
	position:relative;
	margin-top: 80px;
}
@media only screen and (max-width: 767px){
}

.shop_new .menu_main_img_box img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px){
}

/*　menu_main_img_box　END　*/




/*　main_txt_box01　START　*/

.shop_new .main_txt_box01{
	padding: 0px 0px 0px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px){
	.shop_new .main_txt_box01{
	padding: 0px 20px 0px;
    box-sizing: border-box;
}
}


.shop_new .main_txt_box01 p.txt01{
	font-family: 'Work Sans', '小塚ゴシック Pr6N', sans-serif;
	font-size: 35px;
	font-weight: 200;/*title*/
	text-align: center;
	line-height: 1em;
	color: #000000;
	padding-top: 10px;
}
@media only screen and (max-width: 767px){
.shop_new .main_txt_box01 p.txt01{
	font-size: 32px;
}
}


.shop_new .main_txt_box01 p.txt02{
	font-size: 18px;
	font-weight: 300;/*title*/
	text-align: center;
	line-height: 1.8em;
	color: #000000;
	padding-top: 0px;
	margin-top:-20px;
}
@media only screen and (max-width: 767px){
.shop_new .main_txt_box01 p.txt02{
	font-size: 16px;
}
}


.shop_new .main_txt_box01 p.txt03{
	font-size: 12px;
	font-weight: 300;/*title*/
	text-align: left;
	line-height: 2em;
	color: #000000;
	padding-top: 10px;
}
@media only screen and (max-width: 767px){
.shop_new .main_txt_box01 p.txt03{
	font-size: 10px;
}
}

/*　main_txt_box01　END　*/





/*　main_txt_box02　START　*/

.shop_new .main_txt_box02{
	padding: 0px 0px 0px;
	box-sizing: border-box;
	margin-top: 80px;
}
@media only screen and (max-width: 767px){
	.shop_new .main_txt_box02{
	padding: 0px 20px 0px;
    box-sizing: border-box;
}
}


.shop_new .main_txt_box02 p.txt01{
	font-size: 22px;
	font-weight: 300;/*title*/
	text-align: center;
	line-height: 1em;
	color: #000000;
	padding-top: 10px;
}
@media only screen and (max-width: 767px){
.shop_new .main_txt_box02 p.txt01{
	font-size: 20px;
}
}

/*　main_txt_box02　END　*/





/*　menu_img_box01　START　*/

.shop_new .menu_img_box01{
	position:relative;
	margin-top: 50px;
}
@media only screen and (max-width: 767px){
}

.shop_new .menu_img_box01 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px){
}

/*　menu_img_box01　END　*/


/*　menu_img_box02　START　*/

.shop_new .menu_img_box02{
	position:relative;
	margin-top: 50px;
}
@media only screen and (max-width: 767px){
}

.shop_new .menu_img_box02 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px){
}

/*　menu_img_box02　END　*/






/*　menu_waku_top　START　*/

.shop_new .menu_waku_top{
	position:relative;
	margin-top: 0px;
}
@media only screen and (max-width: 767px){
}

.shop_new .menu_waku_top img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px){
}

/*　menu_waku_top　END　*/



/*　menu_waku_bottom　START　*/

.shop_new .menu_waku_bottom{
	position:relative;
	margin-top: 0px;
}
@media only screen and (max-width: 767px){
}

.shop_new .menu_waku_bottom img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px){
}

/*　menu_waku_bottom　END　*/











/*　menu_title_box　START　*/

.shop_new .menu_title_box{
	padding: 0px 0px 0px;
	box-sizing: border-box;
	background: #ffffff;
}
@media only screen and (max-width: 767px){
	.shop_new .menu_title_box{
	padding: 0px 20px 0px;
    box-sizing: border-box;
}
}


.shop_new .menu_title_box p.txt01{
	font-size: 18px;
	font-weight: 300;/*title*/
	text-align: center;
	line-height: 1.8em;
	color: #000000;
	padding-top: 0px;
	margin-top:0px;
}
@media only screen and (max-width: 767px){
.shop_new .menu_title_box p.txt01{
	font-size: 16px;
}
}


.shop_new .menu_title_box p.txt02{
	font-size: 14px;
	font-weight: 300;/*title*/
	text-align: center;
	line-height: 2em;
	color: #000000;
	padding-top: 10px;
	margin-top:-20px;
}
@media only screen and (max-width: 767px){
.shop_new .menu_title_box p.txt02{
	font-size: 14px;
}
}

.shop_new .menu_title_box p.txt02 span{
	font-size: 12px;
}
@media only screen and (max-width: 767px){
.shop_new .menu_title_box p.txt02 span{
	font-size: 12px;
}
}

/*　menu_title_box　END　*/









/*　menu_txt_box　START　*/

.shop_new .menu_txt_box{
	padding: 0px 60px 0px;
	box-sizing: border-box;
	background: #edeef2;
}
@media only screen and (max-width: 767px){
	.shop_new .menu_txt_box{
	padding: 0px 20px 0px;
    box-sizing: border-box;
}
}


.shop_new .menu_txt_box p.txt01{
	font-size: 16px;
	font-weight: 300;/*title*/
	text-align: center;
	line-height: 1.8em;
	color: #000000;
	padding-top: 0px;
	margin-top:0px;
}
@media only screen and (max-width: 767px){
.shop_new .menu_txt_box p.txt01{
	font-size: 16px;
}
}


.shop_new .menu_txt_box p.txt02{
	font-size: 14px;
	font-weight: 300;/*title*/
	text-align: left;
	line-height: 1.6em;
	color: #000000;
	padding-top: 10px;
	margin-top:0px;
}
@media only screen and (max-width: 767px){
.shop_new .menu_txt_box p.txt02{
	font-size: 12px;
}
}

.shop_new .menu_txt_box p.txt02 span{
	font-size: 12px;
}
@media only screen and (max-width: 767px){
.shop_new .menu_txt_box p.txt02 span{
	font-size: 10px;
}
}

/*　menu_txt_box　END　*/








/*　-----------------

エステトップ（est_top_wrap）　END

--------------------------------------------------------------------------------------------------------------　*/












