@charset "utf-8";

/* スマートフォン用 */
@media(max-width:1023px){

/* ボタン外側 */
.openbtn1{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: #000;
}
/* ボタン内側 */
.openbtn1 span{
	position: absolute;
	display: inline-block;
	width: 16px;/* ラインの幅 */
	transition: all .4s;/*アニメーションの設定*/
	left: 18px;/* 左からの距離 */
	height: 2px;/* ラインの太さ */
	background: #fff;/* ラインの色 */
}
.openbtn1 span:nth-of-type(1){/*  */
	top:17px; 
}
.openbtn1 span:nth-of-type(2){
	top:24px;
}
.openbtn1 span:nth-of-type(3){
	top:31px;
}
/* activeクラスが付与されると線が回転して×に */
.openbtn1.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
	opacity: 0;/* 真ん中の線は透過 */
}
.openbtn1.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
.nav{/* メニューの中身 */
	visibility: hidden;/* 初期：非表示 */
	position: fixed;
	z-index: 998;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 50%, #fff 50%, #fff 100%);
	color: #000;
	opacity: 0;
	overflow-y: scroll;
//	transition: 0.5s ease-in-out;
//	border: 1px solid #000; /* 確認用 */
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
	visibility: visible;
	opacity: 1;
}
}
/* ↑スマートフォン用(ここまで) */


.header_img1{/* メニュー用LIPSロゴ */
	width: 3.75rem;
	margin: 0.3rem 0 0 0;
}
.header_img2{/* 0226-24-0807 */
	width: 13rem;
	margin: 3rem 1rem 0 0;
}
.header_img3{/* 電話をかける */
	display: block;
	width: 8rem;
	margin: 0 0.25rem 0 0;
//	border: 1px solid #fff; /* 確認用 */
}
.header_img4{/* メールでお問合せ */
	display: block;
	width: 8rem;
	margin: 0 0 0 0.25rem;
//	border: 1px solid #fff; /* 確認用 */
}
.header_img5{/* 各ページ用LIPSロゴ */
	display: block;
	width: 3.75rem;
	margin: 0.3rem auto 0 auto;
}
.g_navi{
	width: 85%;
	margin: 2rem auto 0 auto;
//	border: 1px solid #000; /* 確認用 */
}

.g_navi a{
	display: block;
	text-decoration: none;
	font-weight: 900;
	color: #000;
	padding: 1rem 0 0 0;
	border-top: 1px solid #000;
//	border: 1px solid #000; /* 確認用 */
}
.g_navi li:last-child{
	border-bottom: 1px solid #000;
}
.g_navi ul{
}
.g_navi li{
	list-style: none;
//	line-height: 4rem;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
	text-align: center;
//	border: 1px solid #000; /* 確認用 */
}
.g_navi span.menu-item-description{
	display: block;
	font-size: 1rem;
	font-weight: normal;
	padding: 0.5rem 0 1rem 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div1{/* 営業カレンダー */
	display: block;
	width: 85%;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.2rem;
	padding: 1rem 0 1rem 0;
	margin: 3rem auto 0 auto;
	border: 1px solid #000;
}
.header_div2{/* 予約制(月曜休、第3曜日～火曜休) */
	width: 85%;
	font-size: 1.1rem;
	margin: 0.5rem auto 0 auto;
//	border: 1px solid #000; /* 確認用 */
}
.header_div3{/* 電話をかける・メールでお問合せ */
	width: 85%;
	display: flex;
	justify-content: center;
	margin: 3rem auto 0 auto;
//	border: 1px solid #000; /* 確認用 */
}
.header_div4{/* c2021 sea wind office co.,ltd All rights reserved */
	font-size: 0.7rem;
	padding: 2rem 0 0.5rem 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div6{/* 電話番号PC用 */
	display: none;
//	border: 1px solid #fff; /* 確認用 */
}
.header_div8_front{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	z-index: 997;
	height: 12rem;
	writing-mode: vertical-rl;
	top: 55%;
	left: 0;
	font-size: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 2rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_about{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	z-index: 997;
	height: 12rem;
	writing-mode: vertical-rl;
	top: 60%;
	left: 0;
	font-size: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 2rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_contact{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	z-index: 997;
	height: 12rem;
	writing-mode: vertical-rl;
	top: 60%;
	left: 0;
	font-size: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 2rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_menu{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	z-index: 997;
	height: 12rem;
	writing-mode: vertical-rl;
	top: 60%;
	left: 0;
	font-size: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 2rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_news{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	z-index: 997;
	height: 12rem;
	writing-mode: vertical-rl;
	top: 60%;
	left: 0;
	font-size: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 2rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_products{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	z-index: 997;
	height: 12rem;
	writing-mode: vertical-rl;
	top: 60%;
	left: 0;
	font-size: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 2rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_single{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	z-index: 997;
	height: 12rem;
	writing-mode: vertical-rl;
	top: 60%;
	left: 0;
	font-size: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 2rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}

/* PC向けのスタイル：1024px以上 */
@media(min-width: 1024px){

.g_navi{
	display: block;
	width: 43.75rem;
	text-align: right;
	margin: 3rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.g_navi a{
	display: block;
	text-decoration: none;
	font-weight: 900;
	color: #000;
	padding: 0 0 0 0;
	border-top: 0px solid #3E5472;
//	border: 1px solid #000; /* 確認用 */
}
.g_navi li:last-child{
	border-bottom: 0px solid #3E5472;
}
.g_navi ul{
}
.g_navi li{
	display: inline-block;
	width: 9.2rem;
	list-style: none;
//	line-height: 4rem;
	font-size: 1.3rem;
	font-weight: bolder;
	letter-spacing: 0.2rem;
	text-align: center;
//	border: 1px solid #f00; /* 確認用 */
}
.g_navi span.menu-item-description{
	display: block;
	font-size: 0.9rem;
	padding: 0 0 0 0;
	margin: 0.3rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_img1{
	display: block;
	width: 12.5rem;
	margin: 1.875rem 0 0 3.125rem;
//	border: 1px solid #000; /* 確認用 */
}
.header_img2{ /* 0226-24-0807 */
	display: none;
//	border: 1px solid #000; /* 確認用 */
}
.header_img5{/* 各ページ用LIPSロゴ */
	display: none;
//	border: 1px solid #000; /* 確認用 */
}
.header_img6{/* 0226-24-0807 PC */
	width: 12.5rem;
	margin: 3rem 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div1{/* 営業カレンダー */
	display: none;
//	border: 1px solid #000; /* 確認用 */
}
.header_div2{/* 予約制(月曜休、第3曜日～-火曜休) */
	display: none;
//	border: 1px solid #000; /* 確認用 */
}
.header_div3{/* 電話をかける・メールでお問合せ */
	display: none;
//	border: 1px solid #000; /* 確認用 */
}
.header_div4{/* c2021 sea wind office co.,ltd All rights reserved */
	display: none;
//	border: 1px solid #000; /* 確認用 */
}
.header_div5{
	display: flex;
	align-items: flex-start;
//	border: 1px solid #000; /* 確認用 */
}
.header_div6{/* 電話番号PC用 */
	display: block;
	width: 16.875rem;
	height: 7.187rem;
	text-align: center;
	background: #000;
//	border: 1px solid #fff; /* 確認用 */
}
.header_div7{/* 予約制(月曜休、第3曜日～火曜休)PC用 */
	font-size: 0.9rem;
	color: #9f9f9f;
	margin: 0.2rem 0 0 0;
//	border: 1px solid #fff; /* 確認用 */
}
.header_div8_1_pc{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	border: 1px solid #000; /* 確認用 */
}

.header_div8_front{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	text-align: left;
	z-index: 997;
	writing-mode: vertical-rl;
	top: 54rem;
	left: 2rem;
	height: 30rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.66rem;
	padding: 0 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_about{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	text-align: left;
	z-index: 997;
	writing-mode: vertical-rl;
	top: 54rem;
	left: 2rem;
	height: 30rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.66rem;
	padding: 0 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_contact{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	text-align: left;
	z-index: 997;
	writing-mode: vertical-rl;
	top: 14rem;
	left: 2rem;
	height: 30rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.66rem;
	padding: 0 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_menu{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	text-align: left;
	z-index: 997;
	writing-mode: vertical-rl;
	top: 54rem;
	left: 2rem;
	height: 30rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.66rem;
	padding: 0 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_single{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	text-align: left;
	z-index: 997;
	writing-mode: vertical-rl;
	top: 54rem;
	left: 2rem;
	height: 30rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.66rem;
	padding: 0 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}

.header_div8_news{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	text-align: left;
	z-index: 997;
	writing-mode: vertical-rl;
	top: 14rem;
	left: 2rem;
	height: 30rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.66rem;
	padding: 0 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}
.header_div8_products{/* LIPS LIFE STYLE WEB */
	position: absolute;
//	position: fixed;
	text-align: left;
	z-index: 997;
	writing-mode: vertical-rl;
	top: 54rem;
	left: 2rem;
	height: 30rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.66rem;
	padding: 0 0 0 0;
//	border: 1px solid #000; /* 確認用 */
}

.header_span1{
	letter-spacing: 0.2rem;
}


}