body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #f7f5e9;
}

body img {
    width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#container {
}

.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0 0;
	letter-spacing: 0.045em;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight:800;
	font-style: normal;
}

.wrap_content {
	width: 80%;
	max-width: 800px;
	padding: 0 0 5% 0;
	margin: 0 auto 0;	
	text-align: center;
	background-color: #fff;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.Top {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5%;
    border-radius: 0;
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Lead {
	text-align: center;
	font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6em;
    margin: 0% auto 10%;
	color: #5dbebe;
}

span.marker {
    background-color: #fff;
}

.menu_list {
	width: 90%;
    margin: 1% auto 8%;
}

.subtitle {
	position: relative;
    width: 100%;
	box-sizing: border-box;
    margin: 0;
	z-index: 10;
	text-align: center;
	font-size: 34px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.0em;
	padding: 0 1.5%;
}

.subtitle span {
	margin-top: -3%;
	font-size: 18px;
	letter-spacing: 0.3em;
}

.subtitle img {
    width: 100%;
	margin: 0 auto;
}

.clr_box {
	position: relative;
    width: 90%;
    margin: 5% auto 10%;
    padding: 1.5% 1.5% 8%;
	border: solid 2px #5dbebe;
	background-color: #fff;
	z-index: 1;
	background-size: contain;
	background-repeat: repeat-y;
	border-radius: 50px;
	box-sizing: border-box;
}

.clr_box_header {
	position: relative;
    width: 100%;
    margin: 0% auto 10%;
    padding: 1.5% 3% 15%;
	background-color: #88d0cf;
	z-index: 1;
	background-size: contain;
	background-repeat: repeat-y;
	border-radius: 40px 40px 0 0;
	box-sizing: border-box;
}

.float_sb{
	float: left;
	width: 28%;
	margin: 2% 1% 1%;
}

.float_sb img{
	width: 100%;
}

.main_copy {
	width: 70%;
	margin: 4% auto 3%;
	padding: 0 0 2%;
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
	line-height: 2.2em;
	color: #fff;
	font-weight: 400;
	}

.main_copy a {
	font-size: 170%;
	line-height: 2.4em;
	color: #666666;
	}

.main_copy a:hover {
	text-decoration: underline;
	color: #666666;
	}

.main_copy span {
	font-size: 280%;
	font-weight: 900;
	line-height: 2.0em;
	color: #fff;
	}

.staff_icon{width: 30%; margin: -25% auto 6%; position: relative; z-index: 10;}
.staff_icon img{width: 88%; border-radius: 50%; border: solid 12px #fff; box-shadow: 2px 2px 5px #5a7779;}
.staff_icon a:hover{opacity: 0.9;}

.item_n{width: 48%;  margin: 5% 27% 2% 25%; font-size: 16px; font-weight: 600; text-align: center; color: #fff;}
.marker{background:linear-gradient(transparent 0%, #5dbebe 0%);}

.p_box{ width: 100%;	margin: 5% auto 0; max-width: 1100px;}
	/* スライダ―のCSS */
.slider_staff { width: 100%; margin: auto; display: flex;  gap: 15px; overflow-x: auto; 
		scrollbar-color: #5dbebe #dfeeee;
    scrollbar-width: thin;
		}
.slide_staff {
	width: 316px;
	font-size: 12px;
	text-align: left;
	color: #555;
	line-height: 1.7em;
	padding-bottom: 3%;
	margin: 1.5%;}	
.slide_staff img { width: 316px; margin-bottom: 4%;}	
.slide_staff a { 
	text-decoration: none;
	color: #000;
	font-size: 13px;}	
.slide_staff a:hover { text-decoration: underline;}	

.sub_title2 {
	position: relative;
	width: 45%;
    font-size: 10px;
    line-height: 2.0em;
    text-align: center;
	color: #000;
	z-index: 5;
	margin: 8% auto 3%;
}

.sub_title2 img {
	width: 100%;
	margin-bottom: 1%;
}

.style1 {
    width: 48%;
    margin: 2% 1%;
	padding: 0 0 2%;
    position: relative;
    float: left;
	background-color: #fff;
	border-radius: 20px;
}

.style1 img {
	width: 100%;
	border-radius: 0 0;
}

.item_name {
	position: relative;
	width: 90%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
	z-index: 5;
	margin: 4% 5% 0;
}

.item_price {
	font-size: 120%;
}

.btn {
	border: none;
	font-family: inherit;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
    font-weight: 400;
    font-style: normal;
}

.btn-1 {
	width: 70%;
	margin: 9% auto 1%;
    padding: 2.1% 0 2.2%;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.6em;
	color: #5dbebe;
    text-align: center;
	border: solid 2px #5dbebe;
	]
}

.btn-1 span {
	font-size: 130%;;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: 4.5px;
	border: 7px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 7px solid #5dbebe;
    transition: 0.3s;
    color: #5dbebe;
    text-decoration: none;
}
a.btn-1:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	float: left;
	width: 46%;
	margin: 1.5%;
    padding: 3% 0 3%;
	font-size: 19px;
	line-height: 1.4em;
	font-weight: 600;
	color: #444;
    text-align: center;
	border: 1px #666 solid;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	top: 34%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: 5px;
	border: 7px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 7px solid #cba698;
    transition: 0.3s;
    color: #cba698;
    text-decoration: none;
}
a.btn-2:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.sub_other {
	font-size: 24px;
	padding-top: 6%;
	padding-bottom: 3%;
	font-family: inherit;
	font-weight: 800;
}

.bnr_box {
	width: 60%;
	margin: 20% auto 1%;
	padding-bottom: 1%;
}

.bnr_box2 {
	width: 80%;
	margin: -2% auto 1%;
	padding-bottom: 1%;
}

.bnr_box2 img {
	border: solid 1px #000;
	border-radius: 20px;
}

.bnr_main {
	width: 100%;
	max-width: 600px;
	margin: 5% auto; 
}

.bnr_main img {
	width: 100%;
	margin-bottom: 3%;
}

.bnr_s {
	width: 46%;
    margin: 2% 2% 6%;
	float: left;
	color: #000;
}

.bnr_s img {
	width: 100%;
	margin-bottom: 3%;
}

.w_60 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	padding: 5%;
	box-sizing: border-box;
}

.w_60 img {
    width: 100%;
	border-radius: 0;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}

.other_box {
	width: 100%;
	margin: 5% auto;
	padding: 8% 0 8%;
	border-radius: 20px;
	border: solid 1px #ff4aa3;
	background-color: #ffe6ec;

}

.other_box img {
	width: 60%;
	margin: 0 auto;
}

.other_box p {
	margin: 5% auto 1%;
	text-align: center;
}

.staff_styling {
	width: 80%;
	margin: 2% auto 2%;
	padding: 0;
}

.sb_img {
	float: left;
	width: 31.333%;
	margin: 1%;
}

.sb_img img {
	width: 100%;
}

.footer_sb {
    width: 40%;
    max-width: 600px;
    margin: 5% auto 0;
}

.footer_sb img {
    padding: 0;
	margin: 0 0 5%;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 5px;
  bottom: 5px;;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
	background-color: #fff;
	border-radius: 35px;
	padding: 1%  1.4%;
	border: solid 1px #000;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}

.wrap_content {
	width: 100%;
	max-width: 1100px;
	padding: 0 0 6% 0;
	margin: 0 auto;	
	text-align: center;
}
	
.w_60 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.w_60 img {
    width: 100%;
}
    
.Lead {
		font-size: 18px;
    margin: 10% auto;
	}	
	
  
.subtitle {
	position: relative;
    width: 100%;
	margin: auto;
}
	
.subtitle span {
	margin-top: -3%;
	font-size: 14px;
	letter-spacing: 0.3em;
}
	
.subtitle img {
    width: 100%;
}
    

.clr_box {
    width: 92%;
    margin: 5% auto 13%;
    padding: 1.5% 1.5% 10%;
	box-sizing: border-box;
}
	
.clr_box_header {
    padding: 1.5% 3% 22%;
}
	
.staff_icon{width: 40%; margin: -30% auto 8%;}
.staff_icon img{width: 90%; border-radius: 50%; border: solid 8px #fff; box-shadow: 2px 2px 4px #6b8486;}
.item_n{width: 58%;  margin: 5% 22% 2% 20%;font-size: 14px;}
	
.main_copy {
	width: 80%;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
	margin-top: 6%;
	margin-bottom: 0%;
	}
	
.main_copy span {
	/*font-size: 180%;*/
	font-size: 220%;
	line-height: 2.0em;
	font-weight: 900;
	}
	
.slide_staff {
	width: 191px;
	font-size: 11.5px;
	text-align: left;
	color: #555;
	line-height: 1.7em;
	padding-bottom: 3%;
	margin: 1.5%;}	
.slide_staff img { width: 191px; margin-bottom: 4%;}	
.slide_staff a { 
	text-decoration: none;
	color: #000;
	font-size: 11.5px;}	
.slide_staff a:hover { text-decoration: underline;}	
	
	
	
.sub_title2 {
	width: 60%;
	margin-top: 12%;
}
	
.item_name {
    font-size: 11px;
	margin: 4% 5% 1%;
}
	
.sub_other {
	font-size: 22px;
}
	
.bnr_box {
	margin: 25% auto 1%;
	width: 96%;
}
	
.bnr_box2 {
	margin: -4% auto 5%;
	width: 96%;
}
	
.bnr_main {
	width: 100%;
	max-width: 600px;
	margin: 5% auto;
}

.bnr_s {
	width: 46%;
    margin: 2% 2% 6%;
	float: left;
	font-size: 85%;
}
	
.bnr_s a {
	font-size: 10px;
}
	
	.icon_check {
	position: absolute;
    width: 20%;
    right: 0;
	bottom: 0;
	z-index: 15;
}
	
	
.btn-1 {
	width: 80%;
	margin: 10% auto 1%;
    padding: 3% 3% 3.2% 1%;
	font-size: 13.5px;
}
	
.btn-1 span {
	font-size: 120%;;
}
	
a.btn-1:before {
	bottom: 2%;
}
a.btn-1:hover:before {
	bottom: 2%;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-2 {
	width: 46%;
	font-size: 16px;
	]
}
	
a.btn-2:before {
	top: 27%;
}
    
.pc {
		display: none;
}
	
.sp {
		display: block;
}
	
.w_60 img {
    border-radius: 0px;
}
	
.other_box {
	width: 92%;
	margin: 5% auto;
	padding: 8% 0 10%;
	border-radius: 20px;
}
	
.other_box img {
	width: 90%;
}
	
.other_box p {
	margin: 5% auto 3%;
	text-align: center;
}
	
.staff_styling {
	width: 90%;
	margin: 2% auto 5%;
}
	
.footer_sb {
    width: 50%;
    max-width: 600px;;
    margin: 0% auto 0;
}
    
.gotop {
		font-size: 20px;
	padding: 0.8% 2.3%;
		  right: 1px;
}	
}