@charset "UTF-8";

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	color:inherit;
	text-decoration: none;
	transition: 0.3s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: none;
}

a:hover{
	color: #999;
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.mb100{margin-bottom: 100px;}
.mb200{margin-bottom: 200px;}

.normal{font-weight: normal;}
.small{font-size: 8pt;}
.red{color: #CC0000;}

#text{
	display: none;
}


/* SP版ベースに構築 ---------------------------------------- */

/* 共通設定 */
.sp_none{
	display: none;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

html{
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}

body {
	font-family: dnp-shuei-mgothic-std, 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-size: 1.3rem;
	font-weight: 600;
	background-color: #fff;
	color: #4d4d4d;
	line-height: 1.8;
	overflow-x: hidden;
	animation: body_fadeIn 2s ease 0s 1 normal;
    -webkit-animation: body_fadeIn 2s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
	width: 100vw;
	min-width: 100vw;
}

.bodyfixed{
		position: fixed;
		width: 100%;
		height: 100%;
}

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

@-webkit-keyframes body_fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.pace-running .full {
  display:none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: #f7ecca;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
}

.justify{
	text-align: justify;
    text-justify: inter-ideograph;
}

h1{
	margin-top: 40px;
}


h1 img{
	width: 30%;
	max-width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.place{
	margin-top: 20px;
}

.place img{
	width: 100%;
	height: auto;
	display: block;
}

h2{
	text-align: center;
	font-size: 2.2rem;
	color: #fccf00;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-weight: 700;
}

h2:after{
	display: block;
	margin: 0px auto 30px auto;
	height: 2px;
	width: 100px;
	content: "";
	background-image: url("../img/dotted.png");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: 6px 2px;
	letter-spacing: 0.15em;
}

h2.mt:after{
	margin-top: 10px;
}

h2.text_black{
	color: #4d4d4d;
}


.contents{
	width: 100vw;
    max-width: 100vw;
    overflow: hidden;
}

.contents section{
	width: 85%;
	margin: 0 auto;
	padding: 60px 0;
}

.bg_house{
	background-image: url("../img/house@2x.png");
	background-position: right bottom -1px;
	background-repeat: no-repeat;
	background-size: 10% auto;
}

.bg_yellow{
	background-color: #f7ecca;
}

[data-uranus-component="entryItemImage"]{
	display: none;
}

ul.skin-archiveList li:nth-child(n + 6) {
	display: none;
}

.blog_load{
	padding-bottom: 20px;
}

.blog_load h2{
	font-weight: 600;
	font-size: 1.3rem;
	color: #3e3a39;
	text-align: left;
	line-height: 1.2;
}

.blog_load h2:after{
	display: none;
}

.blog_load ul{
	display: table;
    width: auto;
    margin: 0 auto;
}

.blog_load li{
	margin-bottom: 10px;
	display: flex;
	align-items: baseline;
}

.blog_load li span{
	font-size: 1.3rem;
	color: #999;
	margin-right: 15px;
	display: block;
}

.toblog a{
	display: block;
	text-align: center;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius: 18px;
	background-color: #fccf00;
	margin: 0 auto;
	font-size: 1.1rem;
}

.contents section.otherstaff_wrap{
	padding-top: 0;
}

.con_copy{
	width: 100%;
	max-width: 513px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.con_copy.sp_none{
	display: none;
}

.con_text{
	text-align: center;
	line-height: 2.0;
}

.con_text:before{
	content: "";
	display: block;
	margin: 25px auto;
	width: 1px;
	height: 25px;
	background-color: #fccf00;
}

.con_text em, .con_text span{
	display: block;
}

.con_text em{
	font-style: normal;
	font-size: 2.2rem;
	font-weight: 600;
}

.staff h3{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.staff dl{
	display: flex;
	margin-bottom: 20px;
}

.staff dt{
	margin-right: 15px;
	max-width: 150px;
}

.staff dt img{
	width: 100%;
	height: auto;
}

.staff h4{
	color: #f9be00;
	line-height: 1.5;
	margin-bottom: 5px;
}

.staff h4:before{
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #f9be00;
	vertical-align: -1px;
	margin-right: 3px;
}

.staff .name{
	font-size: 1.8rem;
	font-weight: 600;
    margin-bottom: 15px;
}


.message {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.staffphoto img{
	width: 100%;
	height: auto;
}

.otherstaff{
	width: 118%;
    margin-left: -9%;
	margin-bottom: 0px;
}

.otherstaff li{
	padding: 40px 7.5%;
}

.otherstaff li:first-child{
	padding-top: 0;
}

.otherstaff li:last-child {
	padding-bottom: 0
}

.otherstaff li:nth-child(even){
	background-color: #f2f2f2;
}

.otherstaff li .message{
	margin-bottom: 0;
}

#about section{
	width: 100%;
}

.about_text{
	text-align: center;
	margin-bottom: 30px;
}

.about_list li{
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 60px;
	padding-top: 70px;
	margin-bottom: 40px;
}

.about_list li:nth-child(1){
	background-image: url("../img/chart01@2x.png");
}
.about_list li:nth-child(2){
	background-image: url("../img/chart02@2x.png");
}
.about_list li:nth-child(3){
	background-image: url("../img/chart03@2x.png");
}
.about_list li:nth-child(4){
	background-image: url("../img/chart04@2x.png");
}
.about_list li:nth-child(5){
	background-image: url("../img/chart05@2x.png");
}
.about_list li:nth-child(6){
	background-image: url("../img/chart06@2x.png");
}
.about_list li:nth-child(7){
	background-image: url("../img/chart07@2x.png");
	margin-bottom: 0;
}

.chart_button button{
	display: block;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	border: 0;
	border-radius: 25px; 
	height: 50px;
	line-height: 50px;
	width: 300px;
	background-image: url("../img/cursol_white.svg");
	background-position: right 35px center;
	background-repeat: no-repeat;
	background-size: auto 15px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: dnp-shuei-mgothic-std, 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'
}

button.kaigo{
	background-color: #ffe100;
}

button.iryou{
	background-color: #f9be00;
	margin-top: 40px;
}

.kaigo_chart img, .iryou_chart img{
	width: 100%;
	height: auto;
	display: block;
}

.kaigo_chart{
	margin-top: 20px;
	margin-bottom: 50px;
}

.iryou_chart{
	margin-top: 20px;
	margin-bottom: 20px;
}

 .contents .access section{
	padding-bottom: 20px;
}

.address dt{
	font-size: 1.1rem;
	text-align: center;
}

.address dd{
	text-align: center;
}

.address .logo img{
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: block;
}

.address .zip{
	font-size: 1.6rem;
	line-height: 1.4;
    margin-bottom: 10px;
}

.address .zip span{
	font-size: 1.1rem;
}

.address .tel_fax{
	line-height: 1.4;
	margin-bottom: 15px;
}

.address .tel_fax strong{
	font-size: 2.6rem;
	font-weight: 600;
	font-style: normal;
}

.address .time{
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 30px;
}

.address .time span{
	font-size: 1.3rem;
}

.h24_text{
	margin-bottom: 30px;
}

.h24_text p{
	text-align: center;
	color: #f9be00;
}

.h24_text p:after{
	display: block;
    margin: 0 auto;
    height: 2px;
    width: 100%;
    content: "";
	background-image: url(../img/dotted.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 6px 2px;
}

.h24_text p:last-of-type{
	font-size: 2.2rem;
}

.gmap-wrap{
    position : relative;
    height : 0;
    padding-bottom : 100%;
    overflow : hidden;
}
 
.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}

.totop{
	text-align: right;
	margin-top: 40px;
	margin-right: -5%;
}

.totop a{
	display: inline-block;
	width: 40px;
	height: 40px;
}

.totop a img{
	width: 100%;
	height: 100%;
}

small{
	display: block;
	text-align: center;
	font-size: 0.8rem;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #808080;
}


/* PC版上書き ---------------------------------------- */

@media screen and (min-width:813px){
	body{
		font-size: 1.6rem;
	}
	
	.pc_none{
		display: none;
    }
	.sp_none{
		display: block;
    }
	
	.firstview{
		padding-top: 140px;
		padding-bottom: 40px;
	}
	
	.firstview section{
		display: flex;
		margin: 0 auto;
		width: 1320px;
		justify-content: center;
	}
	
	h1, .place{
		margin-top: 0;
	}
	
	h1{
		padding: 0 70px;
	}
	
	h1 img{
		width: 100%;
		max-width: 180px;
	}
	
	.contents section{
		padding: 100px 0;
	}
	
	.contents section.flex_wrap{
		display: flex;
		width: 1000px;
	}
	
	.flex_right{
		width: auto;
		max-width: 694px;
		position: relative;
	}
	
	.bg_house{
		background-size: 60px auto;
	}
	
	h2{
		width: 306px;
	}
	
	.blog_load ul {
		display: block;
	}
	
	.blog_load h2{
		width: 100%;
		line-height: 1.6;
		font-size: 1.4rem;
	}
	
	.toblog{
		display: inline-block;
	}
	
	.toblog a{
		margin: 0;
	}
	
	.toblog a:hover{
		opacity: 0.7;
	}
	
	.con_copy {
		width: 400px;
		margin: 0;
	}
	
	.con_copy.sp_none{
		display: block;
	}
	
	.con_copy.pc_none{
		display: none;
	}
	
	.con_text {
		text-align: left;
		margin-top: 40px;
	}
	
	.con_text span{
		display: inline;
	}
	
	.con_text:before {
		display: none;
	}
	
	.staff h3{
		text-align: left;
	}
	
	.staff dl {
		margin-bottom: 15px;
	}
	
	.staff dt{
		margin-right: 30px;
	}
	
	.staff dt img {
		width: 150px;
	}
	
	.message {
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	
	.contents section.otherstaff_wrap{
		padding-left: 306px;
		padding-top: 0;
		width: 1000px;
	}
	
	.otherstaff {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.otherstaff li {
		width: 50%;
	}
	
	.otherstaff li:first-child {
		padding-top: 40px;
	}
	
	.otherstaff li:last-child{
		padding-bottom: 40px;
	}
	
	.otherstaff li:nth-child(even){
		background-color: inherit;
	}
	
	.otherstaff li.bg_gray{
		background-color: #f2f2f2;
	}
	
	.otherstaff li .message{
		letter-spacing: 0.05em;
	}
	
	#about section{
		width: 1000px;
	}
	
	.about_text {
		text-align: left;
		margin-bottom: 40px;
	}
	
	.about_list li {
		text-align: left;
		background-position: left top;
		padding-top: 0px;
		padding-left: 50px;
		min-height: 60px;
		height: 60px;
		line-height: 60px;
	}
	
	.about_list li br{
		display: none;
	}
	
	.chart_button li{
		width: 600px;
	}
	
	.chart_button button{
		width: 100%;
		font-size: 1.6rem;
		transition: 0.3s;
	}
	
	.chart_button button:hover{
		opacity: 0.5;
		cursor: pointer;
	}
	
	.kaigo_chart img, .iryou_chart img {
		width: 400px;
		margin: 0 auto;
	}
	
	.access .flex_right{
		display: flex;
		justify-content: space-between;
		width: 1000px;
	}
	
	.contents .access section{
		padding-bottom: 20px;
	}
	
	.address dt, .address dd, .h24_text p {
		text-align: left;
	}
	
	.address dt, .address .zip span{
		font-size: 1.3rem;
	}
	
	.address .logo {
		width: 285px;
	}
	
	.address .logo img{
		margin: 20px 0;
		width: 100%;
	}
	
	.gmap-wrap{
		width: 350px;
	}
	
	.totop{
		margin-right: -100px;
	}
	
	small{
		text-align: left;
		padding-left: 5vw;
		margin-bottom: 25px;
	}
}



/* tablet版上書き ---------------------------------------- */

@media only screen and (min-width:813px) and (max-width:1024px) {
	
} /* tablet版終わり */



/* 印刷用 ---------------------------------------- */
@media print{
	*{
		transition-property: none !important;
		animation-name: none !important;
		opacity: 1 !important;
		font-family:initial;
	}
}

