@charset "utf-8";
/*
	SP 768px以下
	TAB 769px以上 1024以下 @media only screen and (min-width: 769px) {}
	PC 1250以上 @media only screen and (min-width: 1250px) {}
*/

/* --- 
    　update
         --- */
:root {
	--cc-main: #0f4661;
	--cc-sub: #082635;
	--cc-sub-d: #78a7b4;
}
.bg10 #dr04, /*溝渕先生*/
.bgi11 .container .box:nth-child(3), /*松山院*/
.bgi11 .container .box:nth-child(4) /*高知院*/ {
	display: block;
}
.bg10 #dr023, /*佐藤先生*/
.bg10 #dr020, /*新開先生*/
.bg10 #dr016, /*神田先生*/
.bg10 #dr07, /*河野先生*/
.bgi11 .container .box:nth-child(1), /*銀座院*/
.bgi11 .container .box:nth-child(2), /*大阪院*/
.bgi11 .container .box:nth-child(5) /*那覇院*/ {
	display: none;
}

/* --- 
    common
         --- */
html {
	font-size: 62.5%;
}
body {
	font: 1.5em -apple-systrem, blinkMacSystremFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: var(--dark);
	line-height: 1.5;
}
@media only screen and (min-width: 769px) {
	body {
		font-size: 1.55em;
	}
}
@media only screen and (min-width: 1250px) {
	body {
		font-size: 1.6em;
	}
}
:root {
	--white: #fbfbfb;
	--light: #f4f4f4;
	--dark: #535353;
	--black: #333333;
	--gradation: linear-gradient(75deg, var(--cc-main) 0%, var(--cc-sub) 45%, var(--cc-sub-d) 100%);
	--cc-point: #f1e4c1;
}
.fon-en {
	line-height: 1.5;
	font-family: century-gothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
img {
	vertical-align: bottom;
	width: 100%;
}
#content {
	background-color: var(--light);
}
.campaign,
#message,
.bg10,
.bgi11 {
	padding: 0 5%;
}
@media only screen and (min-width: 1250px) {
	.bg10,
	.bgi11 {
		padding: 0 15% 5%;
	}
}
/* box */
.box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
/* .action */
section.action {
	position: relative;
	padding: 20% 0;
}
section.action .btn-wrap {
  position: absolute;
	width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
section.action .btn-wrap a {
  display: block;
  position: relative;
	width: 85%;
	margin: auto;
  height: 70px;
  line-height: 70px;
  font-size: 1.2em;
  border-radius: 40px;
  text-decoration: none;
  background-color: var(--cc-main);
  color: var(--white);
  transition: .2s;
}
section.action .btn-wrap a:before,
section.action .btn-wrap a:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  border-radius: 45px;
  background: var(--cc-main);
  transform: translate3d(0,0,0);
}
section.action .btn-wrap a:before {
  animation: anime 1s ease-out infinite;
}
section.action .btn-wrap a:after {
  animation: anime 1s ease-out 1s infinite;
}
@keyframes anime {
	0%{transform:scale(.95); opacity:1}
	90%{opacity:.1}to{transform:scale(1.05,1.2); opacity:0}
}
section.action .btn-wrap a:hover {
  background-color: var(--cc-sub);
}
section.action a .box-wrap {
	-webkit-box-align: baseline;
	align-items: baseline;
}
section.action a i {
	margin-right: 2.5%;
	font-size: 2.5rem;
}
@media only screen and (min-width: 769px) {
	section.action {
		padding: 10% 0;
	}
}

/* ---
      main
          ---*/
@media only screen and (min-width: 769px) {
	main {
		box-sizing: border-box;
		overflow-x: hidden;
		position: relative;
		width: 100%;
		height: 100%;
		max-width: 100%;
	}
	main::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../img/pc-bg.jpg") center center / cover no-repeat;
		background-attachment: fixed;
		z-index: -1;
	}
}

/* ---
   container
          ---*/
@media only screen and (min-width: 769px) {
	.wrapper-pc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/* #content */
#content {
	width: 100%;
}
@media only screen and (min-width: 769px) {
	#content {
		order: 2;
		width: 650px;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		z-index: 1;
		margin: auto;
		-webkit-box-shadow: 4px 4px 20px rgba(0,0,0,.1);
		box-shadow: 4px 4px 20px rgba(0,0,0,.1);
	}
}

/* sidenavi */
.sidenavi .sidenavi_inner {
	position: relative;
}
.sidenavi .logo {
	display: none;
}
.sidenavi .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	left: 5px;
	bottom: 10px;
	z-index: 199;
	width: calc(100% - 55px);
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.sidenavi .btn-wrap .btn {
	width: 60%;
	display: block;
	position: relative;
	border-radius: 50px;
	padding: 5px 0;
	font-size: 2rem;
	line-height: 1;
	text-decoration: none;
	background: var(--cc-main);
	background: -moz-var(--gradation);
	background: -webkit-var(--gradation);
	background: var(--gradation);
  box-shadow: 0 5px 0 var(--cc-sub);
	color: var(--white);
	text-align: center;
	overflow: hidden;
}
.sidenavi .btn-wrap .btn.line {
	width: 18.5%;
	border-radius: 10px;
	background: rgb(31,119,72);
	background: -moz-linear-gradient(0deg, rgba(31,119,72,1) 0%, rgba(0,185,0,1) 80%, rgba(150,218,19,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(31,119,72,1) 0%, rgba(0,185,0,1) 80%, rgba(150,218,19,1) 100%);
	background: linear-gradient(0deg, rgba(31,119,72,1) 0%, rgba(0,185,0,1) 80%, rgba(150,218,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f7748",endColorstr="#96da13",GradientType=1);
  box-shadow: 0 2px 0 var(--white);
}
.sidenavi .btn-wrap .btn:hover {
	text-decoration: none;
	color: var(--white);
  box-shadow: none;
  transform: translateY(5px);
}
.sidenavi .btn-wrap .btn.web::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: var(--white);
	animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.sidenavi .btn-wrap .btn.line .box-wrap {
	display: block;
}
.sidenavi .btn-wrap .btn.line p {
	margin-top: .5em;
	font-size: 0.65em;
	letter-spacing: .05em;
}
.sidenavi .btn-wrap .btn span {
	color: var(--cc-point);
	display: inline-block;
	margin-bottom: 3%;
	font-size: 0.6em;
	line-height: 1;
}
.sidenavi .btn-wrap .btn img {
	height: 95%;
	max-height: 30px;
	width: auto;
}
.sidenavi .btn-wrap .btn .box-wrap {
	-webkit-box-align: baseline;
	align-items: baseline;
}
.sidenavi .btn-wrap .btn.web i {
	margin-right: 2.5%;
	font-size: 2.5rem;
}
@media only screen and (min-width: 769px) {
	.sidenavi .btn-wrap {
		width: calc(100% - 75px);
	}
}
@media only screen and (min-width: 1250px) {
	.sidenavi {
		order: 1;
		position: fixed;
		top: 0;
		width: calc((100% - 650px)/2);
		height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	}
	.sidenavi .sidenavi_inner {
		text-align: center;
	}
	.sidenavi .logo {
		display: block;
	}
	.sidenavi .logo img {
		width: 250px;
    max-height: inherit;
		margin-bottom: 10%;
	}
	.sidenavi .btn-wrap {
		position: relative;
		width: 100%;
    left: 0;
    bottom: 0;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		column-gap: 1.5rem;
		row-gap: 2rem;
	}
	.sidenavi .btn-wrap .btn {
		width: 100%;
	}
	.sidenavi .btn-wrap .btn.line {
		width: 30%;
	}
}
/* header */
header {
	position: fixed;
  top: 0;
	right: 0;
	z-index: 200;
}
header .hamburger {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
}
header .hamburger_border {
	position: absolute;
	left: 11px;
	width: 18px;
	height: 2px;
	background-color: var(--white);
	transition: all .6s;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}
header .hamburger_border_top {
	top: 14px;
}
header .hamburger_border_center {
	top: 20px;
}
header .hamburger_border_bottom {
	top: 26px;
}
header.nav-open nav {
	right: 0;
}
header.nav-open .hamburger_border_top {
	transform: rotate(45deg);
	top: 20px;
}
header.nav-open .hamburger_border_center {
	width: 0;
	left: 50%;
}
header.nav-open .hamburger_border_bottom {
	transform: rotate(-45deg);
	top: 20px;
}
header .logo {
	display: block;
}
header .header_inner {
	position: relative;
	width: 100%;
}
header nav {
	position: fixed;
	right: -320px;
	height: 100vh;
	width: 300px;
	background-color: rgb(255 255 255 / 75%);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	-webkit-box-shadow: 4px 4px 20px rgba(0,0,0,.1);
  box-shadow: 4px 4px 20px rgba(0,0,0,.1);
	transition: all .6s;
	overflow-y: auto;
}
header nav ul li {
	margin: 10% 0;
}
header nav ul li a {
	color: var(--dark);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	align-items: flex-end;
	text-decoration: none;
	font-size: .8em;
	line-height: 1;
	padding-bottom: 2.5%;
}
header nav ul li a .fon-en {
	line-height: 1;
	font-size: 1.5em;
	margin-right: 10px;
}
header nav ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: var(--dark);
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header nav ul li a:hover {
	background-color: inherit;
	color: var(--cc-sub);
}
header nav ul li a:hover::after {
	transform: scale(1, 1);
}
header nav ul li.icon a:hover {
	transform: scale(.9);
	transition: transform .3s;
}
@media only screen and (min-width: 769px) {
	header {
		order: 3;
		width: calc((100% - 650px)/2);
	}
	header .logo {
		display: none;
	}
	header .title {
		font-size: 2rem;
		font-weight: 600;
	}
	header nav ul li a span.fon-en {
		margin-right: 15px;
	}
}
@media only screen and (min-width: 1250px) {
	header nav {
		position: fixed;
		right: 0;
		height: 100vh;
    width: calc((100% - 650px)/2);
		background: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	header nav ul li a {
		font-size: .85em;
	}
	header nav ul li a .fon-en {
		font-size: 1.6vw;
	}
	header .hamburger {
		display: none;
	}
}

/* firstview */
#firstview {
	position: relative;
}
#firstview .logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#firstview .logo img {
	max-height: 65px;
	width: 60%;
}
#firstview video {
	margin-bottom: -8px;
}
@media only screen and (min-width: 1250px) {
	#firstview .logo {
		display: none;
	}
}

/* sec .full */
.full img {
	width: 100%;
}

/* sec .campaign */
.campaign img {
	margin-top: 2.5%;
}

/* sec .campaign#cp-02 */
h2.fon-en {
	color: var(--dark);
	font-weight: bold;
	font-size: clamp(35px, calc(-0.747663551401871px + 10.514018691588785vw), 80px);
	letter-spacing: .15em;
	line-height: 1.15;
	margin-bottom: .25em;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	h2.fon-en {
		font-size: 65px;
	}
}

/* sec #message */
#message p {
	text-align: center;
}
#message img {
	margin-top: 2.5%;
}

/* bg10 *//* sec11 */
/* tit */
.main_tit {
	position: relative;
	padding-top: 20%;
	margin-bottom: 10%;
	text-align: center;
	z-index: 5;
	color: var(--dark);
}
.main_tit::before {
	content: '';
	position: absolute;
	top: 20%;
	left: 50%;
	width: 1px;
	height: 20%;
	background: var(--dark);
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {transform: scale(1, 0);transform-origin: 0 0;}
	50% {transform: scale(1, 1);transform-origin: 0 0;}
	50.1% {transform: scale(1, 1);transform-origin: 0 100%;}
	100% {transform: scale(1, 0);transform-origin: 0 100%;}
}
.main_tit .webf {
	font-family: century-gothic, sans-serif;
	font-size: 3.5rem;
	letter-spacing: 0.05rem;
	line-height: 1;
}
.main_tit .fon-min {
	font-size: 2rem;
	letter-spacing: 0.1rem;
	display: block;
	margin-top: 10px;
}
.bg10 .main_tit .fon-min {
	display: block;
}

/* bg10 */
.bg10 .box {
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: var(--white);
	margin-top: 5%;
}
.bg10 .box:first-child {
	margin-top: 0;
}
.bg10 .box .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
}
.bg10 .box .name .imgwrap {
	width: 35%;
}
.bg10 .box .name .textwrap {
	width: 60%;
}
.bg10 .box .name .textwrap h3 {
	font-weight: bold;
	font-size: 2.2rem;
}
.bg10 .box .name .textwrap p {
	margin-bottom: 2.5%;
}
.bg10 .box h4 {
	color: var(--dark);
	margin: 2.5% 0;
	border-top: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
	padding: 1% 0 1% 10px;
}
.bg10 .box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .9em;
 	flex-wrap: wrap;
	margin: 0 1%;
}
.bg10 .box dl dt {
	width: 30%;
}
.bg10 .box dl dd {
	width: 70%;
}
@media only screen and (min-width: 1250px) {
	.bg10 .box .name .imgwrap {
		width: 25%;
	}
	.bg10 .box .name .textwrap {
		width: 70%;
	}
	.bg10 .box dl {
		font-size: 1em;
	}
}

/* sec11 */
.bgi11 {
	background: var(--white);
}
.sec11 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec11 .container .box {
	width: 100%;
	margin-bottom: 12%;
}
.sec11 .container .box:nth-child(3) {
	order: 2;
}
.sec11 .container .box:nth-child(4) {
	order: 1;
}
.sec11 .container .ttl h3 {
	margin: 3% 0;
	color: var(--cc-sub);
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1;
}
.sec11 .container .box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2.5%;
	margin-top: 2%;
}
.sec11 .container .box dl dt {
	width: 25%;
}
.sec11 .container .box dl dd {
	width: 75%;
}
.sec11 .tel {
	background-color: var(--dark);
	border: 1px solid var(--dark);
  color: var(--white);
}
.sec11 .tel:hover {
	background-color: var(--white);
	border: 1px solid var(--dark);
	color: var(--dark);
}
.sec11 .container .box dl.action dd {
	-webkit-box-align: center;
	align-items: center;
}
.sec11 .container .box dl.action dd .ac-btn.tel p {
	font-size: 1.7rem;
}
@media only screen and (max-width: 575px) {
	.sec11 .container .box .ttl h3 {
		font-size: 2rem;
	}
	.sec11 .container .box dl.action dd .ac-btn.tel p {
		font-size: 1.5rem;
	}
}

/*　footer　*/
footer {
	position: relative;
	text-align: center;
	background: var(--light);
	padding: 30px 0 100px;
}
footer p {
	font-size: 0.8em;
}
footer #pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: 0;
	z-index: 199;
}
footer #pagetop a {
	width: 45px;
	height: 45px;
	display: block;
	background: rgba(0,0,0,1);
	transition: opacity .6s ease;
}
footer #pagetop a:hover {
	opacity: .3;
}
footer #pagetop a::before {
	position: absolute;
	top: 5px;
	width: 10px;
	height: 10px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	content: '';
	transform: rotate(-45deg);
	border-top: 1px solid var(--white);
	border-right: 1px solid var(--white);
}
@media only screen and (min-width: 769px) {
	footer {
		padding: 0;
	}
	footer #pagetop a::before {
		top: 7px;
		width: 14px;
		height: 14px;
	}
	footer #pagetop a {
		width: 65px;
		height: 65px;
	}
}
@media only screen and (min-width: 1250px) {
	footer #pagetop {
		z-index: 400;
	}
}