@charset "UTF-8";
/* ========================================================
	Base
======================================================== */
/* Reset */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;font-style: normal;font-weight: normal;vertical-align:baseline;background:transparent;}
body {line-height:1;-webkit-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul,ol {list-style:none;}
img {border: 0;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
textarea {resize: vertical;}

html {
	overflow-y: scroll;
	font-size: calc(100vw / 3.75);
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic,"游ゴシック",sans-serif;
	position: relative;
	text-align: center;
	width: 100%;
	font-feature-settings:'palt';
	overflow-x: hidden;
}
a {
	color: inherit;
	outline: none;
	word-wrap: break-word;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1;
}
p,ul,ol,table {
	line-height: 1.6;
}
table {
	width: 100%;
	margin: 0 auto .8em;
}

/* ========================================================
	Utility
======================================================== */
.clearfix::after,
.wrap::after {
	content: "";
	display: block;
	clear: both;
}
.clearfix::before,
.wrap::before {
	content: "";
	display: block;
	clear: both;
}
.clearfix,
.wrap {
	display: block;
}
.clear { clear: both;}

.gf-sm {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.gf-nt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.filter {
	filter: drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1));
}

.mb0 {margin-bottom: 0 !important;}
.mt0 {margin-top: 0 !important;}
.tac { text-align: center !important;}
.fs70 { font-size: 0.7em !important;}
.fs80 { font-size: 0.8em !important;}
.fs85 { font-size: 0.85em !important;}
.fs90 { font-size: 0.9em !important;}
.fs95 { font-size: 0.95em !important;}
.wd50 {width: 50%;}
.wd60 {width: 60%;}
.wd70 {width: 70%;}
.wd80 {width: 80%;}

.bgcl { background: #F6F1F1; padding: 1em 0 .8em;}
.bgw { background: #FFF;}

.dib {display: inline-block;}


@media screen and (max-width : 767px) {
.pc { display: none !important;}

body {
	font-size: 0.16rem;
	padding: 2.3em 0 3.5em;
}
}

@media screen and (min-width : 600px) {
html {
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
}
}

@media screen and (min-width : 768px) {
.sp { display: none !important; }
}

/* ========================================================
	Style
======================================================== */
header {
	background: #000;
}
header h1 {
	display: flex;
	align-items: center;
}
header h1 img {
	height: .8em;
	margin-right: .5em;
}
.wrap {
	width: min(92%,800px);
	margin-left: auto;
	margin-right: auto;
}

.cv {
	position: fixed;
}
.cv li a {
	background-color: #9C885D;
	color: #FFF;
	display: flex;
	background-repeat: no-repeat;	
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;	
	align-items: center;
	text-align: left;
	justify-content: center;
}
.cv li:nth-of-type(1) a {
	background-image: url(../img/cv_mail.png);
}
.cv li:nth-of-type(2) a {
	background-image: url(../img/cv_line.png);
}
.cv li:nth-of-type(3) a {
	background-image: url(../img/cv_tel.png);
}
footer {
	background: #000;
	display: block;
	color: #FFF;
	font-size: .9em;
	padding: 1.2em 0;
	margin-top: 2em;
}
footer .pagetop {
	position: fixed;
	bottom: 10%;
	right: 5%;
	background: rgba(0,0,0,.15);
	display: inline-block;
	width: 2em;
	height: 1.8em;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	text-indent: -9999px;
}

@media screen and (max-width : 767px) {
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
header h1 {
	height: 2.3em;
	padding-left: 3%;
}
.gnav button {
	position: fixed;
	right: 0;
	top: 0;
	background: #B1B1B1;
	display: block;
	font-size: 1em;
	width: 3.2em;
	height: 2.3em;
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	z-index: 100;
}
.gnav button span {
	display: block;
}
.gnav button::before,
.gnav button::after,
.gnav button span::before {
	position: absolute;
	content: "";
	display: block;
	width: 1.3em;
	height: 1.5px;
	background: #fff;
	left: calc(50% - 0.65em);
}
.gnav button::before {top: 0.65em;}
.gnav button::after {top: 1.1em;}
.gnav button span::before {top: 1.55em;}
.gnav button.active::before {
	transform: rotate(45deg);
	top: 1.1em;
}
.gnav button.active::after {
	transform: rotate(-45deg);
	top: 1.1em;
}
.gnav button.active span::before {
	display: none;
}
.gnav ul {
	text-align: left;
	display: none;
	background: #fff;
	padding: 0 5% 1em;
	width: 100%;
	position: fixed;
	top: 2.3em;
	left: 0;

}
.gnav li {
	border-bottom: 1px dashed #A9A9A9;
}
.gnav li a {
	display: block;
	padding: .4em 2%;
}
.gnav li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: .55em;
	height: .55em;
	border-radius: 50%;
	background: #889FCF;
	margin: 0 .3em .2em 0;
}
.cv {
	bottom: 0;
	width: 100%;
}
.cv ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cv li {
	width: 31.5%;
	line-height: 1.2;
}
.cv li:first-of-type {
	width: 33.5%;
}
.cv li a {
	border-radius: .4em .4em 0 0;
	height: 3.5em;
	font-size: .85em;
	padding-left: 1.8em;
}
.cv li:nth-of-type(1) a {
	background-size: 1.4em auto;
	background-position: calc(50% - 3.5em) 50%;
}
.cv li:nth-of-type(2) a {
	background-size: 1.6em auto;
	background-position: calc(50% - 3.2em) 50%;
}
.cv li:nth-of-type(3) a {
	background-size: 1.7em auto;
	background-position: calc(50% - 3.1em) 50%;
}
}

@media screen and (min-width : 768px) {
header h1 {
	height: 2.5em;
	font-size: 1.2em;
	justify-content: center;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 100;
}
.gnav button {
	display: none;
}
.gnav ul {
	display:table !important;
	width: min(100%,1000px);
	padding-bottom: .8em;
	margin: auto;
}
.gnav li {
	display: table-cell;
	font-size: .75em;
}
.gnav li a {
	display: inline-block;
	color: #FFF;
	padding: .5em 0;
}
.gnav li a:hover {
	color: #889FCF;
}
.cv {
	right: 0;
	top: 15%;
}
.cv li {
	margin-bottom: 10%;
}
.cv li a {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
	border-radius: .4em 0 0 .4em;
	height: 9em;
	font-size: .9em;
	width: 3.5em;
	line-height: 1.3;
	padding: 1.5em 0 0 0;
}
_::-webkit-full-page-media, _:future, :root .cv li a {
	padding-right: .8em;
}
.cv li a span {
}
.cv li:nth-of-type(1) a {
	background-size: 1.6em auto;
	background-position: 50% calc(50% - 3.8em);
}
.cv li:nth-of-type(2) a {
	background-size: 1.6em auto;
	background-position: 50% calc(50% - 4.2em);
}
.cv li:nth-of-type(3) a {
	background-size: 1.9em auto;
	background-position: 50% calc(50% - 3.7em);
}
.cv li a:hover {
	border-right: 1em solid #9C885D;
	margin-left: -1em;
}
footer .pagetop {
	font-size: 1.5em;
}
}

.cont p {
	text-align: justify;
	margin-bottom: .8em;
}
.cont section:not(.fn) {
	margin-bottom: 2.5em;
}
.cont h2.gf-sm {
	background: #000;
	color: #FFF;
	font-size: 1.8em;
	padding: .4em 0 .5em;
	letter-spacing: -.1em;
	margin-bottom: .5em;
}
.cont h2.gf-sm span.gf-nt {
	display: block;
	font-size: .52em;
	margin-bottom: .8em;
	letter-spacing: -.02em;
}
.cont h2.gf-sm span:not(.gf-nt) {
	font-size: .7em;
}
.cont h2.gf-sm img {
	height: .9em;
	margin-right: .1em;
}
.cont h3.gf-nt {
	text-align: left;
	color: #554526;
	font-size: 1.05em;
	letter-spacing: -.06em;
	margin: 1em 0 .3em;
	line-height: 1.3;
}
.cont .fg {
	width: 90%;
	margin: 0 auto 1em;
}
#mv {
	background: #000;
	padding: 1em 0 1.5em;
	margin-bottom: 1em;
}
#mv h1 img {
	width: min(65%,500px);
	margin-bottom: .7em;
}
#mv .gf-nt {
	color: #FFF;
	margin: .5em auto 0;
	text-align: center;
}
#mv .gf-nt strong {
	display: block;
	font-size: 1.2em;
}
#mv figure:nth-of-type(1) img {
	width: min(46%,250px);
}
#mv figure:nth-of-type(2) {
	background: url(../img/mv_pic_bg.png) calc(50% - 10em) 0 no-repeat;
	background-size: 7.5em auto;
	padding-top: 1em;
}
#mv figure:nth-of-type(2) img {
	width: min(90%,450px);
}

.btn {
	background : linear-gradient(180deg, rgba(194, 167, 96, 1) 0%, rgba(240, 224, 148, 1) 100%);
	display: block;
	width: min(90%,400px);
	padding: .8em 0;
	margin: 7% auto;
	font-size: 1.2em;
	border-radius: 3em;
	position: relative;
	letter-spacing: -.05em;
}
.btn::before {
	content: "";
	position: absolute;
	border-radius: 3em;
	top: -.25em;
	left: -.25em;
	background : linear-gradient(0deg, rgba(195, 168, 97, 1) 0%, rgba(240, 224, 148, 1) 100%);
	width: calc(100% + .5em);
	height: calc(100% + .5em);
	z-index: -1;
}
.fn h2.fncap {
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	background: #5675B9;
	text-align: left;
	font-size: 1.15em;
	padding: .6em 0 .6em 3.2em;
	margin: 1.5em auto .5em;
	border-radius: 2em 0 0 2em;
	position: relative;
}
#fn1 h2.fncap { letter-spacing: -.1em;}
.fn h2.fncap::before {
	content: "";
	display: inline-block;
	width: 3.5em;
	height: 3.5em;
	position: absolute;
	top: -.65em;
	left: -.5em;
	background-size: 100% auto;
}
#fn1 h2.fncap::before { background-image: url(../img/fncap01.png);}
#fn2 h2.fncap::before { background-image: url(../img/fncap02.png);}
#fn3 h2.fncap::before { background-image: url(../img/fncap03.png);}

.fn h2.fncap::after {
	font-size: .75em;
	color: #FFF;
	position: absolute;
	top: calc(50% - .5em);
	right: 2%;
	letter-spacing: -.06em;
	font-style: italic;	
}
#fn1 h2.fncap::after { content: "Electroporation";}
#fn2 h2.fncap::after { content: "SonoPhoresis";}
#fn3 h2.fncap::after { content: "CryoTherapy";}

.fn figure {
	margin: 1em auto;
}
.fn figcaption {
	background: #82A6DD;
	color: #FFF;
	font-size: 1.2em;
	border-radius: 2em;
	padding: .5em 0;
	width: min(80%,500px);
	margin: 0 auto 1em;	
	clear: both;
}
.fn figure:first-of-type {
	width: 70%;
	margin-top: 0;
}
#fn3 figure:first-of-type {
	width: 55%;
}
#fn3,
#reason {
	background: url("../img/mv.png") no-repeat 50% calc(100% + 9em);
	background-size: 10em auto;
	padding-bottom: 11em;
}
#reason figure {
	width: 95%;
	margin: 0 auto 1em;
}
.menutbl caption {
	background: #5675B9;
	color: #FFF;
	padding: .3em 5%;
	font-size: 1.15em;
	text-align: left;
}
.menutbl th,
.menutbl td {
	border-bottom: 1px solid #5B5B5B;
	border-left: 1px solid #5B5B5B;
	border-right: 1px solid #5B5B5B;
	vertical-align: middle;
	line-height: 2;
	padding: .06em 3%;
}
.menutbl th {
	font-size: .9em;
}
.menutbl th span {
	display: block;
	font-size: 1.2em;
}
.menutbl th img {
	height: 1.1em;
}
.menutbl tr th:last-of-type {
	padding: 0;
}
.menutbl td {
	color: #B30808;
	font-size: 1.4em;
	text-align: right;
	width: 30%;
}
.menutbl td span {
	font-size: .5em;
}
.menutbl:nth-of-type(2) tr th:first-of-type {
	text-align: left;
	letter-spacing: -.03em;
}

#menu ul.gf-sm {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("../img/pic_menu02.jpg") no-repeat 50% .5em;
	background-size: auto 11em;
	padding-top: 10em;
}
#menu ul.gf-sm li {
	display: inline-block;
	padding: .4em 0;
	background: #D2C4B5;
	color: #FFF;
	font-size: .9em;
	border-radius: .1em;
	margin: .5% 0;
	width: 32.5%;
	letter-spacing: -.05em;
}
#menu ul.gf-sm li:nth-of-type(5) { width: 20%;}
#menu ul.gf-sm li:nth-of-type(6) { width: 45%;}
#menu h3 {
	margin-top: .5em;
}

.infotbl th,
.infotbl td {
	padding: .5em 2%;
	border: 1px solid #999;
	vertical-align: middle;
	text-align: left;
}
.infotbl th {
	width: 26%;
	min-width: 7.5em;
}
.infotbl td p {
	margin: .5em 0 0;
}
.formtbl caption {
	background: #5675B9;
	color: #FFF;
	padding: .2em 0;
	width: min(70%, 400px);
	margin: 1em auto;
	border-radius: 2em;
	font-size: 1.1em;
	letter-spacing: .1em;
}
.formtbl th,
.formtbl td {
	display: block;
	text-align: left;
}
.formtbl th {
	background: #EEEEEE;
	padding: .2em 3%;
}
.formtbl th::before {
	content: "必須";
	display: inline-block;
	background: #5675B9;
	color: #FFF;
	font-size: .6em;
	padding: 0 .5em;
	margin: 0 .5em .2em 0;
	vertical-align: middle;
}
.formtbl tr:last-of-type th::before {
	content: "任意";
	background: #888;
}

.formtbl td {
	padding: .3em 0 1em 0;
}
.formtbl input[type="text"],
.formtbl input[type="number"],
.formtbl input[type="tel"],
.formtbl input[type="email"],
.formtbl select,
.formtbl textarea {
	border: solid 1px #757575;
	border-radius: 0;
	box-shadow: none;
	padding: .7em .5em;
	margin: 5px 0;
	vertical-align: middle;
	font-size: 16px;
    -webkit-appearance: none;
	line-height: 1.3;
}
.formtbl input[type="tel"],
.formtbl input[type="text"],
.formtbl input[type="email"] {
	width: min(90%,30em);
}
.formtbl textarea {
	width: 90% !important;
	height: 8em !important;
}
.formtbl textarea::placeholder {
	color: #CCC;
}
.formtbl label {
	display: block !important;
	border: none !important;
	padding: 0 !important;
	margin: 0.2em 20px 0.1em 0 !important;
}
.formbtn {
	text-align: center;
	margin: 0 auto;
}
.formbtn input,
.formbtn input:hover,
.formbtn a,
.formbtn a:hover {
	display: inline-block;
	border: none;
	border-radius: .2em; 
	background: #5675B9;
	color: #fff;
	margin: 0 auto 1.5em;
	padding: .6em 0;
	line-height: 1.6;
	width: min(70%,400px);
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.2em;
    -webkit-appearance: none;
}
.mfp_ok {
    background-color: #FFF;
}
div.mfp_ok {
	display: none !important;
}
:focus {
	outline-color: #000;
}
form#mailformpro label.mfp_checked {
    padding: 0 !important;
    border: none !important;
    background-color: #FFF !important;
    box-shadow: none !important;
}
.mfp_element_submit {
	text-shadow: none;
}
.linebox {
	display: block;
	width: min(90%, 600px);
	margin: .5em auto;
	background: url("../img/line_bg.png") no-repeat;
	background-size: 100% auto;
}
.linebox img {
	width: min(85%, 300px);
	margin: .3em auto;
}
.linebox span {
	display: block;
	background: #4FA78A;
	color: #FFF;
	padding: .5em 0;
	font-size: 1.1em;
}

.telbox {
	width: min(90%, 600px);
	margin: 1em auto 1.5em;
}
.telbox dt {
	border: .2em solid #5675B9;
	background: #5675B9;
	color: #FFF;
	font-size: 1.1em;
	border-radius: .4em .4em 0 0;
	padding: .3em 0;
}
.telbox dd {
	border: .2em solid #5675B9;
	border-radius: 0 0 .4em .4em;
	border-top: none;
	font-size: .8em;
	padding: 1em 0 .5em;
}
.telbox dd img {
	display: block;
	width: min(80%, 300px);
	margin: 0 auto 1em;
}

.pplist {
	margin-bottom: 2em;
}
.pplist > li {
	list-style: decimal;
	text-align: left;
	margin: 0 0 .8em 1.5em;
}
.pplist ul {
	margin-top: .8em;
}
.pplist ul li::before {
	content: "・";
}

.thk footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}
.thk .formbtn {
	margin-top: 3em;
}
@media screen and (max-width : 599px) {
.infotbl td span:not(.dib) {
	display: block;
	text-align: right;
}
}

@media screen and (min-width : 768px) {
.cont h2.gf-sm {
	font-size: 2em;
}
.cont h3.gf-nt {
	font-size: 1.2em;
	letter-spacing: 0;
	margin-bottom: .5em;
}
.cont .fg {
	float: right;
	width: 40%;
	margin: 0 0 1em 3%;
}

#mv .gf-nt {
	font-size: 1.3em;
	padding: 2em 0 3em;
}
#mv figure:nth-of-type(1) {
	float: left;
	width: 35%;
}
#mv figure:nth-of-type(2) {
	float: right;
	width: 65%;
	background-position: 0 0;
}
#mv figure:nth-of-type(1) img {
	width: 80%;
}
#mv figure:nth-of-type(2) img {
	width: 85%;
	margin: auto;
}
#mv .clearfix {
	width: min(100%,900px);
	margin: auto;
}

.fn figure:first-of-type {
	float: right;
	width: 38%;
	margin: 0 0 2em 3%;
}
#fn3 figure:first-of-type {
	width: 33%;
}
.fn h2.fncap {
	margin-bottom: 1.3em;
}
#menu ul.gf-sm li {
	font-size: 1.1em;
}

.thk h2 {
	margin-bottom: 1.5em !important;
}

}

