@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Allura&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

body {
  background: #fbf8f1;
  font-size: 16px;
  color: #333;
}
body,
div,
span,
a,
p,
img,
ul,
li,
h1,
h2,
h3,
h4,
h5,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
div,
a,
p,
input,
textarea,
select {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
  vertical-align: bottom;
}
a {
	color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.underline {
  text-decoration: underline;
}
.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}
h1 {
}
h2,h3,h4 {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: normal;
}
p {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
  /*font-weight: 500;*/
	line-height: 1.84;
}

.wrap {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.l_aside {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  /*width: calc(49% - 92.5px);*/
  width: calc(100% - 685px);
}
.l_main {
  position: relative;
  height: 100%;
  /*width: calc(51% - 92.5px);*/
  width: 500px;
  /*margin-left: calc(49% - 92.5px);*/
  margin-left: calc(100% - 685px);
  background: #fbf8f1;
  z-index: 1;
}
.l_menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 185px;
}
.l_aside ul.slick-slider, .mv_inner ul.slick-slider {
    width: 100% !important;
}
.l_aside .slider-inner-img {
    background-size: cover;
    background-position: center center;
}
.menu {
  width: 100%;
}
.flex_wrap {
  position: relative;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*スマホヘッダー*/
.header {
  display: none;
}
.header_inner {
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.logo_btn {
  width: 37%;
}
.smp_h_btn_wap {
  width: 32.8%;
  display: flex;
  justify-content: space-between;
}
.smp_h_btn_wap > div {
  width: 24%;
}
.header_button_wrap {
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.header_button_inner {
  position: relative;
  z-index: 2;
  margin-top: 8px;
}
.header_button,
.header_button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.header_button {
  position: relative;
  width: 30px;
  height: 18px;
}
.header_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #546222;
}
.header_button span:nth-of-type(1) {
  top: 0;
}
.header_button span:nth-of-type(2) {
  top: 60%;
}

/*サイドメニュー*/
.l_menu {
  background: #fff;
  z-index: 70;
}
.menu {
  height: 100%;
  overflow: hidden;
  opacity: 0.95;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
}
.menu_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.menu_inner > div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_inner > .navi_logo {
  /*top: 15%;*/
  top: 100px;
}
.menu_inner > .navi_logo h1 {
  width: 135px;
}
.menu_inner > .navi_main {
  /*bottom: 3vh;*/
  top: 380px;
}
.menu_inner > .navi_sub {
  width: 98px;
  /*bottom: 5vh;*/
  top: 580px;
}
ul.navi_main_ul li {
  font-size: 17px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	letter-spacing: 0.03em;
  line-height: 2.5;
}
ul.navi_main_ul li:last-of-type {
  margin-top: 1em;
}
ul.navi_main_ul li div {
  text-align: center;
}
ul.navi_main_ul li div img {
  width: 28px;
}
.menu a {
  color: #546222;
}
.navi_sub ul {
  justify-content: space-around;
}
.navi_sub li {
  width: 25px;
}

/*スライダー*/
.slider_wrap {
  position: relative;
}
.main .slider_txt {
  position: absolute;
  bottom: 18px;
  left: 50%;
  max-width: 65px;
}
.main .slider_blue_bird_1 {
	position: absolute;
	top: 8px;
	right: 12%;
	width: 13.2%;
}
.main .slider_blue_bird_1 img {
	width: 100%;
}
.l_aside .slider_wrap {
  position: relative;
	height: 100vh;
}
.l_aside ul.slider {
    height: 1038px;
    width: 893px;
}
.l_aside .slider .slick-list,
.l_aside .slider .slick-track,
.l_aside .slider .slick-slide {
  height: 1038px;
}
.l_aside .slider_txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.l_aside .slider_txt img.waku {
	width: 100%;
	height: 100%;
}
.l_aside .slider_txt img.side_hana {
  position: absolute;
  bottom: 2.5%;
  left: 6.7%;
	width: 23.53%;
}
.l_aside .slider_txt img.side_tori {
  position: absolute;
  bottom: 0.01%;
  right: 10.08%;
	width: 21.85%;
}
/*カルーセル*/
.carousel_wrap {
  margin-top: 5em;
}
ul.carousel li {
	padding: 10px;
}
.carousel .slick-dots {
	bottom: -35px;
}
/*
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 24px;
    height: 8px;
    background: url(../images/arrow-green.png) right center no-repeat;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}*/

/*メイン*/
.header_intro {
  margin-top: 3.3em;
  margin-left: 4.8%;
	margin-bottom: -3em;
}
.header_intro p {
  font-size: 20px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #666;
}
.header_intro h2 {
  font-size: 46px;
  font-weight: normal;
  color: #546222;
}
.header_intro h2 img {
	vertical-align: text-top;
}
#home_intro {
  background: rgba(84,98,34,0.9);
  color: #fff;
  margin-top: 10em;
}
.contents_block_inner {
	padding: 20px;
}
.sec_title,
.txt_wrap {
  width: auto;
}
#news .sec_title,
#news .txt_wrap {
  width: 94.34%;
  margin: 0 auto;
}
#home_intro .sec_title,
#home_intro .txt_wrap {
  width: 89.0%;
  margin: 0 auto;
}
#home_intro h2 {
  font-size: 25px;
  margin: 10px 0 1em;
}
#home_intro .txt_wrap p {
	font-size: 17px;
	line-height: 1.88;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	letter-spacing: 0.05em;
  margin-bottom: 1.75em;
}
#news {
	background: #fff;
  padding: 10px 0 30px;
}
p.simple-btn {
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
	margin: 20px 0;
}
p.simple-btn a {
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  padding: 1.1em 0.5em 1em 1em;
  vertical-align: middle;
  line-height: 1.2;
  position: relative;
}
.service-txt-wrap p.simple-btn a {
	min-width: 180px;
}
p.simple-btn-more a,
p.simple-btn-more-long a {
  background: #fff;
  border: 1px solid #546222;
  color: #546222;
}
p.simple-btn-more a::after,
p.simple-btn-more-long a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../images/arrow-green.png) right center
    no-repeat;
  background-size: contain;
}
p.simple-btn-more a::after {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
p.simple-btn-more-long a::after {  
  margin-left: 1em;
}
p.simple-btn-more-green a,
p.simple-btn-web-shop a {
	background: #546222;
	color: #fff;
}
p.simple-btn-more-green a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../images/arrow-fff.png) right center
    no-repeat;
  background-size: contain;
  margin-left: 1em;
}
p.simple-btn-web-shop {
  margin-top: 4em;
}
p.simple-btn-web-shop a {
  position: relative;
  padding: 1.1em 3.25em 1em 2em;
}
p.simple-btn-web-shop a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-open-tab-white.png) right center
    no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
p.simple-btn-web-shop span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url(../images/Icon-feather-shopping-cart-fff.png) right center
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
p.link-more-right {
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	text-align: right;
}
p.link-more-right a {
	display: inline-block;
	vertical-align: middle;
  color: #546222;
}
p.link-more-right a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../images/arrow-green.png) right center
    no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}
h2.sectitle-mini {
	font-size: 40px;
	letter-spacing: 0.03em;
	line-height: 1.62;
}
h2.sectitle {
	font-size: 46px;
	letter-spacing: 0.03em;
	line-height: 1.58;
	
}
h2.sectitle small {
	font-size: 21px;
	letter-spacing: 0.03em;
	line-height: 1.61;
	display: block;
}
ul.simple-btn-list {
	display: flex;
	justify-content: space-between;
}
ul.simple-btn-list li {
	width: 47.82%;
}
ul.simple-btn-list li p {
	margin: 0;
	height: 100%;
	text-align: left;
}
ul.simple-btn-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 0;
	height: 100%;
}
#salon_info {	
  background: #fbf8f1;
}
.salon-block {
  margin-bottom: 7em;
}
.salon-mado {
	width: 76.3%;
	max-width: 351px;
	margin: 1.25em auto 3em;
	position: relative;
}
img.salon-mado-girl {
	position: absolute;
	right: 100px;
	right: 28.49%;
	bottom: 85px;
	bottom: 15.15%;
	width: 65px;
	width: 18.518%;
}
a.salon-mado-click {
	position: absolute;
	right: -46px;
	bottom: -29px;
	width: 100px;
}
h3.tit-tenpo {
	text-align: center;
	font-size: 53px;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-family: "Allura", cursive;
	color: #546222;
	/*line-height: 2.53;*/
	margin-bottom: 0.8em;
}
h3.tit-tenpo small {
	font-size: 16px;
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	letter-spacing: 0.05em;
	line-height: 1.62;
	color: #333;
	display: block;
}
h4.tit-service-menu {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-top: 2em;
}
ul.service-menu-icon-list {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}
ul.service-menu-icon-list li {
	width: 28.26%;
	text-align: center;
	margin-bottom: 8.75%;
}
ul.service-menu-icon-list li:nth-of-type(n + 2) {
	margin-left: 5.21%;
}
ul.service-menu-icon-list li a {
  display: block;
}
ul.service-menu-icon-list li p {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
#service {
  background: #fff;
}
.service-block {
  margin-bottom: 7em;
}
.sec_title + .txt_wrap {
  margin-top: 2em;
	margin-bottom: 1em;
}
section.service-block {
	margin-bottom: 2em;
}
.service-img-wrap {
	display: flex;
	margin-bottom: 1em;
}
.service-block:nth-of-type(odd) .service-img-wrap {
	flex-direction: row-reverse;
}
.service-block:nth-of-type(even) .service-txt-wrap  {
	margin-left: 47.82%;
}
.service-tit {
	width: 47.82%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.service-mado,
.service-txt-wrap {
	width: 52.17%;
	position: relative;
}
#mado-esthe .service-tit,
#mado-agio .service-tit {
	width: 36.52%;
}
#mado-esthe .service-mado,
#mado-esthe .service-txt-wrap,
#mado-agio .service-mado,
#mado-agio .service-txt-wrap {
	width: 63.47%;
}
img.mado-esthe-sub {
	position: absolute;
	left: -12%;
	bottom: -6%;
	width: 76.78%;
}
img.tit-esthe {
	width: 72.61%;
}
img.splash_1 {
	position: absolute;
	left: 55%;
	bottom: 11%;
	width: 40.47%;	
}
img.bubble_1 {
	position: absolute;
	top: 5%;
	right: 8%;
	width: 56.5%;
}
.service-txt-wrap h3 {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #707070;
	line-height: 1.63;
	margin-bottom: 10px;
}
img.tit-shinkyu {
	width: 65.45%;
}
img.sparkles_1 {
	position: absolute;
	right: -17%;
	top: 14%;
	width: 51.81%;
}
img.meridians_1 {
	position: absolute;
	width: 95%;
	right: -24%;
	bottom: 17%;
}
img.tit-oche {
	width: 67.27%;
}
img.dryer_1 {
	position: absolute;
	width: 74.09%;
	left: 2%;
	top: 8%;
}
img.hairbrush_1 {
	position: absolute;
	width: 37.27%;
	left: -10%;
	bottom: 10%;
}
img.cosme_1 {
	position: absolute;
	width: 95%;
	top: 15%;
	right: -9.5%;
}
img.tit-agio {
	position: absolute;
	width: 80.95%;
	right: 5%;
	top: 28%;
}
img.cafe_1 {
	position: absolute;
	width: 139.28%;
	max-width: none;
	left: -46%;
	bottom: 13%;
}
img.tit-studio {
	position: absolute;
	width: 44.09%;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
img.ballet_1 {
	position: absolute;
	width: 59.09%;
	left: 4%;
	top: 15%;
}
img.yoga_1 {
	position: absolute;
	width: 41.36%;
	right: -8%;
	bottom: 8%;
}
img.speak_1 {
	position: absolute;
	width: 95%;
	left: -46%;
	top: 11%;
}
img.notebook_1 {
	position: absolute;
	width: 37.27%;
	left: 40.5%;
	bottom: 31%;
}
img.book_1 {
	position: absolute;
	width: 45%;
	left: -4%;
	bottom: 12%;
}
img.organic_1 {
	position: absolute;
	width: 100%;
	right: -12%;
	bottom: 15%;
}
#enjoy {
  background: #fbf8f1;
}
ul.bnr-list {
	margin: 3em 0 5em;
}
ul.bnr-list li {
	margin-bottom: 20px;
}
#bnr-first a {
	background: url(../images/bnr_bg_first.png) right bottom no-repeat;
	background-size: cover;
}
#bnr-coupon a {
	background: url(../images/bnr_bg_coupon.png) right bottom no-repeat;
	background-size: cover;
}
#bnr-season a {
	background: url(../images/bnr_bg_season.png) right bottom no-repeat;
	background-size: cover;
}
ul.bnr-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 140px;
	padding: 30px 20px 30px 30px;
	color: #fff;
	box-sizing: border-box;
}
ul.bnr-list li a::after {
	content: "";
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/arrow-fff.png) right center no-repeat;
    background-size: contain;
    margin-left: 1em;
}
.bnr-txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
ul.bnr-list li a h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.bnr-list li a h3 small {
	display: block;
	font-size: 16px;
}
ul.bnr-list li a p {
	font-size: 15px;
	font-weight: normal;
}
#news-event {
	background: #fbf8f1;
}
.bnr-info {
	margin-bottom: 6em;
}
.bnr-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.bnr-tit h3 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.63;
	color: #546222;
}
a:has(img) {
	display: block;
}
#instagram {
	background: #fff;
	padding: 30px 0;
}
h3.insta_h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3.insta_h3 a {
	color: #546222;
}
h3.insta_h3 a::before {
	content: '';
	display: inline-block;
	margin-right: 1em;
	width: 27px;
	height: 27px;
	background: url(../images/icon-Insta.png) center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;	
}
h3.insta_h3 a::after {
	content: '';
	display: inline-block;
	margin-left: 0.6em;
	width: 12px;
	height: 12px;
	background: url(../images/icon-open-tab.png) center center no-repeat;
	background-size: contain;	
}
ul.insta_ul {
	display: flex;
	margin-bottom: 3.75em;
}
ul.insta_ul a {
	display: block;
}
#info {
  background: #fbf8f1;
	padding: 30px 0;
}
section.info-list-wrap {
	margin-bottom: 3em;
}
h3.info_h3 {
	font-size: 26px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.57;
	color: #546222;
	margin-bottom: 10px;
}
h3.info_h3 small {
	font-size: 17px;
	letter-spacing: 0.05em;
	font-weight: normal;
	line-height: 1.58;
	display: block;
}
#info-list-esthe {
	background: url(../images/bg_esthe_menu.png) center top no-repeat;
	background-size: cover;
}
#info-list-salon {
	background: url(../images/bg_info_menu.png) center top no-repeat;
	background-size: cover;
}
ul.info-list {
	padding: 2.25em 10px;
}
ul.info-list li {
	width: 240px;
	height: 48px;
	margin: 0 auto 10px;
	text-align: center;
}
ul.info-list li a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	line-height: 48px;
	position: relative;
}
ul.info-list li a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/arrow-fff.png) right center no-repeat;
    background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
section.info-bnr {
	margin-bottom: 6em;
}
h3.shop_h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3.shop_h3 a {
	color: #546222;
}
h3.shop_h3 a::before {
	content: '';
	display: inline-block;
    margin-right: 1em;
    width: 24px;
    height: 23px;
    background: url(../images/Icon-feather-shopping-cart.png) center center no-repeat;
    background-size: contain;
    vertical-align: text-top;
}
h3.shop_h3 a::after {
	content: '';
	display: inline-block;
    margin-left: 0.6em;
    width: 12px;
    height: 12px;
    background: url(../images/icon-open-tab.png) center center no-repeat;
    background-size: contain;
}
section.info-txt-bnr {
	margin-bottom: 20px;
}
h3.info_txt_h3 {
	font-size: 22px;
	letter-spacing: 0.03em;
	font-weight: bold;
	line-height: 1.63;
	margin-bottom: 10px;
}
ul.info-txt-bnr-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
li.info-txt-bnr-half {
	width: 47.82%;
	position: relative;
}
li.info-txt-bnr-full {
	width: 100%;
}
ul.info-txt-bnr-ul a {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #546222;
	font-size: 18px;
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: bold;
	color: #546222;
	text-align: center;
	padding: 13px;
}
.disa-link {
  /* クリックイベントを無効にする */
  pointer-events: none;
}
ul.info-txt-bnr-ul li {
	margin-bottom: 2.1em;
}
li.info-txt-bnr-half > a::after {
	content: '';
    display: inline-block;
    margin-left: 0.6em;
    width: 12px;
    height: 12px;
    background: url(../images/icon-open-tab.png) center center no-repeat;
    background-size: contain;
	position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
li.info-txt-bnr-full a::after {
	content: "";
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/arrow-green.png) right center no-repeat;
    background-size: contain;
	position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
li.info-txt-bnr-full small {
	display: block;
	margin-bottom: 5px;
}
#txt-bnr-calendar::before,
#txt-bnr-line::before,
#txt-bnr-qa::before,
#txt-bnr-tel::before,
#txt-bnr-mail::before {
	content: '';
    display: inline-block;
    margin-right: 0.8em;
    vertical-align: text-top;
}
#txt-bnr-calendar::before {
	background: url(../images/icon-calendar.png) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 22px;
}
#txt-bnr-line::before {
	background: url(../images/icon-line.png) center center no-repeat;
    background-size: contain;
    width: 27px;
    height: 23px;
}
#txt-bnr-qa::before {
	background: url(../images/icon-question.png) center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
#txt-bnr-tel::before {
	background: url(../images/icon-tel.png) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 23px;
}
#txt-bnr-mail::before {
	background: url(../images/icon-mail.png) center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
}
ul.info-txt-bnr-ul li.info-txt-bnr-half ul {
	display: none;
}
ul.info-txt-bnr-ul li.info-txt-bnr-half:hover ul {
	display: block;
    height: auto;
    position: absolute;
    left: -15px;
    top: 92%;
    white-space: nowrap;
    background-color: rgba(0,0,0,.8);
    padding: 5px;
    margin-left: 0;
    width: 120%;
	z-index: 10;
}
ul.info-txt-bnr-ul ul li {
	display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
	margin-bottom: 0;
}
ul.info-txt-bnr-ul ul li a {
	font-size: 13px;
	color: #fff;
	border: none;
	background-color: transparent;
}
#salon-list {
	background: #546222;
	color: #fff;
}
#salon-list .txt_wrap {
	margin-bottom: 3em;
}
ul.salon-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.salon-list li {
	width: 42.0%;
	margin-bottom: 3em;
	text-align: center;
}
ul.salon-list li a {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
span.salon-list-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 130px;
	margin-bottom: 1em;
}
span.salon-list-img img {
	max-width: 150px;
	max-height: 130px;
}
a.icon-map-marker::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 12px;
	height: 16px;
	background: url("../images/Icon-map-marker.png") center center no-repeat;
	background-size: contain;
	vertical-align: middle;
}
p.logo-white {
	text-align: center;
	margin-bottom: 2em;
}
p.logo-white img {
	width: 46.73%;
}
.map-jp-fr {
	background: url(../images/map-jp-fr.png) center bottom no-repeat;
	background-size: contain;
	padding-top: 5%;
    padding-bottom: 50%;
}
.map-jp-fr .txt_wrap {
	max-width: 450px;
	margin: 0 auto;
}
footer.footer {
	background: #c3cbc5;
	padding: 3em 0;	
}
.footer .sns-wrap {
	text-align: center;
}
.footer .sns-wrap p {
	font-size: 24px;
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.footer .sns-wrap ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2.5em 0 3em;
}
.footer .sns-wrap li:nth-child(n + 2) {
	margin-left: 30px;
}
copyright {
	text-align: center;
	font-size: 20px;
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.l_main .header_intro_wrap {
	/*width: calc(51% - 92.5px);*/
	width: 500px;
    position: fixed;
    z-index: -1;
}
.l_main .main {
    /*margin-top: 60vw;*/
    margin-top: 674px;
}
.bottom-nav {
	display: none;
}
.to-top {
	position: fixed;
	right: 30px;
	bottom: 100px;
}
.to-top a {
	display: block;
}

/* アニメーション */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s, transform 0.7s;
}
.fadein.is-visible {
  opacity: 1;
  transform: none;
}

.bird-motion{
  --pad: 300px;                 /* 画面外に出す余白（JSで上書き可） */
  position: fixed;
  top: 10vh;
  left: calc(-1 * var(--pad));
  width: calc(100% + (var(--pad) * 2));
  height: 500px;
  overflow: hidden;
  z-index: 3;
}

.bird-motion svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}

/* wrap は svg 座標に沿って transform される */
#birdWrap{
  position:absolute;
  left:0;
  top:0;
  transform-origin:50% 50%;
  will-change:transform;
}

#bird{ display:block; transform-origin:50% 50%; }

/* 左→右のときだけ水平反転 */
#birdWrap.is-flip #bird{ transform: scaleX(-1); }
.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  z-index: 1000;
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.custom-pagination {
    text-align: center;
    margin: 0.5em 0 2em;
}
span.custom-arrow.prev-arrow {
    margin-right: 1em;
}
span.custom-arrow.next-arrow {
    margin-left: 1em;
}
span.page-sep {
    margin: 0 1em;
}