@charset "UTF-8";

:root {
  --main-color: rgba(10,93,166,1.00);
  --sub-color: rgba(10,93,166,1.00);
  --link-color: rgba(77,172,255,1.00);
}

@font-face {
  font-family: 'hiraginomincho';
  src: url('../font/hiraginomincho.otf') format('opentype');}

@font-face {
  font-family: 'meiryo';
  src: url('../font/meiryo.ttf') format('truetype');}

@font-face {
  font-family: 'meiryobold';
  src: url('../font/meiryob.ttf') format('truetype');}

@font-face {
  font-family: 'NotoSans';
  src: url('../font/NotoSansCJKjp-Regular.otf') format('opentype');}

@font-face {
  font-family: 'NotoSansbold';
  src: url('../font/NotoSansCJKjp-Bold.otf') format('opentype');}

@font-face {
  font-family: 'NotoSerifJP';
  src: url('../font/NotoSerifJP-Regular.otf') format('opentype');}

@font-face {
  font-family: 'NotoSerifJP-Bold';
  src: url('../font/NotoSerifJP-Bold.otf') format('opentype');}

@font-face {
  font-family: 'TIMES';
  src: url('../font/TIMES.TTF') format('truetype');}

@font-face {
  font-family: 'TIMESI';
  src: url('../font/TIMESI.TTF') format('truetype');}

* {box-sizing:border-box;}

/*
  header
========================================================================== */
header {
  height:max(10.5vw,136px);
  width:max(100%,1300px);}

header h1 {
  background-color:#0a5da6;
  color:#ffffff;
  padding:0.15em 0 0 max(28.571vw,371px);
  height:max(1.5vw,19px);
  margin:0;
  width:100%;
  display:block;
  font-size:max(0.857vw,11px);
}

header p.access {
font-size:max(0.893vw,11px);
}

header tr td.time {
font-size:max(1.143vw,14px);}

.flex {
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.head_logo {
  width:max(19.571vw,254px);
  height:max(13.5vw,175px);
  position:absolute;
  left:max(5.714vw,74px);
  top:0;
  z-index:9;}

header .access {
  background-image:url("../images/pc/header_access_back.png");
  background-size:cover;
  width:max(8.071vw,104px);
  height:max(8.071vw,104px);
  padding:max(3.571vw,46px) 0 0 0;
  text-align:center;
  margin:max(0.714vw,9px) max(1.429vw,18px) 0 0;
}

header table {
  width:max(22vw,286px);
  margin:max(1.143vw,14px) max(2.143vw,27px) 0 0;
}

header table thead th:first-child {
  font-size:max(1.071vw,13px);
  width:max(7.5vw,97px);
  background-color:rgba(2,56,89,1.00);
  color:#ffffff;
  letter-spacing: 0.1em;
}

header table td,
header table th{
  padding:max(0.143vw,1px) 0;
  text-align:center;
}

header table tr:nth-child(2) td{
padding:max(0.143vw,1px) 0 0 0;}

header table tr:nth-child(3) td{
padding:0 0 max(0.143vw,1px) 0;}

header table tr:first-child {
  border-bottom:1px solid rgba(2,56,89,1.00);
}

header table tr:last-child {
  border-bottom:1px solid rgba(2,56,89,1.00);
}

header table+ul {
  font-size:max(0.951vw,12px);
  margin-top:max(0.286vw,3px);;
}

header table td.time {
  text-align:right;
  padding-right:max(0.357vw,4px);
}

.head_web {
  background-image:url("../images/pc/header_web_back.jpg");
  display:block;
  width:max(16.714vw,217px);
  height:max(2.857vw,37px);
  background-size:cover;
  color:#ffffff;
  text-align:center;
  padding:max(0.357vw,4px) 0 0 max(1.429vw,18px);
  font-size:max(1.286vw,16px);
  margin:max(1.143vw,14px) max(1.429vw,18px) 0 0;
}

.head_tel {
  position:relative;
  font-size:max(2.143vw,27px);
  line-height:1;
  margin-top:max(1.429vw,18px);
  font-weight: bold;
}

.head_tel:before {
  position:relative;
  display:inline-block;
  vertical-align:min(-0.143vw,-2px);
  background-image:url("../images/pc/header_tel.png");
  background-size:100% 100%;
  width:max(1.857vw,24px);
  height:max(1.857vw,24px);
  content:"";
  margin-right:max(0.357vw,4px);
}

/*
  gnav
========================================================================== */
nav.gnav {}

/*
  footer
========================================================================== */
/* footer {
  width: 100%;
  height: 300px;
  color: #fff;
  background: #808080;
  display: flex;
  justify-content: center;
  align-items: center;
} */

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

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
nav.sidemenu {}

/* sidebanner */
aside.sidebanner {}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  background-image: url('');
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}

.lowinfo {
  /* margin-topは固定値 */
  aspect-ratio: 800/460;
  margin-top: 20px;
  background-image: url('../images/common/lowinfo_bg.png');
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #f0f7fb;
  box-sizing: border-box;
  padding: 1px 0 0 0;
  font-feature-settings: "palt";
}
.lowinfo_box {
    background-color:rgb(255,255,255,80%);
    width:329px;
    height:366px;
    margin:50px 0 0 30px;
    padding-top:1px;
}
.lowinfo_logo {
    width:240px;
    height:131px;
    display:block;
    margin:29px auto 0 auto;
}
.lowinfo a span {
    font-size:16.87px;
    display:inline-block;
    margin-right:3px;
}
.lowinfo a {
    background-color: rgba(2,56,89,1.00);
    position: relative;
    display:block;
    color:#ffffff;
    width:204px;
    height:40px;
    padding-top:7px;
    font-size:14.4px;
    letter-spacing: 0.15em;
    margin:20px 0 0 65px;
}

.lowinfo a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-top: 0;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 18px;
    right: 8px;
}

.lowinfo a:before {
    content:"";
    background-image:url("../images/common/lowinfo_icon01.png");
    background-size:100% 100%;
    width:28px;
    height:20px;
    margin:0 8px 0 10px;
    display:inline-block;
    vertical-align:-3px;
}

.lowinfo_access {
    position:relative;
    margin:10px 0 0 50px;
    font-size:16.67px;
}

.lowinfo_address {
    position:relative;
    font-size:16.67px;
    margin:20px 0 0 50px;
    line-height: 1.3;
}

.lowinfo_address:before {
    content:"";
    background-image:url("../images/common/lowinfo_icon02.png");
    background-size:100% 100%;
    width:20px;
    height:31.5px;
    margin:0 8px 0 10px;
    display:inline-block;
    vertical-align:3px;}

.lowinfo_access:before {
    content:"";
    background-image:url("../images/common/lowinfo_icon03.png");
    background-size:100% 100%;
    width:19px;
    height:27px;
    margin:0 8px 0 10px;
    display:inline-block;
    vertical-align:-7px;}


.lowinfo_address span {
    display:inline-block;
}

.lowinfo_btn {
  display: flex;
  justify-content: space-between;
  padding: 48px 100px;
  background: url('../images/common/counseling_back.png');
  background-repeat: repeat;
  box-shadow: 0px 0px 16px 0px rgba(74, 54, 37, 0.09);
  margin-bottom: 28px;
}
.lowinfo_btn img {
  width: 280px;
  aspect-ratio: 280/65;
}
.lowinfo .inr {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.lowinfo .item {
  width: 330px;
}
.lowinfo .clinic {
  text-align: center;
  color: #3e3e3e;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.24em;
  margin-bottom: 0.5em;
}
.lowinfo .clinic > span {
  display: block;
  background: linear-gradient(transparent 50%, #afacad 50%, #afacad calc(50% + 1px), transparent 51%);
  line-height: 1;
  margin-bottom: 0.5em;
}
.lowinfo .clinic > span span {
  background: #fbf6f8;
  display: inline-blockblock;
  padding: 0 3em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.3em;
}
.lowinfo .tel {
  aspect-ratio: 330/110;
  background: #FFFFFF;
  border-bottom: 1px solid #8cc3e3;
}
.lowinfo .address {
  aspect-ratio: 330/110;
  background: #FFFFFF;
  border-bottom: 1px solid #8cc3e3;
}
.lowinfo .tel .ttl,
.lowinfo .address .ttl {
  text-align: center;
  background: #8cc3e3;
  font-size: 13px;
  line-height: 24px;
  height: 22px;
  color:#ffffff;
}
.lowinfo .tel .txt,
.lowinfo .address .txt {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lowinfo .tel .txt {
  height: 68px;
}
.lowinfo .tel .txt p {
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}
.lowinfo .tel .num {
  background: url(../images/common/lowinfo_tel_ic.png)no-repeat left 25px center/17px;
  padding-left: 58px;
  font-family: "jost";
  font-size: 28px;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  margin-top: 10px;
}  
.lowinfo .address .txt {
  height: 88px;
  font-size: 16px;
  padding: 0 0 0 30px;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* 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', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #0d78aa;
  position: relative;
}

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

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

.ttl-low1-1 {
  background: url("../images/common/ttl001_back.jpg");
  position:relative;}

.ttl-low1-2 {
  background: url("../images/common/ttl002_back.jpg");
  position:relative;}

.ttl-low1-3 {
  background: url("../images/common/ttl003_back.jpg");
  position:relative;}

.ttl-low1-1:before,
.ttl-low1-2:before,
.ttl-low1-3:before{
    position:absolute;
    height:80%;
    bottom:0;
    left:15px;
    border-left:6px solid #ffffff;
    content:"";
}

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

.ttl-low2-1 {
  color: rgba(10,93,166,1.00)
}

.ttl-low2-2 {
  color:rgba(2,56,89,1.00);
}

.ttl-low2-3 {
  color:rgba(77,172,255,1.00);
}

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

.ttl-low3-1 {
  color:rgba(10,93,166,1.00);
}

.ttl-low3-1:before,
.ttl-low3-2:before,
.ttl-low3-3:before{
    content:"";
    position:absolute;
    height:100%;
    left:3px;
    bottom:0;
    border-left:2px solid;
}

.ttl-low3-2 {
  color:rgba(2,56,89,1.00);
}

.ttl-low3-3 {
  color:rgba(77,172,255,1.00);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '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;
}

.ttl-low4-1 > span:first-of-type {
  background-color:rgba(10,93,166,1.00);
}

.ttl-low4-1 > span:nth-of-type(n+2) {
  color:#2e2e2e;
}

.ttl-low4-2 > span:first-of-type {
  background-color:rgba(2,56,89,1.00);
}

.ttl-low4-2 > span:nth-of-type(n+2) {
  color: #2e2e2e;
}

.ttl-low4-3 > span:first-of-type {
  background-color: rgba(77,172,255,1.00);
}

.ttl-low4-3 > span:nth-of-type(n+2) {
  color: #2e2e2e;
}

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

.ttl-low5-1 {
  background-color: rgba(10,93,166,1.00);
}

.ttl-low5-2 {
  background-color: rgba(2,56,89,1.00);
}

.ttl-low5-3 {
  background-color: rgba(77,172,255,1.00);
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background:rgb(245 255 255);
  border: 1px solid #a1e6e6;
}

.colunm+.colunm {
  background-color:rgba(235,242,240,1.00);
  border: 1px solid #a3d9cb;
}

.colunm+.colunm+.colunm {
  background:rgba(249,249,245,1.00);
  border: 1px solid #deded0;
}

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

.colunm .ttl-btn .colum {
    width:80px;
    border:1px solid;
    position:absolute;
    height:30px;
    transform:rotate(-21deg);
    left:-13px;
    top:-4px;
    padding-top:3px;
    text-align:center;
    font-size:16.5px;
    z-index:9;
    background-color:#ffffff;
    color:rgba(161,230,230,1.00);
    font-family:'Noto Sans CJK JP', Meiryo, 'sans-serif';
}

.colunm .ttl-btn .colum:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-top: 0;
    transform: rotate(179deg);
    display: block;
    position: absolute;
    top: 97%;
    right: 19%;
}

.colunm + .colunm .ttl-btn {
  background:rgba(163,217,203,1.00);
  color:#2e2e2e;
}

.colunm + .colunm + .colunm .ttl-btn {
	background: linear-gradient(125deg, transparent 7%, #deded0 7%, #deded0 96.6%, transparent 96.6%);
	color: #959058;
}

.colunm + .colunm .ttl-btn .colum {
	background-color:#ffffff;
  border-color:rgba(163,217,203,1.00);
  color:#468c7a;
}

.colunm + .colunm + .colunm .ttl-btn .colum {
	background: linear-gradient(125deg, transparent 20%, #bfbc9d 20.5%, #bfbc9d 80%, transparent 80.5%);
}