@charset "utf-8";


/* ========================================================
	居宅介護支援事業所CSS
======================================================== */

div .bk-color{
	background-color: #fffff7;
}

section .head img{
	padding-top: 20px;
	padding-bottom: 20px;
}
section .head .head-content {
	width:70%;
	margin: auto;
}
.iw p{
	font-size: 17px;
}

.inner_nav li a {
  position: relative; 
  text-decoration: none; 
  color: #333;
}
.inner_nav li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
	right:unset;
    margin-top: -3px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #48b3ca transparent transparent transparent;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.inner_nav li a.underline::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  width: 0;
  height: 2px; 
  background-color: #48b3ca; 
  transition: width 0.3s ease;
}

/* .contact_tel_box
============================================================================================================ */
.contact_tel_box div{
}
.contact_tel_box .title_bdl {
	margin-bottom: 0;
}
.contact_tel_box .bd_box {
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
  	align-items: center;
	
}
.contact_tel_box .bd_box * + * {
	margin: 0;
}
.contact_tel_box .bd_box .txt {
	float: left;
}
.contact_tel_box .bd_box .tel {
	float: right;
	padding: 8px;
	min-width: 360px;
	background-color: #808080;
	text-align: center;
	color: #fff;
}
.contact_tel_box .bd_box .tel a {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.3;
}

@media screen and (max-width: 680px) {
	.contact_tel_box .bd_box {
		padding: 10px;
		flex-direction: column;
	}
	.contact_tel_box .bd_box .txt {
		float: none;
	}
	.contact_tel_box .bd_box .tel {
		float: none;
		margin-top: 10px;
		padding: 5px;
		min-width: 0;
		font-size: 1.1rem;
		width: 100%;
	}
	.contact_tel_box .bd_box .tel a {
		font-size: 2rem;
		color: #fff;
	}
}

/* ========================================================
	index.css => トップページ用CSS
======================================================== */

#container {
	padding-top: 120px;
}
@media screen and (max-width: 680px) {
	#container {
		padding-top: 50px;
	}
}

/* mainArea
============================================================================================================ */
#mainArea {
	overflow: hidden;
	height: 400px;
	background: url(../common/images/parts/pattern_base_bg.jpg) 50%;
}
#mainArea .main {
	position: relative;
	height: 400px;
}
#mainArea .main a {
	display: block;
	height: 400px;
	text-decoration: none;
	color: #fff;
}
#mainArea p {
	padding-top: 50px;
	color: #fff;
}
#mainArea p span {
	display: block;
}

#mainArea p .title {
	padding-top: 10px;
}
#mainArea p .ff_en.s {
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 3px;
}
#mainArea p .ff_en.l {
	margin-bottom: 30px;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 7px;
}
#mainArea p .btn {
	position: relative;
	width: 230px;
	margin-top: 40px;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #fff;
	color: #48b3ca;
	text-align: center;
	-webkit-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
#mainArea p .btn:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #48b3ca;
	border-right: 2px solid #48b3ca;
	-webkit-transform: rotate(45deg) scale(1.2);
	-ms-transform: rotate(45deg) scale(1.2);
	-o-transform: rotate(45deg) scale(1.2);
	transform: rotate(45deg) scale(1.2);
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#mainArea a:hover p .btn {
	opacity: 0.7;
}

#mainArea .img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
}
#mainArea .img:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: -260px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#mainArea .main01 .img:after {
	background-position: 50% 0;
	background-image: url(../images/index/main_img01.jpg);
}
#mainArea .main02 .img:after {
	background-image: url(../images/index/main_img02.jpg);
}
#mainArea .main03 .img:after {
	background-image: url(../images/index/main_img03.jpg);
}
#mainArea .main04 .img:after {
	background-image: url(../images/index/main_img04.jpg);
}
#mainArea .main05 .img:after {
	background-image: url(../images/index/main_img05.jpg);
}
#mainArea .main06 .img:after {
	background-image: url(../images/index/main_img06.jpg);
}
@media screen and (max-width: 680px) {
	#mainArea {
		height: 150px;
		-webkit-background-size: 710px;
		background-size: 710px;
	}
	#mainArea .main {
		height: 150px;
	}
	#mainArea .main a {
		height: 150px;
	}
	#mainArea p {
		padding-top: 10px;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	#mainArea p .title {
		padding-top: 0;
		font-size: 1.6rem;
	}
	#mainArea p .ff_en.s {
		margin-bottom: 10px;
		font-size: 1rem;
		line-height: 1;
		letter-spacing: 2px;
	}
	#mainArea p .ff_en.l {
		margin-bottom: 10px;
		font-size: 2.5rem;
		line-height: 1;
		letter-spacing: 5px;
	}
	#mainArea p .txt_s {
		font-size: 1.1rem;
	}
	#mainArea .img:after {
		left: 0;
	}
	#mainArea p .btn {
		width: 45%;
		margin-top: 10px;
		padding: 3px;
		border-width: 1px;
		font-size: 1.1rem;
	}
	#mainArea p .btn:after {
		right: 7px;
		margin-top: -3px;
		width: 5px;
		height: 5px;
	}
}
@media screen and (max-width: 370px) {
	#mainArea .main .w {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* indexContents
============================================================================================================ */
#indexContents {
	/*height: 920px;*/
	height: auto;
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 680px) {
	#indexContents {
		height: auto;
		border-bottom: 0;
	}
	#indexContents .w {
		padding: 0;
	}
}


/* news
------------------------------------------------------------- */
.news {
	position: relative;
	width: 300px;
	min-height: 920px;
	float: left;
	position: relative;
	background-color: #f6f6f6;
	padding-top: 35px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
	height: 920px;
}
.news:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 300px;
	width: 1000px;
	background-color: #f6f6f6;
}
.news h1 {
	margin-bottom: 15px;
	padding-top: 13px;
}
.news li + li {
	border-top: 1px dotted #949494;
}
.news li a {
	display: block;
	padding: 12px 0;
	line-height: 1.6;
	text-decoration: none;
}
.news li a span {
}
.news li a .date {
	color: #333;
}
.news li a .category {
	margin-left: 3px;
	color: #333;
}
.news li a .category span {
	display: inline-block;
	padding: 1px 7px;
	border: 1px solid #adadad;
	font-size: 10px;
	font-size: 1rem;
	vertical-align: 3px;
}
.news li a .category span.news-important {
	border: 1px solid #ef747e;
	color: #ef747e;
}
.news li a .title {
	display: block;
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news li a:hover .title {
	text-decoration: underline;
}

.news .more {
	/*position: absolute;
	top: 38px;
	right: 25px;*/
}
.news .more a {
	color: #00a3b7;
	text-decoration: none;
}
.news .more a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	.news {
		width: auto;
		float: none;
		min-height: 0;
		position: relative;
		background-color: #f6f6f6;
		padding: 15px;
	}
	.news:before {
		content: none;
	}
	.news h1 {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	.news li a {
		padding: 10px 0;
	}

	.news .more {
		position: static;
		margin-top: 10px;
	}
	.news .more a {
		display: block;
		margin: 0 auto;
		padding: 8px 0;
		border: 0;
		border: 1px solid;
		text-align: center;
	}
}


/* covid19-news
------------------------------------------------------------- */
#display-small.covid19-news {
	display: none !important;
}
@media screen and (max-width: 680px) {
	#display-wide.covid19-news {
		display: none !important;
	}
	#display-small.covid19-news {
		display: block !important;
	}
}

.covid19-news {
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
}

.covid19-news h1 {
	margin-bottom: 15px;
	padding-top: 13px;
}
.covid19-news h2 {
	margin: 0 0 16px;
	border: double 3px #dc3545;
	text-align: center;
	width: 95%;
}

.covid19-news h2 a{
	font-size: 140%;
	color: #dc3545!important;
}

#indexContents .bnr .covid19-news li {
	width: 100%;
}

.covid19-news li + li {
	border-top: 1px dotted #949494;
}
.covid19-news li a {
	display: block;
	padding: 12px 0;
	line-height: 1.6;
	text-decoration: none;
	text-align: left !important;
}
.covid19-news li a span {
}
.covid19-news li a .date {
	color: #333;
}
.covid19-news li a .category {
	margin-left: 3px;
	color: #333;
}
.covid19-news li a .category span {
	display: inline-block;
	padding: 1px 7px;
	border: 1px solid #adadad;
	font-size: 10px;
	font-size: 1rem;
	vertical-align: 3px;
}
.covid19-news li a .category span.news-important {
	border: 1px solid #ef747e;
	color: #ef747e;
}
.covid19-news li a .title {
/*	display: block;*/
	color: #191919;
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.covid19-news li a:hover .title {
	text-decoration: underline;
}

.covid19-news .more {
	clear:both;
	text-align: right;
	margin-right: 20px;
}

.covid19-news .more a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	.covid19-news {
		width: auto;
		float: none;
		min-height: 0;
		position: relative;
		background-color: #f6f6f6;
		/*padding: 15px;*/
	}
	.covid19-news:before {
		content: none;
	}
	.covid19-news h1 {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	.covid19-news li a {
		padding: 10px 0;
	}

	.covid19-news .more {
		position: static;
		margin-top: 10px;
	}
	.covid19-news .more a {
		display: block;
		margin: 0 auto;
		padding: 8px 0;
		border: 0;
		border: 1px solid;
		text-align: center;
	}
}


/* bnr
------------------------------------------------------------- */
#indexContents .bnr h1 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}
#indexContents .bnr {
	float: left;
	width: 510px;
	padding: 0 0 0 35px;
}
#indexContents .bnr li {
	display: flex;
	float: left;
	/* border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf; */
	padding: 0 20px 10px 0;
	gap:20px;
}
#indexContents .bnr li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #00a3b7;
}
#indexContents .bnr li a .txt {
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
	#indexContents .bnr {
		float: none;
		width: auto;
		padding: 0 10px 10px;
	}
	#indexContents .bnr:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}

	#indexContents .bnr li {
		float: left;
		padding: 0;
	}

	/* width: 50%を適用するとトピックスの画像が子供が散らかした部屋
	   みたいになるので、詳細度を分けて防ぐ */

	#indexContents .bnr .Recp_li li {
		float: left;
		padding: 0;
		width: 50%;
	}
	#indexContents .bnr li a {
		padding: 0 5px 15px;
	}
	#indexContents .bnr li a .txt {
		margin-top: 5px;
	}
}

.bannercenter{
	text-align: center;
	width: 300px;
	margin-bottom: -15px;
}
.txt {
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
	.bannercenter {
		width: 97%;
		margin-left: 5px;
		}
}

.fix-info {
	padding-top: 60%;
	clear: both;
}

@media screen and (max-width: 680px) {

	/* スマホ画面サイズ */
	.fix-info {
		padding-top: 45%;
	}
}

@media screen and (max-width: 430px) {

	/* スマホ画面サイズ */
	.fix-info {
		padding-top: 55%;
	}
}

.hv_wh.fix-image {
	margin-bottom: 20px;
}


/* time
------------------------------------------------------------------- */
#indexContents .time {
	float: right;
	width: 260px;
	padding-top: 40px;
	line-height: 1.8;
}
#indexContents .time h1 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 30px;
	background: url(../images/index/time_ico.png) no-repeat 0 16px;
	border-top: 2px solid #666666;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}
#indexContents .time dt {
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}
#indexContents .time dl ~ dl {
	margin-top: 15px;
}
@media screen and (max-width: 680px) {
	#indexContents .time {
		float: none;
		width: auto;
		padding: 0 15px 20px;
	}
	#indexContents .time h1 {
		background-image: url(../images/index/time_ico_sp.png);
		-webkit-background-size: 20px;
		background-size: 20px;
	}
}

/* カルーセルバナー */

ul.slider > li:not(:first-child) {
    display: none;
}

/* 画像 */
.view-images {
    position: absolute;
    left: 365px;
    width: 420px;
    height: 250px;
    border: darkgray;
    max-width: 100%;
	margin-top: 2%;
}

/* スマートフォン横向きの横幅対応 */
@media screen and (max-width: 680px) {
	.view-images {
		left: 45px;
	}
}

.move-images {
    margin-bottom:	35px;
    width: 420%;
    max-width: 100%;
    height: auto;
}

.move-images li {
    padding: 0 0 0 0 !important;
}

/* スマホサイズ */
@media screen and (max-width: 490px) {
    .move-images {
        width: 340px;
    }

    .view-images {
        width: 270px;
        height: 160px;
    }
}

/* overflowをvisibleか記述を消さないと、ボタンとドットが表示されない */
.slick-list {
	overflow: visible;
}

/* スクロールバーがバグるのでimgだけにhidden */
.move-images .slick-track .slick-list {
	overflow: hidden;
}

.slick-prev:before, .slick-next:before {
	color: darkgray;
}

/* 中央ぞろえになっていないのでそろえる */
.slick-dots {
	display: flex !important;
	justify-content: space-evenly;
	bottom: -40px;
}

/* スマホのデフォルトCSSの無効化 */
input, button, select, textarea {
	-webkit-appearance: none;
}

/* 医師募集バナーcss */
.append-image {
	margin-left: 30px;
}

@media screen and (max-width: 490px) {

	.append-image {
		width: 270px;
		margin-left: 35px;
	}

}

/* 空床情報表示用css　*/

#indexContents .bed{
	float: right;
    width: 260px;
    padding-top: 40px;
    line-height: 1.8;
}

#indexContents .bed h1 {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 30px;
	background: url(../images/index/bed_ico.png) no-repeat 0 20px;
	border-top: 2px solid #666666;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}

.bed .container {
	position: relative;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	gap:20px;
}

.bed .section .content_flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:20px;
	font-size: 1.7rem;
}

.content_flex table th,
.content_flex table td{
	letter-spacing: 10px;
	padding: 0.5em;
	font-size: 1em;
}

.content_flex .full{
	color: red;
	font-weight:bold;
}

.content_flex .vacant{
	background-color: #98DBC6;
	color:#004445;
	font-weight:bold;
}

.container .update_time {
	font-size: 90%;
	text-align: right;
}

.container .vacant_room dt {
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: 2px solid #e5e5e5;
	font-weight: bold;
}

@media (max-width: 680px) {
	#indexContents .bed {
		float: none;
		width: auto;
		padding: 0 15px 20px;
	}
	#indexContents .bed h1 {
		background-image: url(../images/index/bed_ico.png);
		-webkit-background-size: 20px;
		background-size: 20px;
	}
	.bed .container {
		font-size: 1.7rem;
	}
	.bed .section .content_flex {
    	flex-direction: column;
		align-items: center;
		text-align: left;
		gap:20px;
  	}
	.content_flex table th,
	.content_flex table td {
		padding: 0.5em;
		font-size: 1.4em;
	}
}

/* ========================================================
	kyotaku-hp.css 統合
======================================================== */

/* ========================================================
	サービス内容
======================================================== */

.service_contents{
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* カード間の余白 */
}
.service_contents .service_card {
	text-align: center;
	width: calc((1020px - 20px) / 2); /* 2カラムにする (gapに合わせて調整) */
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #48b3ca;
	border-radius: 5rem;
}
.service_card span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.service_card span > p{
	font-size: 2rem;
}
.service_card span > p{
	margin-bottom: 20px;
}
.service_card > p {
	text-align: left;
	
}

/* 受診される方へ
============================================================================================================ */
.visit_contents {
}
.visit_contents .main {
	width: 400px;
	height: 400px;
	margin: 0 auto 40px;
	background-color: #e4faff;
	border-radius: 100%;
	text-align: center;
}
.visit_contents .main dt {
	padding-top: 10px;
	font-size: 80px;
	font-size: 8rem;
	line-height: 1.2;
	font-weight: bold;
	color: #48b3ca;
}
.visit_contents .main dd {
}
.visit_contents .main dd span {
	display: block;
}
.visit_contents .main dd .date {
	margin: 5px 0 10px;
}
@media screen and (max-width: 680px) {
	.visit_contents .main {
		width: 200px;
		height: 200px;
		margin: 0 auto 30px;
	}
	.visit_contents .main dt {
		padding-top: 2px;
		font-size: 3.2rem;
	}
	.visit_contents .main dd {
		line-height: 1.6;
		font-size: 1.4rem;
	}
	.visit_contents .main dd .date {
		margin: 3px 0 5px;
		font-size: 1rem;
	}
	.visit_contents .main dd .img img {
		width: 110px;
	}
}

.visit_contents img {
	display: inline;
}
.visit_contents .flow {
	margin: 40px 0;
}
@media screen and (max-width: 680px) {
	.visit_contents .flow {
		margin: 20px 0;
	}
}

.visit_contents .reception figure {
	float: right;
}
.visit_contents .reception figure figcaption {
	margin-top: 5px;
}
.visit_contents .reception .contents {
	width: 610px;
	float: left;
}
.visit_contents .reception .contents > .c_red {
	margin-bottom: 1em;
}
@media screen and (max-width: 680px) {

	.visit_contents .reception figure {
		float: none;
		width: 180px;
		margin: 0 auto 20px;
	}
	.visit_contents .reception .contents {
		width: auto;
		float: none;
	}
}

.visit_contents .reception .step dl {
	float: left;
	width: 150px;
	padding-left: 18px;
	text-align: center;
	line-height: 1.5;
}
.visit_contents .reception .step dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.visit_contents .reception .step .img {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.visit_contents .reception .step .img img {
	border-radius: 100%;
}
.visit_contents .reception .step dl + dl {
	padding-left: 60px;
}
.visit_contents .reception .step dl + dl .img:before {
	content: "";
	position: absolute;
	left: -60px;
	top: 50%;
	width: 46px;
	height: 22px;
	margin-top: -11px;
	background: url(../images/visit_reception_arrow.png) no-repeat 50%;
}

@media screen and (max-width: 680px) {
	.visit_contents .reception .step dl {
		position: relative;
		float: none;
		width: auto;
		min-height: 80px;
		padding: 5px 0 0 90px !important;
		font-size: 1.2rem;
		text-align: left;
	}
	.visit_contents .reception .step dt {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.visit_contents .reception .step .img {
		position: absolute;
		top: 0;
		left: 0;
		width: 80px;
	}
	.visit_contents .reception .step dl + dl {
		padding-left: 0;
		margin-top: 23px;
	}
	.visit_contents .reception .step dl + dl .img:before {
		left: 50%;
		top: -23px;
		width: 23px;
		height: 23px;
		margin: 0 0 0 -12px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-background-size: contain;
		background-size: contain;
	}
}

.visit_contents .no-ph {
	float: right;
	margin: 0;
}
.visit_contents .no-ph ~ * {
	margin-right: 410px;
}
@media screen and (max-width: 680px) {
	.visit_contents .no-ph {
		float: none;
		text-align: center;
	}
	.visit_contents .no-ph ~ * {
		margin-right: 0;
	}
}

/* オンライン診療
============================================================================================================ */

section .point_list{
	margin-left: 30px;
}

.c_flow {
	/* flexboxで左右中央揃え縦並び45pxの間隔で配置 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:45px;
}
.c_flow .title_bar{
	/* 背景青の白文字 */
	text-align: center;
	color: white;
	background-color: #48b3ca;
}
.c_flow section {
	/* sectionのマージンを無効化 */
	margin: 0 auto;
	/* 文字は左揃え　ボックスは薄灰色の背景 */
	text-align: left;
	padding: 15px;
	border: 2px solid #f3f3f3;
	background-color: #f3f3f3;
	box-sizing: border-box;
}
.c_flow section div{
	/* img中央揃え用 */
	text-align: center;
}
.c_flow section h1,
.c_flow section .big{
	/* 一部文字だけ文字を大きく */
	font-size: 23px;
}
.c_flow section p{
	/* <br>省略用 */
	margin-top: 20px;
}
.c_flow section img{
	/* 矢印imgの大きさ制限 */
	max-width: 82px;
}
@media screen and (min-width: 680px) {
	.c_flow section {
		width:540px;
	}
}
@media screen and (max-width: 680px) {
	.c_flow section {
		max-width: 540px;
		width: 90vw;
	}
}

/* 外来フロアー配置図
============================================================================================================ */
.floor_contents {
}
.floor_contents .floor a {
	position: relative;
	display: block;
	width: 800px;
	margin: auto;
	color: #333333;
}
.floor_contents .floor a img {
	display: block;
	margin-left: auto;
}
.floor_contents .floor a span {
	position: absolute;
	top: 0;
	left: 80px;
	width: 106px;
	height: 106px;
	padding-top: 26px;
	background-color: #fff;
	border: 3px solid #f2f2f2;
	border-radius: 100%;
	font-weight: bold;
	font-size: 40px;
	font-size: 4rem;
	text-align: center;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 680px) {
	.floor_contents .floor:before {
		content: "フロアー配置図をタップすると、画像だけ表示されます。";
		display: block;
		margin-bottom: 5px;
		text-align: center;
	}
	.floor_contents .floor a {
		width: auto;
		padding-top: 40px;
	}
	.floor_contents .floor a span {
		left: 0;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}