<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------
	Facility
------------------------*/
@media (min-width: 835px) {

  #pageheader {
    padding: 0;
    position: relative;
  }
  #pageheader img {
    width: 100%;
  }
  main {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  main .mainheader {
    margin-bottom: 70px;
  }
  main .mainheader * {
    text-align: center;
  }
  main .mainheader h1 {
    line-height: 1;
	color:#B29F80;
  }
  main .mainheader h1 em {
	display: block;
	margin-bottom: 15px;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.06em;
	font-size: 3rem;
  }
  main .mainheader .note {
    margin-top: 30px;
  }
  main .mainheader .note p {
    line-height: 2.2;
	font-size:1.5rem;
  }
  main .mainheader .note p:not(:last-of-type) {
	display:inline-block;
    margin-bottom: 1.5em;
    padding: 0 2em 1.5em;
	border-bottom:1px solid #B29F80;
  }
  
  .facility_layout{
	max-width:845px;
	margin:0 auto 100px;
  }
  
  .facility_details{
	display:flex; flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: -70px;
  }
  .facility_details__item{
	width:calc(50% - 38px);
	margin-bottom:70px;
  }
  .facility_details__item figure{
	margin-bottom:1em;
  }
  .facility_details__item h2{
	font-size:2rem;
  }
  .facility_details__item p{
	font-size:1.4rem;
  }
  .facility_details__item .note{
	margin-top:10px;
  }

}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  #pageheader {
    padding: 0;
    position: relative;
  }
  #pageheader img {
    width: 100%;
  }
  main {
    padding: 60px 7% 90px;
  }
  main .mainheader {
    margin-bottom: 40px;
  }
  main .mainheader h1 {
    text-align: center;
    line-height: 1;
	color:#B29F80;
  }
  main .mainheader h1 em {
	display: block;
	margin-bottom: 15px;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.06em;
	font-size: 2.6rem;
  }
  main .mainheader .note {
    margin-top: 30px;
  }
  main .mainheader .note p {
    line-height: 2.2;
  }
  main .mainheader .note p:not(:last-of-type) {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
	border-bottom:1px solid #B29F80;
  }

	.facility_layout{
	max-width:845px;
	margin:0 auto 60px;
	}

	.facility_details__item:not(:last-of-type){
		margin-bottom:30px;
	}
	.facility_details__item figure{
		margin-bottom:1em;
	}
	.facility_details__item h2{
		font-size:1.6rem;
	}
	.facility_details__item .note{
		margin-top:10px;
	}

}</pre></body></html>