@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-top a {
	background-color: #5aaf94;
}

/* ==========================================================================
	MAIN
	========================================================================== */

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow .slide {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow .slide li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow .slide li img {
	width: 100%;
}
.fullSlideShow .wrapper {
  position: relative;
  height: 100%;
}
.fullSlideShow .main-box {
  display: table-cell;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 10000;
  padding: 0 30px;
}
.fullSlideShow .txt {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
}
.fullSlideShow .txt h2 {
  color: #593e1b;
  font-size: 4.2rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.fullSlideShow .txt h3 {
  color: #593e1b;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.fullSlideShow .txt img {
  width: 170px;
}
.fullSlideShow .img {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}

#container {
	width: 100%;
	text-align: center;
}
#contents {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
  padding-top: 80px;
}

.contents {
	padding: 30px 50px 50px 50px;
}


/* ==========================================================================
	CONTENTS
	========================================================================== */

/*LEAD*/

.lead h2 {
  text-align: center;
  margin-bottom: 80px;
}
.lead .bg {
  background-image: url(../images/lead-img.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% - 600px) 50%;
}
.lead .txt {
  width: 50%;
  float: right;
  padding: 30px 0;
}
.lead .txt p {
  line-height: 3em;
}
.lead02 {
  background-image: url(../images/sejyutsu-bg.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% + 450px) 100%;
  background-color: #593e1b;
}
.lead02 h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.lead02 h2:after {
  content: "";
  display: block;
  width: 2px;
  height: 70px;
  background-color: rgba(255,255,225,0.2);
  margin: 15px auto 0 auto;
}
.lead02 li {
  font-size: 2.3rem;
  text-align: center;
  background: url("../images/icon-x.gif") 50% 100% no-repeat;
  background-size: 60px;
  padding-bottom: 60px;
  margin-bottom: 25px;
}
.lead02 li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*NAYAMI*/

.nayami h2 {
  color: #593e1b;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}
.nayami h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 0 30px 0;
  border-bottom: solid 2px #593e1b;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.nayami h2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f4efe5;
  z-index: 2;
}
.nayami h2:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #593e1b;
  z-index: 1;
}
.nayami ul {
  width: 70%;
  margin: 0 auto;
}
.nayami ul li {
  color: #593e1b;
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.nayami ul li:before {
	content: "\f14a";
  color: #efb664;
	font-family: "Font Awesome 5 Free";
  font-size: 2.5rem;
	font-weight: 900;
	margin-right: 15px;
}
.nayami h3 {
  color: #5e4421;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0;
}
.nayami h3:before {
  content: "";
  display: block;
  width: 1px;
  height: 130px;
  background-color: #5e4421;
  margin: 50px auto 20px auto;
}
.nayami h3 img {
  display: block;
  width: 250px;
  margin: 15px auto;
}

/*CONTACT*/

.contact-cmn {
  padding: 30px 0;
}
.contact-cmn h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: normal;
}
.contact-cmn h2 img {
  display: block;
  width: 90px;
  margin: 0 auto 20px auto;
}
.contact-cmn ul {
  display: table;
  table-layout: fixed;
  width: 90%;
  margin: 0 auto;
}
.contact-cmn ul li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  padding: 0 30px;
}
.contact-cmn ul li:first-child {
  border-right: solid 1px rgba(255,255,255,0.2);
}
.contact-cmn ul li h3 {
  font-size: 1.7rem;
	font-weight: normal;
  margin-bottom: 20px;
}
.contact-cmn ul li h3:before {
  content: "-";
  margin-right: 5px;
}
.contact-cmn ul li h3:after {
  content: "-";
  margin-left: 5px;
}
.contact-cmn ul li a,.contact-cmn ul li a:visited {
  color: #fff;
}
.contact-cmn ul li .tel {
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact-cmn ul li .tel .tit {
  font-size: 60%;
}
.contact-cmn ul li .time {
  display: inline-block;
  font-size: 1.4rem;
  text-align: left;
}
.contact-cmn ul li p a {
  display: block;
  width: 80%;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto;
}
.contact-cmn ul li p a i {
  font-size: 2rem;
  margin-right: 10px;
}
.contact-cmn ul li .bt-mail a {
  background-color: #87735a;
}
.contact-cmn ul li .bt-line a {
  background-color: #00b800;
}
.contact-cmn ul li .bt-line a i {
  font-size: 2.3rem;
}

/*YOUTUBE*/

.youtube h2 {
  color: #a28d4f;
  font-size: 3.5rem;
  font-weight: normal;
  text-align: center;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-wrapper {
  width: 80%;
  margin: 0 auto;
}

/*BEFORE AFTER*/

.ba h2 {
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}

/*MENU*/

.menu h2 {
	color: #a28d4f;
  font-size: 3.3rem;
  font-weight: normal;
}
.menu h3 {
	color: #a28d4f;
  font-size: 2.2rem;
  font-weight: normal;
  border-left: solid 1px;
  padding: 40px 0 40px 30px;
}
.img-txt {
	overflow: hidden;
}
.img-txt .txt {
	float: left;
	width: 59%;
}
.img-txt .img {
	float: right;
	width: 38%;
}
.menu p {
	line-height: 2.3em;
}

.detail p:last-child {
	margin-bottom: 0;
}
.detail .inner {
	width: 80%;
	margin: 0 auto;
}
.detail h2 {
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}
.detail p {
	text-align: center;
}
.detail li {
	text-align: center;
	background-color: rgba(255,255,255,0.3);
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}

/*HAND*/

.hand {
  color: #fff;
  background-image: url(../images/hand-bg.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% - 400px) 0;
  background-color: #aba291;
}
.hand .tit-en {
  background-image: url("../images/hand-tit.png");
  background-repeat: no-repeat;
  background-position: calc(50% - 550px) 10px;
	padding: 70px 0;
}
.hand .hand-bg01 {
  background-image: url("../images/hand01.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 450px) 60px;
}
.hand h2,.hand h3 {
  color: #fff!important;
}

.hand .txt01 {
	width: 50%;
}
.hand .hand-bg02 {
  background-image: url("../images/hand02.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% - 450px) 60px;
}
.hand .txt02 {
	float: right;
	width: 50%;
}
.hand .txt02 img {
	display: block;
	width: 230px;
	margin: 0 0 40px 40px;
}

/*REBORN*/

.reborn .tit-en {
  background-image: url("../images/reborn-tit.gif");
  background-repeat: no-repeat;
  background-position: calc(50% - 550px) 10px;
	padding: 70px 0;
}

/*SELFCARE*/

.selfcare .tit-en {
  background-image: url("../images/care-tit.gif");
  background-repeat: no-repeat;
  background-position: calc(50% - 550px) 10px;
	padding: 70px 0;
}

/*JYOKEN*/

.jyoken {
	color: #593e1b;
	text-align: center;
	background: url("../images/jyoken-bg.jpg") 50% 0 no-repeat;
	background-color: #f4efe5;
}
.jyoken h2 {
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}
.jyoken h2 span {
	font-size: 60%;
}
.jyoken h4 {
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
}
.jyoken dl {
	display: table;
	table-layout: fixed;
	width: 70%;
	background-color: #fff;
	padding: 10px 0;
	margin: 0 auto 20px auto;
}
.jyoken dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	font-size: 2.5rem;
	text-align: center;
	padding: 10px 0;
}
.jyoken dl dd {
	border-left: dotted 1px;
	padding: 10px 0 10px 30px;
}
.jyoken dl dd h3 {
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 0;
}
.jyoken dl dd p {
	display: inline;
	font-size: 1.4rem;
	margin-bottom: 0;
}
.jyoken dl dd h3 span {
	background: linear-gradient(transparent 60%, #efb664 60%);
}

/*MESSAGE*/

.message .txt {
	float: right;
	width: 68%;
	background: url("../images/message-tit.gif") 0 -30px no-repeat;
}
.message .txt h2 {
	color: #593e1b;
	font-size: 3rem;
	font-weight: normal;
	padding: 50px 0 0 40px;
}
.message .txt p {
	padding: 0 0 0 40px;
}
.message .img {
	float: left;
	width: 30%;
	color: #593e1b;
}
.message .img img {
	display: block;
	margin-bottom: 20px;
}

/*ACCESS*/

.access {
	color: #593e1b;
  background-image: url("../images/access-bg.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% - 350px) 100%;
	background-color: #f4efe5;
}
.access h2 {
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}
.access .txt {
	float: left;
	width: 48%;
}
.access .txt dl {
	display: table;
	table-layout: fixed;
	margin-bottom: 30px;
}
.access .txt dl dt {
	display: table-cell;
	vertical-align: top;
	width: 130px;
}
.access .txt dl dd {
	display: table-cell;
	vertical-align: top;
}
.access .txt dl dd li {
	float: left;
}
.access .txt dl dd li:after {
	content: "/";
}
.access .txt dl dd li:last-child:after {
	content: "";
}
.access .img {
	float: right;
	width: 50%;
}

/*CONTACT*/

.contact h2 {
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}
.contact .inner {
	width: 80%;
	margin: 0 auto 50px auto;
}

.contact .inner dl {
  overflow: hidden;
  margin-bottom: 30px;
}
.contact .inner dt {
	float: left;
	width: 20%;
}
.contact .inner dd {
	float: right;
	width: 75%;
}

.hissu {
	display: inline-block;
	color: #fff;
	font-size: 70%;
	line-height: 100%;
	text-align: center;
	background-color: #e26e45;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 7px;
}
.err {
  color: #fff;
	font-weight: bold;
}
input {
	color: #fff;
}
.input01 input {
	background-color: #725b3d;
	border: solid 1px #725b3d;
	border-radius: 3px;
	padding: 20px;
	width: 100%;
}
.input02 input {
	background-color: #725b3d;
	border: solid 1px #725b3d;
	border-radius: 3px;
	padding: 20px;
	width: 50%;
}
textarea {
	width: 100%;
	color: #fff;
	background-color: #725b3d;
	border: solid 1px #725b3d;
	border-radius: 3px;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}
select {
  width: 50%;
  border: solid 1px #ccc;
  padding: 10px;
}

/*bt*/

.form-bt-wrapper {
  text-align: center;
}
.form-bt {
	width: 500px;
  display: inline-block;
  text-align: center;
	margin: 0 auto;
}
.form-bt li {
  display: inline-block;
  width: 220px;
  margin: 0 10px;
}
.form-bt li input {
  display: block;
	width: 100%;
}
.bt-submit input {
	color: #fff;
	background-color: #a28d4f;
	border: solid 1px #a28d4f;
  border-radius: 5px;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-submit input:hover {
	background-color: #ac9c6f;
	border: solid 1px #ac9c6f;
}
.bt-reset input {
	color: #fff;
	background-color: #959595;
	border: solid 1px #959595;
  border-radius: 5px;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-reset input:hover {
	background-color: #bdbdbd;
	border: solid 1px #bdbdbd;
}

.thanks {
	margin-bottom: 50px;
}
.back-top {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.back-top a {
	color: #fff;
}


/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	color: #cecece;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #cecece;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #cecece;
}

/*チェックボックス*/

.checkbox01-input{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 25px;
  position:relative;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
	background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}
.checkbox01-input:checked + .mwform-checkbox-field-text{
  color: #858585;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #858585;
  border-right: 3px solid #858585;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

/* fullSlideShow
--------------------------- */

.fullSlideShow .main-box {
  top: 30px;
  padding: 0 30px;
}
.fullSlideShow .txt {
  display: block;
  width: 100%;
	margin-bottom: 30px;
}
.fullSlideShow .txt h2 {
  font-size: 3.5rem;
	text-align: center;
  margin-bottom: 30px;
}

.fullSlideShow .txt h3 {
  font-size: 1.8rem;
	text-align: center;
}
.fullSlideShow .txt img {
	display: block;
  width: 140px;
	margin: 0 auto
}
.fullSlideShow .img {
  display: block;
  width: 100%;
}
.fullSlideShow .img img {
  display: block;
  width: 450px;
	margin: 0 auto;
}

/*LEAD*/

.lead h2 {
	width: 350px;
  margin: 0 auto 60px auto;
}
.lead img {
	display: block;
	margin-bottom: 30px;
	margin: 0 auto;
}

.lead .bg {
  background-image: none;
}
.lead .txt {
  width: 100%;
  float: none;
  padding: 0;
}
.lead .txt p {
  line-height: 2.5em;
}
	.lead02 h2 {
  font-size: 2.6rem;
}

.lead02 li {
  font-size: 2rem;
  background-size: 40px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}

/*NAYAMI*/

.nayami h2 {
  font-size: 2.5rem;
}
.nayami ul {
  width: 100%;
}
.nayami ul li {
  font-size: 1.7rem;
}
.nayami h3 {
  font-size: 1.6rem;
}
.nayami h3:before {
  height: 100px;
  margin: 40px auto 20px auto;
}
.nayami h3 img {
  width: 220px;
}

/*CONTACT*/

.contact-cmn h2 {
  font-size: 2rem;
	margin-bottom: 30px;
}
.contact-cmn h2 img {
  width: 70px;
}
.contact-cmn ul {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.contact-cmn ul li {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.contact-cmn ul li:first-child {
  border-right: none;
  border-bottom: solid 1px rgba(255,255,255,0.2);
	margin-bottom: 20px;
}
.contact-cmn ul li h3 {
  font-size: 1.6rem;
}
.contact-cmn ul li .tel {
  font-size: 1.8rem;
}
.contact-cmn ul li .time {
  font-size: 1.3rem;
}
.contact-cmn ul li p a {
  width: 500px;
}
.contact-cmn ul li p a i {
  font-size: 1.8rem;
}
.contact-cmn ul li .bt-line a i {
  font-size: 2rem;
}

/*YOUTUBE*/

.youtube h2 {
  font-size: 2.5rem;
}
.youtube-wrapper {
  width: 100%;
}

/*BEFORE AFTER*/

.ba h2 {
  font-size: 2.5rem;
}

/*MENU*/

.menu h2 {
  font-size: 2.8rem;
	margin-bottom: 30px;
}
.menu h3 {
  font-size: 2rem;
  padding: 30px 0 30px 25px;
}
.img-txt .txt {
	float: none;
	width: 100%;
}
.img-txt .img {
	display: block;
	float: none;
	width: 70%;
	margin: 0 auto;
}
.detail .inner {
	width: 100%;
}
.detail h2 {
	font-size: 2.5rem;
}

/*HAND*/

.hand {
  background-image: url(../images/hand-bg.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% - 200px) 0;
  background-color: #aba291;
	background-size: 500px;
}
.hand .img {
	display: block;
	margin: 0 auto 30px auto;
}
.hand .tit-en {
	background: url("../images/hand-tit.png") 0 30px no-repeat;
	background-size: 250px;
	padding: 60px 0;
}
.hand .hand-bg01 {
  background-image: none;
}
.hand .txt01 {
	width: 100%;
}
.hand .hand-bg02 {
  background-image: none;
}
.hand .txt02 {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.hand .txt02 img {
	display: block;
	width: 190px;
	margin: 0 auto 30px auto;
}

/*REBORN*/

.reborn .tit-en {
	background: url("../images/reborn-tit.gif") 0 15px no-repeat;
	background-size: 250px;
	padding: 60px 0;
}

/*SELFCARE*/

.selfcare .tit-en {
	background: url("../images/care-tit.gif") 0 15px no-repeat;
	background-size: 250px;
	padding: 60px 0;
}

/*JYOKEN*/

.jyoken {
	margin-bottom: 0!important;
}
.jyoken h2 {
	font-size: 2.5rem;
}
.jyoken h4 {
	font-size: 1.8rem;
}
.jyoken dl {
	width: 100%;
}
.jyoken dl dt {
	width: 90px;
	font-size: 2rem;
}
.jyoken dl dd h3 {
	font-size: 1.8rem;
}
.jyoken dl dd p {
	font-size: 1.3rem;
}

/*MESSAGE*/

.message .txt {
	float: none;
	width: 100%;
	background: url("../images/message-tit.gif") 0 10px no-repeat!important;
	background-size: 250px!important;
	padding-top: 50px;
}
.message .txt h2 {
	font-size: 2.5rem;
	padding: 0;
	margin-bottom: 30px;
}
.message .txt p {
	padding: 0;
}
.message .img {
	float: none;
	width: 70%;
	margin: 0 auto;
}

/*ACCESS*/

.access {
  background-image: url("../images/access-bg.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 350px) 100%;
	background-color: #f4efe5;
}
.access h2 {
	font-size: 2.5rem;
}
.access .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.access .img {
	display: block;
	float: none;
	width: 100%;
	margin: 0 auto;
}

/*CONTACT*/

.contact h2 {
	font-size: 2.5rem;
}
.contact .inner {
	width: 100%;
	margin: 0 auto 40px auto;
}

.contact .inner input,.contact .inner textarea {
	font-size: 16px;
}

.contact .inner dl {
margin-bottom: 20px;
}
.contact .inner dt {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
.contact .inner dd {
	float: none;
	width: 100%;
}

.hissu {
	display: inline-block;
	color: #fff;
	font-size: 70%;
	line-height: 100%;
	text-align: center;
	background-color: #e26e45;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 7px;
}
.err {
  color: #e00202;
}

.input01 input {
	padding: 15px;
}
.input02 input {
	padding: 15px;
}
textarea {
	padding: 15px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

/* fullSlideShow
--------------------------- */

.fullSlideShow .main-box {
  top: 50px;
}
.fullSlideShow .txt {
	margin-bottom: 40px;
}
.fullSlideShow .txt h2 {
  font-size: 5vw;
  margin-bottom: 20px;
}

.fullSlideShow .txt h3 {
  font-size: 3vw;
	margin-bottom: 20px;
}
.fullSlideShow .txt img {
  width: 25%;
}
.fullSlideShow .img img {
  width: 90%;
}

/*LEAD*/

.lead h2 {
	width: 260px;
  margin-bottom: 40px;
}
.lead .txt {
	margin-bottom: 40px;
}
.lead .txt p {
  line-height: 2em;
}
.lead02 {
  background-image: url(../images/sejyutsu-bg.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% + 200px) 100%;
	background-size: 800px;
  background-color: #593e1b;
}
.lead02 h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.lead02 h2:after {
  height: 50px;
  margin: 10px auto 0 auto;
}
.lead02 li {
  font-size: 1.5rem;
}

/*NAYAMI*/

.nayami h2 {
  font-size: 2rem;
	margin-bottom: 30px;
}
.nayami ul li {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.nayami ul li:before {
  font-size: 2rem;
	margin-right: 10px;
}
.nayami h3 {
  font-size: 1.5rem;
}
.nayami h3:before {
  height: 60px;
  margin: 30px auto 10px auto;
}
.nayami h3 img {
  width: 160px;
  margin: 10px auto;
}

/*CONTACT*/

.contact-cmn h2 {
  font-size: 1.7rem;
	margin-bottom: 15px;
}
.contact-cmn h2 img {
  width: 60px;
}
.contact-cmn ul li {
  padding: 0;
}
.contact-cmn ul li h3 {
  font-size: 1.5rem;
	margin-bottom: 15px;
}
.contact-cmn ul li .time {
  font-size: 1.1rem;
}
.contact-cmn ul li p a {
  width: 80%;
	font-size: 90%;
}
.contact-cmn ul li p a i {
  font-size: 1.6rem;
}
.contact-cmn ul li .bt-line a i {
  font-size: 2rem;
}

/*YOUTUBE*/

.youtube h2 {
  font-size: 2rem;
}

/*BEFORE AFTER*/

.ba {
	padding: 40px 0 20px 0!important;
}
.ba h2 {
  font-size: 2rem;
}
.ba ul {
	width: 105%;
}
.ba ul li {
	width: 45%;
	margin: 0 5% 20px 0;
}

/*MENU*/

.menu h2 {
  font-size: 2.3rem;
	padding-left: 20px;
	margin-bottom: 25px;
}
.menu h3 {
  font-size: 1.8rem;
  padding: 20px 0 20px 20px;
}
.detail h2 {
	font-size: 2rem;
}
.detail ul {
	margin-bottom: 40px;
}

/*HAND*/

.hand {
  background-image: url(../images/hand-bg.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% - 100px) 0;
  background-color: #aba291;
	background-size: 400px;
}
.hand .tit-en {
	background: url("../images/hand-tit.png") 0 10px no-repeat;
	background-size: 200px;
	padding: 40px 0;
}
.hand .txt02 img {
	width: 150px;
}

/*REBORN*/

.reborn .tit-en {
	background: url("../images/reborn-tit.gif") 0 0 no-repeat;
	background-size: 200px;
	padding: 40px 0;
}

/*SELFCARE*/

.selfcare .tit-en {
	background: url("../images/care-tit.gif") 0 0 no-repeat;
	background-size: 200px;
	padding: 40px 0;
}

/*JYOKEN*/

.jyoken h2 {
	font-size: 2rem;
}
.jyoken h4 {
	font-size: 1.6rem;
}
.jyoken dl {
	padding: 5px 0;
	margin: 0 auto 17px auto;
}
.jyoken dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	font-size: 1.8rem;
	padding: 5px 0;
}
.jyoken dl dd {
	padding: 5px 0 5px 20px;
}
.jyoken dl dd h3 {
	font-size: 1.6rem!important;
}
.jyoken dl dd p {
	font-size: 1.2rem;
}

/*MESSAGE*/

.message .txt {
	background: url("../images/message-tit.gif") 0 0 no-repeat!important;
	background-size: 200px!important;
	padding-top: 40px;
}
.message .txt h2 {
	font-size: 2rem;
	padding-left: 30px;
}

/*ACCESS*/

.access {
  background-image: url("../images/access-bg.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 150px) 100%;
	background-size: 400px;
	background-color: #f4efe5;
}
.access h2 {
	font-size: 2rem;
}
.access .txt dl {
	font-size: 90%;
}
.access .txt dl dt {
	width: 100px;
}

/*CONTACT*/

.contact h2 {
	font-size: 2rem;
}
.contact .inner {
	margin: 0 auto 30px auto;
}
.input01 input {
	padding: 12px;
}
.input02 input {
	padding: 12px;
	width: 70%;
}
textarea {
	padding: 12px;
}

/*bt*/

.form-bt {
	width: 280px;
}
.form-bt li {
  width: 120px;
  margin: 0 5px;
}
.bt-submit input {
	padding: 10px 0;
}
.bt-reset input {
	padding: 10px 0!important;
}

}

