@charset "UTF-8";
@import url(https://use.typekit.net/ixk7don.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body, html {
    width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
	min-width: 320px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
	scroll-behavior: smooth;
	color: #555;
}

*, *:before, *:after {
            box-sizing: border-box;
}

.center { text-align: center;}

.shortcut a{ text-decoration: none; display: block; }

/*              fadein                          

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/

/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.updelay1 { animation-delay:200ms;}
.updelay2 { animation-delay:700ms;}
.updelay3 { animation-delay:1200ms;}
.updelay4 { animation-delay:1500ms;}
.updelay5 { animation-delay:1800ms;}

@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}


.fade-in{ 
	opacity:0;
	animation-name:sample01;
	animation-duration:3s;
	animation-fill-mode: forwards;
}
@keyframes sample01 {
0% {
 opacity: 0;
 transform: translateY(80px);
}

 100% {
 opacity:1;
 transform: translateY(0);
 } 
}


/*              clearfix                         */ 

.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*             Pagetop                        */ 

#pagetop {
	width: 60px;
    position: fixed;
    bottom: 2%;
    right: 4%;
    padding: 10px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#pagetop img{ width: 100%;}

a.reserve {
	background: radial-gradient(#0080c0, #005b88);
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-size: 13px;
	margin: 0 5px;
	padding: 3px 5px;
}

/*          pc-header                        */ 

.filter h1 {
	width: 100%;
	text-align: center;
	padding-top: 200px;
}

.filter h1 img{
	width: 94%;
	max-width: 400px;
}


p.slider-scroll {
	text-align: center;
	margin-top: 60px;
}

p.slider-scroll img  {
	width: 40px;
}

#doctor h2, article h1 {
	font-size: 18px;
	border-bottom: solid 1px #222;
	letter-spacing: .5em;
	margin: 25px 0;
	background: none;
	
}

#contents {
	padding-top: 130px;
	background-size:cover;
	min-height: 100vh;
}

.e-cap {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
}

.wide { 
	letter-spacing: 1em;
}

.insta-icon {
	max-width: 60px;
	margin: 25px auto 0 auto;
}


.insta-icon img { width: 100%;}


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

.mobile-menu, #mobile-header, .mobile-only {display: none;}

.filter h1 img{
	width: 94%;
	max-width: 400px;
	background: rgba(255,255,255,0.8);
	padding: 25px;
}

.name-for-pc {
	width: 50%;
	max-width: 400px;
}

.name-for-pc a{
	padding: 15px 0 5px 10%;
	display: block;
}

.name-for-pc a img{ width: 100%;}



.header-logo img {
	width: 70px;
	margin-left: 15px;
	margin-top: 10px;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}



.pc-header{
	background: #fff;
	padding: 5px 0 20px 0;
	box-shadow: 0 0 5px 5px #aaa;
}

.pc-header-inner{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

.pc-menu {
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

.pc-menu ul{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}

.pc-menu ul li{
	width: 14%;
	text-align: center;
}


.pc-menu ul li a{
	text-decoration: none;
	color: #555;
}

.pc-menu ul li:last-child a{
	background: #005b88;
	border-radius: 20px;
	padding: 10px;
	color: #fff;
}
.pc-menu ul li:last-child a:hover{
	color: white;
	background: #0b7d3c;
}

.shortcut {
}

.shortcut ul{
	position: fixed;
	left: 5px;
	top: 225px;
	font-size: 11px;
	text-align: center;
	list-style: none;
	border-radius: 15px;
}

#home .shortcut ul{
	top: 140px;
}

.shortcut ul li a{
	width: 80px;
	margin: 15px 0;
	display: block;
	letter-spacing: 0;
	text-decoration: none;
	color: #cd9c8d;
}

.shortcut ul li a img{
	width: 40%;
} 

.shortcut ul li a img:hover{
	width: 50%;
}

}

@media screen and (min-width: 1350px){
#home header{
	height: 100vh;
	background: url(../images/head.jpg) no-repeat fixed;
	background-size: cover;
}
}

@media screen and (max-width: 1349px) and  (min-width: 769px){
#home header{
	height: 100vh;
	background: url(../images/head2.jpg) no-repeat fixed;
	background-size: cover;
}
}


/*          mobile-header                        */ 
@media screen and (max-width: 768px) {

.pc-menu,  .header-logo, .only-pc {display: none;}

#mobile-header {
	background: rgb(255,255,255);
	display: flex;
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
}

#mobile-header h1 {
	padding: 30px 0 0 15px;
	font-family: al-fresco, sans-serif;
	font-weight: 700;
	width: 55%;
}
#mobile-header h1 img{ width: 100%;}


#mobile-header h1 a{
	color: #555;
	text-decoration: none;
}

.filter {
	width: 100vw;
	height: 100vh;
}

.filter-inner {
	width: 100vw;
	height: 100%;
	background: url(../images/headimage.jpg) no-repeat;
	background-size:cover;

}

.filter-inner h1 span {
	background: rgba(255,255,255,0.8);
	display: block;
	padding: 15px;
	width: 80%;
	margin: 8vh auto 0 auto;
}


.header-logo2 img{
	height: 60px;
	margin: 10px;
}

.shortcut {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background: #e8d1ca;
	text-align: center;
	z-index: 200;
	border-bottom: solid 1px #b88f83;
	box-shadow: 0 0 5px 2px #e0c0b6;
}

.shortcut ul{
	display: flex;
	list-style: none;
	height: 76px;
	padding: 12px 0;
	justify-content: space-between;
	width: 75%;
	margin: auto;
}

.shortcut ul li {
	width: 25%;
	text-align: center;
}

.shortcut ul li a{
	display: block;
	border-right: solid 1px #555;
	color: #fff;
	font-size: 12px;
}

.shortcut ul li:first-child{ border-left: solid 1px #222;}


.shortcut ul li a img{
	height: 30px;
}

}


footer {
	width: 100%;
	padding: 15px;
	text-align: center;
}
footer ul li a, footer {
	text-decoration: none;
	color: #222;
}


footer ul {
	display: flex;
	justify-content: center;
}


footer ul li a:after {
content:"|";
margin:0 1em;
}
footer ul li:last-child a:after {content:"";}



/*          toppage                        */ 

#home section {
	margin: auto;
	min-height: 100vh;
	background-size: cover;
	padding: 140px .2vw;
	width: 100vw;
	margin-top:-100px;
}

#home section h1, #doctor h1, #clinic h1, h1.gallery , #price h1, #menu h1, #news h1, #gallery h1 {
	font-size: 18px;
	text-align: center;
	background: #F5E4DF;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;
}

#part1 h1 {
	padding: 5px 15px;
}

.adjust-1 {height: 40px;}

p.mincho {
	font-family: kinuta-maruminshinano-stdn, serif;
	font-size: 18px;
	color: #CFAFA6;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}

p.mincho a {
	position: absolute;
	margin-left: 20px;
}

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

#introduction { position: relative;}
.slider-scroll2 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); padding-left: 80px;
}

@media screen and (max-width: 768px) {
.slider-scroll2 {
 padding-left: 0;
}
.part { position: relative;}
.slider-scroll3 {
	position: absolute;
top: 70%;
	left: 40%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); padding-left: 80px;
}

#clinic-top {padding-top: 140px;}

}
slider-scroll2 a img { width: 40px;}



@media screen and (min-width: 769px) {
.section-inner2 {
	padding-left: 60px;
}

.slider-scroll3 { display: none;}

article{
	max-width:1000px;
	margin:auto;
}

.content-text {
	max-width: 800px;
	margin: auto;
	font-family: tbudrgothic-std, sans-serif;
	line-height: 1.5em;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

.centerhold {
	width: 60%;
	margin: auto;
}
.centerhold img{ width: 100%; box-shadow: 5px 5px 5px #aaa;}

#introduction img{
	width:250px;
	float: right;
}

}


@media screen and (max-width: 768px) {
.content-text {
	font-size: 13px;
	letter-spacing: 0;
	text-align: center;
}


#introduction img{ width: 150px;}
#doctor h1, #clinic h1, h1.gallery, #price h1, #menu h1, #news h1 {
	margin: 15px 0;
	padding-top: 40px;
}



#home section h1 {
	margin: 15px 0;
	padding-top: 20px;
}

.part {
	min-height: 100vh;
	position: relative;
}
}

.jump a{
	padding: 7px 25px;
	text-decoration: none;
	display: block;
	background: #eee;
	border: solid 1px #aaa;
	border-radius: 15px;
	font-size: 18px;
	color: #999;
	margin: 25px auto;
	max-width: 300px;
	text-align: center;
}

.centerhold {
	padding: 0px 0;
}

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

.section-inner2, .introduction-inner  {
	max-width: 1000px;
	width: calc(100% - 80px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

.introduction-inner { padding-left: 80px;}

.part {
	width: 48% ;
	text-align: center;
}
}

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

.centerhold {
	width: 50%;
	margin: auto;
}
.centerhold2 {
	width: 90%;
	margin: auto;
	text-align: center;
}
.centerhold img{
	width: 100%;
	box-shadow: 5px 5px 5px #aaa;
}


}

.d-name {
	font-size: 18px;
	font-family: kinuta-maruminshinano-stdn, serif;
	color: #5a503a;
	letter-spacing: .5em;
	margin-top: 1em;
}

.flex {
	display: flex;
	justify-content: space-between;
	min-height: calc(100vh - 180px);
	align-items: center;
}

.portrait { 
	text-align: center;
}

.portrait-image {
	width: 100%;
	box-shadow: 7px 7px 10px #c4b5a8;
	max-width: 300px;
}

.profile {
	padding: 0 25px 0 50px;
}
@media screen and (min-width: 769px) {
.porteait { 	width: 40%;}
.profile {	width: 60%;}
}

@media screen and (max-width: 768px) {
.flex {
	display: inline;
}

.portrait, .profile {
	width: 100%;
	padding: 25px;
}
}

.c-image, .c-info {
	padding: 25px 0;
	margin: 25px 0;
	border-bottom: solid 1px #aaa;
	padding: 15px;

}
.c-image ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-image ul li{
	width: 24%;
}
.c-image ul li img{
	width: 100%;
}
.image-trim {
  position: relative;
  overflow: hidden;
  padding-top: 75%; /* 比率 */
}
.image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-info ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px;
}

.c-info ul li {
	width: 50%;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

.root{	padding: 5px;}
.root h4 {
	font-size: 18px;
	text-align: center;
	margin: 25px auto;
}

.root ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}

.root ul li img{
	width: 100%;
}

.root ul li:nth-child(-n+5) .root-txt{	height: 120px;}
.root ul li:nth-child(-n+5) { border-bottom: solid 1px #004080; margin-bottom: 2em;}
.root ul li:nth-child(n+6) .root-txt{	height: 60px;}


@media screen and (min-width: 700px) {.root ul li{	width: 20%;	padding: 5px;}}
@media screen and (max-width: 699px) and (min-width: 520px) {
.root ul li{	width: 25%;	padding: 5px;}
.root ul li:nth-child(-n+4) .root-txt{	height: 120px;}
.root ul li:nth-child(n+5) .root-txt{	height: 60px;}
.root ul li:nth-child(-n+8) { border-bottom: solid 1px #004080; margin-bottom: 2em;}

}
@media screen and (max-width: 519px) and (min-width: 395px) {
.root ul li{	width: 33.3%;	padding: 5px;}
.root ul li:nth-child(-n+3) .root-txt{	height: 100px;}
.root ul li:nth-child(n+4):nth-child(-n+6) .root-txt{	height: 120px;}
.root ul li:nth-child(n+7) .root-txt{	height: 60px;}
.root ul li:nth-child(-n+6) { border-bottom: solid 1px #004080; margin-bottom: 2em;}

}
@media screen and (max-width: 394px) {
.root ul li{	width: 50%;	padding: 5px;}
.root ul li:nth-child(2){	width: 48%;	padding: 5px;}
.root ul li:nth-child(-n+8) { border-bottom: solid 1px #004080; margin-bottom: 2em;}
.root h4 {	font-size: 15px;}
.root ul li:nth-child(1) .root-txt{	height: 80px;}
.root ul li:nth-child(2) .root-txt{	height: 80px;}
.root ul li:nth-child(3) .root-txt{	height: 100px;}
.root ul li:nth-child(4) .root-txt{	height: 100px;}
.root ul li:nth-child(n+5) .root-txt{	height: 60px;}
.root ul li:nth-child(9){	margin:auto; width:63%; }
.root ul li:nth-child(9) .root-txt{	height: 30px;}
}




@media screen and (max-width: 768px) {
.c-info ul li {
	width: 100%;
	}
}

.c-info-contents {
	width: calc(100% - 100px);
	padding-right: 1em;
}

.c-info i { font-size: 36px;
	background: rgba(255,255,255,.5);
	padding: 18px 9px 9px;
	color: #aaa;
	border: solid 1px #aaa;
	border-radius:5px;
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

#gmap {margin-bottom: 170px;}

.gmap, .gmap iframe {
	width: 100%;
}
.gmap iframe { border: solid 3px #aaa;}
blockquote.ricoh-theta-spherical-image { width: 100%;}


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

.price-inner, .menu-inner, .clinic-inner, .doctor-inner, .news-inner {
	max-width: 800px;
	margin: auto;
}
}

#price h2, .menu-inner h2 {
	font-size: 18px;
	border-bottom: solid 1px #ccc;
	margin: 15px 0;
}
@media screen and (max-width: 768px) {

.price-inner, .menu-inner {
	padding: 10px 0 0 5%;
}
}
#price h3, .menu-inner h3 {
	border-bottom: dashed 1px #575757;
	margin: 15px 0 0 1em;
}
#price h3::before {
content:"\f101";
font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
}

#price h4, .menu-inner h4 {
	margin-left: 2em;
}

#price ul { margin-left: 4em;}

.price-inner ul {
	list-style: disc;
	margin-left: 2em;
}

.yen:before {
	content:"¥";
	margin-left: 3em;
	font-family: source-han-sans-japanese, sans-serif; 
	}

.garelly-inner, .news-inner {padding: 1%;}

.gallery h1 i {
	color: #ce2cf1;
	font-size: 20px;
}

.cap-head { padding-left: 1em;}

@media screen and (min-width: 769px) and (max-width: 950px) {
.doctor-inner, .clinic-inner, .menu-inner, .price-inner, .news-inner, .garelly-inner {
	margin-left: 80px;
}

