@charset "utf-8";

/*
Theme Name: musubinoen
Theme URI: 
Version: 1.0.0
*/

body{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;  
  font-family: 'Shippori Mincho', YuMincho, 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02rem;
  font-size: 16px;
  line-height: 2em;
  color: #111111;
  background-repeat: repeat;
  text-align: center;
  overflow-x: hidden;
}

html{
  scroll-behavior: smooth;
}

header {
    top: 0px; 
    left: 0px;
    right: 0px;
    height: 180px;
  }
  
footer {
  background-color: #5a7c6d;
  color: #4444; 
  font-weight: 500;
}

img {
	border:0;
}

address {
	font-style:normal;
}

p,li,dt,dl {
	line-height:2;
}

p {
	margin:0 0 1em 0;
}

.white-txt{
  color: #FFF;
}

.black-txt{
  color: #111;
}

h1{
  margin: 0;
}

h2{
  font-family: Cambria, Georgia, serif;
  font-size: 40px;
  font-weight: 500;
  color: #5a7c6d;
  margin-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  letter-spacing: 0.05em;
}

h2::before {
  content: '';
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5a7c6d;
  border-radius: 2px;
}

h2 span{
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

h3{
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

li {
	list-style-type:none;
}

/*------------------------*/
.no-list01 li {
  font-size: 16px;
  padding-bottom: 5px;
  margin-left: 1.4em;
	text-indent: -1.3em;
}
.no-list01 li:last-child {
  padding-bottom: 0;
}

/* アイコン（丸の箇所） */
.no-list01 li span {
  background-color: #AAAAAA;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  display:inline;
  zoom:1;
  height: 10px;
  margin: 0 10px 3px 0;
  position: relative;
  vertical-align: middle;
  width: 10px;
}

a {
  transition: color 0.3s ease 0s;
}

a:link {
	color:#444;
  text-decoration:none;
}
a:visited {
	color: #5a7c6d;
	text-decoration:none;
}

/* hoverで下線 */
/* Link Color */
/* a:link {
	color:#222;
  text-decoration:none;
  background: 
      linear-gradient(currentColor 0 0) 
      bottom /var(--d, 0) 1px 
      no-repeat;
  transition:0.5s;
}
a:visited {
	color:#222;
	text-decoration:none;
}*/

a:hover {
  color: #5a7c6d;
	text-decoration: inherit;
} 

.black-link a:link {
	color:#111;
  text-decoration:none;
}
.black-link a:visited {
	color:#665a4d;
	text-decoration:none;
}
.black-link a:hover {
	color:#665a4d;
  text-decoration:none;
}

.white-link a:link {
	color:#ffffff;
  text-decoration:none;
	background: 
      linear-gradient(currentColor 0 0) 
      bottom /var(--d, 0) 1px 
      no-repeat;
  transition:0.5s;
}
.white-link a:visited {
	color:#ffffff;
	text-decoration:none;
}
.white-link a:hover {
	--d: 100%
  color: #690102;
	text-decoration: inherit;
}
.white-link a:active {
	color:#ffffff;
}

.white-menu a:link {
	color:#ffffff;
  text-decoration:none;
	background: 
      linear-gradient(currentColor 0 0) 
      bottom /var(--d, 0) 1px 
      no-repeat;
  transition:0.5s;
}
.white-menu a:visited {
	color:#ffffff;
	text-decoration:none;
}

.center-txt{
  text-align: center;
}

#mainimg {
  display: none;
}

/* main-mav背景 */
#main-nav-back{
  width : 80%;
  height : 150px;
  background : #111111;
  position: absolute;
  right: 0;
  top: 0px;
}

/* メインメニュー表示 */
ul#main-nav {
  position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 55px;
	overflow: hidden;
  right: 10px;
  top: 80px;
  opacity: 0.8;
  z-index: 95;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
ul#main-nav li {
	list-style-type: none;
	float: right;
  position: relative;
  flex-grow: 1;
}
ul#main-nav li a {
	font-size: 1em;
  font-weight: 600;
	display: inline-block;
	width: 150px;
	line-height: 50px;
	color: #444;
	text-align: center;
	margin: 0;
  opacity: 1;
  transition:1s;
  text-decoration: none;
}
ul#main-nav li+li::before{
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul#main-nav li a:hover {
	color: #5a7c6d;
}
ul#main-nav li a span{
  display: block;
  line-height: 0.05rem;
  font-size: 11px;
  margin-top: -10px;
}

/* ------------------------- */
/* PC ハンバーガーメニュー非表示 */
/* ------------------------- */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: none;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #111;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #111;
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 98;
  background: #fff;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.nav_item{
  padding-bottom: 1rem;
  font-weight: 600;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

/***追従するトップへ戻るボタン */
#page-top{
  position: fixed;
  z-index: 97;
  right: 20px;
  bottom: 60px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 100%;
  line-height: 1.5rem;
  color: #111;
  padding: 0 0 0 35px;
  border-top: solid 1px;
}
#page-top::before{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
/***トップへ戻るボタンここまで***/


/*** ボタン ***/
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #5a7c6d;
  font-size: 16px;
  border-radius: 0px;
  width: 300px;
  height: 60px;
  border: 1px solid #5a7c6d;
  position: relative;
  transition: 0.3s;
  background-color: #ffffff00;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 100px;
}

.original-button::before, .original-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #5a7c6d;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

.original-button::before {
  transform: translateY(-40%) rotate(40deg);
}

.original-button::after {
  transform: translateY(-40%) rotate(-40deg);
}

.original-button:hover::before {
  transform: translate(5px, -40%) rotate(40deg);
}

.original-button:hover::after {
  transform: translate(5px, -40%) rotate(-40deg);
}
/*** ボタンend ***/

/*** contact ボタン ***/
.contact-button{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0px;
  width: 300px;
  height: 60px;
  border: 1px solid #5a7c6d;
  position: relative;
  transition: 0.3s;
  background-color: #5a7c6d;
  margin: 0 auto;
  margin-top: 70px;
}

.contact-button-wrap a:link{
  color: #ffffff;
}

.contact-button-wrap a:visited{
  color: #ffffff;
}

.contact-button::before, .contact-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #ffffff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
  color: #ffffff;
}

.contact-button::before {
  transform: translateY(-40%) rotate(40deg);
}

.contact-button::after {
  transform: translateY(-40%) rotate(-40deg);
}

.contact-button:hover::before {
  transform: translate(5px, -40%) rotate(40deg);
}

.contact-button:hover::after {
  transform: translate(5px, -40%) rotate(-40deg);
}
/*** contact ボタンend ***/

/* -- 投稿制作 start -- */
/* -- archive -- */
.module-Article_Item {
	border-bottom: 1px dotted #D5D1CA;
}

.module-Article_Item:first-of-type {
	border-top: 1px dotted #D5D1CA;
}

.module-Article_Item_Link {
	display: flex;
	text-decoration: none;
	color: #444;
	padding-top: 30px;
	padding-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.module-Article_Item_Img {
	width: 30%;
	margin-right: 15px;
  min-width: 335px;
}

.module-Article_Item_Body {
	flex: 1;
	font-size: 0.9375rem;
  text-align: left;
}

.module-Article_Item_Body p {
	line-height: 1.7;
}

.module-Article_Item_Body h2::before{
  content: none;
}

.module-Article_Item_Body h3{
  font-size: 1.1rem !important;
  height: 30px;
}

.module-Article_Item_Title {
	color: #5a7c6d;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.module-Article_Item_Meta {
	color: #444;
  padding-left: 0px;
  margin-bottom: 0px;
}

.module-Article_Item_Meta li {
	display: inline-block;
}

.module-Article_Item_Cat:after {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin-right: .3em;
	margin-left: .5em;
	content: "";
	transform: skew(-10deg) translateY(0.1em);
	background-color: #444;
}

ul.module-Article_Item_Meta {
  margin-top: 0px;
}
/* -- archive end -- */

/* -- pagination -- */
.pagination {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
}

.pagination .nav-links {
	font-family: "Noto Sans JP", sans-serif, sans-serif;
}

.pagination .page-numbers {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	color: #444;
	border: 1px solid #5a7c6d;
	border-radius: 0.2em;
	background-color: #FFF;
	font-size: 0.875rem;
}

.pagination .page-numbers:hover {
	border-color: #5a7c6d;
}

.pagination .page-numbers.current {
	color: #FFFFFF;
	border-color: #5a7c6d;
	background-color: #5a7c6d;
}

.pagination .page-numbers.dots {
	padding: 0 .5em;
	border: none;
	background-color: transparent;
}
/* -- pagination end -- */


/* -- Singlepage -- */
.content-Header{
  height: 180px;
}

.content-Title{
  margin-bottom: 20px;
}

.content-Body{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.content-Meta{
  display: flex;
  justify-content:center; 
  align-items:center;
  margin-bottom: 20px;
}

.content-Meta a{
  color: #5a7c6d;
 }

.content-Cat{
    border: 1px solid #5a7c6d;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
    margin-right: 20px;
}

.content-Cat a{
  color: #5a7c6d;
}

.content-Nav {
	color: #767268;
	border-top: 1px dotted #D5D1CA;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.content-Nav a {
	text-decoration: none;
	color: #767268;
}

.content-Nav a:hover,
.content-Nav a:focus {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.content-Nav_Prev,
.content-Nav_Next {
	margin-bottom: 15px;
}

.content-Nav_Next {
	text-align: right;
}
/* -- Singlepage end -- */

/* TOP投稿並び */
.infomation-wrap {
  height: 750px;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.infomation-wrap h2{
  margin-top: 150px;
}

.infomation-row {
	display: flex;
  justify-content:center; 
  align-items:center; 
  gap: 10px 30px; 
	margin-right: -15px;
	margin-left: -15px;
}

.col-6{
  width: 300px;
}

.infomation-wrap .original-button{
  margin-top: 50px;
}

.infomation-row h2{
  margin: 0;
}

.home-Style_More {
	text-align: center;
	margin-top: 45px;
}

.home-Style_More_Link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
	background-color: #FFFFFF;
	color: #00A1C6;
	border: 1px solid #00A1C6;
	width: 100%;
	max-width: 20em;
}

.home-Style_More_Link:hover,
.home-Style_More_Link:focus,
.home-Style_More_Link:visited {
	background-color: #00A1C6;
	color: #FFFFFF;
}

.module-Article_Item_Body{
  flex: 1;
	font-size: 0.9375rem;
}

.module-Style_Item_Img{
  margin-bottom: 0;
}

/* TOP投稿並び end */
/* -- 投稿制作 end -- */


.pc-none{
  display: none;
}

.pc-news-none{
  display: none;
}

.pc-960-none{
  display: none;
}

.sp-blank{
  display: none;
}

.pc-blank{
  display: block;
}

.hr_gradation {
	position: relative;
	height: 1px;
	border-width: 0;
  width: 50%;
    margin-bottom: 80px;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#5a7c6d 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#5a7c6d 50%,transparent 100%);
}





/*----- 共有end -----*/

#top-wrap {
  position: relative;
}

#top-wrap #top-contact-row{
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content:center; 
  align-items:center;
  top: 30px;
  right: 50px;
}

#top-wrap #toplogo-img-wrap{
  text-align: left;
  position: absolute;
  z-index: 1;
}

#top-contact-tel a {
	border: 1px solid #5a7c6d;
  color: #5a7c6d;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 30px;
}

#top-contact a{
  background-color: #5a7c6d;
  border: 1px solid #5a7c6d;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

#toplogo-img{
  width: 13%;
  max-width: 200px;
  min-width: 180px;
}

#mv-wrap{
  max-width: 100%;
  min-width: 100%;
  height: 57vw;
  position: relative;
}

#mv-wrap p{
  font-size: 8.5vw;
  font-family: 'Allura', cursive;
  position: absolute;
  z-index: 1;
  margin-top: 20vw;
  margin-left: 20px;
  color: #5a7c6d;
  line-height: 1.2;
  color: transparent;
  -webkit-background-clip: text;
  background-color: #276253;
  opacity: 1;
  letter-spacing: 3px;
  text-shadow: 0 0 0.3em rgba(255,255,255,0.05), 0.03em 0.04em 0.03em rgba(255,255,255,0.4);
}

#mv-wrap #mv-imgtop{
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
}

#mv-wrap #mv-imgtop-sp{
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

#topmsg-wrap #topmsg-01{
 width: 100%;
 font-size: 36px;
 font-weight: 600; 
 line-height: 1.2;
 color: transparent;
 -webkit-background-clip: text;
 background-color: #276253;
 opacity: 1;
 letter-spacing: 3px;
 text-shadow: 0 0 1em rgba(255,255,255,0.05), 0.1em 0.1em 0.1em rgba(255,255,255,0.4);
}


#topmsg-wrap #topmsg-greet{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

#topmsg-wrap #topmsg-greet-img{
  width: 40%;
  margin-right: 30px;
}

#topmsg-wrap span{
  font-size: 12px;
}

#about-wrap{
  background-image: url("img/img_lavender.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 20%  200px;
}

#about-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
}

#about-row p{
  margin-bottom: 50px;
}

#about-img{
  width: 30%;
}

#workshop-back{
  background-color: rgba(253, 184, 107, 0.1);
  height: 1200px;
  top: 50px;
  padding-top: 30px;
  position: relative;
  z-index: 0;
}

#img-workshop{
  width: 600px;
  position: absolute;
  z-index: 3;
  top: 250px;
  left: 15%;
}

#workshop-wrap #msg-back{
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  width: 600px;
  height: 400px;
  right: 0;
  left: 200px;
  top: 550px;
  margin: 0 auto;
}

#workshop-wrap #msg-back #msg-back-frame{
  line-height: 2;
  border: solid 1px #fdb86b;
  width: 580px;
  height: 380px;
  margin: 0 auto;
  margin-top: 10px;
}

#workshop-msg{
  position: absolute;
  z-index: 2;
  top: 180px;
  left: 23%;
}

#workshop-flower{
  position: absolute;
  z-index: 4;
  width: 400px;
  left: 330px;
  top: 150px;
}

#workshop-wrap .original-button{
  margin-top: 900px;
}

#salonmenu-wrap{
  margin-top: 200px;
}

#salonmenu-wrap #salonmenu-row{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 80px;
}

#salonmenu-wrap h2{
  margin-top: -30px;
  margin-bottom: 80px;
}

#product-wrap{
  margin-top: 200px;
}

#product-wrap #product-row{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 80px;
}

#product-wrap h2{
  margin-top: -30px;
  margin-bottom: 100px;
}

.product-wrap h3{
	position: relative;
	padding-bottom: 30px;
	font-size: 26px;
	text-align: center;
  margin-bottom: 50px !important; 
}

.product-wrap h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #5a7c6d rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}


#school-wrap h2{
  margin-top: 150px;
  margin-bottom: 80px;
}

#school-wrap{
  position: relative;
  z-index: 0;
}

#img-school{
  object-fit: cover;
  width: 100%;
  height: 455px;
}

#school-wrap #school-frame{
  width: 90%;
  max-width: 1250px;
  height: 420px;
  position: absolute;
  z-index: 1;
  line-height: 2;
  border: solid 1px #5a7c6d;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 200px;
}

#school-wrap #school-back{
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  width: 784px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#school-wrap #school-msg{
  height: 250px;
  display: flex;
  justify-content: center; 
  align-items: center;
}

#school-wrap p{
  margin-bottom: 0;
}

#school-wrap .original-button{
  margin-top: 70px;
  margin-bottom: 150px;
}

#contact-wrap h2{
  margin-top: 180px !important;
}

.contact-button-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.contact-br{
  width: 100%;
}

#footer-wrap{
  height: 1070px;
  background-color: #5a7c6d;
  color: #ffffff;
}

#footer-wrap h2{
  color: #ffffff;
  font-size: 30px;
}

#footer-wrap h2::before {
  background-color: #ffffff;
}

#footer-wrap #img-logo{
  width: 200px;
  margin-top: 80px;
}

#footer-wrap #saloninfo-row{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 90%;
  max-width: 865px;
}

#footer-wrap #salon-info-left{
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-wrap dl{
  display: flex;
  flex-wrap: wrap;
  flex-basis: 560px;
  min-width: 485px;
}

#footer-wrap dt{
  width: 100px;
  height: 30px;
  margin-bottom: 10px;
  background:#ffffff; /*背景色の指定*/
  color:#5a7c6d; /*テキストの色の指定*/
  padding:5px;
  font-weight: 600;
}

#footer-wrap dd{
  width: 350px;
  text-align: left;
  margin-bottom: 10px;
}

#footer-wrap #privacy-link{
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 14px;
}

#footer-wrap #last-txt{
  font-size: 14px;
  text-align: center;
}

#footer-menu a{
  text-decoration: none;
  color: #fff;
}

#footer-menu ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
  max-width: 1200px;
}

#footer-menu ul li {
  flex-grow: 1;
  text-align: center;
}

#footer-menu ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

/* footer 問い合わせボタン */
#footer-wrap #contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 0px;
  width: 300px;
  height: 60px;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s;
  background-color: #ffffff00;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

#footer-wrap #contact-button::before, #footer-wrap #contact-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

#footer-wrap #contact-button::before {
  transform: translateY(-40%) rotate(40deg);
}

#footer-wrap #contact-button::after {
  transform: translateY(-40%) rotate(-40deg);
}

#footer-wrap #contact-button:hover::before {
  transform: translate(5px, -40%) rotate(40deg);
}

#footer-wrap #contact-button:hover::after {
  transform: translate(5px, -40%) rotate(-40deg);
}
/* footer 問い合わせボタン end */

#footer-info{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}

#footer-logo{
  width: 270px;
  padding-right: 50px;
}

#footer-info #footer-txt{
  padding-top: 20px;
}

#footer-info p{
  margin-bottom: 0px;
  color: #111;
  text-align: left;
}

#footer-info a{
  float: left;
  padding-left: 10px;
}

#footer-info #privacy{
  font-size: 14px;
  color: #665a4d;
  padding-top: 5px;
}

#footer-info #footer-map{
  padding-left: 30px;
}


/* --- 固定ページ --- */
body:not(.home) h1 { 
  text-align: center;
  font-size: 35px;
}


body:not(.home) h2 {
  font-size: 1.6rem;
  letter-spacing: 3px;
  margin-bottom: 40px;
  margin-top: 100px;
}

body:not(.home) h3 {
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-top: 20px;
}

body:not(.home) ul#main-nav li a{
  color: #111;
  font-weight: 500;
}

body:not(.home) #footer-wrap {
  height: 1090px;
}

/* --
body:not(.home) ul#main-nav li+li::before {
  border-left: 1px solid #111;
}

body:not(.home) ul#main-nav li a:hover {
  color: #111;
}
-- */

.page-wrap{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.title-flower{
  background-image: url("img/img_lavender.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 30%;
}

#privacy-wrap{
  text-align: left;
}

#privacy-wrap li {
	list-style-type: disc;
  text-indent: 0;
  line-height: 1.4;
}

#privacy-wrap p{
  line-height: 1.6;
}

#page404-wrap{
  text-align: center;
  margin-bottom: 200px;
}

#page404-wrap h2{
  font-size: 23px;
}

#page404-wrap h2::before{
  content: none;
}

#page404-wrap a{
  font-weight: 600;
}

#page404-wrap a::before{
  color: #444;
}

#page404-wrap a::after{
  color: #5a7c6d;
}

.error404 footer {
  bottom:0;
  width:100%;
}

#teacher-allback{
  background-color: rgba(90, 124, 109, 0.4);
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#teacher-allback h2{
  margin-top: 40px;
}

.teacher-back{
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
}

.teacher-wrap{
  display: flex;
  justify-content: center;
  align-items:flex-start;
  gap: 10px 20px; 
}

.teacher-img{
  margin-top: 30px;
  margin-left: 10px;
  width: 40%;
}

.teacher-txt{
  text-align: left;
  flex-basis: 50%;
}

.teacher-fee{
  margin-bottom: 0px;
  font-weight: 600;
}

.teacher-wrap .head{
  font-size: 1.2rem;
  font-weight: 500;
}

.teacher-wrap .head1{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.teacher-wrap h3 span{
  display: block; 
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.schoolpage-wrap .schoolpage-title{
  margin-top: 150px !important;
  margin-bottom: 30px !important;
}

.menu-topimg{
  width: 60%;
  min-width: 500px;
  margin-top: 50px;
  border-radius: 10px 10px 10px 10px;
}

.menu-wrap{
  margin-top: 100px;
}

.menu-wrap dt{
  font-weight: 600;
}

.menu-wrap dd{
  margin-left: 0;
}

.menu-wrap .menu-txt{
  margin-bottom: 80px;
  margin-top: 30px;
}

.menu-wrap .menu-txt h3{
  margin-bottom: 30px;
}

.menu-wrap .menu-txt .title-brank01{
  margin-bottom: 0 !important;
}

.menu-wrap .menu-txt .title-brank02{
  margin-top: 5px !important;
}

.row-lymph{
  display: flex;
  justify-content: center;
  align-items:center;
  column-gap: 30px;
}

.row-lymph img{
  width: 300px;
}


.product-wrap{
  margin-top: 100px;
}

.product-wrap .head{
  margin-top: 120px;
}

.product-row{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 20px; 
}

.product-wrap dt{
  font-weight: 600;
}

.product-wrap dd{
  margin-left: 0;
}

.product-line{
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-img{
  width: 30%;
}

.product-txt{
  flex-basis: 50%; 
  min-width: 300px;
}

.aboutpage-wrap h3{
	position: relative;
	padding-bottom: 30px;
	font-size: 21px;
	text-align: center;
  margin-bottom: 50px !important; 
  margin-top: 80px !important;
}

.aboutpage-wrap h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #5a7c6d rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.aboutpage-wrap ul{
  display: inline-block;
  margin: 0 auto;
  list-style:none;
}

.aboutpage-wrap ul li{
  background: url("img/icon_leaf.png") no-repeat 0 0;
  background-size:auto 20px;
  padding-left: 30px;
  padding-bottom: 5px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.aboutpage-wrap .border-none{
  border: initial;
  padding: 0;
  margin-bottom: 20px;
}

.aboutpage-wrap .aboutpage-salonimg{
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
}

.aboutpage-wrap .original-button{
  margin-top: 50px;
  margin-bottom: 50px;
}

.aboutpage-wrap #about-owner{
  margin-bottom: 30px;
}

.aboutpage-wrap #about-owner p{
  font-size: 21px;
}

.aboutpage-wrap .aboutpage-ownerimg{
  border-radius: 10px 10px 10px 10px;
}

.schoolpage-menurow dt{
  width: 100px;
  height: 30px;
  margin-bottom: 10px;
  background: #5a7c6d;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  display: inline-block;
  margin-top: 50px;
} 

.schoolpage-menurow dd{
  margin-left: 0;
}

/* --- 問い合わせフォームstart --- */
.form-thanks{
	margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;		
	text-align: center;
}

/* --- 問い合わせフォーム --- */
.cform th {
	width: 205px; 
	min-width: 160px;
	padding: 10px 0 10px 15px;
	font-weight: bold;
	text-align: left;
}

.cform td {
	line-height: 200%;
	padding: 10px 5px;
  text-align: left;
}

.cform {
	margin: 0 auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform input[type=text][size="0"],
input[type="email" i] {
	width: 500px;
}

.cform input[type=text][size="20"] {
	width: 80px;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.submit-btn{
	text-align: center;
	display:inline-block;
	width: 100%;
}

.submit-btn [type=submit]{
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 50px;
  background: #222;
  border: solid 2px #222;
  transition: .3s;
  right: 20px;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* font-family: 'Shippori Mincho'; */
  letter-spacing: 0.3rem;
  margin-top: 40px;
  margin-bottom: 80px;
  margin-right: 10px;
  margin-left: 10px;
}

.submit-btn [type=submit]span{
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
}

.submit-btn [type=submit]:hover{
    color: #222;
    background: #fff;
}

.submit-btn  input[name="submitBack"]{
	display:inline-block;
}

cform-btn-wrap{
	text-align: center;
}
/* --- 問い合わせフォームend --- */

/* --- プライバシーポリシーページ start --- */
.page-id-176 p{
  width: 80%;
  text-align: left;
  margin: 0 auto;
}

.page-id-176 h2{
  width: 90%;
  margin: 0 auto;
}

.page-id-176 .privacy-address{
  margin-top: 20px;
  margin-bottom: 100px;
}

/*------------------------*/
.page-id-176 .privacy-list ul {
text-align: left;
width: 80%;
margin: 0 auto;
padding-top: 20px;
}

.page-id-176 .privacy-list li {
  padding-bottom: 5px;
  margin-left: 1.4em;
	text-indent: -1.3em;
}

.page-id-176 .privacy-list li:last-child {
  padding-bottom: 0;
}

/* アイコン（丸の箇所） */
.page-id-176 .privacy-list li span {
  background-color: #AAAAAA;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
*display:inline;
*zoom:1;
  height: 10px;
  margin: 0 10px 3px 0;
  position: relative;
  vertical-align: middle;
  width: 10px;
}

/* アイコン（三角の箇所） */
.page-id-176 .privacy-list li span:before {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #FFF;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  content: "";
  display: block;
  left: 4px;
  position: absolute;
  top: 2px;
}
/*------------------------*/
/* --- プライバシーポリシーページ end --- */

.mv-pc { display: block !important; }
.mv-sp { display: none !important; }

@media screen and (max-width: 1200px) {

#workshop-wrap #msg-back{
  right: 15%;
  left: auto;
}

#workshop-flower {
  width: 350px;
}

}

@media screen and (max-width: 1000px) {

.pc-news-none{
  display: block;
}
 
.sp-news-none{
  display: none;
}

.infomation-wrap {
  height: 650px;
}

/*--- 投稿start --- */
	
.slides {
  position: relative;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
	
#slider-area {
  position: relative;
  margin-bottom: 50px;
}

.slides-inner {
  position: relative;
  top: 0;
  width: 100%;
}

.slidekiji {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}

.slidekiji a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 500px;
  color: #5a7c6d;
}

.slidekiji img {
  width: 80%;
  max-width: 300px;
  height: 100%;
  object-fit: cover;
}
	
.slidekiji .text {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  top: 180px;
  padding: 25px 30px 15px;
  color: #5a7c6d;
}

.slidekiji .kiji-date {
  font-size: .9em;
}
	
.slidekiji .cat-data {
  font-size: .9em;	
  background-color: transparent;
}
	
.slidekiji h3 {
  font-size: 0.9em !important;
  line-height: 1.4;
  margin: 0 !important;
  color: #5a7c6d;
}

.slidekiji .cat-data, .slidekiji .kiji-date {
  font-size: .8em;
}
	
#pager {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pager .prev, #pager .next {
  line-height: 40px;
  position: absolute;
  top: 0;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-decoration: none;
}
	
#pager .prev {
  left: 0;
}

#pager .next {
  right: 0;
}

.slides-nav {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slides-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 5px;
  background: #ccc;
}

.slides-nav a.active {
  cursor: default;
  background: #333;
}

.news-button{
  margin-top: 0px;
}

/* --- archive start --- */
.archive-wrap{
  margin-bottom: 150px;
}

.module-Article_Item_Link {
  flex-direction: column;
  min-width: initial;
}

.module-Article_Item_Img{
  width: auto;
  margin-right: 0;
}

.module-Article_Item_Title{
  text-align: center;
  padding-bottom: 0;
  padding-top: 10px;
  width: 95%;
  margin: 0 auto;
}

.module-Article_Item_Meta{
  text-align: center;
}

.module-Article_Item_Body p{
  width: 90%;
  margin: 0 auto;
}

/* --- archive end --- */
/* --- 投稿end --- */

.contact-button-wrap {
  width: 600px;
}

}

@media screen and (max-width: 1120px) {

  /* ------------------------- */
/* SP ハンバーガーメニュー表示 */
/* ------------------------- */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;/* 重なり順を一番上にする */
  cursor: pointer;
  right: 0px;
  top: 0px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #5a7c6d;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #5a7c6d;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #5a7c6d;
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 98;
  background: #fff;
  transition: .5s;
}

.nav_content ul{
  padding-left: 0 !important;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  text-align: center;
}

.nav_item{
  padding-bottom: 1rem;
  font-weight: 600;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

/* ロゴ設置 */
.nav_content .top-logo{
  width: 130px;
  margin-top: 0px;
}

/* ハンバーガーメニュー */
/* 公式LINEリンクボタン */
a.btn-spnav-line {
  text-align: initial;
  color: #d3d3d3;
  display: inline-block;
  width: 300px;
  height: 50px;
  position: relative;
  background: #111;
  border: solid 2px #111;
  transition: .3s;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1rem;
  top: 50px;
  margin-bottom: 20px;
 }
a.btn-spnav-line span{
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
}
a.btn-spnav-line:hover{
    color: #111;
    background: #fff;
}
/* ------------------------ */

/* ハンバーガーメニュー */
/* 電話番号リンクボタン */
a.btn-spnav-tel {
  text-align: initial;
  color: #d3d3d3;
  display: inline-block;
  width: 300px;
  height: 50px;
  position: relative;
  background: #111;
  border: solid 2px #111;
  transition: .3s;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  top: 50px;
 }
a.btn-spnav-tel span{
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
}
a.btn-spnav-tel:hover{
    color: #111;
    background: #fff;
}
/* ------------------------ */

/* ハンバーガーメニュー ボタン設置 */
.spmenu-button-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 150px;
  width: 100%;
}

.spmenu-button-wrap a:link{
  color: #ffffff;
}

.spmenu-button-wrap a:visited{
  color: #ffffff;
}

.spmenu-button{
  margin-top: 20px !important;
}

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

/* ナビゲーションメニュー非表示 */
#main-nav {
  display: none!important;
}
/* ---------- */

}

@media screen and (max-width: 960px) {

.pc-960-none{
  display: block;
}

.sp-960-none{
  display: none;
}

.footer-map-sp{
  width: 80%;
  margin-top: 20px;
}

#footer-wrap{
  height: 210vw !important;
}

#footer-wrap #saloninfo-row{
  flex-direction: column;
}

}

@media screen and (max-width: 767px) {

body{
  width: 100%;
}

body:is(.home) body{
  position: relative;
}

body:is(.home) header{
  position: absolute;
}

header{
  height: 150px;
}

h2{
  font-size: 32px;
}

h2{
  font-family: Cambria, Georgia, serif;
  font-size: 8vw;
  font-weight: 500;
  color: #5a7c6d;
  margin-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}

h2::before {
  bottom: 7px;
}

h2 span{
  font-size: 13px;
  margin-top: 7px;
}
h3{
  font-size: 25px;
}

p,li,dt,dl{
  font-size: 14px;
}

.sp-blank{
  display: block;
}

.pc-none{
  display: block;
}

.sp-none{
  display: none;
}

.pc-blank{
  display: none;
}

/* TOPスクロールボタン */
#page-top{
  right: 5px;
  bottom: 80px;
}
/* ---------- */

.original-button{
  width: 260px;
  height: 55px;
}

body:not(.home) h1 { 
  font-size: 30px;
}

body:not(.home) h2 {
  font-size: 1.5rem;
}

/* ----- 共有end ----- */
/* ------------------- */

#mv-wrap{
  height: 160vw;
}

#toplogo-img{
  width: 130px;
  max-width: initial;
  min-width: initial;
}

#mv-wrap p{
  font-size: 13vw;
  margin-top: 111vw;
  margin-left: 10px;
}

#mv-wrap #mv-imgtop{
  height: 600px;
  min-height: 600px;
  width: 100%;
  min-width: auto;
  object-fit: cover;
  object-position: 75% 100%;
  top: -60px;
}

#topmsg-wrap #topmsg-01{
  font-size: 1.5rem;
  line-height: 1.5;
}

#topmsg-wrap #topmsg-line{
  width: 70%;
}

#topmsg-wrap #topmsg-greet{
  flex-direction: column;
  margin-top: 50px;
}

#topmsg-wrap #topmsg-greet-img{
  width: 80%;
  margin-right: 0px;
  margin-bottom: 30px;
}

#topmsg-greet-txt{
  width: 95%;
}

.infomation-wrap h2{
  margin-top: 80px;
}

/* -- Singlepage -- */
.content-Body{
  width: 90%;
}

.content-Title{
  font-size: 25px;
  
}

.content-Cat{
  margin-right: 10px;
}

.content-Nav {
	margin-left: 15px;
  margin-right: 15px;
}


/*--------------------------------------------------- */
	
.slides {
  position: relative;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
	
#slider-area {
  position: relative;
  margin-bottom: 50px;
}

.slides-inner {
  position: relative;
  top: 0;
  width: 100%;
}

.slidekiji {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}

.slidekiji a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 500px;
  color: #5a7c6d;
}

.slidekiji img {
  width: 80%;
  max-width: 300px;
  height: 100%;
  object-fit: cover;
}
	
.slidekiji .text {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  top: 180px;
  padding: 25px 30px 15px;
  color: #5a7c6d;
}

.slidekiji .kiji-date {
  font-size: .9em;
}
	
.slidekiji .cat-data {
  font-size: .9em;	
  background-color: transparent;
}
	
.slidekiji h3 {
  font-size: 0.9em !important;
  line-height: 1.4;
  margin: 0 !important;
  color: #5a7c6d;
}

.slidekiji .cat-data, .slidekiji .kiji-date {
  font-size: .8em;
}
	
#pager {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pager .prev, #pager .next {
  line-height: 40px;
  position: absolute;
  top: 0;
  line-height: 8vw;
  width: 8vw;
  height: 8vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-decoration: none;
}
	
#pager .prev {
  left: 0;
}

#pager .next {
  right: 0;
}

.slides-nav {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slides-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 5px;
  background: #ccc;
}

.slides-nav a.active {
  cursor: default;
  background: #333;
}

.news-button{
  margin-top: 0px;
}

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

.page-wrap{
  margin-bottom: 0px;
}

.infomation-wrap .original-button{
  margin-top: 70px;
}

.infomation-wrap{
  height: 620px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

#about-wrap{
  height: 170vw;
  min-height: 1000px;
  background-size: 40%;
  background-position: 5% 250px;
}

#about-row{
  flex-direction: column; 
}

#about-msg{
  width: 90%;
}

#about-img{
  width: 80%;
}

#about-row p{
  margin-bottom: 30px;
}

#about-wrap .original-button{
  margin-top: 70px;
}

#img-workshop{
  width: 60vw;
  top: 45vw;
  left: 3%;
}

#workshop-back{
  height: 150vw;
  min-height: 950px;
}

#workshop-wrap #msg-back{
  width: 80%;
  height: 320px;
  top: 79vw;
  right: 5%;
}

#workshop-wrap #msg-back #msg-back-frame{
  width: 96%;
  height: 300px;
}

#workshop-msg{
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

#workshop-flower{
  width: 30%;
  top: 0;
  left: auto;
  right: 0px;
}

#workshop-wrap .original-button{
  margin-top: clamp(600px, 110vw, 840px);
}

#salonmenu-wrap{
  margin-top: 180px;
}

#salonmenu-wrap #salonmenu-row{
  flex-direction: column; 
  align-items: center;
}

#salonmenu-wrap h2{
  margin-bottom: 50px;
}

#salonmenu-msg{
  margin-bottom: 30px;
}

#img-salonmenu{
  width: 70%;
}

#salonmenu-wrap .original-button{
  margin-top: 80px;
}

.row-lymph{
  flex-direction: column;
}

#product-wrap{
  margin-top: 150px;
}

#product-wrap #product-row{
  flex-direction: column-reverse;
  align-items: center;
}

#product-wrap h2 {
  margin-bottom: 50px;
}

#product-msg{
  margin-bottom: 30px;
}

#img-product{
  width: 70%;
}

#product-wrap .original-button{
  margin-top: 80px;
}

#img-school{
  object-fit: cover;
  object-position: 90% 100%;
  width: 100%;
  height: 500px;
  margin-top: 50px;
}

#school-wrap #school-frame{
  width: 92%;
  height: 480px;
  top: 60px;
}

#school-wrap #school-back{
  width: 90%;
  height: 400px;
}

#school-sph2{
  position: absolute;
  z-index: 3;
  margin-top: 30px;
}

#school-wrap h2{
  margin-top: 20px;
}

#school-wrap #school-msg{
  margin-top: 130px;
}

#school-wrap .original-button{
  margin-top: 50px;
}

.contact-button{
  width: 80%;
  max-width: 300px;
  margin-top: 50px;
}

.contact-button-wrap{
  width: 100%;
  flex-direction: column;
  margin-bottom: 30px;
}

.contact-wrap p{
  width: 90%;
  margin: 0 auto;
}

.contact-button-wrap .contact-button{
  width: 260px;
  height: 55px;
  margin-top: 30px;
}

#footer-wrap{
  height: 1850px !important;
}

#footer-wrap #img-logo {
  width: 180px;
  margin-top: 50px;
}

#footer-wrap #saloninfo-row{
  flex-direction: column; 
  width: 100%;
}

#footer-wrap dl{
  flex-direction: column;
  min-width: auto;
  align-items: center;
  justify-content: center;
}

#footer-wrap dt{
  margin-left: 0;
}

#footer-wrap dd{
  text-align: center;
  margin-bottom: 30px;
  margin-left: 0;
}

#footer-menu ul{
  width: 100%;
  flex-direction: column; 
  padding-left: 0;
}

#footer-menu ul li + li{
  border-left: none;
}

#last-txt{
  font-size: 12px;
}


/* 固定ページ */
.page-wrap
{
  max-width: 100%;
}

#page404-wrap{
  padding-top: 0px;
  margin-top: -30px;
}

.title-flower{
  background-size: 30%;
  background-position: 0px -20px;
}

.aboutpage-wrap ul{
  width: 100%;
  padding-left: 20px;
}

.aboutpage-wrap .list-career li{
  width: 90%;
}

.aboutpage-wrap .about-owner p{
  margin-bottom: 80px;
}

.aboutpage-wrap .aboutpage-salonimg{
  width: 90%;  
}

.aboutpage-wrap .aboutpage-ownerimg{
  width: 90%; 
}

.aboutpage-wrap .border-none{
  width: 65%;
  min-width: initial;
}

.aboutpage-wrap .border-none02{
  width: 100%;
  min-width: initial;
  padding-left: 0;
  margin-top: 30px;
}

.aboutpage-wrap h3{
  margin-top: 80px !important;
  margin-bottom: 0 !important;
}

.menu-topimg{
  width: 100%;
  min-width: initial;
  margin-top: 50px;
  border-radius: 10px 10px 10px 10px;
}

.product-wrap{
  width: 95%;
  margin: 0 auto;
}

 .pageproduct-toptxt{
  width: 95%;
  margin: 0 auto;
}

.product-row{
  flex-direction: column; 
}

.product-img {
  width: 80%;
  margin: 0 auto;
}

.teacher-wrap{
  flex-direction: column; 
}

.teacher-back{
  width: 92%;
}

.teacher-wrap img{
  width: 80%;
  margin: 0 auto;
}

.teacher-txt{
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.schoolpage-wrap{
  width: 90%;
  margin: 0 auto;
}

#contact-wrap h2{
  margin-top: 100px !important;
}

.contact-button-wrap{
  margin-bottom: 80px;
}


/* --- 問い合わせフォーム ---*/
.cform th,
.cform td {
	width: 100%;
	display: block;
	border-top: none;
	text-align: center;
	font-size: 16px;
}
	
.cform input[type=text][size="0"],
input[type="email" i] {
	width: 80%;
	font-size: 16px;
}
	
input[type="text" i]{
	font-size: 16px;		
}
	
.cform input[type=text][size="20"] {
	font-size: 16px;
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
	font-size: 16px;
}
	
.submit-btn input[name="submitBack"] {
	margin-bottom: 80px;
    margin-top: 0px;
}
	
.submit-btn [type=submit]{
	margin-bottom: 150px;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}
/* --- 問い合わせフォーム end --- */

/* --- プライバシーポリシーページ start --- */
.page-id-176 p{
  width: 95%;
  text-align: left;
  margin: 0 auto;
}

.page-id-176 .privacy-list li {
  margin-left: 0.8em;
}

}


@media screen and (max-width: 500px) {

#img-workshop{
  top: 60vw;
}

#workshop-wrap #msg-back{
  top: 87vw;
}
}