@charset "UTF-8";

/* =========================
   Common
========================= */

a {
  color: #696969;
  transition: 0.5s;
}

a:hover {
  color: #0e7982;
}

body {
  background-color: #f7f5ef;
}

#wrap {
  margin: 0 auto;
}

/* 共通フォント */
header h1,
header .imagelogo,
.top-02 div h2,
.top-02 div p,
.block div h3,
.block div span,
.block div p,
.top-05 h4,
.top-05 ol li,
.sub-01 h1,
.sub-02 h1,
.sub-03 h1,
.sub-04 h1,
.sub-05 h1,
footer ul {
  font-family:
    "游明朝",
    YuMincho,
    "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
}

ul, ol, div, p {
  margin: 0;
  padding: 0;
}

/* =========================
   Header
========================= */

header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100px;
}

header h1,
header .imagelogo {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 3px;
  color: #696969;
}

header h1 img,
header .imagelogo img {
  width: 50px;
  height: auto;
  margin-right: 30px;
}

/* =========================
   Button
========================= */

.btn {
  display: block;
  position: relative;
  height: 40px;
  line-height: 20px;
  background: #0e7982;
  color: #fff;
  border-radius: 20px;
  width: 250px;
}

.btn::after {
  content: "→";
  position: absolute;
  top: 10px;
  right: 30px;
}

.btn:hover {
  background: #696969;
  color: #fff;
}

/* =========================
   Top 01
========================= */

.top-01 {
  display: flex;
  align-items: center;
  width: 100%;
  background: url("images/head-bg.png") no-repeat;
  background-size: cover;
}

.top-01 div {
  width: 1200px;
  margin: 0 auto;
}

/* =========================
   Top 02
========================= */

.top-02 {
  margin: 100px auto;
  background: url("images/cap-img.png") no-repeat;
}

.top-02 div {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.top-02 div::before {
  content: "";
  position: absolute;
  left: 0;
  background: #f7f5ef;
  z-index: -1;
}

.top-02 div h2 {
  color: #0e7982;
}

.sub-02 input,
.sub-02 textarea {
  width: 100%;
  background: #fff;
}
.sub-02 .con-box {
	text-align: center;
}
.sub-02 .con-box input {
  height: 40px;
  line-height: 20px;
  background: #0e7982;
  color: #fff;
  border-radius: 20px;
  width: 250px;
}
.post-content .wpcf7-response-output {
	text-align: center;
	margin: 2em auto 1em !important;
}

/* =========================
   Top 03
========================= */

.top-03 ul {
  display: flex;
}

.top-03 ul li {
  position: relative;
}

.top-03 ul li img {
  width: 100%;
  height: auto;
}

.top-03 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.top-03 ul li a:hover {
  background-color: rgb(0 0 0 / 50%);
}

/* =========================
   Top 04
========================= */

.top-04 {
  margin: 0 auto;
  padding: 100px 0;
}

.block div h3 {
  color: #0e7982;
  font-size: 2rem;
}

.block div span {
  display: block;
  margin-bottom: 20px;
}

.block div p {
  margin-bottom: 20px;
}

/* =========================
   Top 05
========================= */

.top-05 {
  width: 100%;
  background: #fff;
}

.top-05 .flow-block {
  position: relative;
  margin: 0 auto;
}

.top-05 h4 {
  margin-bottom: 100px;
  font-size: 3rem;
  color: #0e7982;
  text-align: center;
}

.top-05 ol {
  display: flex;
}

.top-05 ol li {
  position: relative;
  text-align: center;
}

.top-05 ol li span {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #f7f5ee;
  font-size: 40px;
  line-height: 80px;
}

.top-05 ol li:last-child::before,
.top-05 ol li:last-child::after {
  content: none;
}

/* =========================
   Top 06
========================= */

.top-06 img {
  width: 100%;
  height: auto;
}

/* =========================
   Top 06
========================= */

.sub-01,
.sub-02,
.sub-03,
.sub-04,
.sub-05 {
  margin: 0 0 50px;
}
img.topick {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.sub-01 h1,
.sub-02 h1,
.sub-03 h1,
.sub-04 h1,
.sub-05 h1 {
  color: #0e7982;
}
.sub-01 p {
  padding: 10px;
  line-height: 1.8;
}
.sub-02 dl,
.sub-03 dl {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.sub-02 dl dt,
.sub-02 dl dd,
.sub-03 dl dt,
.sub-03 dl dd {
  margin: 0;
  padding: 15px 0;
}
iframe[src*="www.google.com/maps/embed"] {
	aspect-ratio: 3 / 1;
	margin: 0 auto;
	display: block;
}
.sub-04 ul,
.sub-05 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.sub-04 ul li a {
  display: block;
}
.sub-04 ul li img {
  object-fit: cover;
	aspect-ratio: 4 / 2.5;
	width: 100%;
	height: auto;
}
.sub-04 .day,
.sub-04 .case-tag {
  margin: 0 auto;
  text-align: right;
}
.sub-04 ul li span,
.sub-05 div span,
.sub-04 .case-tag span {
	display: inline-block;
	margin: 10px 5px 10px 0;
	padding: 5px 10px;
	border: 1px solid #b4a78c;
	font-size: 0.7rem;
	background: #fff;
	color: #b4a78c;
}
.sub-04 .day {
  color: #696969;
}
.sub-05 div {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}
.sub-05 p {
  display: block;
  margin: 0 auto;
  color: #b4a78c;
  text-align: right;
}
.sub-05 ul li img {
	width: 100%;
	height: auto;
}

/* =========================
   Footer
========================= */

footer {
  margin: 0 auto;
  padding: 100px 0;
}

footer div {
  text-align: center;
}

footer ul {
  padding: 10px 0 10px 30px;
  border-left: 1px solid #999;
}

footer ul li {
  margin-bottom: 30px;
}

footer ul li:last-child {
  margin-bottom: 0;
}