/*ページタイトル*/
.page-title p:first-of-type {
  font-size: 3.2rem;
  font-weight: bold;
}


h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.6rem;
}


/*事業所一覧*/

.office-list {
  padding-top: 20px;
}


.office-list li {
  margin-bottom: 60px;
}

.office-list-ex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.office-list-ex-l {
  width: 55%;
}

.office-list-ex-l dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.office-list-ex-l dl:last-of-type {
  margin-bottom: 30px;
}

.office-list-ex-r {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.office-list-ex-r iframe {
  width: 100%;
  max-height: 180px;
  max-width: 300px;
}

.office-list li h2 {
  background-color: #FFCC99;
  border-radius: 15px;
  padding: 10px;
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 2.2rem;
  position: relative;
}

.office-list li h2::before {
  position: absolute;
  content: '\f3c5';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.office-list li .btn1 {
  height: 50px;
  max-width: 200px;
  background-color: #FFFFE6;
  margin: 0 auto;
}

.office-list-ex-l .pc-only {
  display: flex;
}

.office-list-ex-r .sp-only {
  display: none;
}


/*スマホ*/
@media (max-width: 768px) {

  
  .office-list-ex-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .office-list-ex-l .pc-only {
    display: none;
  }

  .office-list-ex-r {
    width: 100%;
    flex-direction: column;
  }

  .office-list-ex-r iframe {
    margin-bottom: 30px;
  }

  .office-list-ex-r .sp-only {
    display: flex;
  }
	
	.office-list li h2 {
		font-size: 1.6rem;
	}
	
	.office-list ul li:not(:last-of-type) {
		margin-bottom: 90px;
	}
  
}


/*事業所詳細*/

.office-single {
  padding-top: 20px;
  padding-bottom: 50px;
}

.office-single h2 {
  max-width: 800px;
  margin: 0 auto 30px;
  border-bottom: 3px dashed #707070;
}

/*詳細テーブル*/

.office-single-table {
  margin-bottom: 40px;
}

.office-single-table table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.office-single-table table tr td:first-of-type {
  background-color: #FFCC99;
  width: 30%;
  text-align: center;
  padding: 20px 10px;
  font-size: 2rem;
}

.office-single-table table tr td:nth-of-type(2) {
  border-bottom:2px solid #FFCC99;
  border-right:2px solid #FFCC99;
  width: 70%;
  text-align: center;
  padding: 40px 10px;
  font-size: 2rem;
}

.office-single-table table tr:first-of-type td:nth-of-type(2) {
  border-top:2px solid #FFCC99;
}

.office-single-table table tr td:nth-of-type(1) {
  border-bottom:2px solid #ffffff;
}

.office-single-table table tr:last-of-type td:nth-of-type(1) {
  border-bottom:2px solid #FFCC99;
}

.office-single-table table tr:first-of-type td:nth-of-type(1) {
  border-top:2px solid #FFCC99;
}

/*写真ギャラリー*/

.office-single-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.office-single-gallery p {
  width: 30%;
  margin-right: 4.5%;
}
.office-single-gallery p:nth-child(3n) {
  margin-right: 0;
}

/*ボタン*/

.office-single .btn1 {
  max-width: 360px;
  margin: 0 auto 80px;
}

.office-single-map {
  max-width: 800px;
  margin: 0 auto;
}

.office-single-map h3 {
  margin-bottom: 10px;
}

.office-single-map iframe {
  width: 100%;
}
