@charset "UTF-8";
/*リセットcss---------------------------*/
a {
	color: #61B0E6;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
}

p, ol, td, dd, li, dt, a, address, figcaption, table {
	font-feature-settings: "palt";
	margin-bottom: 0;
	color: #595656;
	letter-spacing: .1em;
	line-height: 1.8em;
	font-size: 1.8rem;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	border-spacing: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

button:focus {
	outline: 0;
}

@media only screen and (max-width: 1200px) {
	html {
		scroll-padding-top: 80px;
	}
}

/*フォント関連----------------------*/
body {
	font-family: 'M PLUS Rounded 1c', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
	font-size: 62.5%;
}

h1 {
	font-size: 3rem;
	margin-bottom: 0;
}

h2 {
	font-size: 2.3rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.9rem;
}

h5 {
	font-size: 1.8rem;
}

p, ol, ul, li, dl, dt, dd, th, td, a, address, figcaption {
	font-weight: 300;
}

p, ol, ul, li, dl, dt, dd, th, td, address, figcaption {
	text-align: justify;
}

/*フォントサイズ*/
.font_s {
	font-size: 2.1rem;
}

.font_m {
	font-size: 2.3rem;
}

/* 共通部品置き場 ---------------------------*/
/*余白*/
.content {
	padding-top: 15% !important;
	padding-bottom: 15% !important;
}

.content_pt {
	padding-top: 15% !important;
}

.content_pb {
	padding-bottom: 15% !important;
}

.content_mb {
	margin-bottom: 15% !important;
}

.content_pb2 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.mb_8 {
	margin-bottom: 8rem !important;
}

/*hover*/
.hover_opacity:hover {
	opacity: .8;
}

/*link*/
.link {
	color: #61B0E6;
}

.link:hover {
	color: #61B0E6;
	text-decoration: underline;
	text-decoration-color: #FFF280;
}

/*下線*/
.SPborder_bottom_dash {
	border-bottom: 2px dashed #61B0E6 !important;
}

/*診療時間表*/
.schedule_table {
	border: 1px solid #595656;
}

.schedule_table th, .schedule_table td {
	text-align: center;
	font-size: 1.4rem;
}

.schedule_table th {
	border-right: 1px solid #F5FDFF;
	color: #fff;
	font-weight: normal;
}

.schedule_table th:not(:nth-child(1)) {
	padding: 5px 10px;
}

.schedule_table td {
	border-right: 1px solid #61B0E6;
	border-bottom: 1px solid #61B0E6;
	background: #fff;
}

.schedule_table th, .schedule_table td:first-child {
	background: #61B0E6;
}

.schedule_table tr:nth-child(2) th,
.schedule_table tr:last-child td {
	border-bottom: 1px solid #595656;
}

.schedule_table th:first-child {
	border-bottom: 1px solid #F5FDFF;
}

.schedule_table th:last-child, .schedule_table td:last-child {
	border-right: 1px solid #595656;
}

/*青丸点　li（ダッシュ線あり）*/
.circle_border_ul.list-group {
	background: #fff;
	padding-top: .5rem;
}

.circle_border_ul .list-group-item {
	border: none;
	border-bottom: 1px dashed #61B0E6;
	background: none;
	list-style-position: inside;
	position: relative;
	padding-left: 30px;
}

.circle_border_ul .list-group-item::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #61B0E6;
	position: absolute;
	left: 10px;
	top: 20px;
}

.circle_border_ul .list-group-item:last-child {
	border-bottom: none;
}

/*青丸点　li*/
.circle_ul .list-group-item {
	border: none;
	background: none;
	position: relative;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.circle_ul .list-group-item::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #61B0E6;
	position: absolute;
	left: 10px;
	top: 10px;
}

/*青丸点　p*/
.circle_p {
	position: relative;
	padding-left: 20px;
}

.circle_p::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #61B0E6;
	position: absolute;
	left: 0;
	top: 10px;
}

/*青枠丸の中に文字*/
.circle {
	position: relative;
	width: 70%;
	height: 70%;
	padding: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #61B0E6;
}

.circle p {
	position: absolute;
	left: 0;
	top: 40%;
	margin: -.5em 0 0;
	width: 100%;
	text-align: center;
	color: #61B0E6;
	font-size: 1.6rem;
	line-height: 1.3em;
}

.circle .one_text {
	top: 50%;
}

/*診療内容---------------------*/
.page_medical .circle p {
	font-size: 1.2rem;
}

@media only screen and (max-width: 320px) {
	.mb-min-4 {
		margin-bottom: 1.5rem !important;
	}
}

@media only screen and (min-width: 768px) {
	/*余白*/
	.content {
		padding-top: 5% !important;
		padding-bottom: 5% !important;
	}
	.content_pt {
		padding-top: 5% !important;
	}
	.content_pb {
		padding-bottom: 5% !important;
	}
	.content_mb {
		margin-bottom: 5% !important;
	}
	.mx_15_ipad {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	.mb_8_ipad {
		margin-bottom: 8rem !important;
	}
	/*下線*/
	.SPborder_bottom_dash {
		border-bottom: none !important;
	}
	/*診療時間表*/
	.schedule_table th:first-child {
		padding: 10px;
	}
	.schedule_table th, .schedule_table td {
		font-size: 1.8rem;
	}
	/*診療内容---------------------*/
	/*青枠丸の中に文字*/
	.page_medical .circle {
		padding: 40%;
	}
	.page_medical .circle p {
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 992px) {
	/*コンテンツ内容の最大横幅サイズ　右側*/
	.content_text_box {
		max-width: 480px;
	}
	/*コンテンツ内容　横幅少し狭く　*/
	.box_inner {
		width: 90%;
		margin: 0 auto;
	}
	/*青枠丸の中に文字*/
	.circle p {
		font-size: 2.5rem;
	}
	/*診療内容---------------------*/
	.page_medical .circle p {
		font-size: 2.5rem;
	}
}

@media only screen and (min-width: 1200px) {
	/*container PCのみ*/
	.container_pc {
		max-width: 1140px;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	/*コンテンツ内容の最大横幅サイズ*/
	.content_max_width {
		max-width: 1600px;
		margin: 0 auto;
	}
	/*コンテンツ内容の最大横幅サイズ　右側*/
	.content_text_box {
		max-width: 570px;
	}
	/*li（ダッシュ線あり）*/
	.circle_border_ul .list-group-item .date {
		min-width: 140px;
		display: inline-block;
	}
	.circle_border_ul .list-group-item p {
		display: inline-block;
	}
	/*青枠丸の中に文字*/
	.circle {
		padding: 45%;
	}
}

/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout a {
	display: block;
	width: 100%;
	color: #61B0E6;
	font-weight: 400;
}

.btn_layout a {
	border: 2px solid #61B0E6;
	border-radius: 20px;
	background: #fff;
}

.btn_layout a:hover {
	background: #FFF280;
}

@media only screen and (max-width: 768px) {
	.btn-sp-100 {
		width: 100% !important;
		text-align: center;
	}
}

.btn_min {
	width: auto;
	font-size: 1.5rem;
	border: 2px solid #61B0E6;
	border-radius: 20px;
	background: #fff;
}

.btn_min a {
	display: block;
	width: 100%;
	color: #61B0E6;
	font-weight: 400;
}

.btn_min:hover {
	background: #FFF280;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.btn_min {
		width: 60%;
		display: block;
		text-align: center;
		margin: 10px auto;
	}
}

@media only screen and (min-width: 1200px) {
	.btn_layout a {
		border-radius: 25px;
		font-size: 2rem;
	}
}

/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_blue {
	color: #61B0E6 !important;
}

.text_red {
	color: red;
}

/*背景色*/
.bg_sky_blue {
	background: #F5FDFF !important;
}

.bg_blue {
	background: #61B0E6 !important;
}

.bg_yellow {
	background: rgba(255, 242, 128, 0.5) !important;
}

.bg_green {
	background: #D6F8D6 !important;
}

.bg_pink {
	background: #FFD8E4 !important;
}

.bg_footer_blue {
	background: #9DD9F5 !important;
}

/* 共通見出し置き場 ---------------------------*/
/*タイトルレイアウト*/
.title_layout {
	display: inline-block;
	margin: 0 0 1.3em;
	padding: 0 15px .5rem;
	font-size: 2.3rem;
	color: #61B0E6;
	border-bottom: 10px solid #FFF280;
	font-weight: 400;
}

/*下層ページ-------------------------------------------------*/
.subvisual {
	background: url(images/subvisual/news-sp.jpg) no-repeat;
	background-size: cover;
	height: 100px;
	margin-top: 80px;
}

/*お知らせ一覧*/
.page_news .subvisual {
	background: url(images/subvisual/news-sp.jpg) no-repeat;
	background-size: cover;
}

/*院長挨拶*/
.page_greeting .subvisual {
	background: url(images/subvisual/director-greeting-sp.jpg) no-repeat;
	background-size: cover;
}

/*診療内容*/
.page_medical .subvisual {
	background: url(images/subvisual/medical-sp.jpg) no-repeat;
	background-size: cover;
}

/*施設・機材*/
.page_facilities .subvisual {
	background: url(images/subvisual/facilities-sp.jpg) no-repeat;
	background-size: cover;
}

/*アクセス*/
.page_access .subvisual {
	background: url(images/subvisual/access-sp.jpg) no-repeat;
	background-size: cover;
}

/*日帰り前立腺生検について*/
.page_about_prostate_biopsy .subvisual {
	background: url(images/subvisual/prostate-biopsy-sp.jpg) no-repeat;
	background-size: cover;
}

/*病気について*/
.page_question .subvisual {
	background: url(images/subvisual/question-sp.jpg) no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	.p-sm-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width: 768px) {
	.subvisual {
		background: url(images/subvisual/news.jpg) no-repeat;
		background-size: cover;
		height: 350px;
	}
	/*お知らせ一覧*/
	.page_news .subvisual {
		background: url(images/subvisual/news.jpg) no-repeat;
		background-size: cover;
	}
	/*院長挨拶*/
	.page_greeting .subvisual {
		background: url(images/subvisual/director-greeting.jpg) no-repeat;
		background-size: cover;
	}
	/*診療内容*/
	.page_medical .subvisual {
		background: url(images/subvisual/medical.jpg) no-repeat;
		background-size: cover;
	}
	/*施設・機材*/
	.page_facilities .subvisual {
		background: url(images/subvisual/facilities.jpg) no-repeat;
		background-size: cover;
	}
	/*アクセス*/
	.page_access .subvisual {
		background: url(images/subvisual/access.jpg) no-repeat;
		background-size: cover;
	}
	/*日帰り前立腺生検について*/
	.page_about_prostate_biopsy .subvisual {
		background: url(images/subvisual/prostate-biopsy.jpg) no-repeat;
		background-size: cover;
	}
	/*病気について*/
	.page_question .subvisual {
		background: url(images/subvisual/question.jpg) no-repeat;
		background-size: cover;
	}
}

@media only screen and (min-width: 1200px) {
	.subvisual {
		margin-top: 0;
	}
}

/* ヘッダー関連 ------------------------*/
.page_header {
	height: 80px;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	/*電話アイコン、web予約アイコン*/
	/*web予約アイコン*/
	/*gnav bootstrap関連*/
}

.page_header h1 {
	font-size: 2rem;
}

.page_header .header_tel, .page_header .header_web {
	margin-top: 10px;
	margin-right: 10px;
	width: 55px;
	height: 55px;
	background: #61B0E6;
}

.page_header .header_tel a, .page_header .header_web a {
	display: block;
	width: 100%;
	padding: 10px 14px;
}

.page_header .header_tel img, .page_header .header_web img {
	width: 32px;
	height: auto;
}

.page_header .header_web {
	background: #FFF280;
}

.page_header .header_web a {
	padding: 7px 5px;
}

.page_header .header_web img {
	width: 45px;
}

.page_header .navbar-expand-xl .navbar-nav .active {
	/*今表示しているページのリンク*/
}

.page_header .navbar-expand-xl .navbar-nav .active > a {
	background: #fff;
	color: #fff !important;
	background: #61B0E6;
}

.page_header .navbar-expand-xl .navbar-nav .reservation > a {
	color: #000 !important;
	background: #FFF280;
}

.page_header .navbar-expand-xl .navbar-nav .selfpay > a {
	color: #fff !important;
	background: #f7c160;
}

.page_header .navbar-expand-xl .navbar-nav .nav-link {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #61B0E6 !important;
	border-bottom: 1px solid #61B0E6;
	font-size: 2rem;
}

/*gnav*/
.nav_header {
	position: static;
	z-index: 1000;
	background: #F5FDFF;
	padding: 0;
	width: 100%;
	min-height: 0;
}

/*閉じるボタン　アイコン*/
.nav_button {
	position: relative;
	top: 0;
	right: 0;
	border: none;
	width: 35px;
	height: 30px;
	background: none;
	z-index: 1001;
	cursor: pointer;
}

/*閉じるボタン　アイコン3本線*/
.icon-bar {
	display: block;
	width: 35px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	right: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	background: #61B0E6;
}

/*閉じるボタン　アイコン3本線　通常時*/
.icon-bar:first-child {
	top: 0;
}

.icon-bar:nth-child(2) {
	top: 50%;
}

.icon-bar:last-child {
	bottom: 0;
}

/*閉じるボタン　アイコン3本線　クリックした時*/
.nav_button.move .icon-bar:first-child {
	transform: translateY(12px) rotate(45deg);
}

.nav_button.move .icon-bar:nth-child(2) {
	opacity: 0;
}

.nav_button.move .icon-bar:last-child {
	transform: translateY(-8px) rotate(-45deg);
	bottom: 8px;
}

/*logo*/
.logo {
	width: 150px;
}

@media only screen and (min-width: 1200px) {
	.page_header {
		height: 120px;
		position: static;
		/*gnav bootstrap4関連*/
	}
	.page_header .navbar-expand-xl .navbar-nav .active {
		/*今表示しているページのリンク*/
	}
	.page_header .navbar-expand-xl .navbar-nav .active > a {
		/*背景色消して、下線を引く*/
		background: #DFF8FF;
		color: #595656 !important;
	}
	.page_header .navbar-expand-xl .navbar-nav .nav-link {
		padding: 0 0.8rem;
		display: flex;
		align-items: center;
		height: 120px;
		border-bottom: none;
		color: #595656 !important;
	}
	.page_header .navbar-expand-xl .navbar-nav .nav-link:hover {
		background: #DFF8FF;
	}
	/*gnav*/
	.nav_header {
		padding: 0;
		background: #fff;
		position: static;
	}
	.dropdown-menu {
		border-radius: 0;
		background-color: #fff;
		border: 1px solid rgba(97, 176, 230, 0.15);
		top: 115px;
		min-width: 100%;
	}
	.dropdown-menu .dropdown-item {
		color: #61B0E6;
		text-shadow: 0 0 0.1px rgba(97, 176, 230, 0.5);
	}
	.dropdown-menu .dropdown-item:hover {
		color: #fff;
		background-color: #61B0E6;
	}
	.nav-item:hover > .dropdown-menu {
		display: block;
	}
	/*logo*/
	.logo {
		width: 250px;
	}
}

/*  フッター関連 ----------------------------*/
.page_footer {
	background: #F5FDFF;
	/*gnav bootstrap関連*/
}

.page_footer .navbar-nav .active {
	/*今表示しているページのリンク*/
}

.page_footer .navbar-nav .active > a {
	background: #cbebfa;
}

.page_footer .navbar-nav .nav-link {
	color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

/*電話ボタン*/
.footer_tel {
	background: #61B0E6;
	/*電話アイコン*/
}

.footer_tel a {
	display: block;
	width: 100%;
	color: #61B0E6;
	font-weight: 400;
}

.footer_tel a {
	position: relative;
	padding: 5px 30px 5px 35px;
	font-size: 2rem;
}

.footer_tel a::before {
	width: 25px;
	height: 30px;
	left: 35px;
	top: 10px;
}

.footer_tel a::before {
	content: "";
	display: inline-block;
	background: url(images/icon/icon-tel-white.svg) no-repeat;
	background-size: contain;
	position: absolute;
}

.copyright {
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
	.page_footer {
		/*gnav*/
		/*フッターのボタン*/
	}
	.page_footer .navbar-nav .nav-link {
		height: 80px;
		display: flex;
		align-items: center;
		padding-right: .6rem;
		padding-left: .6rem;
		border-left: 1px solid #cbebfa;
		font-size: 1.6rem;
	}
	.page_footer .navbar-nav .nav-link:last-child {
		border-right: 1px solid #cbebfa;
	}
	.page_footer .navbar-nav .nav-link:hover {
		background: #cbebfa;
	}
	.page_footer .btn_layout a {
		border-radius: 35px;
	}
	/*電話ボタン*/
	.footer_tel a {
		padding: 0 0 0 10px;
		font-size: 1.5rem;
		letter-spacing: 0em;
	}
	.footer_tel a::before {
		width: 15px;
		height: 20px;
		left: 5px;
		top: 5px;
	}
}

@media only screen and (min-width: 992px) {
	.page_footer {
		/*gnav*/
	}
	.page_footer .navbar-nav .nav-link {
		padding-right: 1.75rem;
		padding-left: 1.75rem;
		font-size: 1.8rem;
	}
	/*電話ボタン*/
	.footer_tel a::before {
		left: 25px;
	}
}

@media only screen and (min-width: 1200px) {
	.page_footer {
		/*gnav*/
	}
	.page_footer .navbar-nav .nav-link {
		padding-right: 3.45rem;
		padding-left: 3.45rem;
	}
	/*電話ボタン*/
	.footer_tel a {
		padding: 0 0 0 30px;
		font-size: 3rem;
	}
	.footer_tel a::before {
		width: 20px;
		height: 25px;
		left: 5px;
		top: 15px;
	}
}

/* お知らせ関連 ------------------------*/
/* トップページ
------------------------------------------------------------*/
.news_box {
	/*日付*/
	/*カテゴリ名*/
	/*一覧へボタン*/
}

.news_box .list-group-item {
	background: none;
	border: none;
	padding: 0;
}

.news_box .news_date {
	font-size: 1.6rem !important;
	width: 50%;
}

.news_box .news_category {
	background: #61B0E6;
	color: #fff;
	width: 50%;
	border-radius: 5px;
	font-size: 1.6rem !important;
}

.news_box a:hover {
	text-decoration: underline;
	color: #61B0E6;
}

.news_box .btn_layout a:hover {
	text-decoration: none;
}

/* 下層ページ
------------------------------------------------------------*/
/*お知らせ共通---------------------*/
.news_box div,
.news_box div span,
.news_box p span {
	/*文字体裁を整える用*/
	font-size: 1.8rem !important;
	line-height: 1.8em;
	font-feature-settings: "palt";
	margin-bottom: 0;
	color: #595656;
	letter-spacing: .1em;
}

.detailUpfile img {
	width: 100%;
}

/*お知らせ一覧---------------------*/
/*自動で出力されているところ（aタグ）にcss追記*/
.news_text_box a {
	font-size: 1.6rem;
}

.page_news .news_box {
	/*前へ後ろへボタン*/
}

.page_news .news_box .btn_layout a {
	border-radius: 30px;
	margin: 0 10px;
}

/*お知らせ詳細---------------------*/
/*カテゴリ名*/
.page_news-detail .news_box .news_category {
	min-width: 150px;
	width: auto;
	margin-left: 20px;
}

.page_news-detail .news_text_box a {
	font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
	/*トップページ
	--------------------------------------------------*/
	.news_box {
		/*カテゴリ名*/
	}
	.news_box .list-group-item {
		display: flex;
	}
	.news_box .news_category {
		width: auto;
		min-width: 94px;
	}
	/* 下層ページ
    --------------------------------------------------*/
	/*お知らせ一覧---------------------*/
	.page_news .news_box {
		/*前へ後ろへボタン*/
	}
	.page_news .news_box .btn_layout a {
		width: 20%;
	}
	/*お知らせ記事---------------------*/
	.detailUpfile img {
		width: auto;
	}
}

@media only screen and (min-width: 1200px) {
	/*共通---------------------*/
	.news_box {
		/*日付*/
	}
	.news_box .news_date {
		width: auto;
	}
}

/* メイン設定 ---------------------------*/
/* トップページ
------------------------------------------------------------*/
/*メイン画像---------------------*/
.main_visual {
	position: relative;
	overflow: hidden;
	margin-top: 80px;
}

.main_visual img {
	height: 180px;
}

.main_visual .main_visual_inner {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	/*電話ボタン*/
	/*予約ボタン*/
}

.main_visual .main_visual_inner .main_visual_tel {
	/*電話アイコン*/
}

.main_visual .main_visual_inner .main_visual_tel a {
	position: relative;
	padding: 5px 30px 5px 50px;
}

.main_visual .main_visual_inner .main_visual_tel a::before {
	width: 20px;
	height: 25px;
	left: 25px;
	top: 10px;
}

.main_visual .main_visual_inner .main_visual_tel a:hover {
	background: #fff;
}

.main_visual .main_visual_inner .main_visual_tel a::before {
	content: "";
	display: inline-block;
	background: url(images/icon/icon-tel-blue.svg) no-repeat;
	background-size: contain;
	position: absolute;
}

.main_visual .main_visual_inner .main_visual_reservation {
	margin-left: 10px;
}

.main_visual .main_visual_inner .main_visual_reservation a {
	position: relative;
	padding: 5px 30px;
	border-color: #FFF280;
}

/* 下層ページ
------------------------------------------------------------*/
/*診療内容---------------------*/
/*初診の方へ*/
.first_medical {
	background: url(images/first-medical-sp.jpg) no-repeat;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.first_medical .bg_white_opacity {
	background: rgba(255, 255, 255, 0.8);
	padding-top: 50px;
	padding-bottom: 50px;
}

/*カレンダー*/
.calendar {
	border: 2px solid #595656;
}

.calendar th:first-child {
	border-bottom: none;
}

.calendar td {
	padding: 10px;
	border-right: 1px solid #595656;
	border-bottom: 1px solid #595656;
}

.calendar td:first-child {
	background: #fff;
}

.calendar .sat {
	background: #CBE5FF !important;
}

.calendar .sun {
	background: #FFD8E4 !important;
}

.calendar .half {
	background: #D6F8D6 !important;
}

/*施設・機材---------------------*/
.facilities_box .caption_box {
	margin-bottom: 8rem;
}

.facilities_box .caption_box:last-child {
	margin-bottom: 0;
}

.facilities_box .caption_box .thumbs {
	width: 100%;
	position: relative;
}

.facilities_box .caption_box .thumbs::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.facilities_box .caption_box .thumbs img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.facilities_box .caption_box .cover {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	background: rgba(37, 37, 37, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: .33s;
}

.facilities_box .caption_box a {
	position: relative;
	overflow: hidden;
	display: block;
}

.facilities_box .caption_box a:hover .cover {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/*病気について---------------------*/
/*アコーディオン　タイトル*/
.accordion_title {
	font-size: 2.3rem;
	color: #61B0E6;
	border-top: 1px dashed #61B0E6;
	position: relative;
	padding: 20px 40px 20px 60px;
	font-weight: 300;
	cursor: pointer;
}

.accordion_title::before {
	content: "Q";
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding-left: 13px;
	display: inline-block;
	position: absolute;
	background: #61B0E6;
	border-radius: 50%;
	color: #fff;
	left: 0;
	top: 15px;
	font-weight: bold;
}

.accordion_title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	display: block;
	width: 45px;
	height: 45px;
	background: url(images/icon/icon-arrow-bottom.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.accordion_title.open::after {
	background: url(images/icon/icon-arrow-top.svg) no-repeat;
	background-size: contain;
}

/*アコーディオン　中身*/
.accordion_content {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	display: none;
}

/*黄色いタイトル*/
/*水色のタイトル*/
.title_yellow, .title_sky_middle_blue {
	background: #FFF280;
	padding: 5px;
	font-size: 1.8rem;
	font-weight: 300;
}

/*水色のタイトル*/
.title_sky_middle_blue {
	background: #DFF8FF;
}

.selfpay_title {
	font-size: 2.3rem;
	color: #61B0E6;
	border-top: 1px dashed #61B0E6;
	position: relative;
	padding: 20px 40px 20px 60px;
	font-weight: 300;
	cursor: pointer;
}

.selfpay_title::before {
	content: "";
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding-left: 13px;
	display: inline-block;
	position: absolute;
	background: #61B0E6;
	border-radius: 50%;
	color: #fff;
	left: 0;
	top: 15px;
	font-weight: bold;
}

.selfpay_title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	display: block;
	width: 45px;
	height: 45px;
	background: url(images/icon/icon-arrow-bottom.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.selfpay_title.open::after {
	background: url(images/icon/icon-arrow-top.svg) no-repeat;
	background-size: contain;
}

.selfpay_title .min {
	font-size: 2rem;
}

/*アコーディオン　中身*/
.selfpay_content {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	display: none;
}

/*アクセス---------------------*/
/*表のレイアウト*/
.dl_table dt {
	background: #61B0E6;
	color: #fff;
	border: 1px solid #595656;
	border-bottom: 1px solid #F5FDFF;
	padding: .8em;
	text-align: center;
}

.dl_table dd {
	border: 1px solid #595656;
	border-top: none;
	border-bottom: #61B0E6;
	padding: .8em;
	color: #595656;
	background: #fff;
	text-align: center;
}

.dl_table dd a {
	color: #595656;
}

.dl_table dd:last-child {
	border-bottom: 1px solid #595656;
}

/*アイコンがついたレイアウト*/
.dl_access dt {
	padding-left: 70px;
	position: relative;
	font-size: 2.3rem;
}

.dl_access dt.parking::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(images/icon/icon-parking.svg) no-repeat;
	background-size: contain;
	left: 0;
}

.dl_access dt.subway::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 55px;
	height: 70px;
	background: url(images/icon/icon-subway.svg) no-repeat;
	background-size: contain;
	left: 0;
}

.dl_access dt.train::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 55px;
	height: 90px;
	background: url(images/icon/icon-train.svg) no-repeat;
	background-size: contain;
	left: 0;
}

.dl_access dt.bus::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 55px;
	height: 75px;
	background: url(images/icon/icon-bus.svg) no-repeat;
	background-size: contain;
	left: 0;
}

.dl_access dt.car::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 60px;
	height: 50px;
	background: url(images/icon/icon-car.svg) no-repeat;
	background-size: contain;
	left: 0;
}

.dl_access dd {
	padding-left: 70px;
}

.schedule_notes li {
	padding-left: 1.8rem;
	text-indent: -1.8rem;
	list-style: none;
}

.schedule_notes li:before {
	content: "※";
}

/*日帰り前立腺生検について---------------------*/
/*日帰り前立腺経験の流れ　他*/
.circle_number {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}

.circle_number li {
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.circle_number li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #595656;
	color: #595656;
	display: inline-block;
	line-height: 22px;
	padding-left: 2px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
}

@media only screen and (min-width: 768px) {
	/*トップページ
	--------------------------------------------------*/
	/*メイン画像---------------------*/
	.main_visual img {
		height: auto;
	}
	.main_visual .main_visual_inner {
		/*電話ボタン*/
		/*予約ボタン*/
	}
	.main_visual .main_visual_inner .main_visual_tel a {
		font-size: 2rem;
		border-radius: 30px;
	}
	.main_visual .main_visual_inner .main_visual_tel a::before {
		width: 30px;
		height: 35px;
		left: 15px;
		top: 7px;
	}
	.main_visual .main_visual_inner .main_visual_reservation a {
		font-size: 2rem;
		border-radius: 30px;
	}
	/* 下層ページ
    --------------------------------------------------*/
	/*診療内容---------------------*/
	/*初診の方へ*/
	.first_medical {
		background: url(images/first-medical.jpg) no-repeat;
		background-size: cover;
	}
	/*施設・機材---------------------*/
	.facilities_box .caption_box:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.facilities_box .caption_box .thumbs {
		max-width: 350px;
	}
	/*アクセス---------------------*/
	/*表のレイアウト*/
	.dl_table dt {
		border-right: none;
		border-bottom: none;
		border-top: 1px solid #F5FDFF;
	}
	.dl_table dt:first-of-type {
		border-top: 1px solid #595656;
	}
	.dl_table dt:last-of-type {
		border-bottom: 1px solid #595656;
	}
	.dl_table dd {
		border-top: 1px solid #595656;
	}
	/*アイコンがついたレイアウト*/
	.dl_access dt {
		padding-left: 90px;
	}
	.dl_access dd {
		padding-left: 90px;
	}
}

@media only screen and (max-width: 1200px) {
	.accordion_sp {
		margin-top: -80px;
		padding-top: 80px;
	}
	.selfpay_sp {
		margin-top: -80px;
		padding-top: 80px;
	}
}

@media only screen and (min-width: 992px) {
	/*病気について---------------------*/
	/*アコーディオン　タイトル*/
	.accordion_title {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 90px;
	}
	.accordion_title::before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding-left: 17px;
		font-size: 3.5rem;
	}
	.accordion_title::after {
		width: 60px;
		height: 60px;
	}
	.selfpay_title {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 90px;
	}
	.selfpay_title::before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding-left: 17px;
		font-size: 3.5rem;
	}
	.selfpay_title::after {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	/*トップページ---------------------*/
	.main_visual {
		margin-top: 0;
	}
	.main_visual .main_visual_inner {
		/*電話ボタン*/
		/*予約ボタン*/
	}
	.main_visual .main_visual_inner .main_visual_tel a {
		font-size: 2.9rem;
		padding-left: 70px;
		/*電話アイコン*/
	}
	.main_visual .main_visual_inner .main_visual_tel a::before {
		width: 40px;
		height: 45px;
		top: 10px;
		left: 23px;
	}
	.main_visual .main_visual_inner .main_visual_reservation a {
		font-size: 2.9rem;
	}
	/*診療内容---------------------*/
	/*初診の方へ*/
	.first_medical {
		height: 380px;
	}
}
