/*
Theme: cocoroclinic
*/
@charset "UTF-8"
/*================
      common
==================*/
html, body {
  height: 100%;
}
body{
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
	color: #4d4d4d;
}
ul li, ol li{
	list-style: none;
}
a{
	text-decoration: none;
}
i{
	margin-right: .3em;
}
.font-bt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
	padding-top: 0.5rem
}

h1{
	font-size: 110%;
	font-weight: normal;
	display: inline;
	float: left;
	margin-right: 1rem;
	margin-bottom: 0;
}
/*@media screen and (max-width: 1526px){*/
h1{
	display: block;
	width: 80%;
	padding-bottom: .3em;
}
/*}*/
address{
	font-style: normal;
    float: left;
	margin-bottom: 0;
}
address ul{
	display: table;
	margin-bottom: 0;
	padding-left: 0;
}
address ul.smart-phone{
	display: none;
}
address ul li{
	display: table-cell;
}
address ul li a{
	margin-right: 1rem;
	color: #ededed;
	text-decoration: none;
	transition: .5s;
}
address ul li a:hover{
	color: #e2006c;
	text-decoration: none;	
}
h2,h3,nav,.booking-btn1,.booking-btn2,.baloo,
#nav-content li{
	  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
h2{
	color: #e2006c;
	font-size: 2.4rem;
	text-align: center;
	padding-bottom: 20px;
}
@media screen and (max-width: 991px){
	h2{
		font-size: 2.2rem;
}	
}
@media screen and (max-width: 769px){
	h2{
		font-size: 2rem;
}	
}
@media screen and (max-width: 575px){
	h2{
		font-size: 1.8rem;
}
}
@media screen and (max-width: 481px){
	h1{
		font-size: 94%;
}
}


h3{
	color: #e2006c;
}
h3.baloo {
	font-size: 1.5rem;
}
h4{
	font-weight: bold;
	font-size: 115%;
	line-height: 1.6;
}
span {
	color: #e2006c;
}
section {
	clear: both;
}
@media (max-width: 991px){
.hero-text {
    display: inherit;
}
}
p.baloo{
	font-size: 125%;
	padding-top: 15px;
}
.btn-dark {
	background: #4d4d4d;
	border: #4d4d4d;
}
/*margin*/
.m-0{
	margin: 0;
}
.ml-0{
	margin-left: 0;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
/*padding*/
.p-0{
	padding: 0;
}
.plr-0-tb-50{
	padding: 50px 0!important;
}
.pl-0{
	padding-left: 0;
}
.pl-10{
	padding-left: 10px;
}
.pb-1r{
	padding-bottom: 1rem;
}
.pt-1r{
	padding-top: 1rem;
}
.clear-both{
	clear: both;
}
.blue{
	color: #2a92ff;
}
.small{
	font-size: 90%;
	line-height: 1.7;
}
.text-align-center{
	text-align: center;
}
.text-align-right{
	text-align: right;
}
/*================
      header
==================*/
header {
	width: 100%;
	background: #4d4d4d;
	color: #ededed;
	height: 140px;
    position: fixed;
    z-index: 7777;
}
.header-wrap{
	max-width: 1140px;
	margin: 0 auto;
}
.header-text{
	font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 20px;
}
.logo{
	display: inline;
	z-index: 9999;	
}
.logo img{
	margin: 20px 15px 0 20px;
	width: 180px;
}
.btn-outline-secondary{
	position: absolute;
	top: 0;
	right: 5%;
	border: none;
	border-radius: 0 0 .4rem .4rem;
	background: #e2006c;
	color: #fff;
	transition: .5s;
	padding: 1rem .7rem;
}
#nav-container{
	display: none;
}
@media screen and (max-width: 1526px){
header {
	height: 140px;
}
.logo img{
	width: 150px;
}
address ul.pc-tablet{
	font-size: 90%;
}
}
@media screen and (max-width: 961px){
header {
	height: 130px;
}
.logo img{
	width: 130px;
}
}
@media screen and (max-width: 884px){
header {
	height: 85px;
}
address{
	margin-top: 3px;
}
nav,
.btn-outline-secondary {
	display: none;
}
.logo img{
	width: 110px;
}
#nav-container {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
#nav-container .bg {
  position: relative;
  top: 75px;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}
.burger-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}
.burger-button:focus {
	outline:0;
}
#nav-container:focus-within .burger-button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}
#nav-content {
  margin-top: 76px;
  margin-right: 20px;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  right: -23px;
  height: calc(100% - 70px);
  background: #ececec;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
}
#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
#nav-content li a {
  padding: 10px 5px;
  display: block;
  transition: .5s;
  font-size: 110%;  
}
#nav-content li:not(.small) + .small {
  /*margin-top: auto;*/
}
#nav-content ul li.small {
  display: flex;
  align-self: center;
}
#nav-content ul li.small a {
  font-size: 12px;
  font-weight: 400;
}
#nav-content ul li.small a + a {
  margin-left: 15px;
}
#nav-container:focus-within #nav-content {
  transform: none;
}
.header-text{
	font-size: 90%;
}
/*}
@media screen and (max-width: 673px){*/
header {
	height: 110px;
}
.logo img {
    width: 70px;
}
.header-text {
	margin-top: 10px;	
    /*font-size: 70%;*/
}    
address{
	margin-top: 3px;
}
address ul li{
	line-height:2;
}
address ul.smart-phone{
	display: inherit;
}
address ul.pc-tablet{
	display: none;
}
#nav-content {
	margin-top: 100px;	
}
#nav-container .bg {
  top: 100px;
}
.drawer-menu-sns{
	display: block;
	text-align: center;
	font-size: 130%;
}
}
/*================
    navigation
==================*/
nav{
	clear: both;
	padding-top: .8em;
	padding-right: 20px;
}
ul.main-nav{
	display: flex;
	padding-left: 0;
}
li.nav-item{
    font-size: 1em;
    letter-spacing: .1em;
    display: table-cell;
    text-align: center; 
    margin-right: .5em;
}
@media screen and (max-width: 1117px){
li.nav-item{
    font-size: 1em;
}
}
@media screen and (max-width: 1039px){
li.nav-item{
    font-size: .9em;
}
}
@media screen and (max-width: 961px){
li.nav-item{
    font-size: .8em;
}
}
li.nav-item a,
li.nav-item a:visited{
	background: #4d4d4d;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: .3em 1.5em .5em 1.5em;
	transition: .5s;
}
li.nav-item a:hover{
	background: #e2006c;
}	
.booking-btn a,
.booking-btn a:visited,
.booking-btn1 a,
.booking-btn1 a:visited,
.booking-btn2 a,
.booking-btn2 a:visited{	
	background: #2a92ff!important;
	display: inline-block;
	color: #fff;
    padding: .6em 4em .4em 4em;	
	border: 1px solid #fff;
	border-radius: 5px;
	transition: .5s;
}
.booking-btn a:hover,
.booking-btn1 a:hover,
.booking-btn2 a:hover{
	background: rgba(42,146,255,.7)!important;
}
.booking-btn2 {
	text-align: center;
}
/*================
     contents
==================*/
.content-wrap{
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 20px;
	min-height: 300px;
}
/*================
   hero header
==================*/
.hero-header{
	background: url(images/hero-header.jpg);
	background-size: cover;
	overflow: hidden;
}	
.hero-header h2{
	text-align: left;
	text-shadow: 2px 2px 4px #555;
	padding-top: 180px;
}
.hero-header h2,
.hero-header p{
	color: #fff;
}
.hero-header .col-5{
	text-align: center;
		display: table;
}
@media screen and (min-width: 992px){
.hero-text1,
.booking-btn2{
	display: none;
}
.hero-text,
.booking-btn1{
	display: block;
}
.booking-btn1{
	margin-top: 1.5em;
}
.hero-01{
	width: 90%;
	padding-top: 180px;
}
}
@media screen and (max-width: 991px){
.hero-header h2{
	font-size: 230%;
	padding-top: 135px;
}
.hero-header p{
	font-size: 98%;
}
.hero-text,
.booking-btn1{
	display: none;
}
.hero-text1,
.booking-btn2{
	display: block;
}
.booking-btn2{
	margin-top: 1.5em;
}
.hero-text1{
	padding: 0 20px;
	text-align: center;
}
.hero-01{
	width: 95%;
	padding-top: 110px;
}
}
@media screen and (max-width: 769px){
.hero-header h2{
	font-size: 170%;
	padding-top: 100px;		
}
.hero-header p{
	font-size: 95%;
}
}	
.booking-btn1,
.booking-btn2{
    font-size: 1.1rem!important;
}
@media screen and (max-width: 575px){
.hero-header h2{
	font-size: 230%;
	padding-top: 100px;
	text-align: center;		
}
.hero-01{
	width: 65%;
	padding-top: 5px;
}
.hero-header p{
	font-size: 90%;
}
}	
/*================
   profile
==================*/
#profile{
	/*background: #eee;*/
}
figure{
	padding: 0 7px !important;
}

i.fa-award{
	color:rgba(0,0,0,.4);
}
/*================
      about
==================*/
#aboutus{
	background: #ffd6e5;
}
@media screen and (max-width: 991px){
#aboutus h3{
	font-size: 110%;
}
}
@media screen and (max-width: 767px){
#aboutus h3{
	font-size: 140%;
}
}
ul.about li{
	font-size: 115%;
	line-height: 1.5em;
}

ul.about li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	color: #e2006c;
	margin-right: .5em;
}
ul.listmark{
	padding-left:.3rem!important;
}
ul.listmark li{
	line-height: 1.5em;
}
ul.listmark li:before{
	content: "•";
	color: #e2006c;	
	margin-right: .5em;
}


#aboutus ul li p {
	font-size: 95%;
}

#aboutus a {
	transition: .3s;
}

#aboutus a:hover {
     opacity: .7;
}
/*================
     news/blog
==================*/
.square-img{
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  margin: auto;*/
  object-fit: cover;
}
.square-img a img{
	transition: .5s;
}
.square-img a:hover img{
	opacity: .8;
	z-index: 0;	
}
time {
  font-size: 90%;
  color: #999;	
}
.category-label-blog,
.category-label-news{
	position: absolute;
	top: -10px;
	left: 10px;
	display: inline;
	color: #fff;
	padding: 2px 12px 3px 12px;
	font-size: 70%!important;
	z-index: 1000;
	border-radius: 2px;
    font-weight: bold;
    letter-spacing: .1em;	
}
.category-label2-blog,
.category-label2-news{
	display: inline-block;
	color: #fff;
	padding: 2px 12px 3px 12px;
	margin-right: 5px;
	font-size: 70%;
	z-index: 1000;
	border-radius: 2px;
    font-weight: bold;
    letter-spacing: .1em;	
}
.category-label-blog,
.category-label2-blog{
	background: #2a92ff;
}
.category-label-news,
.category-label2-news{
	background: #e2006c;
}
.links a{
   text-decoration: none;	
   color: #4d4d4d;
   transition: .5s;
}
.links a:hover{
   color:#e2006c;
}
#news-blog p{
    font-size: 100%;
	}
@media screen and (max-width: 575px){
#news-blog h4{
	font-size: 110%;
	}
#news-blog p{
	font-size: 90%;
	}
#news-blog .links p{
	display: none;
	}	
}	
/*================
     contact
==================*/
#contact{
	background: #ffd6e5;
}
#contact .content-wrap{
	padding-bottom: 100px!important;
}
textarea.form-control {
    min-height: 300px;
}

span.wpcf7-spinner {
	display: none;
}

@media screen and (max-width: 1199px){
/*#contact .content-wrap{
	padding-bottom: 50px!important;
}!important;*/
}	
}
@media screen and (max-width: 991px){
/*#contact .content-wrap{
	padding-bottom: 50px!important;
}	*/
}
@media screen and (max-width: 767px){
/*#contact .content-wrap{
	padding-bottom: 50px!important;
}	*/
}
#contact h3{
	color: #4d4d4d;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px){
#contact h3,
#contact p{
	text-align: center;
}
}
@media screen and (max-width: 575px){
textarea.form-control {
    min-height: 0;
}
.form-control {
    font-size: .8rem;
}
}	
#contact table{
	width: 100%;
}
#contact th{
	  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
	width: 33%;
}
#contact th,
#contact td{
	padding: .6em .3em .5em .3em;
	border-bottom: 1px solid #fff;
}
#contact td a{
	text-decoration: none;
}
.form-control{
	height: calc(2em + .75rem + 2px);
	padding: .7em .75em;
}
.message {
	min-height: 350px;
}
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 450px;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1199px){	
.message {
    min-height: 460px;	
}
}
@media screen and (max-width: 767px){	
.iframe-wrap {
    min-height: 360px;	
}
}
/*contact-form7*/
div.wpcf7-mail-sent-ok{
	background: #2a92ff;
	color: #fff;
	border: 1px solid #2a92ff!important;
	border-radius: 3px;
}
div.wpcf7-validation-errors{
	background: #e2006c;
	color: #fff;
	border: 1px solid #e2006c!important;
	border-radius: 3px;	
}
span .wpcf7-not-valid-tip{
	color: #2a92ff;
	font-size: .9em;
}
/*================
     footer
==================*/
footer{
	width: 100%;
	background: #4d4d4d;
	color: #ededed;
	height: 200px;
}
footer .content-wrap{
	padding: 20px 0 0 0;
	min-height: auto;
}
footer h3{
	color: #fff;
	font-size: 130%;
	display: inline;
}
footer p{
	text-align: center;
	display: block;
	padding-top: 1em;
}
@media screen and (max-width: 767px){	
footer p{
	padding: 0 20px;
}
}
.footer-link ul{
	display: table;
	padding-left:0;
}
.footer-link ul li{
	display: table-cell;
}
.footer-link ul li a,
.footer-sns ul li a{
	color: #fff;
	margin-right: 1.2em;
	text-decoration: none;
	transition: .5s;	
}
.footer-link ul li a:hover,
.footer-sns ul li a:hover{
	color: #e2006c;	
}
.footer-link ul li.div-line:after{
	content: "|";
	margin-right: 1.2em;
}
.footer-sns{
	text-align: right;
	font-size: 130%;
}
.footer-logo{
	display: table-cell;
	width: 100%;
	text-align: center;
}
.footer-logo img{
	width: 5%;
	margin-right: 1em;	
}
@media screen and (max-width: 575px){
footer p{
	font-size: 90%;
}
.footer-sns,
.footer-link ul{
	text-align: center;
}
 .footer-link ul{
  padding: 0;
  margin: 0 auto;
  display: block;
}
.footer-link ul li{
	display: block;
}
	.footer-link li {
  list-style: none;
  margin: 0.5em 0;
}
.footer-link ul li.div-line:after {
	display: none!important;
	margin-right: 0;
}
.footer-link ul li a {
	margin-right: 0;
}
}
footer hr {
	border-top: 1px solid #666;
	margin-top: 0;
}
/*modal window*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: rgba(255,255,255,0);
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

@media screen and (max-width: 961px){
	.modal__content{
    width: 85%;
}
}
/*back to top button*/
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 15px;
  bottom: 80px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 5px;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#text {
	display: none;
}
/*================
   page-format
==================*/
section.page-format p{
    line-height: 1.8;
    padding-bottom: 1rem;
	}
section.page-format table, section.page-format table th, section.page-format table td {
	border: 1px solid #ccc; border-collapse: collapse;
}
section.page-format table th, section.page-format table td {
	padding: .5em 1em;
}
section.page-format table {
	width: 100%;
}
section.page-format table th{
	background: #eee;
}
section.page-format h3,
section.page-format h4 {
	padding-top: .5em;
}
section.page-format ul {
	padding-left: .5rem;
    padding-bottom: .5rem;	
}
section.page-format .content-wrap{
	padding: 200px 20px 50px 20px;
}
section.page-format2 .content-wrap{
	padding: 230px 20px 50px 20px;
}
@media screen and (max-width: 1526px){
section.page-format .content-wrap{	
	padding: 220px 20px 50px 20px;
}		
}
@media screen and (max-width: 961px){
section.page-format .content-wrap,
section.page-format2 .content-wrap{	
	padding: 210px 20px 50px 20px;
}		
}
@media screen and (max-width: 884px){
section.page-format .content-wrap,
section.page-format2 .content-wrap{	
	padding: 165px 20px 50px 20px;
}		
}
@media screen and (max-width: 673px){
section.page-format .content-wrap,
section.page-format2 .content-wrap{	
	padding: 190px 30px 50px 30px;
}
}
.doc-listmark li {
	margin-bottom: 1rem;
}
.doc-listmark li i{
	color: #e2006c;
}
.cate-time{
	display: block;
}
p.time{
	display: inline;
	color: 999!important;
}
p.time i{
	color: 999!important;
}
section.page-format2 img,
.article-img img,
.square-img a img {
	width: 100%;
	height: auto;
}
.article-content h4{
	margin-top: 1.5rem;
}
.single-paging{
	clear: both;
	display: block;
	text-align: center;
	padding-top: 2rem;
	margin-top: .9rem;
	border-top: solid 1px rgba(0,0,0,.1);
}
.single-paging ul{
	display: table;
	padding-left: 0;
	width: 100%;
}
.single-paging ul li{
	display: table-cell;
}
.single-paging ul li:last-child{
	padding-right: 0;
}
.single-paging ul li a{
	text-decoration: none;
}
.article-tag{
    display: inline-block;
}
.article-tag2{
    display: none;
}
.article-tag ul {
	padding-left: 0;
	width: 100%;
	line-height: 1.8;	
}
.article-tag ul li{
	float: left;
	margin-right: 15px;
	font-size: 95%;
}
.article-tag ul li:after{
	content:",";	
}
.article-tag ul li.no-camma:after{
	content:"";	
}
.article-tag ul li.no-camma{
	font-weight: bold;	
}
/*pager*/
.pager01 {
  text-align: center;
  margin-bottom: 80px;
  padding-left: 0;
  margin-top: 2rem;
  border: 1px solid rgbr(0,0,0,0.1);
}
@media screen and (max-width: 640px) {
  .pager01 {
    margin-bottom: 50px; 
    } 
  }
.pager01 li {
  display: inline-block;
  margin: 0 15px; 
}
@media screen and (max-width: 640px) {
  .pager01 li {
    margin: 0 10px; 
    } 
  }
.pager01 li.current a {
  background: #000;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 50%;
  line-height: 7px; 
}
.container03{
	display: block;
	width: 100%;
}
/*tag page*/
h2>span{
	  font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
	font-size: 50%;
	color: #4d4d4d;
}