@charset "UTF-8";
body {
	font-family: "Shin Go Regular","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.3rem;
}

h5 {
	font-size: 1.2rem;
}

a:hover {
	text-decoration: none;
	color: #464646;
	text-shadow: 0 0 0.1px rgba(70, 70, 70, 0.5);
}

p, ol, dd, li, dt, a, address, figcaption {
	font-size: 0.875rem;
	line-height: 1.8em;
	font-feature-settings: "palt";
	letter-spacing: 0.6px;
	margin-bottom: 0;
	color: #464646;
	text-shadow: 0 0 0.1px rgba(70, 70, 70, 0.5);
	letter-spacing: .1em;
	line-height: 2em;
}

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

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

/*汎用クラス---------------------*/
/*色*/
/*btn*/
/*ヘッダー---------------------*/
/*gnav　icon*/
/*トップページ---------------------*/
/*コンテンツ画像*/
/*下層ページ---------------------*/
/*汎用クラス---------------------*/
/*余白*/
.content {
	padding-top: 25% !important;
	padding-bottom: 25% !important;
}

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

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

/*色*/
.text_green {
	color: #23B3B9;
	text-shadow: 0 0 0.1px rgba(35, 179, 185, 0.5);
}

.text_yellow {
	color: #ce9307;
	text-shadow: 0 0 0.1px rgba(206, 147, 7, 0.5);
}

.text_red {
	color: #cf3707;
	text-shadow: 0 0 0.1px rgba(207, 55, 7, 0.5);
}
.text_orange {
	color: #ffa500;
	text-shadow: 0 0 0.1px rgba(255, 165, 0, 0.5);
}

.bg_green {
	background: #23B3B9;
}

/*画像サイズ調整（IE用）*/
.object-fit-img {
	font-family: 'object-fit: cover; object-position: top;';
}

/*タイトルレイアウト*/
.title_layout {
	border-bottom: 3px solid #23B3B9;
	margin: 0 0 1em;
	padding-bottom: .5rem;
}

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

/*電話*/
.tel {
	border: 2px solid #23B3B9;
	background: #fff;
	transition: all 0.4s;
}

.tel a {
	color: #23B3B9;
	text-shadow: 0 0 0.1px rgba(35, 179, 185, 0.5);
	font-size: 1.3rem;
	display: block;
	width: 100%;
}

.tel span {
	font-size: 2rem;
	position: relative;
	padding-left: 35px;
}

.tel span::before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/tel-icon.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: 7px;
}

/*ヘッダー---------------------*/
.page_header {
	position: fixed;
	z-index: 20;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
}

.page_header .navbar-nav .nav-item:last-child {
	margin-bottom: 100px;
}

.logo {
	width: 60%;
}

.system_link {
	color: #23B3B9;
	text-shadow: 0 0 0.1px rgba(35, 179, 185, 0.5);
}

.system_link:hover {
	color: #399fa3;
}

.btn_layout {
	border: 2px solid #23B3B9;
	background: #fff;
	transition: all 0.4s;
}

.btn_layout a {
	color: #23B3B9;
	text-shadow: 0 0 0.1px rgba(35, 179, 185, 0.5);
	font-size: 1.3rem;
	display: block;
	width: 100%;
}

.btn_layout:hover {
	background: #23B3B9;
}

.btn_layout a {
	font-size: 1.2rem;
	min-height: 50px;
}

.btn_layout a:hover {
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
}

.nav_header {
	position: absolute;
	top: 0;
	z-index: 1000;
	background: rgba(239, 239, 239, 0.9);
	padding: 0;
	width: 80%;
}

/*閉じるボタン*/
.nav_button {
	position: relative;
	left: 18px;
	top: 30px;
	border: none;
	width: 1.5rem;
	background: none;
	z-index: 1001;
}

.icon-bar {
	display: block;
	width: 2em;
	height: 0.2em;
	border-radius: 1px;
	position: absolute;
	right: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	background: #23B3B9;
}

.icon-bar:first-child {
	top: 13px;
}

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

.icon-bar:last-child {
	bottom: 12px;
}

.nav_button.move .icon-bar:first-child {
	transform: translateY(12px) rotate(45deg);
	top: -11px;
}

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

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

.close_text {
	position: absolute;
	z-index: 1003;
	top: 22px;
	right: -80px;
	font-size: 1.3rem;
	color: #23B3B9;
}

/*gnav bootstrap*/
/*定義*/
.navbar-expand-xl .navbar-nav .active > a {
	background: #23B3B9;
	color: #fff !important;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
}

.navbar-expand-xl .navbar-nav .active > a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/gnav-icon-hoverSP.svg);
	position: absolute;
	top: 40%;
	left: 30px;
	background-size: contain;
}

.navbar-expand-xl .navbar-nav > li > ul > li.active a::before {
	content: none;
}

.navbar-expand-xl .navbar-nav .nav-item {
	border-top: 1px solid #fff;
}

.navbar-expand-xl .navbar-nav .nav-item .system, .navbar-expand-xl .navbar-nav .nav-item .system_about {
	color: #fff;
	background: #4D4D4D;
}

.navbar-expand-xl .navbar-nav .nav-item .system::before, .navbar-expand-xl .navbar-nav .nav-item .system_about::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/gnav-icon-hover.svg);
	position: absolute;
	top: 40%;
	left: 30px;
	background-size: contain;
	width: 30px;
	height: 30px;
	top: 23%;
	left: 20px;
}

.navbar-expand-xl .navbar-nav .nav-item .system_about {
	background: #b3b3b3;
}

.navbar-expand-xl .navbar-nav .nav-item .before_none::before {
	content: none;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 4rem;
	font-size: 1rem;
	position: relative;
	color: #4D4D4D;
}

.navbar-expand-xl .navbar-nav .nav-link::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/gnav-icon.svg);
	position: absolute;
	top: 40%;
	left: 30px;
	background-size: contain;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	border: none;
}

.dropdown-item {
	font-size: .8rem;
}

/*main---------------------*/
.page_main {
	background: #EFEFEF;
}

/*フッター---------------------*/
.page_footer {
	background: #EFEFEF;
}

.page_footer .navbar-expand-xl .navbar-nav .active > a {
	background: none;
	color: #4D4D4D !important;
	text-shadow: 0 0 0.1px rgba(70, 70, 70, 0.5);
}

.page_footer .navbar-expand-xl .navbar-nav .active > a::before {
	content: none;
}

.page_footer .footer_icon {
	width: 60px;
	height: 60px;
}

.page_footer .copyright {
	background: #4D4D4D;
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
}

/* トップページ
------------------------------------------------------------*/
/*メイン画像---------------------*/
.mainVisual {
	position: relative;
	overflow: hidden;
}

.mainVisual > div {
	position: relative;
}

.mainVisual p {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
	letter-spacing: .1em;
	line-height: 2em;
	font-size: 1.1rem;
}

.mainVisual p .start {
	border: 2px solid #23B3B9;
	background: #fff;
	font-size: 1.2rem;
	height: 50px;
	color: #23B3B9;
	text-shadow: 0 0 0.1px rgba(35, 179, 185, 0.5);
	padding: .5rem;
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainVisual .scroll {
	padding-top: 45px;
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
	left: 0;
	right: 0;
	font-size: 1rem;
	font-family: "Shin Go Bold";
	width: 30%;
	margin: 0 auto;
}

.mainVisual .scroll span {
	position: absolute;
	top: 15px;
	left: 38%;
	width: 24px;
	height: 24px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

/*お知らせ---------------------*/
.section_news {
	background: rgba(35, 179, 185, 0.8);
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
}

.section_news .list-group-item {
	background: none;
	border: none;
	padding: .5rem 0;
}

.section_news .news_category {
	min-width: 90px;
}

.section_news .news-date {
	padding-right: 2em;
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
}

.section_news a {
	color: #fff;
}

.news_width {
	padding-top: 3%;
	padding-bottom: 3%;
}

.news_height {
	height: 130px;
	overflow: auto;
}

/*3つのコンテンツ---------------------*/
.content_item .content_box {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.content_item .content_box .staff_img {
	background-image: url(../images/menu-hospitaldirector.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
}

.content_item .content_box .staff_img .reduction {
	background: rgba(35, 179, 185, 0.5);
	width: 100%;
	height: 100%;
}

.content_item .content_box .introduction_img {
	background-image: url(../images/menu-introduction.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
}

.content_item .content_box .introduction_img .reduction {
	background: rgba(77, 77, 77, 0.5);
	width: 100%;
	height: 100%;
}

.content_item .content_box .guide_img {
	background-image: url(../images/menu-guide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
}

.content_item .content_box .guide_img .reduction {
	background: rgba(77, 77, 77, 0.5);
	width: 100%;
	height: 100%;
}

.content_item .content_box .access_img {
	background-image: url(../images/menu-access.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
}

.content_item .content_box .access_img .reduction {
	background: rgba(35, 179, 185, 0.5);
	width: 100%;
	height: 100%;
}

.content_item .content_box .reduction_link {
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
	font-size: 1rem;
	position: absolute;
	z-index: 10;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

/* 下層ページ
------------------------------------------------------------*/
/*共通部分---------------------*/
/*メイン画像*/
.subvisual {
	background: url(../images/submain-sp.jpg) no-repeat;
	background-size: cover;
	height: 270px;
	position: relative;
}

.subvisual h1 {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
	font-size: 2rem;
	padding: 0 5px;
}

/*コンテンツの横に来る画像*/
.director_bg {
	background-image: url(../images/hospital-director.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
	min-height: 370px;
	background-position: top;
}

/*表のレイアウト*/
.dl_table dt {
	background: #23B3B9;
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #fff;
	padding: .8em;
	text-align: center;
}

.dl_table dt:last-of-type {
	border-bottom: none;
}

.dl_table dd {
	border: 1px solid #23B3B9;
	border-bottom: none;
	background: #fff;
	padding: .8em;
}

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

/*見出しがない表のレイアウト*/
.ul_table li {
	border: 1px solid #23B3B9;
	border-bottom: none;
	background: #fff;
	padding: .8em;
}

.ul_table li:last-child {
	border-bottom: 1px solid #23B3B9;
}

/*院長紹介---------------------*/
.page_greeting .subvisual {
	background: url(../images/submain-sp.jpg) no-repeat;
	background-size: cover;
	height: 270px;
	position: relative;
}

.figure .figure-img {
	margin-left: auto;
	margin-right: auto;
}

.block-staff {
	padding-top: 10px;
}

.block-staff .figure-img {
	width: 210px;
	height: 210px;
	object-fit: cover;
	margin: 0 auto .5rem;
}

/*診療案内---------------------*/
.schedule_table th {
	background: #23B3B9;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #23B3B9;
	border-right: 1px solid #fff;
}

.schedule_table th:last-child {
	border-right: 1px solid #23B3B9;
}

.schedule_table td {
	text-align: center;
	border: 1px solid #23B3B9;
	padding: 10px 0;
	color: #23B3B9;
	width: 100px;
}

.schedule_table td:first-child {
	width: 30%;
}

.schedule_table td:first-of-type {
	color: #23B3B9;
	background: #ccf4f5;
	font-size: 1rem;
}

/*各写真*/
.internal_medicine_bg {
	background-image: url(../images/internal-medicine.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
	min-height: 370px;
}

.surgery_bg {
	background-image: url(../images/surgery.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
	min-height: 370px;
}

.inspection_bg {
	background-image: url(../images/inspection.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
	min-height: 370px;
}

.inspection2_bg {
	background-image: url(../images/inspection2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
	min-height: 370px;
}

/*listの●*/
.circle_ul li {
	position: relative;
	margin-left: 15px;
}

.circle_ul li::before {
	content: "●";
	width: 10px;
	height: 10px;
	position: absolute;
	display: inline-block;
	margin-left: -17px;
}

/*手術について---------------------*/
.operation_bg {
	background-image: url(../images/operation-rooom.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
	min-height: 370px;
}

/*施設・設備紹介---------------------*/
.guide_box figure {
	margin-bottom: 2rem;
}

.guide_box .figure-img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: top;
}

/*アクセス---------------------*/
.access_bg {
	background-image: url(../images/access-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
	min-height: 314px;
	background-position: bottom;
}

/*お知らせ記事---------------------*/
.page_news-detail div {
	/*文字体裁を整える用*/
	font-size: 0.875rem;
	line-height: 1.8em;
	font-feature-settings: "palt";
	letter-spacing: 0.6px;
	margin-bottom: 0;
	color: #464646;
	text-shadow: 0 0 0.1px rgba(70, 70, 70, 0.5);
	letter-spacing: .1em;
	line-height: 2em;
}

.detailUpfile img {
	width: 100%;
}

.detailUpfile a {
	border: 2px solid #23B3B9;
	background: #fff;
	transition: all 0.4s;
	font-size: 1.2rem;
	height: 50px;
	color: #23B3B9;
	text-shadow: 0 0 0.1px rgba(35, 179, 185, 0.5);
	padding: 1rem;
}

.detailUpfile a:hover {
	color: #fff;
	text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
	background: #23B3B9;
}

.newMark {
	color: #e6000a;
	text-shadow: 0 0 0.1px rgba(230, 0, 10, 0.5);
}

/* ------------------------------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
/* 幅576px以上　telのリンク非表示
------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/* iPadサイズ以上（768px）
------------------------------------------------------------*/
@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;
	}
	/* 共通部分
    ------------------------------------------------------------*/
	/*ヘッダー---------------------*/
	.page_header {
		position: absolute;
	}
	.page_header .tel {
		border: none;
		background: none;
	}
	.page_header .tel span::before {
		left: 0;
	}
	.page_header .navbar-nav .nav-item:last-child {
		margin-bottom: 0;
	}
	.nav_header {
		position: static;
		width: 100%;
	}
	/*gnav bootstrap4*/
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.dropdown-toggle::after {
		display: inline-block;
	}
	/*閉じるボタン*/
	.close_text {
		top: 25px;
		right: 85px;
	}
	/*フッター---------------------*/
	.page_footer .tel {
		border: none;
		background: none;
	}
	.page_footer .tel span::before {
		top: 8px;
	}
	.page_footer .tel a {
		min-height: auto;
	}
	/*トップページ
	--------------------------------------------------*/
	/*メイン画像---------------------*/
	.mainVisual p {
		font-size: 2rem;
	}
	.mainVisual p .start {
		width: 30%;
	}
	#toppage {
		/*お知らせ*/
	}
	#toppage .page_main {
		position: relative;
	}
	#toppage .section_news {
		position: absolute;
		top: -120px;
		right: 0;
	}
	.section_message {
		padding-top: 180px;
	}
	.section_message .text_orange {
		padding:15px; margin:auto; text-align:center; font-size:1.5em;
	}

	/*お知らせ*/
	.news_width {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.news_height .list-group-item {
		display: flex;
		padding-left: 0;
	}
	.news_height .list-group-item a {
		width: 50%;
	}
	/*足跡画像*/
	.foot {
		bottom: -25px;
		left: 10px;
		width: 100px;
		height: 100px;
	}
	/*3つのコンテンツ---------------------*/
	.content_item .content_box .staff_img,
	.content_item .content_box .introduction_img,
	.content_item .content_box .guide_img,
	.content_item .content_box .access_img {
		min-height: 300px;
	}
	.content_item .content_box .staff_img .reduction,
	.content_item .content_box .introduction_img .reduction,
	.content_item .content_box .guide_img .reduction,
	.content_item .content_box .access_img .reduction {
		transition: .5s;
	}
	.content_item .content_box .reduction_link {
		font-size: 2rem;
	}
	/* 下層ページ
    --------------------------------------------------*/
	/*共通部分------------------------------------*/
	.subvisual {
		background: url(../images/submain.jpg) no-repeat center bottom;
		height: 630px;
	}
	/*院長紹介---------------------*/
	.page_greeting .subvisual {
		background: url(../images/submain.jpg) no-repeat center bottom;
		height: 630px;
	}
	.staff_title {
		margin-bottom: 100px;
	}
	.staff_box {
		top: -60px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.block-staff {
		padding-top: 0;
	}
	/*施設・設備紹介---------------------*/
	.guide_box .figure-img {
		height: 200px;
	}
	/*お知らせ記事----------------------*/
	.detailUpfile img {
		width:100%;
	}
}

/* ------------------------------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
/* PC 普通サイズ css （992pxまで）
    ------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	/* 共通レイアウト
    ------------------------------------------------------------*/
	/* 共通部分
    ------------------------------------------------------------*/
	/*ヘッダー---------------------*/
	/*閉じるボタン*/
	.close_text {
		right: 150px;
	}
	/*フッター---------------------*/
	/*トップページ
	------------------------------------------------------------*/
	/*お知らせ*/
	.news_width {
		width: 800px;
	}
	/*下層ページ
	------------------------------------------------------------*/
	/*共通部分*/
	/*施設・設備紹介---------------------*/
	.guide_box .figure-img {
		height: 300px;
	}
}

/* ------------------------------------------------------------ */
/* ▼ipad pro以上のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1024px) {
	.slick-slide img {
		height: auto;
	}
}

/* ------------------------------------------------------------ */
/* ▼大きな横幅サイズPC用のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1025px) {
	/*ヘッダー---------------------*/
	.page_header .tel span::before {
		top: 13px;
	}
	/*gnav bootstrap4*/
	.nav_header {
		padding: 0;
		background: none;
	}
	.navbar-expand-xl .navbar-nav .active a::before {
		content: none;
	}
	.navbar-expand-xl .navbar-nav .nav-item {
		border: none;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		font-size: .9rem;
	}
	.navbar-expand-xl .navbar-nav .nav-link::before {
		content: none;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		border-radius: 0;
		background-color: #fff;
		border: 1px solid rgba(35, 179, 185, 0.15);
		top: 35px;
		min-width: 100%;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
		color: #23B3B9;
		text-shadow: 0 0 0.1px rgba(35, 179, 185, 0.5);
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:hover {
		color: #fff;
		background-color: #23B3B9;
	}
	.navbar-expand-xl .navbar-nav li {
		position: relative;
	}
	.navbar-expand-xl .navbar-nav li::before {
		content: "";
		background: url(../images/gnav-icon.svg) no-repeat;
		background-position: center;
		width: 15px;
		height: 15px;
		position: absolute;
		transform: translate(-50%, -50%);
		top: -35%;
		left: 50%;
	}
	.navbar-expand-xl .navbar-nav li:hover::before {
		content: "";
		background: url(../images/gnav-icon-hover.svg) no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		position: absolute;
		transform: translate(-50%, -50%);
		top: -27%;
		left: 50%;
	}
	.navbar-expand-xl .navbar-nav li li::before {
		content: none;
	}
	.navbar-expand-xl .navbar-nav li li:hover::before {
		content: none;
	}
	.navbar-expand-xl .navbar-nav li .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.nav-item:hover > .dropdown-menu {
		display: block;
	}
	/*トップページ---------------------*/
	/*メイン画像---------------------*/
	.mainVisual p {
		top: 60%;
	}
	/*お知らせ*/
	.news_width {
		width: 900px;
	}
	.news_height .list-group-item a {
		width: 70%;
	}
	/*3つのコンテンツ---------------------*/
	.content_item .content_box .staff_img,
	.content_item .content_box .introduction_img,
	.content_item .content_box .guide_img,
	.content_item .content_box .access_img {
		min-height: 500px;
	}
	/*下層ページ
	------------------------------------------------------------*/
	/*共通部分------------------------------------*/
	.subvisual h1 {
		top: 60%;
	}
}
