@charset "UTF-8";
#global-content {
	overflow-x: hidden;
	margin-bottom: 0;
}
.device-view-pc #global-content section {
  margin-bottom: 60px;
}

/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
	#global-content .module-commonLayout .module-lead01 {
		margin-bottom: 50px;
	}
}

/*ヘッダー*/
.device-js-on #global-header {
	background-image: url("../../images/campus/mv-campus.jpg");
    background-position: 50% 60%;
}
.device-js-on #global-header.atph-header {
	background-image: url("../../images/campus/atph/mv-atph.jpg");
    background-position: 50% 60%;
}

#global-content ol.garden-list {
	list-style: decimal !important;
	padding-left: 1.5em;
}
#global-content ol.garden-list li {
	margin-bottom: 1.8em;
}
#global-content ul.garden-ul {
	list-style: disc !important;
	padding-left: 2.5em;
	font-size: 15px;
	line-height: 1.8;
}
#global-content ul.garden-ul + h6 {
	margin-top: 1.6em;
}
#global-content .garden-dl {
	display: flex;
	font-size: 15px;
	line-height: 1.8;
}
#global-content .garden-dl dt {
	font-weight: 500;
	width: 82px;
}
#global-content .garden-dl dd {
	width: calc(100% - 82px);
}
#global-wrapper .module-commonLayout .module-lead02 .garden-dl dd p + p {
	padding-top: 8px;
}
@media all and (min-width: 751px), print {
	#global-content  ol.garden-list {
		font-size: 15px;
		line-height: 1.8;
	}
	#global-content #sec-about .infoWrapper {
		display: flex;
		align-items: center;
    width: 100%;
    min-height: 164px;
    background-color: #EFEFEF;
    margin-top: 25px;
		margin-bottom: 60px;
		padding: 0;
	}
	#global-content #sec-about .infoWrapper .pic {
		width: 218px;
		height: 100%;
    text-align: center;
		margin-bottom: 0 !important;
	}
	#global-content #sec-about .infoWrapper .pic img {
    width: 218px;
    height: 164px;
	}
	#global-content #sec-about .infoWrapper .box {
		width: calc(100% - 218px);
    height: auto;
		padding: 0 15px 0 23px;
	}

}
@media screen and (max-width: 750px) {
	.device-js-on #global-content .garden-dl {
		flex-direction: column;
		font-size: 100%;
		margin-bottom: 2%;
	}
	.device-js-on #global-content .garden-dl dt,
	.device-js-on #global-content .garden-dl dd {
		width: 100%;
	}
	.device-js-on #global-content ul.garden-ul,
	.device-js-on #global-content .garden-list {
		font-size: 100%;
	}
	.device-js-on #global-content ol.garden-list li {
		line-height: 1.76923;
	}
	.device-js-on #global-content #sec-about .infoWrapper {
		display: flex;
		flex-direction: column;
    width: 100%;
    background-color: #EFEFEF;
    margin-top: 5%;
		margin-bottom: 10%;
		padding: 2em 1.5em 1.5em 1.5em;
	}
	.device-js-on #global-content #sec-about .infoWrapper .box {
		padding: 20px 0 0;
	}
}

@media all and (min-width: 751px), print {
	#global-content #sec-gallery .row {
		margin: 0 -5px;
	}
	#global-content #sec-gallery .row > figure{
		padding: 0 5px;
	}
	#global-content #sec-gallery figcaption {
		font-size: 13px;
		text-align: center;
		margin-top: 5px;
	}
	#global-content #sec-gallery .row > figure.col-md-2 img {
		max-width: 133px !important;
	}
}
@media screen and (max-width: 750px) {
	#global-content #sec-gallery figcaption {
		font-size: 90%;
		margin-top: 5px;
	}
}

/* 附属薬局 */
#global-content .atph-row + .atph-row {
	margin-top: 5em;
}
#global-content #sec-about .module-lead02 p + .atph-row {
	margin-top: 2em;
}
#global-content .atph-row p + .pic {
	margin-top: 1.5em;
}
#global-content .atph-row .pic {
	margin-bottom: 0;
}
#global-content .atph-row .pic + .pic {
	margin-top: 0.7em;
}
#global-content .atph-row .pic figcaption {
	font-size: 1.125em;
	margin-top: 0.7em;
}
#global-content .atph-row .module-title05,
#global-content section .atph-row + .bg-gray .module-title05 {
	margin-top: 0;
}
#global-content .atph-row .module-title05 + .module-title06,
#global-content .atph-row + .bg-gray  .module-title05 + .module-title06 {
	margin-top: -10px;
}
#global-content .atph-row .textwrap {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 1.5em 0 1.25em;
	margin: 2.8em 0 0;
}
#global-content section .bg-gray.opening-hour {
	background: #EFEFEF;
	padding: 35px 45px 30px;
	margin-top: 4.8em;
}
#global-content section .bg-gray.opening-hour .module-title06 {
	font-size: 1.5em;
	padding-bottom: 8px;
	border-bottom: 1px solid #707070;
	margin-bottom: 0.7em;
}
#global-content section .bg-gray.opening-hour .row .col-md-6 p,
#global-content section .bg-gray.opening-hour .row .col-md-9 p {
	padding-left: 30px;
}
#global-content section .bg-gray.opening-hour .row .col-md-9 ul {
	padding-left: 48px;
}
#global-content section .bg-gray.opening-hour .row .col-md-9 {
	flex-basis: 80%;
  max-width: 80%;
	padding-right: 0;
}
#global-content section .bg-gray.opening-hour .row .col-md-3 {
	flex-basis: 20%;
  max-width: 20%;
}
#global-content section .bg-gray.opening-hour .row .col-md-9 p {
	margin-top: 0.3em;
}
#global-content section .bg-gray.opening-hour .text-right {
	text-align: right;
}
#global-content section .bg-gray.opening-hour .text-right img {
	display: inline-block;
}
#global-content section .bg-gray.opening-hour .basic-ul {
	padding-top: 0;
}
#global-content section .bg-gray.opening-hour * +  .module-title05 {
	margin-top: 2em;
}
#global-wrapper .bg-gray.opening-hour .module-listLayout-pha02 .listPdf {
	vertical-align: -0.3em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
	.device-js-on #global-content .atph-row + .atph-row {
		margin-top: 3em;
	}
	.device-js-on #global-content section .bg-gray {
		background: #EFEFEF;
		padding: 30px 20px 30px 25px;
	}
	.device-js-on #global-content .atph-row .pic figcaption {
		font-size: 100%;
	}
	.device-js-on #global-content section .bg-gray.opening-hour {
		padding: 2em 1.5em;
	}
	.device-js-on #global-content section .bg-gray.opening-hour .module-title06 {
		font-size: 1.25em;
		padding-bottom: 0.5em;
	}
	.device-js-on #global-content section .bg-gray.opening-hour .row .col-md-6 + .col-md-6 {
		padding-top: 0;
	}
	.device-js-on #global-content section .bg-gray.opening-hour .row .col-md-6 p, 
	.device-js-on #global-content section .bg-gray.opening-hour .row .col-md-9 p {
    padding-left: 0;
	}
	.device-js-on #global-content section .bg-gray.opening-hour .row .col-md-9 {
		flex-basis: 100%;
		max-width: 100%;
		padding-right: 4vw;
	}
	.device-js-on #global-content section .bg-gray.opening-hour .row .col-md-3 {
		flex-basis: 100%;
		max-width: 100%;
	}
	.device-js-on #global-content section .bg-gray.opening-hour .row .col-md-3.text-right {
		text-align: center !important;
	}
	.device-js-on #global-content section .bg-gray.opening-hour .row .col-md-9 p {
		padding-top: 0.75em;
	}
	.device-js-on #global-content section .atph-row .order-1 {
		order: 1;
	}
	.device-js-on #global-content section .atph-row .order-2 {
		order: 2;
	}
	.device-js-on #global-content .atph-row .textwrap {
		margin-bottom: 2em;
	}
	.device-js-on #global-wrapper .module-commonLayout .atph-row .module-title05 {
		margin-top: 0;
	}
	.device-js-on #global-content .atph-row .pic img {
		max-width: 400px;
		margin: 0 auto;
	}
	.device-js-on #global-content .atph-row .pic {
    margin-bottom: 1em;
	}
	.device-js-on #global-wrapper .atph-row .module-listLayout01 .listItems {
		margin-bottom: 1em;
	}
}

/* 健康トピックス #sec-topics */
#global-content #sec-topics {
	position: relative;
	background: #F1F7EC;
	padding-top: 70px;
	padding-bottom: 60px;
}
#global-content #sec-topics::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 50vw;
	top: 0;
	bottom: 0;
	left: -50vw;
	background: #F1F7EC;
	z-index: 0;
}
#global-content #sec-topics::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 50vw;
	top: 0;
	bottom: 0;
	right: -50vw;
	background: #F1F7EC;
	z-index: 0;
}
#global-content #sec-topics .basic-ul {
	padding-top: 0;
}

/*2024植物園ページ改修*/
#global-wrapper .urawa-sec .module-title06 {
	margin-top: 1.6em;
}
#global-wrapper .urawa-sec .module-title05 + .module-title06 {
	margin-top: -10px;
}
#global-content .urawa-lead .garden-dl dt {
	width: auto;
}
#global-content .urawa-sec p + .garden-dl {
	margin-top: 1.8em;
}
#global-content .urawa-sec .module-title01 small {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 0.25em;
}
#global-content .urawa-sec .module-lead02 p.caution {
	margin-top: 0;
}
#global-content .urawa-sec .module-lead02 p.caution.bold {
	font-weight: 700;
}
#global-wrapper .module-commonLayout .urawa-sec ul.basic-ul {
	padding-top: 0;
}
#global-content .urawa-sec .garden-dl dt {
	width: auto;
}
#global-content .urawa-gallery {
	margin-top: 3em;
}
#global-content .urawa-gallery figcaption {
	line-height: 1.6;
}
#global-content .urawa-lead .urawa-gallery {
	margin-bottom: 4em;
}
#global-content .urawa-gallery .justify-center {
	justify-content: center;
}
@media (max-width: 750px) {
	#global-content .urawa-lead .garden-dl {
		flex-direction: column;
		font-size: 100%;
		margin-bottom: 2%;
	}
	#global-content .urawa-lead .garden-dl dt,
	#global-content .urawa-lead .garden-dl dd {
		width: 100%;
	}
	#global-content .urawa-sec .module-title01 small {
		font-size: 64%;
	}
	#global-content .urawa-sec .module-lead02 p.caution {
		font-size: 0.8em;
	}
	#global-content .urawa-gallery {
		padding-bottom: 2em; 
	}
	#global-content .urawa-gallery figcaption {
		font-size: 90%;
		margin-top: 5px;
	}
}
@media (min-width: 751px) {
	#global-content .urawa-lead .module-lead01 {
		margin-bottom: 30px;
	}
	#global-content .urawa-sec .module-lead02 p.caution {
		font-size: 0.8rem;
	}
	#global-content .urawa-gallery .row {
		margin: 0 -7px;
	}
	#global-content .urawa-gallery .row > * {
		padding: 0 7px 30px;
	}
	#global-content .urawa-gallery figcaption {
		font-size: 13px;
		margin-top: 5px;
	}
}