@charset "UTF-8";

/* ---------------------------------------------
  contents
-----------------------------------------------*/
.wrap-b{
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #3F312B;
}


/* key visual
--------------------------------*/
.kv {
	height: 350px;
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
}
.kvtitle {
	position: relative;
	top: 35%;
}
.kvtitle span {
	font-family: 'Concert One', cursive;
	font-family: 'Baloo Bhaina', cursive;
	font-size: 4.5rem;
	font-weight: 600;
}

/* title
--------------------------------*/
.pgttltype1{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .04em;
	text-align: center;
	background-color: #EC991F;
	color: #fff;
}
.pgttltype2{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .04em;
	text-align: left;
	border-left: 20px solid #EC991F;
	border-bottom: 2px solid #EC991F;
	color: #3F312B;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.pgttltype1{
		font-size: 2.0rem;
	}
}

/* cta-block
--------------------------------*/
#cta-block{
	background: #f7f7f7;
}
#cta-block .ttltype1{
	padding: 20px 0;
	background-color: #3F312B;
}
#cta-block .ttltype1 .title {
	color: #FFFFFF;
	margin-bottom: 0;
}
#cta-block .about{
	background-color: #FFFFFF;
	padding: 40px;
}
#cta-block .list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cta-block .item{
	width: 50%;
	padding-right: 40px;
}
#cta-block .whitebox p{
  padding: 25px 40px;
}
#cta-block .wishimg1{
	width: 50%;
	height: auto;
	padding: 30px 40px;
}
#cta-block .salonbtn{
	padding-top: 30px;
}
@media screen and (max-width: 768px) {
	#cta-block .ttltype1 .title {
		font-size: 4.6vw;
		line-height: 1.5;
		text-align: center;
	}
	#cta-block .list{
		display: block;
	}
	#cta-block .item{
		width: 100%;
		padding: 0;
	}
	#cta-block .whitebox p{
		padding: 0;
		font-size: 2.0rem;
	}
	#cta-block .wishimg1{
		width: 100%;
		padding: 0;
	}
}

/* ---------------------------------------------
  news
-----------------------------------------------*/
#newspg .kv{
	background: url(../img/bg_news.jpg) no-repeat center;
  background-size: cover;
  background-color: rgba(255,255,255,0.65);
  background-blend-mode: lighten;
}
#newspg .message{
	padding: 40px;
}
#newspg .message p{
	text-align: center;
}

/* newslist
--------------------------------*/
#newslist{
	background-color: #FCF0DD;
	padding-bottom: 60px;
}
#newslist .sltitle1{
	padding: 20px 0;
}
#newslist .item .list{
	
}
#newslist .item .list li{
	background-color: #fff;
	border-bottom: 2px solid #EC991F;
}
#newslist .item .list li a{
	height: 100%;
	width: 100%;
	display: block;
	background: #fff;
	position: relative;
	transition: .3s;
}
#newslist .item .list li a:hover{
	opacity: .65;
}
#newslist .item .list li .newsitem{
	padding: 20px 40px;
}
#newslist .item .list li figure{
	display: flex;
}
#newslist .item .list li figure img{
	height: 175px;
  width: 260px;
  object-fit: contain;
}
#newslist .item .list li figcaption{
	line-height: 1.45;
	margin-left: 20px;
	display: block;
}
#newslist .item .list li figcaption .newstype{
	font-size: 1.5rem;
	background-color: #3F312B;
	color: #fff;
	letter-spacing: .02em;
	text-align: center;
	padding: 2px 40px;
	margin-right: 20px;
  box-sizing: border-box;
  width: calc(100% - 85%);
  display: inline;
}
#newslist .item .list li figcaption .date{
	font-size: 1.3rem;
	vertical-align: baseline;
	color: #EC991F;
  margin: 5px 12px 0 0;
}
#newslist .item .list li figcaption .title{
	text-align: left;
	font-weight: bold;
	font-size: 1.85rem;
	display: block;
	padding: 20px 0;
}
#newslist .newslink{
	text-align: right;
  margin-right: 20px;
  margin-top: 30px;
}
#newslist .newslink a{
	text-decoration: underline;
}
#newslist .newslink a:hover{
	color: #EC991F;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	#newslist .item .list li figure{
		display: block;
	}
	#newslist .item .list li figure img{
		width: ;
	}
	#newslist .item .list li figcaption{
		margin-left: 0;
	}
	#newslist .item .list li figcaption .newstype{
		display: inline-block;
		width: calc(100% - 50%);
		padding: 4px 10px;
	}
}

/* newsnav
--------------------------------*/
.newsnav{
	max-width: 1080px;
  width: 100%;
  margin: 10px auto;
}
.newsnav ol{
	display: flex;
	align-items: center;
	justify-content: start;
}
.newsnav ol li{
	margin: 0 15px;
}
.newsnav ol li a{
	display: block;
	transition: .3s;
	text-decoration: underline;
}
.newsnav ol li a .menu,
.newsnav ol li .menu{
	font-size: 1.4rem;
}
.newsnav ol li a:hover {
	color: #EC991F;
}
@media screen and (max-width: 768px) {
	.newsnav{
		margin: 20px 0;
	}
	.newsnav ol{
		align-items: baseline;
		justify-content: center;
	}
	.newsnav ol li{
		text-align: center;
		font-size: 3.5vw;
    line-height: 1.8;
	}
}

/* news item
--------------------------------*/
#newsitem{
	background-color: #FCF0DD;
}
#newsitem .sltitle1{
	padding: 20px 0;
}
#newsitem .list{
	background: #ffffff;
	padding-bottom: 100px;
}
#newsitem .list .item{
	text-align: center;
}
#newsitem .item .whitebox{
	padding: 80px 80px 0 80px;
	position: relative;
}
#newsitem .item .whitebox p{
	line-height: 2.45;
}
@media screen and (max-width: 768px) {
	#newsitem > div > div > div > div.item.wishimg1 > img{
		height: auto;
	}
	#newsitem .item .whitebox{
		height: auto;
		padding: 40px;
	}
	#newsitem .item .whitebox p{
		font-size: 4.5vw;
	}
}
/* ---------------------------------------------
  menu
-----------------------------------------------*/
#menu .kv {
	background-image: url(../img/bg_menu.jpg);
	background-position: left top;
}
#menu .message{
	padding: 40px;
}
#menu .message p{
	text-align:center;
}
#menu .pgttltype1{
	padding:20px 0;	/* ‘¼‚Ìh3‚É•í‚¤ */
	margin-bottom:30px;
}
#menu h3{
	margin-bottom:20px;

	font-size:150%;
	line-height:200%;
	border-bottom:solid 1px #ccc;
	
}
#menu section section{
	margin-top:30px;
	margin-bottom:60px;
	padding: 0 30px;
}
#menu section section .price{
	font-size:125%;
	border-left:solid 7px #EC991F;
	padding-left:10px;
	margin-bottom:20px;
}
#menu section section figure{
	margin-top:30px;
	text-align:center;
}
#menu table{
	width:50%;
	margin:auto;
	border-collapse:collapse;
}
#menu table th,
#menu table td{
	border:solid 1px #aaa;
	text-align:center;
	padding: 3px 15px; 
	font-size:120%;
}
#menu table th{
	background:#3F312B;
	color:white;
}
#menu table td:nth-child(2),
#menu table td:nth-child(3){
	text-align:right;
}
#menu table + p{
	margin-top:0;
	font-size:80%;
	text-align:center;
}
@media screen and (max-width: 768px) {
	#menu section section{
	padding: 0 7px;
	}
	#menu table{
		width:100%;
	}
}
/* ---------------------------------------------
  salon
-----------------------------------------------*/
#salonpg .kv {
	background-image: url(../img/bg_salon.png);
}

/* salonnav
--------------------------------*/
.salonnav{
	margin: 40px 0;
}
.salonnav ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.salonnav ul li{
	margin: 0 15px;
}
.salonnav ul li a{
	display: block;
	transition: .3s;
	text-decoration: underline;
}
.salonnav ul li a:hover {
	color: #EC991F;
}
@media screen and (max-width: 768px) {
	.salonnav{
		margin: 20px 0;
	}
	.salonnav ul{
		display: block;
	}
	.salonnav ul li{
		text-align: center;
		font-size: 3.5vw;
    line-height: 1.8;
	}
}

/* wish
--------------------------------*/
#wish{
	background-color: #FCF0DD;
}
#wish .sltitle1{
	padding: 20px 0;
}
#wish .list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#wish .item{
	width: 50%;
}
#wish .item .whitebox{
	padding: 20px;
	background: #fff;
	height: 315px;
	position: relative;
}
#wish .item .whitebox .txt{
	font-size: 1.45rem;
}
#wish .item .whitebox .txt span{
	font-size: 2.2rem; 
}
#wish .item .wishimg1{
	width: auto;
	height: 315px;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#wish .list{
		display: block;
	}
	#wish .item{
		width: 100%;
	}
	#wish .item .whitebox{
		height: auto;
	}
	#wish .item .whitebox .txt{
		font-size: 2.0rem;
	}
	#wish .item .whitebox .txt span{
		font-size: 2.5rem;
	}
	#wish > div > div > div:nth-child(2) > div.item.wishimg1,
	#wish > div > div > div:nth-child(3) > div:nth-child(2),
	#wish > div > div > div:nth-child(4) > div.item.wishimg1{
		margin-bottom: 20px;
	}
}

/* status
--------------------------------*/
#status{
	background-color: #FCF0DD;
}
#status .sltitle1{
	padding: 20px 0;
}
#status .item .whitebox{
	padding: 40px;
	background: #fff;
	height: 315px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#status .item .whitebox{
		height: auto;
	}
	#status .item .whitebox .txt{
		font-size: 2.0rem;
	}
	#status .item .whitebox .txt span{
		font-size: 2.5rem;
	}
}

/* merit
--------------------------------*/
#merit{
	background-color: #FCF0DD;
}
#merit .sltitle1{
	padding: 20px 0;
}
#merit .item .whitebox{
	padding: 40px;
	background: #fff;
	height: 315px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#merit .item .whitebox{
		height: auto;
	}
	#merit .item .whitebox .txt{
		font-size: 2.0rem;
	}
	#merit .item .whitebox .txt span{
		font-size: 2.5rem;
	}
}

/* aim
--------------------------------*/
#aim{
	background-color: #FCF0DD;
	padding-bottom: 60px;
}
#aim .sltitle1{
	padding: 20px 0;
}
#aim .item .whitebox{
	padding: 40px;
	background: #fff;
	height: 315px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#aim .item .whitebox{
		height: auto;
	}
	#aim .item .whitebox .txt{
		font-size: 2.0rem;
	}
	#aim .item .whitebox .txt span{
		font-size: 2.5rem;
	}
}

/* ---------------------------------------------
  staff
-----------------------------------------------*/
#staffpg .kv{
	background: url(../img/bg_staff.jpg) no-repeat left top;
  background-size: cover;
  background-color: rgba(255,255,255,0.25);
  background-blend-mode: lighten;
}
#staffpg .message{
	padding: 40px;
}
#staffpg .message p{
	text-align: center;
}
@media screen and (max-width: 768px) {
	#staffpg .message p{
		font-size: 1.8rem;
	}
}

/* member
--------------------------------*/
#member{
	background-color: #FCF0DD;
	padding-bottom: 60px;
}
#member .sltitle1{
	padding: 20px 0;
}
#member .list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
  padding: 40px;
  background: #ffffff;
}
#member .item{
	text-align: center;
  width: 50%;
}
#member .item img{
	width: 450px;
	height: 500px;
  object-fit: cover;
  object-position: 50% 25%
}
#member .item .whitebox{
	background: #fff;
	position: relative;
}
#member .item .whitebox .txt{
	font-size: 1.45rem;
	text-align: left;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #3F312B;
}
#member .item .whitebox .txt:first-child{
	margin-top: 0px;
	padding-top: 10px;
	border-top: none;
}
#member .item .whitebox .txt ul,
#member .item .whitebox .txt p{
	margin-top: 10px;
}
#member .item .whitebox .txt span{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
#member .item .whitebox .txt ul li{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 1.2em;
}
#member .item .wishimg1{
	width: auto;
	height: 315px;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#member .list{
		display: block;
	}
	#member .item{
		width: 100%;
	}
	#member .item img{
		height: 250px;
	}
	#member .item .whitebox .txt ul li,
	#member .item .whitebox .txt p{
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------
  flow
-----------------------------------------------*/
#flowpg .kv{
	background: url(../img/bg_flow.jpg) no-repeat center;
  background-size: cover;
  background-color: rgba(255,255,255,0.25);
  background-blend-mode: lighten;
}
#flowpg .message{
	padding: 40px;
}
#flowpg .message p{
	text-align: center;
}
@media screen and (max-width: 768px) {
	#flowpg .message p{
		font-size: 1.8rem;
	}
}

/* salonflow
--------------------------------*/
#salonflow{
	background-color: #FCF0DD;
	padding-bottom: 60px;
}
#salonflow .sltitle1{
	padding: 20px 0;
}
#salonflow .item .whitebox{
	padding: 40px;
	background: #fff;
	position: relative;
}
#salonflow .list .item img{
	width: 100%;
	height: 315px;
	object-fit: cover;
	opacity: .8;
}
#salonflow .about .list .flowimg1 img{
	object-position: 0 50%;
}
#salonflow .about .list .flowimg2 img{
	object-position: 0 100%;
}
#salonflow .about .list .flowimg3 img{
	object-position: 0 25%;
}
#salonflow .about .list .flowimg4 img{
	object-position: 0 60%;
}
#salonflow .about .list .flowimg5 img{
	object-position: 0 35%;
}
@media screen and (max-width: 768px) {
	#salonflow .item .whitebox{
		padding: 40px 20px;
	}
	#salonflow .item .whitebox p{
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------
  voice
-----------------------------------------------*/
#voicepg .kv{
  background: url(../img/bg_voice.jpg) no-repeat left top;
  background-size: cover;
  background-color: rgba(255,255,255,0.25);
  background-blend-mode: lighten;
}
#voicepg .message{
	padding: 40px;
}
#voicepg .message p{
	text-align: center;
}
@media screen and (max-width: 768px) {
	#voicepg .message p{
		font-size: 1.8rem;
	}
}

/* voiceitem
--------------------------------*/
#voiceitem{
	background-color: #FCF0DD;
	padding-bottom: 60px;
}
#voiceitem .sltitle1{
	padding: 20px 0;
}
#voiceitem .about li{
	background-color: #FFFFFF;
}

#voiceitem .list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 40px;
	box-sizing: content-box;
}
#voiceitem .item{
	width: 50%;
}
#voiceitem .item .whitebox{
	background: #fff;
	position: relative;
}
#voiceitem .item .whitebox .txt{
	font-size: 1.65rem;
}
#voiceitem .item .whitebox .txt:hover{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#wivoiceitemsh .list{
		display: block;
	}
	#voiceitem .item{
		width: 100%;
	}
	#voiceitem .item .whitebox{
		height: auto;
	}
}

/* ---------------------------------------------
  access
-----------------------------------------------*/
#accesspg .kv{
	background: url(../img/bg_access.jpg) no-repeat center;
  background-size: cover;
  background-color: rgba(255,255,255,0.65);
  background-blend-mode: lighten;
}
#accesspg .message{
	padding: 40px;
}
#accesspg .message p{
	text-align: center;
}

/* access contents
--------------------------------*/
#accesscontents{
	background-color: #FCF0DD;
	padding-bottom: 60px;
}
#accesscontents .sltitle1{
	padding: 20px 0;
}
#accesscontents .about .pgttltype2{
	background-color: #FFFFFF;
	padding-left: 20px;
}
#accesscontents .item .whitebox{
	padding: 40px;
	background: #fff;
	position: relative;
}
#accesscontents .item .whitebox .mapitem{
	position: relative;
	margin-top: 40px;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
#accesscontents .item .whitebox .mapitem iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#accesscontents ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#accesscontents ul li{
  position: relative;
  float: left;
  width: 29%;
  margin-right: 4%;
  margin-bottom: 20px;
  height: 342px;
}
#accesscontents ul li:before{
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 90px;
  height: 15px;
  width: 15px;
  margin: auto;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 2px solid #9e8075;
  border-right: 2px solid #9e8075;
  content: "";
}
#accesscontents .item .access_flow1 ul li:nth-child(3),
#accesscontents .item .access_flow1 ul li:nth-child(6),
#accesscontents .item .access_flow1 ul li:nth-child(7),
#accesscontents .item .access_flow2 ul li:nth-child(3),
#accesscontents .item .access_flow2 ul li:nth-child(6),
#accesscontents .item .access_flow2 ul li:nth-child(9),
#accesscontents .item .access_flow2 ul li:nth-child(12){
	margin-right:0;
}
#accesscontents .item .access_flow1 ul li:nth-child(3):before,
#accesscontents .item .access_flow1 ul li:nth-child(6):before,
#accesscontents .item .access_flow1 ul li:nth-child(7):before,
#accesscontents .item .access_flow1 ul li:nth-child(8):before,
#accesscontents .item .access_flow1 ul li:nth-child(9):before,
#accesscontents .item .access_flow2 ul li:nth-child(3):before,
#accesscontents .item .access_flow2 ul li:nth-child(6):before,
#accesscontents .item .access_flow2 ul li:nth-child(9):before,
#accesscontents .item .access_flow2 ul li:nth-child(10):before,
#accesscontents .item .access_flow2 ul li:nth-child(11):before,
#accesscontents .item .access_flow2 ul li:nth-child(12):before{
	display:none;
}
#accesscontents ul li dd{
    padding-top: 3px;
    line-height: 1.5;
}
#accesscontents ul li dd em{
  padding-right: 8px;
  font-size: 33px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
	#accesscontents .item .whitebox .mapitem{
		padding-bottom: 100%;
	}
	#accesscontents ul li{
		float: none;
    width: 100%;
    height: 294px;
	}
	#accesscontents ul li:before{
		border: none;
		margin-bottom: 0;
		height: 250px;
	}
	#accesscontents .item .access_flow1 ul li:nth-child(8),
	#accesscontents .item .access_flow1 ul li:nth-child(9),
	#accesscontents .item .access_flow2 ul li:nth-child(11),
	#accesscontents .item .access_flow2 ul li:nth-child(12){
		display: none;
	}
}