@charset "UTF-8";
body {
  color: #4C4C4C;
  font-family: dnp-shuei-mgothic-std, dnp-shuei-mgothic-std, sans-serif;
  background-color: #FFF5F3;
}
a {
  text-decoration: none;
  color: #707070;
}
ul {
  list-style: none;
  padding: 0;
}
.title {
  position: relative;
  display: inline-block;
  font-size: 43px;
  letter-spacing: .05em;
  text-indent: .3em;
  color: #917217;
}
.br_sp {
	display: block;
}
.br_pc {
	display: none;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 30px;
  }
  .br_sp {
	  display: none;
  }
  .br_pc {
	  display: block;
  }
}

.subtitle {
  font-size: 14px;
  letter-spacing: .2em;
  display: block;
  font-weight: normal;
}
.subtitle::before {
  content: '';
  display: block;
  margin: 15px auto 20px;
  width: 30px;
  height: 2px;
  background: #917217;
}

section.news,section.about, section.trimming, section.trim_flow, section.shop, section.content {
  max-width: 1000px;
  margin-bottom: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.howto_massage {
	margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  section.news,section.about, section.trimming, section.trim_flow, section.shop, section.content, section.howto_massage {
    margin-bottom: 50px;
  }
}

.l_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 100px;
  }
}

.nav-button {
  display: none;
}

.nav a {
  color: #000;
  text-decoration: none;
}

.nav li {
  display: inline-block;
  margin: 0 10px;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

@media screen and (min-width: 981px) {
  .nav-wrap {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-wrap li {
    display: block;
    margin: 2em;
  }
  .nav-wrap li a {
    color: #4C4C4C;
    font-size: 18px;
  }
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 28px;
    height: 23px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4C4C4C;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 10px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
}

.l_main_img {
  width: 90vw;
  margin: 0 0 50px auto;
}

.l_main_img img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px 0 0 25px;
}

@media screen and (max-width: 768px) {
  .l_main_img img {
    height: 250px;
  }
}

.logo_instragram {
  width: 30px;
}

.logo_line {
  width: 70px;
}

.lead {
  max-width: 60%;
  margin: 0 auto;
  font-size: 22px;
  line-height: 3;
  margin-bottom: 70px;
  color: #917217;
}

@media screen and (max-width: 768px) {
  .lead {
    max-width: 95%;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
  }
}

.text {
  font-size: 17px;
  line-height: 2;
  text-align: left;
  max-width: 80vw;
  margin: 0 auto;
}

.button {
  position: relative;
  display: inline-block;
  padding: 18px;
  border: 1px solid #917217;
  color: #917217;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 30px;
  background-color: #fff;
}

.button:hover {
  color: #fff;
  background-color: #917217;
}

.contact {
  background-image: url(/img/common/contact_img.jpg);
  background-position: right 50% bottom 55%;
  width: 100%;
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact {
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    background-position: right 50% bottom 30%;
  }
}

@media screen and (max-width: 768px) {
  .contact_item {
    top: 80px;
    position: absolute;
  }
}

.contact_item p {
  color: #917217;
  text-align: center;
}

.button_tel {
  font-size: 25px;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .button_tel {
    font-size: 16px;
  }
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

.footer_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_top li {
  margin-right: 2rem;
}

.footer_sns {
  width: 100%;
}

.footer_sns ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_sns li:last-child {
  margin-right: 0;
}

.footer_bottom {
  margin-bottom: 50px;
}

.footer_copy {
  color: #917217;
  text-align: center;
}

.slider {
  width: 90vw;
  margin: 0 0 0 auto;
}

.slider img {
  width: 100%;
  height: 590px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px 0 0 25px;
}

@media screen and (max-width: 768px) {
  .slider img {
    height: 300px;
  }
}

.slider p {
  text-align: right;
  margin: 10px 20px 0 0;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -32px;
  }
}

.catch {
  position: absolute;
  color: #917217;
  z-index: 2;
  top: 400px;
  left: 50px;
  font-size: 40px;
  text-shadow: 0px 0px 12px #fff;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .catch {
    font-size: 25px;
    top: 250px;
    left: 20px;
  }
}
.news_blk {
	width: 90%;
	max-width: 1040px;
  margin: 0 auto 70px;
  text-align: left;
}
.news_blk li a {
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
	padding: 20px;
	background: #fff;
	color: #917217;
}
.news_blk li a:last-child {
	margin-bottom: 0;
}
.news_blk li a:hover {
	opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.news_blk li .date {
	margin: 0 20px 0 0;
}
.news_blk li h3 {
	margin: 0;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.news_blk {
		margin: 0 auto 50px;
	}
	.news_blk li a {
		display: block;
	}
	.news_blk li .date {
		margin: 0 0 12px;
		font-size: 12px;
	}
	.news_blk li h3 {
		margin: 0;
		font-size: 16px;
	}
}
.news_inner {
	width: 90%;
	max-width: 850px;
	margin: 0 auto 40px;
}
.news_article {
	padding: 50px;
	background: #fff;
	text-align: left;
}
.news_article .heading {
	margin: 0 0 40px;
	color: #917217;
}
.news_article .heading .date {
	margin: 0 0 15px;
	font-size: 13px;
}
.news_article .heading .news_title {
	margin: 0;
	font-size: 21px;
}
.entry_post p {
	margin: 0 0 30px;
	line-height: 1.6;
}
.entry_post p .marker_r {
	background: linear-gradient(transparent 0%, #ffd8ea 0%);
}
.entry_post img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px) {
	.news_article {
		padding: 40px;
	}
}
@media screen and (max-width: 768px) {
	.news_inner {
		margin: 0 auto 30px;
	}
	.news_article {
		padding: 40px 30px;
	}
	.news_article .heading {
		margin: 0 0 30px;
	}
	.news_article .heading .date {
		margin: 0 0 12px;
		font-size: 12px;
	}
	.news_article .heading .news_title {
		font-size: 18px;
	}
	.entry_post p {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 600px) {
	.news_article {
		padding: 30px 20px;
	}
}


.about {
  max-width: 1000px;
  margin: 0 auto 100px;
}

@media screen and (min-width: 769px) {
  .trim_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
}

.trim_flow .flow {
  background-image: url(/img/top/flow_img.jpg);
  background-size: cover;
}
.trim_flow .massage {
  background-image: url(/img/top/massage_img.jpg);
  background-size: cover;
}
.trim_flow .trim {
  background-image: url(/img/top/trimming_img.jpg);
  background-size: cover;
}
.trim_flow .products {
  background-image: url(/img/top/products_img.jpg);
  background-size: cover;
}

.trim_flow_item {
  width: 45%;
  padding: 0 0 30px;
  margin: 0 auto 20px;
  border: 1px solid #917217;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .trim_flow_item {
    width: 90%;
  }
}

.trim_flow_item .title {
  color: #fff;
}

.trim_flow_item .subtitle::before {
  background: #fff;
}

.shop table {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 2rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.shop th {
  width: 20%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .shop table {
    width: 90%;
  }
  .shop th,
  .shop td {
    display: block;
    padding: 15px;
  }
}

.course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 80vw;
  margin: 0 auto 50px;
}

.course_title {
  color: #917217;
  font-size: 25px;
  text-align: left;
}
.course_title span {
	display: block;
	max-width: 80vw;
  margin: 20px auto 0;
	color: #917217;
	font-size: 15px;
	line-height: 1.5;
}
.course_icon {
  position: relative;
  margin-right: 20px;
  top: 40px;
}

.course_icon img {
  width: 50px;
}

.course_menu_sheet {
  margin: 0 auto;
  max-width: 70vw;
}

@media screen and (max-width: 768px) {
  .course_menu_sheet {
    max-width: 100vw;
  }
}

.course_menu_sheet .right {
  text-align: right;
}

.course_menu_sheet h3 {
  text-align: center;
  margin-bottom: 60px;
}

.menu_table {
  width: 100%;
  margin: 0 auto 100px;
}
td {
  padding: 15px;
}
tr:nth-child(even) {
  background-color: white;
}

.howto_massage {
	width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff url(../img/massage/bg.png) repeat;
  background-size: 6px 6px;
}
.howto_title {
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content : center;
  justify-content: center;
  margin: 0 0 40px;
}
.howto_title h3 {
	margin: 0;
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
}
.howto_title img.left {
	width: 38px;
	margin-right: 10px;
}
.howto_title img.right {
	width: 62px;
	margin-left: 10px;
}
.howto_massage ul {
	width: 95%;
	margin: 0 auto;
}
.howto_massage ul li {
	margin-bottom: 30px;
	line-height: 1.4;
}
.howto_massage ul li:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 601px) {
	.howto_title h3 {
		font-size: 23px;
	}
	.howto_title img.left {
		width: 58px;
		margin-right: 20px;
	}
	.howto_title img.right {
		width: 95px;
		margin-left: 20px;
	}
}
.massage_menu_text {
	margin-bottom: 40px;
}
.bg_w {
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.howto_massage {
		padding: 60px 0;
	}
	.howto_title h3 {
		font-size: 25px;
	}
	.howto_massage ul {
		width: 70vw;
		max-width: 980px;
	}
	.howto_massage ul li {
		margin-bottom: 40px;
		text-align: center;
		font-size: 17px;
		line-height: 1.5;
	}
	.howto_title img.left {
		width: 77px;
		margin-right: 30px;
	}
	.howto_title img.right {
		width: 125px;
		margin-left: 30px;
	}
	.massage_menu_text {
		margin-bottom: 60px;
		text-align: center;
	}
}

.flow_inner {
  width: 80%;
  margin: 0 auto 100px;
}
.flow_inner span {
  font-size: 40px;
  display: block;
  position: absolute;
  top: -20px;
}
.flow_box,
.product_box {
  position: relative;
  text-align: left;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 50px;
}
.products_inner {
  	width: 80%;
		margin: 0 auto 100px;
}
.product_box h3 {
	line-height: 1.5;
}
.product_box h3,
.product_box h4 {
	text-align: center;
}
.product_box h4  {
	font-size: 19px;
}
.product_box h4 span {
	padding-right: 10px;
	font-size: 15px;
}
.product_box .text {
	padding-top: 20px;
	border-top: 3px solid #fff5f3;
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.products_inner {
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 95%;
		max-width: 800px;
	}
	.product_box {
		width: 40%;
	}
	.product_box .text {
		font-size: 17px;
	}
}