@charset "UTF-8";

:root {
  --main-color: #9c7445;
  --sub-color: #af986c;
  --link-color: #bd9e53;
}

.idx {
  box-sizing: border-box;
}

.idx * {
  box-sizing: border-box;
}

.idx a,
.idx img {
  display: block;
}

/*
  header
========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 max(0.571vw, 7px) 0 max(2vw, 26px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header .head_l {
  padding-top: max(0.571vw, 7px);
}

.header .head_r {
  display: flex;
  gap: max(0.571vw, 7px);
}

.header h1 {
  font-size: max(1vw, 13px);
  color: #686868;
  font-weight: 300;
}

.header .logo {
  /* width: max(23.571vw, 306px); */
  width: max(17.14svw, 222.86px);
  margin: max(2.286vw, 29px) 0 0 max(0.714vw, 9px);
}

.header .tel {
  position: relative;
  width: max(16vw, 208px);
  height: max(2.857vw, 37px);
  display: flex;
  align-items: center;
  padding: 0 max(0.714vw, 9px) 0 max(3.143vw, 40px);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: max(1.786vw, 23px);
  color: #2e2e2e;
  letter-spacing: 0.02em;
}

.header .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(1.071vw, 13px);
  transform: translateY(-50%);
  width: max(1.429vw, 18px);
  aspect-ratio: 1/1;
  background-image: url(../images/top/header_ico_tel.png);
  background-size: max(1.429vw, 18px) auto;
}

.header .btn {
  position: relative;
  width: max(16.429vw, 213px);
  height: max(2.857vw, 37px);
  padding: 0 max(2.143vw, 27px) max(0.143vw, 1px) max(2.857vw, 37px);
  background-color: #83a9c7;
  display: flex;
  align-items: center;
  font-size: max(1.429vw, 18px);
  color: #fff;
  letter-spacing: 0.08em;
}

.header .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(0.714vw, 9px);
  transform: translateY(-50%);
  width: max(1.786vw, 23px);
  height: max(1.357vw, 17px);
  background-image: url(../images/top/header_ico_pc.png);
  background-size: cover;
}

.header .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(0.429vw, 5px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: max(0.429vw, 5px) 0px max(0.429vw, 5px) max(0.714vw, 9px);
}

.header .line {
  width: max(14.857vw, 193px);
  background-color: #06c755;
}

.header .line::before {
  height: max(1.714vw, 22px);
  background-image: url(../images/top/header_ico_line.png);
}

/*
  gnav
========================================================================== */
.gnav {
  padding: max(1.714vw, 22px) max(0.714vw, 9px);
  background-color: #fff;
}

.gnav ul {
  display: flex;
  justify-content: center;
  width: 98%;
  margin: auto;
}

.gnav ul li {
  border-right: 1px solid #2e2e2e;
  width: 100%;
}

.gnav ul li:first-child {
  border-left: 1px solid #2e2e2e;
}

.gnav ul li a {
  font-size: max(1.071vw, 13px);
  color: #2e2e2e;
  line-height: 1;
  letter-spacing: max(0.143vw, 1px);
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: max(0.643vw, 8px) 0;
  width: 100%;
}

/*
  footer
========================================================================== */
.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-image: url(../images/common/footer_bg.jpg);
  background-size: cover;
  background-position: center;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #bdad88;
  mix-blend-mode: multiply;
}

.footer .foot_l {
  position: relative;
  width: 50%;
  color: #2e2e2e;
  padding: max(3.857vw, 50px) max(3.571vw, 46px) 0 max(7vw, 91px);
}

.footer .foot_r {
  position: relative;
  width: 50%;
  padding: max(5vw, 65px) max(7.143vw, 92px) 0 max(3.571vw, 46px);
}

.footer .logo {
  width: max(39.571vw, 514px);
  margin-bottom: max(2.857vw, 37px);
}

.footer .contact {
  margin-bottom: max(1.429vw, 18px);
}

.footer .contact .tel {
  font-size: max(1.286vw, 16px);
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}

.footer .contact .tel em {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: max(0.429vw, 5px);
  padding-left: max(3.429vw, 44px);
  text-align: center;
  font-size: max(3.357vw, 43px);
  font-weight: 500;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: max(2.071vw, 26px) auto;
  background-image: url(../images/common/footer_ico_tel.png);
}

.footer .contact .web {
  width: max(32.429vw, 421px);
  margin: 0 auto;
  margin-top: max(1.857vw, 24px);
}

.footer .contact .web a {
  position: relative;
  display: block;
  text-align: center;
  font-size: max(2.286vw, 29px);
  font-weight: 300;
  line-height: max(5.714vw, 74px);
  color: #fff;
  text-decoration: none;
  background-color: #bdad88;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: max(2.786vw, 36px) auto;
  background-image: url(../images/common/footer_ico_pc.png);
}

.footer .contact .web a::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: max(0.714vw, 9px);
  aspect-ratio: 1/1;
  right: max(0.571vw, 7px);
  bottom: max(0.571vw, 7px);
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.footer .access {
  margin-bottom: max(2.286vw, 29px);
}

.footer .access p {
  margin-top: max(1.429vw, 18px);
  padding-left: max(4vw, 52px);
  background-repeat: no-repeat;
  font-size: max(1.214vw, 15px);
  letter-spacing: 0;
}

.footer .access .address {
  background-image: url(../images/common/footer_ico_pin.png);
  background-size: max(1.571vw, 20px) auto;
  background-position: max(0.357vw, 4px) max(0.571vw, 7px);
}

.footer .access .traffic {
  margin-top: max(1.571vw, 20px);
  background-image: url(../images/common/footer_ico_train.png);
  background-size: auto max(2.214vw, 29px);
  background-position: max(0.429vw, 5px) 0;
}

.footer .banner {
  /* width: max(39.286vw, 510px); */
	width: max(32.429vw, 421px);
  margin: 0 auto;
}

.footer .banner .bnr+.bnr {
  margin-top: max(2.286vw, 29px);
}

.footer .bnr_s a {
  font-size:max(1.429vw, 18px);
	line-height: 1.32;
	letter-spacing: 0.06em;
    text-align: center;
    /* width: fit-content; */
    margin: auto;
    display: block;
    background: #a0a0a0;
    color: #fff;
    padding: 0.8em 1.5em;
		position: relative;
}

.footer .bnr_s a small{
	font-size: 78%;
	letter-spacing: 0;
}
.footer .bnr_s a::after{
	position: absolute;
	content: "";
	right:0.3em;
	bottom:0.3em;
	width: 0.6em;
	aspect-ratio: 1/1;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	background-color: #fff;
}
.footer .sns {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: max(3.429vw, 44px);
}

.footer .sns a {
  display: inline-block;
  width: max(5vw, 65px);
  margin-left: max(0.857vw, 11px);
}

.footer .sns .btn {
  display: inline-flex;
  width: 12em;
  height: max(4.000vw, 52.000px);
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  color: #f29cb5;
  font-size: max(0.952vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.16em;
  vertical-align: top;
  position: relative;
  margin-right: 0.8em;
  margin-left: 0;
}

.footer .sns .btn:after {
  position: absolute;
  content: "";
  width: 0.7em;
  height: 0.7em;
  right: 0.3em;
  bottom: 0.3em;
  background-color: #f29cb5;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.footer .sns .btn span {
  font-weight: 500;
}

.footer .timetable {
  width: 100%;
  margin-bottom: max(2.857vw, 37px);
}

.footer .timetable table {
  width: 100%;
  margin: 0 auto;
}

.footer .timetable table,
.footer .timetable td,
.footer .timetable th {
  border-collapse: collapse;
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}

.footer .timetable table p,
.footer .timetable td p,
.footer .timetable th p {
  font-weight: 300;
}

.footer .timetable thead {
  border-top: 1px solid #fff;
}

.footer .timetable thead th,
.footer .timetable thead td {
  font-size: max(1.429vw, 18px);
  color: #fff;
}

.footer .timetable tbody {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer .timetable tbody tr:first-child {
  border-bottom: 1px solid #fff;
}

.footer .timetable tbody th {
  font-size: max(1.429vw, 18px);
  color: #fff;
}

.footer .timetable tbody th p {
  font-size: max(1vw, 13px);
  margin-top: max(0.357vw, 4px);
}

.footer .timetable tbody td {
  font-size: max(1.143vw, 14px);
  color: #fff;
}

.footer .timetable tr {
  display: flex;
  align-items: center;
}

.footer .timetable th,
.footer .timetable td {
  padding: max(0.857vw, 11px) 0;
  vertical-align: middle;
}

.footer .timetable th {
  width: max(13.214vw, 171px);
}

.footer .timetable td {
  width: calc((100% - 13.214vw) / 8);
}

.footer .timetable .note {
  margin: max(0.857vw, 11px) 0 0;
  text-align: right;
  font-size: max(1vw, 13px);
  color: #fff;
}

.footer .nav {
  position: relative;
}

.footer .nav nav {
  display: flex;
  font-size: max(0.929vw, 12px);
}

.footer .nav nav+nav {
  margin-top: max(2.857vw, 37px);
}

.footer .nav nav:nth-of-type(4) ul {
  height: 11em;
}

.footer .nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 9em;
}

.footer .nav li {
  position: relative;
  width: max(13.071vw, 169px);
  padding: 0 1em 0 1em;
  margin-bottom: 0.3em;
}

.footer .nav li::before {
  content: "";
  display: block;
  position: absolute;
  width: max(0.571vw, 7px);
  aspect-ratio: 1/1;
  left: 0;
  top: 0.6em;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.footer .nav a {
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.footer .nav dt {
  margin-left: -0.4em;
  margin-bottom: 0.4em;
  font-weight: 300;
}

.footer .clinic_lst {
  margin: 6em auto;
  width: max(85.71svw, 1114.29px);
  position: relative;
}

.footer .clinic_lst .ttl {
  padding: .3em 0 .2em;
  text-align: center;
  color: #fff;
  font-size: max(1.14svw, 14.86px);
  letter-spacing: .1em;
  background-color: #e5396b;
}

.footer .clinic_lst .ttl2 {
  margin-top: max(2.14svw, 27.86px);
  padding: .3em 0 .2em;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  background-color: #e5396b;
  border-radius: 100px;
}

.footer .clinic_lst ul {
  margin-top: max(0.71svw, 9.29px);
  gap: max(1.43svw, 18.57px);
}

.footer .clinic_lst ul:nth-of-type(1) {
  display: flex;
  justify-content: center;
}

.footer .clinic_lst ul:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.footer .clinic_lst ul:nth-of-type(1) li {
  width: max(20.36svw, 264.64px);
}

.footer .clinic_lst ul li a.bnr,
.footer .clinic_lst ul li a.bnr2 {
  background-color: #fff;
  border: 1px solid #cbcbcb;
}

.footer .clinic_lst ul li a.bnr {
  display: flex;
  align-items: center;
}

.footer .clinic_lst ul li a.bnr img {
  width: max(7.14svw, 92.86px);
}

.footer .clinic_lst ul li a.bnr span {
  padding: 2px max(0.71svw, 9.29px) 0;
  flex: 1 0 auto;
  color: #404040;
}

.footer .clinic_lst ul li a.bnr2 img {
  display: block;
}

.footer .humanity {
  position: absolute;
  right: max(4.5vw, 58px);
  bottom: max(1.714vw, 22px);
  width: max(7.143vw, 92px);
  z-index: 2;
}

.footer .copy {
  position: relative;
  width: 100%;
  padding: 3em 1em 1.5em;
  font-size: max(1.143vw, 14px);
  text-align: center;
  letter-spacing: 0.1em;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 44px;
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
    position: relative
}

.sidemenu .inr {
    position: relative;
    padding: 62px 24px 34px;
    background-color: #fff;
    border: 1px solid #363636
}

.sidemenu .inr:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 68px;
    background-color: #363636
}

.sidemenu .ttl {
    font-size: 32px;
    color: #242424;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    margin-bottom: 50px
}

.sidemenu .box+.box {
    margin-top: 20px
}

.sidemenu .box p {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1;
    margin-bottom: 6px;
    padding: 7px 16px;
    background-color: rgba(16,61,131,.1)
}

.sidemenu ul li {
    border-bottom: 1px dashed #2e2e2e
}

.sidemenu ul li a {
    position: relative;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    padding: 16px 8px
}


/* sidebanner */
.sidebanner {
  margin-top: 70px;
}

.sidebanner ul li+li {
  margin-top: 20px;
}

/*
  lowinfo
========================================================================== */
/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  padding: 13px 14px;
  background-image: url(../images/common/lowinfo_bg.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 800/460;
}

.lowinfo .bg {
  width: 362px;
  padding: 40px 28px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

.lowinfo .logo {
  margin: 0 auto;
}

.lowinfo .logo img {
  margin: 0 auto;
}

.lowinfo .tel {
  margin: 10px auto 12px;
  padding-top: 12px;
}

.lowinfo .tel p {
  font-size: 16px;
  color: #2e2e2e;
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
}

.lowinfo .tel a {
  font-size: 31px;
  color: #2e2e2e;
  text-align: center;
  line-height: 1;
}

.lowinfo .tel a span {
  padding-left: 30px;
  position: relative;
}

.lowinfo .tel a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../images/common/lowinfo_ico_01.png);
  background-size: cover;
}

.lowinfo .btns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 12px;
  padding-bottom: 12px;
}

.lowinfo .btns a {
  width: 115px;
}

.lowinfo .btns a:first-of-type:last-of-type {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lowinfo .acs {
  font-size: 15px;
  color: #2e2e2e;
  width: fit-content;
}

.lowinfo .acs p {
  line-height: 1.3;
}

.lowinfo .acs ul {
  margin-top: 6px;
}

.lowinfo .acs ul li {
  position: relative;
  padding-left: 34px;
}

.lowinfo .acs ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 30px;
  background-image: url(../images/common/lowinfo_ico_02.png);
  background-size: cover;
}

.lowinfo .acs ul li:nth-child(2) {
  letter-spacing: -1px;
}

.lowinfo .acs ul li:nth-child(2)::before {
  height: 28px;
  background-image: url(../images/common/lowinfo_ico_03.png);
}

.lowinfo .acs ul li+li {
  margin-top: 8px;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #9c7445;
  position: relative;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #af986c;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-size: contain;
  background-repeat: repeat;
  color: #fff;
  position: relative;
}

.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 6px);
  background-color: #fff;
}

.ttl-low1-1 {
  background: url(../images/common/ttl_low_bg.png) repeat left top/10px,var(--main-color);
}

.ttl-low1-2 {
  background: url(../images/common/ttl_low_bg.png) repeat left top/10px,var(--sub-color);
}

.ttl-low1-3 {
  background: url(../images/common/ttl_low_bg.png) repeat left top/10px,var(--link-color);
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 34px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  position: relative;
}

.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 3px;
  height: 100%;
}

.ttl-low2-1 {
  color: var(--sub-color);
}

.ttl-low2-1::before {
  background-color: var(--sub-color)
}

.ttl-low2-2 {
  color: var(--main-color);
}

.ttl-low2-2::before {
  background-color: var(--main-color);
}

.ttl-low2-3 {
  color: var(--link-color);
}

.ttl-low2-3::before {
  background-color: var(--link-color);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  text-align: center;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  color: var(--main-color);
}

.ttl-low3-2 {
  color: var(--sub-color);
}

.ttl-low3-3 {
  color: var(--link-color);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttl-low4>span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}

.ttl-low4>span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}

.ttl-low4>span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
  white-space: nowrap;
}

.ttl-low4-1>span:nth-of-type(1) {
  background-color: var(--sub-color);
}

.ttl-low4-2>span:nth-of-type(1) {
  background-color: var(--main-color);
}

.ttl-low4-3>span:nth-of-type(1) {
  background-color: var(--link-color);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 9px 1em 7px 1em;
  text-align: center;
  color: #fff;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: var(--main-color);
}

.ttl-low5-2 {
  background-color: var(--sub-color);
}

.ttl-low5-3 {
  background-color: var(--link-color);
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #f9f2f0;
  border: 1px solid #e79780;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #2e2e2e;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: #e79780;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #e79780;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e79780;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colum::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #e79780 transparent;
  border-width: 0px 5px 10px 5px;
  transform: rotate(180deg);
  bottom: -10px;
  right: 40px;
}

.colum::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 4.5px 9px 4.5px;
  transform: rotate(180deg);
  bottom: -6px;
  right: 41px;
}

.colunm + .colunm {
  border: 1px solid #acc7dc;
  background-color: #edf6fd;
}

.colunm + .colunm .ttl-btn {
  background: #acc7dc;
}

.colunm + .colunm .ttl-btn .colum {
  color: #acc7dc;
  border: 1px solid #acc7dc;
}

.colunm + .colunm .colum::before {
  border-color: transparent transparent #acc7dc transparent;
}