@charset "utf-8";

* {
	font-family:'Noto Serif JP', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ color: #333;
}
.font-NOTO {
	 font-family:'Noto Serif JP', serif!important;
}
strong { font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }
	.colorPurple { color: #cc99ff!important; } /* 204,153,255 */
	.colorLPurple { color: #dbdbff!important; }
	.colorLBlue { color: #e0efff!important; }
	.colorLPink {color: #ffeaff!important;}
	.bgcolorPurple { background-color: #cc99ff!important; }
	.bgcolorLPurple { background-color: #dbdbff!important; }
	.bgcolorLBlue { background-color: #e0efff!important; } /* 224,239,255 */
	.bgcolorLPink { background-color: #ffeaff!important;}


a {
	text-decoration: none;
	color: #cc99ff;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #cc99ff;
}

.img-border {
	border: 0.3px solid #ccc;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}
.midashi-11 {
	font-size: 11px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 11 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}
/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
list-style-type: none;}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
#Navbar {
	justify-content: flex-end;
}
.navbar, .navbar-box {
	background-color: #ffffff!important;
}
.header-box { display: flex; justify-content: space-between; }
.header-logo{ width: auto; display: flex; flex-direction: row; padding: 0.5em 0;
}

.header-logo img { width: 180px; padding-right: 1em;}
.header-logo p { color: #333333; display: inline-block; font-size: 120%; }
.header-comments { font-size: 80%; padding: 0.2em 0; margin: 0; display: block;}
.nav-link:hover { opacity: 0.5; }
@media screen and (max-width:767.98px) {
	.header-logo { 
		width: auto; display: flex; flex-direction: row; padding: 0.25em 0; margin: 0;
	}
	.header-logo img {
		width: 140px;
	}
	.header-logo p { color: #333333; display: inline-block; font-size: 100%; font-weight: bold; margin: 0;
	}
	.header-comments { font-size: 60%; padding: 0.1em 0.5em;}
}

.red { color: #ff0000;}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.nav-item
	{ border-left: 1px solid #ffffff; }

.nav-item:nth-child(5n) { border-left: 1px solid #ffffff; border-right:1px solid #ffffff;}

.nav-item .nav-link { margin: 0.5em 0 0.5em 0em!important; color: #666666!important; font-size: 90%; box-sizing: border-box!important; padding: 0;}

.navbar-nav .nav-link {
	padding-right: 1.5rem!important;
	padding-left: 0!important;
}

.nav-last .nav-link {
	padding-right: 0!important;
}

.nav-link-sub {
	color: #235787; margin: 0; font-size: 60%; letter-spacing: 0.1em; }

.nav-linkMenu {
	display: flex;
	align-items: center;
	width: 33.3%;
}

.nav-linkMenu a {
	display: block; font-size: 90%;
	margin: 0 2px 2px 2px;
	width: 100%;
	padding: 5px 0;
	color: #666;
	background-color: #dbdbff;
	
}
.nav-linkMenu:nth-of-type(2) a,.nav-linkMenu:nth-of-type(3) a, .nav-linkMenu:nth-of-type(5) a , .nav-linkMenu:nth-of-type(6) a {
	margin: 0px 2px 2px 0px;
}
.nav-linkMenu:nth-of-type(7n) a {
	margin: 0px 2px 0px 2px;
}
.nav-linkMenu:nth-of-type(8) a{
	margin: 0px 2px 0px 0px;
}
.nav-linkMenu:nth-of-type(9) a {
	margin: 0px 2px 0px 0px;
}
.nav-linkMenu a:hover {
	opacity: 0.6;
}


.menu10 {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.menu10 .nav-linkMenu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc( 100% / 6);
}

.menu10 .nav-linkMenu a {
	display: flex;
    font-size: 90%;
    margin: auto 0;
    width: 100%;
    height: 55px;
    align-items: center;
    color: #666;
    justify-content: center;
    background-color: #dbdbff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
}

.menu10 .nav-linkMenu:nth-of-type(1) a,
.menu10 .nav-linkMenu:nth-of-type(2) a,
.menu10 .nav-linkMenu:nth-of-type(3) a,
.menu10 .nav-linkMenu:nth-of-type(4) a,
.menu10 .nav-linkMenu:nth-of-type(5) a,
.menu10 .nav-linkMenu:nth-of-type(6) a {
	border-bottom: 2px solid #fff;
}

.menu10 .nav-linkMenu:nth-of-type(6n) a { /* 5番目だけ左なし */
	border-right: 2px solid #fff;
}

.menu10 .nav-linkMenu a:hover {
	opacity: 0.6;
}




.telbox img { width: 30px;}

.header-menu-box a.otoi {
	 display: block; font-size: 90%; padding: 0.5em 1em; margin: 0; background-color: #235787; font-weight: bold; }
a.otoi p { margin: 0; padding: 0; color: #ffffff; }
a.otoi:hover { opacity: 0.5; }

/*- TOPページ以外のnav高さを低く -*/
#Page-therapist .nav-item .nav-link, 
#Page-menu .nav-item .nav-link, 
#Page-flow .nav-item .nav-link, 
#Page-contact .nav-item .nav-link, 
#Page-thanks .nav-item .nav-link
{ padding: 0 auto!important; }
 
@media screen and (max-width:767.98px) {
	.nav-item {
		width: 100%; border-left: none;
	}
	.nav-item:nth-child(5n) {
		border-left: none; border-right:none;
	}
	
	.nav-linkMenu {
		width: calc( 50% - 1px );
		margin-bottom: 1px;	}
	.nav-linkMenu a{
		margin: 0!important;
	}
	
	.menu10 {
		border: none;
	}
	.menu10 .nav-linkMenu {
		width: calc( 50% - 1px );
		margin-bottom: 1px;		
	}
	.menu10 .nav-linkMenu a{
		margin: 0!important;
		border: none!important;
		padding: 5px 10px;
	}
}

@media screen and (min-width: 768px) {
	.nav-linkMenu {
		width: 33.3%;
	}
	
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	.menu10 {
		border: none;
	}
	.menu10 .nav-linkMenu {
		width: 33.3%;
		margin-bottom: 1px;	
	}
	.menu10 .nav-linkMenu a{
		margin: 0!important;
		border: none!important;
		border-left: 2px solid #fff!important;
	}
	.menu10 .nav-linkMenu a:nth-of-type(4n){
		border-right: 2px solid #fff!important;
		border-left: 2px solid #fff!important;
	}
}

.nav-item .nav-link:hover {
	/*border-bottom: 2px solid #cc99ff;*/
	color: #cc99ff!important;
	border-color: #cc99ff;
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*---------------------------------------------*/
/* TOP-Page
============================================== */
#top-Menu {
	 background-color: rgba(224,239,255,0.4);
}
.top-menu-box {
	width: 100%;
}
.top-menu-box .left {
	width: 49%;
}

.top-menu-box .right {
	width: 49%;
}

@media screen and (min-width: 320px) and (max-width:991.98px) {
	.top-menu-box .left {
	width: 100%;
}

.top-menu-box .right {
	width: 100%;
	padding-top: 30px;
}
}

ul.menuList li {
	padding-bottom: 0.5em;
}


#top-other #Blog-News , #top-other #Reserve {
	width: 46%;
}
#top-other #Blog-News #Blog,#top-other #Blog-News #News {
		padding-bottom: 50px;
	}
@media screen and (min-width: 320px) and (max-width:991.98px) {
	#top-other #Blog-News , #top-other #Reserve {
	width: 100%;
	}
	
}

.btn-TEL {
	 padding: 0.5em; font-size: 140%; background-color: #e0efff; color:#333; text-align: center; width:70%; margin: 10px auto; border:0.5px solid #333;
}
.btn-LINE:hover, .btn-TEL:hover,.btn-purple:hover {
	opacity: 0.5;
}
.btn-purple {
	padding: 0.5em; font-size: 120%; color:#333; text-align: center; margin: 10px auto; border:0.5px solid #333; width:10em; display: block;
}
.btn-purple:hover {
	background-color: rgba(204,153,255,.2); color: #333;
	/*border: 0.5px solid #cc99ff;*/
}
/*---------------------------------------------*/
/* main-contents
============================================== */
#main-contents {
/*	border: 1px solid #cccccc;
	padding: 1.5em 0.5em;*/
	box-sizing: border-box;
	margin: 1em auto;
}

#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
	}
}
#main-contents-left table tr td {
 	padding: 1rem 0.5rem;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
}
#main-contents-left table tr td a {
	margin: 0; padding: 0; display: block;
	cursor: pointer;
}

#main-contents-left table tr td a:hover {
	opacity: 0.5;
}
#main-contents-left table tr td p {
	margin: 0; padding: 0;
}

#main-contents-left table tr td.active {
	background-color: #ccc;
}
#main-contents-left ul li {
	background-color: #eee;
	border: 0.5px solid #aaa;
	border-top: none;
	padding: 0 0 1rem 0;
}
#main-contents-left ul {
	width: 210px;
}
#main-contents-left ul li table {
	margin: 0 0 0 auto;
}
li.left-title {
	background-color: #aaa; color: #fff; padding: 1rem;
}

li.left-title p {
	color: #fff; margin: 0;
}

.bottom-space { height: 100px; }


/*---------------------------------------------*/
/* main-bar
============================================== */
#Page-therapist .top-main-bar {
	width: 100%;
	height: 220px;
	background: url("../images/main-bar-therapist.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-flow .top-main-bar {
	width: 100%;
	height: 220px;
	background: url("../images/main-bar-common-rabbits.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
	opacity: 0.8;
}
#Page-menu .top-main-bar {
	width: 100%;
	height: 220px;
	background: url("../images/main-bar-common-tree.jpg") no-repeat center;
	opacity: 0.8;
	background-size: cover;
	display: flex;
	align-items: center;	
	margin: 0;
}
#Page-contact .top-main-bar {
	width: 100%;
	height: 220px;
	background: url("../images/main-bar-common.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

/*.top-main-bar::after {
	content: '';
	background-color: rgba(255,50,0,0.40);
	position: relative;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}*/
.top-main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
}

.recruit-push {border: 1px solid #cc99ff; padding: 0.75em; margin: 0;}
/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}

/*.carousel-inner .car-01 img::after {
	content: url("../images/doctor.jpg");
	background-repeat: no-repeat;
	background-size: cover;	
}*/
/*---------------------------------------------*/
/* business
============================================== */
#bundenban div {
	width: 30%;
	padding: 30px 0;
}

#business-circle, #business-circle2 ,#business-circle3 {
	width: 100%;
	margin: 10px auto;
	align-items: flex-start;
}
#business-circle div {
	width: 30%;
}
/*#business-circle div:nth-child(2n-1), #business-circle2 div:nth-child(2n-1), #business-circle3 div:nth-child(2n-1) {
	width: 30%;
}

#business-circle div:nth-child(2n), #business-circle2 div:nth-child(2n), #business-circle3 div:nth-child(2n){
	width: 65%;
}*/
.business-list li {
	padding: 0.75em 0;
}
@media screen and (max-width: 767.98px) {
	#business-circle div {
		width: 100%;
		margin: 10px auto;
		align-items: center;
		flex-direction: column;
	}
}

.flow-list { width: 100%; max-width: 18em; }
.flow-list li:nth-of-type(2n-1) {
	padding: 1em; background-color: #eeeeee;
	text-align: center;
}
.flow-list li:nth-of-type(2n) {
	padding: 0.5em; font-size: 120%;
	text-align: center;
}

/*---------------------------------------------*/
/* Footer
============================================== */
footer {
	/*background-color: rgba(204,153,255,.1);*/
	background:url("../images/footer-moon-purple.jpg") left top;
	font-size: 1em;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #333;
}
.footer-copyright p { color: #ffffff!important; }

#footer-content {
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
#footer-content div.salon-name {
	width: 25%;
}
#footer-content div.salon-name p {
	font-size: 160%;
}
#footer-content div.footer-info {
	width:45%;
	display: flex;
	flex-direction: column;
	/*font-size: 90%;*/
}

.Google-map {
    position: relative;
    width: 100%;
    height: 200px;
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer-content div.footer-map {
	width:30%;
}
#footer-content div.footer-map iframe {
	height: 200px;
}

#footer-content p { margin: 0; color: #000!important; }

@media screen and (max-width: 767.98px) {
	#footer-content {
	display: flex; flex-direction: column; align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}
	#footer-content div.salon-name, #footer-content div.footer-info, #footer-content div.footer-map {
		width: 100%;
	} 
	#footer-content div.salon-name {
		padding-bottom: 30px;
		font-size: 140%;
	}
	
	#footer-content div.footer-info {
		padding-bottom: 30px;
	}
}

img.footer-logo { width: 180px; }

.footer a:hover { text-decoration: underline;}

.footer-info { width: 100%; display: flex; flex-direction: row; justify-content:flex-start;}
.footer-info p { padding-right: 2em;}
.footer-info p:nth-last-of-type { padding-right: 0;}

/*---------------------------------------------*/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
	.footer-info { display: flex; flex-direction: column; justify-content:space-around ;}
	
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	img.footer-logo {
		width: 140px;
	}
	

.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */



/* h1～h6
============================================== */
/*スマホ*/

/* 下線が短い見出しのデザイン */
.short-udline {
		display: inline-block;
		position: relative;
		padding-bottom: 3px;
		margin-bottom: 30px;
	}


	.short-udline:before {
		display: inline-block;
		position: absolute;
		content: '';
		bottom: -10px; /*下線の上下の位置*/
		left: 50%;
		width: 50px; /*下線の幅*/
		height: 2px; /*下線の太さ*/
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%); /*位置の調整*/
		background-color: #cc99ff; /*下線の色*/
	}
@media screen and (min-width: 320px) and (max-width:767.98px) {
	
	.h2-udline {
		border-bottom: 2px solid #cc99ff;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
		border-left: none;
	}
	
	
	
	.h2-udlineGray {
		border-bottom: 2px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
		border-left: none;
	}
	.h3-left {
		border-left: 5px solid #cc99ff; padding: 0.25em 0 0.5em 0.5em;
	}
}

/*tablet*/
@media screen and (min-width: 768px)  {
	.h2-udline {
		border-bottom: solid 1px #cc99ff;
  		position: relative;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.5em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
	}


	.h2-udline:after {
	  position: absolute;
	  content: " ";
	  display: block;
	  border-bottom: solid 1px #aaa;
	  bottom: -1px;
	  width: 20%;
	}
	
	.h2-udlineGray {
		border-bottom: 1px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
	}
	
	.h2-sideline {
		color: #cc99ff;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid #cc99ff;
	  content: "";
	  width: 25vw; 
	}
	.h2-sideline::before {
	  margin-right: 1em; 
	}
	.h2-sideline::after {
	  margin-left: 1em; 
	}
	.h3-left {
		border-left: 5px solid #cc99ff; padding: 0.25em 0 0.5em 0.5em;
	}
	
	.midashi-icon-moon {
		margin: 50px auto 40px;
	    text-align: center;
	}

	.midashi-icon-moon:before {
		content: '';
		    width: 40px;
    height: 35px;
    margin-bottom: 0px;
		padding-bottom: 0;    margin-right: 10px;
		background-image:url("../images/icon-moon-grade-reflect.png") ;
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		display: inline-block;
	}
	.midashi-icon-moon > span {
    display: inline-block;
    font: inherit;
    padding-bottom: 5px;
    border-bottom: solid 1px #c9f;
}
	/*.midashi-icon-moon:after {
		display: inline-block;
		position: absolute;
		content: '';
		top: -10px;
		left: 50%;
		width: 100%; 
		height: 1px; 
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%);
		background-color: #cc99ff; 
	}*/
}



#Page-menu h3.h3-left:last-child {
		border-left: 5px solid #e0efff!important; padding: 0.25em 0 0.5em 0.5em;
	}

#News {
	font-size: 0.8em;
}

.news-link {
	text-decoration: none;
}
.news-link:hover {
	cursor: pointer;
	color: #3b74a6;
	text-decoration: underline!important;
}
.News-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.25em;
}

.News-days p, .News-daysEN p {
	margin: 0;
}
.News-days {
	width: 18em;
	display: flex; align-items: center; justify-content: space-between; padding-right: 2em; 
}
.News-daysEN {
	width: 15em;
	display: flex; align-items: center; justify-content: space-between; padding-right: 2em; 
}
@media screen and (max-width: 767.98px) {
		.News-content {
			flex-direction: column;
		}
		.News-days {
			width: 100%;
			max-width: 250px;
		}
		.News-daysEN {
			width: 100%;
			max-width: 190px;
		}
}

.btn-topMenu {
	border: 1px solid #cc99ff; padding: 10px; display: block; text-align: center;
}

#SalesPoints a { text-decoration: none; }
#SalesPoints a:hover { opacity: 0.5; }

#SalesPoints .SalesPoints-inner {
	display: flex; flex-direction: column;
	width: 100%;
	/*background-color:rgba(204,153,255,0.08);
	box-shadow: 3px 3px 6px -2px #555,
  3px 3px 8px rgba(255,255,255,0.8);*/
	padding: 2em;
	font-size: 100%;
}
#SalesPoints .SalesPoints-inner .left {
	padding-right: 1em;
	width: 70%;
	font-size: 15px;
}
#SalesPoints .SalesPoints-inner .right {
	width: 30%;
	/*height: 400px;
		background-image: url("../images/line_oa_chat_220906_093740_group_7.jpg");
		background-size: cover;*/
	}
 #SalesPoints .SalesPoints-inner .right img {
	 height: 100%; object-fit: cover;
}
#SalesPoints .SalesPoints-inner p.setsumei {
	padding: 0;
	margin: 0;
}

@media screen and (min-width:768px) and (max-width:1199.98px) {
	#SalesPoints .SalesPoints-inner {
		width: 100%;
		margin-bottom: 30px;
		padding: 2em 0;
	}
	#SalesPoints .SalesPoints-inner .left {
		width: 100%;
		padding-right: 1em;
	}
	#SalesPoints .SalesPoints-inner .right {
		width: 100%;
		margin: 0px auto;
		padding-right: 0em;
	}
	#SalesPoints .SalesPoints-inner .right img {
		height: 200px; object-fit:cover;
		margin-top: 30px;
	}
}

@media screen and (max-width: 767.98px) {
	#SalesPoints .SalesPoints-inner .left, #SalesPoints .SalesPoints-inner .right {
		width: calc( 100% - 0px );
		margin-bottom: 30px;
	}
	#SalesPoints .SalesPoints-inner .right {
		height: 200px;
	}
}
@media screen and (max-width: 576px) {
	#SalesPoints .SalesPoints-inner {
		width: calc( 100% - 0px );
		margin-bottom: 30px;
	}
}

#SalesPoints .SalesPoints-inner p.setsumei {
	line-height: 1.5em; font-weight: normal;
	text-align: left; font-size: 100%;
}

.SalesPoints-title { font-size: 20px; padding-top: 30px;}
.SalesPoints-inner p.colorGreen { font-size: 100%; padding-bottom: 30px; }

/*---------------------------------------------*/
/* contact
============================================== */
#form-table {
	width: 100%; border: 0.5px solid #aaa;
}

#form-table tr th, #form-table tr td {
	padding: 1rem;
}

#form-table tr th {
	font-weight: normal;
	background-color: #e0efff;
	width: 20%;
	max-width: 180px;
	border-right: 1px dotted #aaa;
	vertical-align: middle;
/*	border-left: 3px solid #3b74a6;*/
}

#form-table tr {
	border: 1px solid #aaa;
	border-left: none; border-right: none;
	border-collapse: collapse;
}
@media screen and (max-width: 767.98px) {
	#form-table tr th {
		width: 20%;
		max-width: none;
		font-size: 0.9em;
	}	
}
	
/*---------------------------------------------*/
/* company
============================================== */
.top-aisatsu-table, .company-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-aisatsu-table .left {
	width: 60%;
}

.top-aisatsu-table .right {
	width: 35%;
}
section.top-aisatsu {
	padding: 50px 0;
}
.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
}
.company-line div.ccc {
	width: 80%;
}
.company-line div.ccc p {
		margin: 0;
	}
.company-midashi {
	color: #cc99ff;
	font-weight: bolder;
	padding-left: 1em;
	width: 15%;
	display: flex;
	align-items: center;
}

	.torihikisaki {
		display: flex; flex-wrap: wrap; flex-direction: row;
		
	}
	.torihikisaki div.aaa {
		width: 30%;
	}
	.torihikisaki div.bbb {
		width: 70%;
		line-height: 1.2em;
		padding-bottom: 1em;
	}
.torihikisaki p {
	word-break: break-all;
}


@media screen and (max-width:767.98px) {
	.top-aisatsu { padding: 10px;}
	.top-aisatsu-table {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 90%;
	}
	.top-aisatsu-table .left, .top-aisatsu-table .right {
		width: 100%;
	}
	
	.company-line div:nth-child(2n) {
		width: 100%;
	}
	.company-line div:nth-child(2n) p {
		margin: 0;
	}
	.company-midashi {
		color: #cc99ff;
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
	}
	
	.torihikisaki div.aaa {
		width: 39%!important;
	}
	.torihikisaki div.bbb {
		width: 59%!important;
	}
	
}

.company-images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.company-images .course-box {
	width: calc( 50% - 10px );
		margin-bottom: 20px;
}



@media screen and (min-width:768px) {
	.history-kaihatsu {
		flex-direction: row;
	}

	.company-images .course-box {
	width: calc( 25% - 10px );
}
}


.text-line {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ  .text-line:before, */
  background: #aaa; /* 線の色 */
}

.text-line:after {
	margin-left: 2rem;
}


.text-lineBlue {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-lineBlue:before, .text-lineBlue:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background:#3b74a6; /* 線の色 */
}

.text-lineBlue:before {
	margin-right: 2rem;
}

.text-lineBlue:after {
	margin-left: 2rem;
}



.ouyoubunya {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.-ouyoubunyainner {
	display: flex;
	width: calc(50% - 10px);
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.appli-images {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.appli-images div img{
	width: 100%;
}

.appli-images div {
	width: calc(50% - 10px);
}


#product-design .kaihatsu-box p:nth-child(odd) {
	margin: 0rem 0 1.5rem 1.25rem;
	line-height: 1.5rem;
}

#product-design .history-kaihatsu strong {
	color: #3b74a6;
}

.more-info {
	background-color: #ffff00;
	padding: 1rem 0;
}

.more-images {
	border: 3px solid #ffff00;
}

.keikou {
	background-color: #FB64F5;
}


/*---------------------------------------------*/
/* recruit
============================================== */
.recruit-info { border: 0.5px solid #aaa; }

.recruit-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-info .recruit-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	line-height: 1.8rem;
}

.recruit-line div:nth-child(2n) {
	width: 85%;
}
.recruit-line div:nth-child(2n) p {
	margin: 0;
	padding:  1em;
	}
.recruit-midashi {
	color: #000000;
	font-weight: bolder;
	background-color: rgba(0,153,51,0.30);
	padding-left: 0em;
	width: 15%;
	display: flex;
	align-items: center;
}
.recruit-midashi p {
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width:767.98px) {
	.recruit-line div:nth-child(2n) {
		width: 100%;
	}
	.recruit-midashi {
		width: 100%;
	}
}


#otoiawase { background-color: #235787; }

.To-form {
	display: flex; flex-direction: row;justify-content: space-between; background-color: #fff; padding-top: 0;
	width: 75%; margin: 0 auto;
}
.To-form .left {
	 width:40%;
}

.To-form .right {
	 width:40%;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.To-form { width: 100%; }
	.To-form .left {
	 width:100%;
}

.To-form .right {
	 width:100%;
}
}
@media screen and (max-width: 991.98px) {
	.To-form {
		display: flex; flex-direction: column;
	}
	.To-form .left {
	 width:100%;
		padding-bottom: 15px;
}

.To-form .right {
	 width:100%;
}
}

/*---------------------------------------------*/
/* menu
============================================== */
.menu-box {
	width: 100%;
	display: flex; flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.menu-title {
	 margin: 0; padding: 0.5em;
}
.menu-img, .menu-space {
	width: calc( 98% * 0.2);
}

.menu-inner{
	width: calc( 98% * 0.8);
}

.menu-price {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 10px 15px;
	border: 0.5px solid #cc99ff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
}

.menu-price tr td {
	border-bottom: 0.5px solid #aaa;
	padding: 5px 15px;
}
.menu-price tr td.naiyou {
	border-bottom: 0.5px solid #aaa;
	width:60%;
}

.menu-price tr td.normal-price {
	border-bottom: 0.5px solid #aaa;
	font-weight: bold;
	font-size: 110%;
	width:15%;
	
}
.menu-price tr td.special-price {
	width:25%;
	border-bottom: 0.5px solid #aaa;
	background-color: #e0efff;
	font-weight: bold;
	font-size: 110%;
}

div.menu-price2 {
	padding: 30px 0;
}
.menu-price2 div {
	border: 0.5px solid #aaa;
	border-bottom: none;
	border-collapse: collapse!important;	
}
.menu-price2 div:last-child {
	border: 0.5px solid #aaa;
	border-bottom: 0.5px solid #aaa!important;	
}

.discount-price {
	font-size: 90%;
	background-color: #ff0000;
	padding: 0.25em; color: #fff;
	font-family: Arial, Helvetica, 'sans-serif';
	border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width:991.98px) {
	.menu-img, .menu-space {
		width: calc( 98% * 0.4);
	}
	.menu-inner {
		width: calc( 98% * 0.6);
	}
	.menu-price {
		width: 100%;
	}
}

@media screen and (max-width:767.98px) {
	.menu-img, .menu-inner {
		width: 100%;
	}
	.menu-space { display: none; }
	.menu-price { width: 100%; }
}

/*---------------------------------------------*/
/* couseling
============================================== */

.couseling-flow {
	width: 100%;
	padding-bottom: 30px;
}

.couseling-flow .couseling-img {
	width:30%;
}

.couseling-text {
	width: 67%;
}


/*---------------------------------------------*/
/* therapist
============================================== */

.omoi-01 {
	width: 100%;
	justify-content: space-between;
}

.omoi-01-img {
	width: 45%;
}

.omoi-01 div:last-child {
	width: 52%;
}

.omoi-02 {
	width: 100%;
	justify-content: space-between;
}

.pet-img {
	width: 28%;
	display: block; background:url("../images/line_oa_chat_220906_093706_group_5.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.omoi-02 div:first-child {
	width: 67%;
}
@media screen and (max-width: 767.98px) {
	.omoi-01-img, .omoi-01 div:last-child {
		width: 100%;
		padding-bottom: 30px;
	}

	.omoi-02 div:first-child, .pet-img {
		width: 100%;
	}
	
	.pet-img {
    width: 100%;
    display: block;
    background: url(../images/line_oa_chat_220906_093706_group_5.jpg) center center;
    background-size: cover;
    height: 450px;
		background-repeat: no-repeat;
	margin-bottom: 30px;}
}



.onayami-box {
	display: flex; flex-direction: row; flex-wrap: wrap;
	align-content: flex-start; justify-content: space-between;
}

.onayami-inner {
	width: 32%;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 3%;
	border: 1px solid #cc99ff;
	padding: 10px;
}
.onayami-innerLast {
	width: 32%;
	height: 500px;
	background: url("../images/sixteen-miles-out-ss3Z7lIuReg-unsplash.jpg") no-repeat bottom;
	background-size: cover;
}
.inner-img a img {
	width: 100%;
	height: 250px;
	object-fit: cover;
/*	background-image: url("../images/24431931_s.jpg");*/
	background-position: top;
	background-size: contain;
	position: relative;
}

.inner-img a {
	display: block;
	font-size: 150%;
	text-align: center;
}
.inner-title {
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #dbdbff!important;
	width: 100%;
	height: 80px;
}
.inner-title a {
	display: block;
	margin: auto;
}

.inner-title a p {
	padding: 5px;
	margin: auto;
}

.inner-img a:hover {
	opacity: 0.5;
}

.inner-plan {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 220px;
	margin-bottom: 0px;
}

@media screen and (min-width:768px) and (max-width:991.98px) {
	.onayami-box {
		width: 100%;
		align-content:space-between;
	}
	
	.onayami-inner {
		width: 45%; margin: 0 auto 30px auto;
	}
	.onayami-innerLast {
	width: 45%;
		height: 500px;
	background: url("../images/sixteen-miles-out-ss3Z7lIuReg-unsplash.jpg") no-repeat bottom;
	background-size: cover;
}
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.onayami-inner {
		width: 100%;
		margin-bottom: 60px;
	}
}


