@charset "UTF-8";
/* line 5, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


/* line 22, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../home/ec2-user/.gem/ruby/2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
Theme Name:		SMART-MINIMUM
Theme URI:		http://rfs.jp/
Description:	デザインありきで制作する際の、最小限必要と思われる構成のテンプレートです。
Author:			rhythmfactory
Author URI:		http://rfs.jp/
Version:		1.0
License:
License URI:
*/
/*#########################################################

要素関連

#########################################################*/
/* line 32, style.scss */
p {
  margin: 0 auto;
}

/*#########################################################

WordPress必須クラス

#########################################################*/
/* line 42, style.scss */
.wp-caption {
  /**/
}

/* line 43, style.scss */
.wp-caption-text {
  /**/
}

/* line 44, style.scss */
.sticky {
  /**/
}

/* line 45, style.scss */
.gallery-caption {
  /**/
}

/* line 46, style.scss */
.bypostauthor {
  /**/
}

/* line 47, style.scss */
.alignright {
  /**/
}

/* line 48, style.scss */
.alignleft {
  /**/
}

/* line 49, style.scss */
.aligncenter {
  /**/
}

/* line 50, style.scss */
.screen-reader-text {
  /**/
}

/*#########################################################

レイアウト

#########################################################*/

.nt{
    text-indent: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    font-size:1px;
    line-height:0% !important;
    margin:0;
    padding:0;
    text-align:left !important;
    }
.nt *{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size:1px;
    line-height:0% !important;
        text-align:left !important;
    }

.clearFix{
  clear:both;}
.cf:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.cf {
  min-height: 1px;
}
 
* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* tips*/
.ofH{overflow:hidden;}

.poA{position:absolute;}
.poR{position:relative;}
.poF{position:fixed;}

.taC{text-align:center;}
.taR{text-align:right;}
.taL{text-align:left;}

.fwB{font-weight:bold;}
.fwN{font-weight:normal}

.fsI{font-style:italic;}

.dspB{display:block;}
.dspI{display:inline;}
.dspIb{display:inline-block;}
.itemIndent{text-indent:-1.2rem;margin-left:1.2rem;}

html {font-size:62.5%; font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProNW3',Meiryo, メイリオ, sans-serif;}
body {font-size:15px;font-size: 1.2rem;line-height:160%;	background:#fff2dc;}

.otherBox{
	padding:120px 0 50px;
	background:#ffa169;
	overflow:hidden;
}

.contactBox{
	padding:50px 0;
	background:#ffa169;
}
.contactBox .siteFrame{
	background:#fff;
	border-radius:10px;
	border:3px solid #fff2dc;
	padding:50px;
	box-sizing:border-box;
}
.contactInner__ttl{
	font-size:30px;
	line-height:1em;
}
.contactInner__txt{
	font-size:16px;
	color:#333;
}
.contactBox .headerBtn{
	font-size:20px;
}
.contactBox .headerBtn__item{
	margin-left:0px;
	margin-right:50px;
}
.contactBox .headerBtn__item:last-child{
	margin-right:0;
}
.contactBox .headerBtn__item--tel__icon,
.contactBox .headerBtn__item--line__icon{
	font-size:60px;
	padding-right:15px;
}
.contactBox .headerBtn__item--line a{
	padding:5px 20px;
}
.contactImg{
	width:38%;
	right:20px;
	bottom:0;
}
.sectionBox{
	padding:120px 0;
}
.sectionBox--white{
	background:#fff;
}
.sectionTitle{
	color:#f48440;
	font-size:40px;
	line-height:1em;
	text-shadow    : 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff; 
	
}
.siteFrame{
	width:1080px;
	margin:0 auto;}
.nt{
	text-indent:-9999px;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}

.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}
.pb60{padding-bottom:60px !important;}
.pb70{padding-bottom:70px !important;}

.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.noticeTxt{color:#f48440;}

.hoverTop{
	opacity:0;
	margin-top:20px;
}
.hoverTop.is-active {
	animation: paralax 1s ease-in-out forwards ;
}
@keyframes  paralax {
	0%{
		margin-top:30px;
		opacity:0;
	}
	100% {
		margin-top:0px;
		opacity:1;
	}
}

/*一般*/
.dspI{display:inline;}
.dspB{display:block;}
.dspIb{display:inline-block;}
.dspT{display:table;}
.dspTc{display:table-cell;}

.flL{float:left;}
.flR{float:right;}
.flC{margin:0 auto;}

.vaM{vertical-align:middle;}
.vaT{vertical-align:top;}

.bigTxt{font-size:130%;}
.hugeTxt{font-size:160%;}
.smallTxt{font-size:70%;}
.miniTxt{font-size:50%;}

.oswaldTxt {
    font-family: 'Oswald', sans-serif;
}
.cormorantTxt{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*ヘッダー*/
#site-header{
	top:0;
	width:100%;
	padding:15px 0;
	border-top:3px solid #f48440;
	z-index:5;
    background: linear-gradient(rgba(255, 255, 255, 1.0), rgba(0, 0, 0, 0));
}
#site-logo{
	margin-top:5px;
}
.headerBtn__item{
	margin-left:20px;
}
.headerBtn__item--tel{
	padding-top:5px;
}
.headerBtn__item--tel span i{
	color:#f48440;
}
.headerBtn__item--tel__icon,
.headerBtn__item--line__icon{
	font-size:36px;
	padding-right:5px;
}
.headerBtn__item--tel__num,
a .headerBtn__item--tel__num,
.headerBtn__item--tel__numa a{
	color:#000 !important;
	line-height:1em;
	text-decoration:none !important;
}
.headerBtn__item--tel__time{
	color:#333;
	line-height:1em;
}
.headerBtn__item--line{
}
.headerBtn__item--line a{
	padding:3px 10px;
	background:#06C755;
	text-decoration:none;
	border-radius:5px;
	border:2px solid #84df96;
	color:#fff;
}
.headerBtn__item--line i{
	color:#FFF;
}
/*フッター*/
#siteFooter{
	padding:30px 0;
	background:#ffa169;
}


/*イントロ*/
.introBox{
	height:600px;
	width:100%;
	background:url(/wp-content/uploads/img_intro.png) no-repeat;
	background-position:right bottom;
	background-size:60% auto;
}
.introBox:before{
    content: "";
	z-index:3;
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1.0));
	transform: rotate(0deg);
}
.introBox .siteFrame{
	height:100%;
}
.introBox__inner{
	width:45%;
	top:40%;
	left:0;
	z-index:3;
    transform: translate(-0%, -40%);
}
.introBox__title{
	white-space:nowrap;
	color:#f48440;
	font-size:60px;
	line-height:1em;
	transform: rotate(-2deg);
  text-shadow    : 
       3px  3px 1px #fff,
      -3px  3px 1px #fff,
       3px -3px 1px #fff,
      -3px -3px 1px #fff,
       3px  0px 1px #fff,
       0px  3px 1px #fff,
      -3px  0px 1px #fff,
       0px -3px 1px #fff; 
}
.introBox__content{
	transform: rotate(-2deg);
}
.introBox__content__title span{
	padding:10px 20px;
}
.introBox__content__title span:before{
	position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skew(-25deg);
    content: '';
    z-index: -1;
}
.introBox__content__content{
	font-size:14px;
	line-height:1.6em;
	white-space:nowrap;
}
/*利用者の声*/
.voiceItem{
	border-bottom:1px solid #f48440;
}
.voiceItem__thumb{
	padding-right:40px;
}
.voiceItem__comment{
	width:100%;
}
.iconThumb{
	font-size:150px;
	width:150px;
	color:#f48440;
}
.speechBubble{
  position: relative;
  margin-left: 15px;
  padding: 40px 30px;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 5px 15px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

/*理由*/
.reasonContena{
	height:445px;
}
.reasonLixt__item{
	padding:50px 50px;
	background:#fff;
	border-radius:100%;
	box-shadow: 00px 0px 6px 0px rgba(255, 242, 220, 1);
}
.reasonLixt__item:nth-child(1){
	top:0;
	left:100px;
}
.reasonLixt__item:nth-child(2){
	top:200px;
	left:-80px;
}
.reasonLixt__item:nth-child(3){
	top:350px;
	left:250px;
}
.reasonImg{
	border-radius:25% 10%;
	right:0;
	top:0;
}
.reasonLixt__item{
	font-size:15px;
	width:32%;
	line-height:1.6em;
	margin-right:2%;
}
.reasonLixt__item:nth-child(3n){
	margin-right:0;
}

/*基本情報*/
.detailImg{
	border-radius:25% 10%;
}
.detailBox{
	width:48%;
}
.detailBox__ttl{
	font-size:35px;
}
.detailBox__content table{
	border-top:1px solid #ddd;
	font-size:14px;
}
.detailBox__content table tr{
	border-bottom:1px solid #ddd;
}
.detailBox__content table th,
.detailBox__content table td{
	padding:20px 20px 20px 0px;
}
.detailBox__content table th{
	width:30%;
	white-space:nowrap;
}
.detailBox__content__price{
	font-size:36px;
}
.detailsubBox__ttl{
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
.detailsubBox__cnt{
	width:100%;
	font-size:16px;
	color:#333;
}
.detailBox__subttl{
	padding-left:5px;
	line-height:1em;
	border-left:5px solid #b08bbe;
}
.detailBox__subcontent{
	color:#333;
	font-size:16px;
}

.diseaseBox__list{
	border-left:2px solid #ddd;
	width:32%;
	margin-right:2%;
	margin-top:-2px !important;
	box-sizing:border-box;
}
.diseaseBox__list:nth-child(3n){
	margin-right:0;
}
.diseaseBox__list__ttl,
.diseaseBox__list__cnt{
	padding:10px;
	border-right:2px solid #ddd;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
}
.diseaseBox__list__ttl{
	width:80%;
	font-size:16px;
	line-height:1em;
	background:#efefef;
	box-sizing:border-box;
}
.diseaseBox__list__cnt{
	width:20%;
	font-size:30px;
	font-family:system-ui;
	line-height:38px;
	color:#999;
	box-sizing:border-box;
}
.diseaseBox__list__cnt--red{
	color:#b08bbe;
}
/*その他施設*/
.wrapSlide{
  display: flex;
  align-items: center;
　overflow:hidden !important;
	width:100%;
}
.wrapSlide.box{
	overflow:hidden;
}
.worksList--index{
	display: flex;
	/*animation: loop-slide 20s infinite linear 1s both;*/
}
/*.wrapSlide.box:hover .worksList--index{
	animation-play-state: paused;
}	
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}*/
.worksList--index .worksList__item{
	margin:0 10px !important;
	margin-bottom:0;
	overflow:visible;
	border-radius:5px;
}
.worksList--index .worksList__item:nth-child(3n){
}
.worksList--index .worksList__item a{
	text-decoration:none;
	color:#000;
}
.worksList--index .worksList__item img{
	width:100%;
	height:180px;
	border-radius: 10px 10px 0 0;
	object-fit:cover;}
.worksList__item__thumb{
	line-height:0;
}
.worksList__item__name{
	padding:15px;
	border-radius: 0 0 10px 10px;
	background:#fff;
}
@media screen and ( min-width:769px ){
	.pcNone{display:none;}
}
@media screen and ( max-width:768px ){
	img{max-width:100% !important;height:auto;}
	.headerBtn__item--tel__num,
	.headerBtn__item--tel__num a,
	a.headerBtn__item--tel__num{
		color:#000;
		text-decoration:none;
	}
	.spNone{display:none;}
	.sectionBox{
		padding:50px 0;
	}
	.siteFrame{
		width:94%;
		margin:0 auto;}
	.introBox__inner,
	.detailBox{
		width:100%;
	}
	
	.organicBtn{
		margin:0 auto;
		padding:10px 0;}
	
	/*ヘッダー*/
	#site-logo{
		margin-top:0;
		width:200px;
	}
	.headerBtn__item--tel__icon{
		font-size:24px;
	}
	#site-header .headerBtn .headerBtn__item--tel{
		position:absolute;
		right:2%;
		top:15px;
		padding-top:0;
		margin-left:0;
	}
	#site-header .headerBtn .headerBtn__item--tel .headerBtn__item--tel__time{
		font-size:10px;
	}
	#site-header .headerBtn .headerBtn__item--line{
		margin-left:0;
		position:fixed;
		bottom:40px;
		left:50%;
		transform: translate(-50%, -0%);
	}
	/*フッター*/
	#siteFooter{
		padding-bottom:150px;
	}
	/*お問い合わせ*/
	.contactBox .siteFrame{
		padding:50px 20px 200px;
	}
	.contactBox .headerBtn{
		display:block;
		width:100%;
	}
	.contactInner__ttl{
		font-size:26px;
	}
	.contactBox .headerBtn__item,
	.headerBtn__item--line a{
		margin:0 auto 20px;
		float:none;
	}
	.contactImg{
		width:80%;
		left:50%;
		transform: translate(-50%, -0%);
	}
	/*イントロ*/
	.introBox{
		position:relative;
		width:100%;
		min-height: 100svh; /* 最小でも収まる */
		height: 100dvh;     /* ふだんは現在高さに追従 */
		max-height: 100lvh; /* 伸びても上限は最大高さまで */
		place-items: center;
		background-size:100% auto;
		background-position:right 50px;
	}
	.introBox__title{
		font-size:45px;
	}
	.introBox:after{
	    transform: translate(-35%, 26%) rotate(-172deg);
	}
	.introBox__inner {
		top:55%;
		left:2%;
	}
	.introBox__content__title{font-size:10px;}
	.introBox__content__content{
		white-space:normal;
	}
	/*理由*/
	.reasonImg{
		width:100%;
		position:static !important;
		margin-bottom:40px;
	}
	.reasonLixt__item{
		position:relative;
		width:100%;
		margin-bottom:20px;
		top:0 !important;
		box-sizing:border-box;
	}
	.reasonLixt__item:nth-child(1),
	.reasonLixt__item:nth-child(3){
		left:10px;
	}
	.reasonLixt__item:nth-child(2){
		left:-10px;
	}
	/*利用者の声*/

	.voiceItem__thumb{
		padding-right:20px;
	}
	.iconThumb{
		font-size:80px;
		width:80px;
	}
	
	/*施設紹介*/
	.detailImg {
    border-radius: 6%;}
	.detailBox{
		margin-bottom:60px;
	}
	.detailBox__content__price{
		font-size:30px;
		white-space:nowrap;
	}
	
	/*病状*/
	.diseaseBox__list{
		width:49%;
		margin:0;
	}
	.diseaseBox__list:nth-child(even){
		float:right;
	}
	.diseaseBox__list__ttl{
		font-size:14px;
		padding:10px 5px;
	}
	.diseaseBox__list__cnt{
		padding:10px 0;
	}
	/*その他施設*/
	.slick-slider{height:auto;}
	.slick-list{
		width:85% !important;
		height:auto !important;
		margin:0 auto !important;
		padding:0 !important;
	}
}
}