@charset "utf-8";
/* ---------------------
    - BASE
    - LINKS
    - HEADER
    - PAGETITLE
    - CONTENTS
    - FOOTER
    - PC 1025px -
    - TABLET - 1024px
    - SP - 640px
    - SP - 350px
--------------------- */
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8em;
}
.wrapper {
  text-align: left;
  margin: 0 auto;
}
section ul, header ul, footer ul, .side ul, .main ul, nav ul, .side-content ul {
  list-style-type: none;
}
section h2, section h3, section h4, section h5 {
  font-family: 'Noto Sans JP', serif;
  font-weight: 700;
}
iframe {
  vertical-align: bottom;
}
:root {
  --color01: #00068e;
  --color02: #1b4890;
  --color03: #ffd438;
  --color04: #f8f6ef;
  --font01: 'Noto Sans JP', sans-serif;
}
.bg01 {
  background-color: var(--color03);
}
.bg02 {
background-color: var(--color04);
padding: 80px 0 1px 0;
margin-bottom: 80px;
}
.bg03 {
background-color: var(--color04);
padding: 80px 0 1px 0;
}
.radius-img{
overflow: hidden;
border-radius: 10px;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #000;
  text-decoration: none;
}
/*マウスオーバー時ゆっくり透過*/
a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ==========================================================================
	HEADER
========================================================================== */
.header {
  padding: 15px 0;
}
.header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-tit {
  display: block;
  width: 100%;
  max-width: 340px;
}
.logo-txt {
  display: block;
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.header-info {
  width: 500px;
  text-align: right;
}
.header-reserve {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.header-reserve span{
  display: inline-block;
  width: 220px;
  color:#fff;
  text-align: center;
  border-radius: 15px;
  background-color: var(--color02);
  padding: 2px 10px;
}
.header-address {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.header-info .tel-cmn {
  margin-bottom: 10px;
}
.tel-cmn {
  font-family: var(--font01);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 100%;
}
.tel-cmn::before {
  content: "\f095";
  color: var(--color01);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
/* ==========================================================================
	NAVIGATION
	========================================================================== */
.nav {
  background-color: var(--color01);
  margin-bottom: 20px;
}
.gnav {
  display: flex;
}
.gnav-item {
  position: relative;
  font-family: var(--font01);
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
}
.gnav-item a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}
.gnav-item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background: url("../images/cmn-images/page-bg.jpg") 50% 50% no-repeat;
  padding: 100px 0;
  margin-bottom: 10px;
}
.page-tit {
  width: 500px;
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700 !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 60px 0;
  margin: 0 auto;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 5%;
}
#topic-path a {
  text-decoration: underline;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
section h1 {
  margin-bottom: 50px;
}
section h2 {
  margin-bottom: 50px;
}
section h3 {
  margin-bottom: 40px;
}
section h4 {
  margin-bottom: 30px;
}
section h5 {
  margin-bottom: 30px;
}
section, article {
  clear: both;
  overflow: hidden;
  margin-bottom: 80px;
}
section p {
  margin-bottom: 20px;
}
.section-min {
  overflow: hidden;
  margin-bottom: 60px;
}
.link-margin {
  margin-top: -100px;
  padding-top: 100px;
}
.layout01, .layout02, .layout03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mb {
  margin-bottom: 50px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.layout-tc {
  align-items: center;
}
.layout01 .box01, .layout01 .box02 {
  width: 47%;
}
.layout02 .box01 {
  width: 50%;
}
.layout02 .box02 {
  width: 45%;
}
.layout03 .box01 {
  width: 60%;
}
.layout03 .box02 {
  width: 35%;
}
/*TITLE*/
.cmn-tit01 {
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  text-align: center;
}
.cmn-tit01 span {
  display: block;
  color: var(--color02);
  font-size: 50%;
  padding-top: 0.4em;
}
.cmn-tit02 {
  position: relative;
  color: var(--color01);
  font-size: clamp(1.8rem, 2.875vw, 2.6rem);
  border-bottom: solid 3px #d8d7cb;
  padding-bottom: 20px;
}
.cmn-tit02 span{
  color: var(--color02);
}
.cmn-tit02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color01);
  bottom: -3px;
  width: 20%;
}
.cmn-tit03 {
  font-size: clamp(1.7rem, 2.375vw, 2rem);
  background-color: var(--color03);
  padding: 15px;
}
.cmn-tit03 span {
  color: var(--color01);
}
.cmn-tit04 {
  color: var(--color02);
  font-size: clamp(1.7rem, 2.875vw, 2.3rem);
}
.cmn-tit04 span{
  color: #000;
}
/*LIST*/
.li-cmn01 li {
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 10px;
}
.li-cmn01 li:before{
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--color01);
	margin-right: 10px;
}
.li-cmn02 li {
  list-style-type: none;
  counter-increment: number;
	padding-left: 1.7em;
	text-indent: -1.7em;
	margin-bottom: 10px;
}

.li-cmn02 li::before{
  content: counter(number) ".";
  margin-right: 10px;
  color: #E31B1E;
}
.li-cmn03 li {
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 10px;
}
.li-cmn03 li:before{
	content: "\f14a";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--color01);
	margin-right: 10px;
}
.li-cmn04 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.li-cmn04 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.li-cmn04 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--color01);
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.li-2column{
  display: flex;
  flex-wrap: wrap;
}
.li-2column li{
  width: 50%;
}

/*BT*/
.bt-cmn01 {
  width: 280px;
  margin: 0 auto;
}
.bt-cmn01 a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color01);
  border-radius: 80px;
  padding: 20px 0;
}
.bt-cmn01 a::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
/*contents*/
.medical-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
.medical-list li {
  width: 31%;
}
.medical-list-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-top: 65%;
}
.medical-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.medical-list li a:hover img {
  transform: scale(1.05, 1.05);
}
.medical-list-tit {
  color: var(--color02);
  font-family: var(--font01);
  font-size: clamp(1.9rem, 2.875vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.medical-list-tit::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-size: 80%;
  font-weight: 900;
  margin-left: 15px;
}

/*map*/
.gmap {
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  border-top: 1px solid #ccc;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*info*/
.footer .logo {
  margin-bottom: 10px;
}
.footer .tel-inner {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.footer .tel-cmn {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
  margin-bottom: 15px;
}
.footer .info {
  background: url("../images/cmn-images/time-bg.jpg") 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin-bottom: 40px;
}
.footer .info .wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px;
}
.footer .info .box01 h3 {
  color: var(--color01);
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.footer .info .box02 h3 {
  color: var(--color01);
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.footer .info .txt01 {
  font-size: 90%;
  letter-spacing: 0;
}
.info-inner {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}
.time-table-tit {
  font-weight: normal;
  text-align: center;
  border-bottom: solid 2px #f1f1f1;
  padding: 20px;
}
.time-table-tit span{
  font-size: 75%;
}
.time-table-txt {
  border-bottom: solid 2px #f1f1f1;
  padding: 20px;
  color: var(--color01);
}
.detail {
  display: flex;
  align-items: center;
  font-size: 90%;
  margin-bottom: 20px;
}
.detail:last-child {
  margin-bottom: 0;
}
.detail-tit {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: var(--color02);
  border-radius: 3px;
  padding: 5px 0;
}
.detail-tit-closed {
  background-color: #cc3333 !important;
}
.detail-txt {
  flex: 1;
  padding-left: 20px;
}
/* ==========================================================================
	FOOTER
	========================================================================== */
.footer {
  padding-bottom: 20px;
}
.footer-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-layout .box01 {
  width: 40%;
}
.footer-layout .box02 {
  width: 55%;
}
.footer-nav {
  font-family: var(--font01);
  font-weight: 700;
  margin-bottom: 40px;
}
.footer-nav .wrapper {
  text-align: center;
}
.fnav {
  display: flex;
}
.fnav-item {
  flex-grow: 1;
}
.fnav-item a:hover {
  color: var(--color02);
}
.footer-cp {
  color: var(--color01);
  font-size: 1.2rem;
  text-align: center;
}
/* PAGETOP
-----------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
#page-top i {
  color: #ccc;
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1180px;
  }
  .wrapper {
    width: 1180px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1025px) {
  tablet-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    margin-left: 10px;
  }
  
.menu_second {
  width: 250px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all .3s ease;
  transform: translate(-50%, 0);
  padding-top: 30px;
}
.gnav-item:hover .menu_second {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.menu_second ul {
  background-color: var(--color01);
}
.menu_second ul li {
  text-align: center;
  border-bottom: 1px dotted #fff;
}
.menu_second ul li:last-child {
  border-bottom: none;
}
.menu_second ul li a {
  display: block;
  color: #fff;
  padding: 20px 0;
  transition: all .3s ease;
}
.menu_second ul li a:hover {
  transform: scale(1.05, 1.05);
}
  
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  tablet-only {
    display: block;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .br-tablet {
    display: block;
  }
  .br-tabletonly {
    display: block;
  }
  .link-margin {
    margin-top: -60px;
    padding-top: 60px;
  }
  /* HEADER
-----------------------*/
  .logo-txt {
    font-size: 1.1rem;
  }
  .header-info {
    width: 100px;
  }
  .header-info .tel-cmn {
    margin: 5px 70px 0 0;
  }
  .header .tel-cmn::before {
    content: "";
    margin-right: 0;
  }
  /* NAVIGATION
-----------------------*/
  .nav {
    margin-bottom: 0;
  }
  .gnav {
    display: block;
  }
  .gnav-item {
    font-family: var(--font01);
    font-weight: 700;
    flex-grow: 1;
    text-align: center;
  }
  .gnav-item a {
    color: #4b4b4b;
    padding: 15px 0;
  }
  /*panel*/
  #panel {
    position: fixed;
    top: 0;
    z-index: 130000;
    overflow: hidden;
    overflow-y: scroll;
    padding: 40px 0;
  }
  #panel-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--color01);
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -11px;
  }
  #panel-btn-icon:after {
    margin-top: 9px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
    width: 100%;
    height: 100%;
    color: #3e3e3e;
    text-align: left;
    background-color: var(--color03);
    box-sizing: border-box;
    margin: 0;
  }
  /* CONTENTS
  -----------------------*/
  /*BT*/
  /*POST*/
  /* FOOTER
  -----------------------*/
  .footer {
    padding-bottom: 20px;
  }
  .footer .layout-box .box01 {
    width: 45%;
    margin-right: 5%;
  }
  .footer .layout-box .box02 {
    width: 50%;
  }
  .time-table {
    font-size: 1.4rem;
  }
  .time-table-tit {
    padding: 10px 5px;
  }
  .time-table-txt {
    padding: 10px 5px;
  }
  .fnav {
    display: inline-block;
  }
  .fnav-item {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  .tablet-only {
    display: none;
  }
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp {
    display: block;
    margin: 0;
  }
  .br-tabletonly {
    display: inline;
  }
  body {
    font-size: 1.5rem;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 30px;
  }
  section h4 {
    margin-bottom: 30px;
  }
  section, article {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .section-min {
    margin-bottom: 40px;
  }
  .bg02 {
  padding: 40px 0 1px 0;
  margin-bottom: 40px;
}
  .layout01, .layout02, .layout03 {
    display: block;
  }
  .layout-mb {
    margin-bottom: 30px;
  }
  .layout01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout01 .box02 {
    width: 100%;
  }
  .layout02 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout02 .box02 {
    width: 100%;
  }
  .layout03 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout03 .box02 {
    width: 100%;
  }
  /* HEADER
-----------------------*/
  .header {
    padding: 10px 0;
  }
  .logo-tit {
    width: 220px;
  }
  .logo img {
    display: block;
  }
  .logo-txt {
    display: block;
    font-size: 1rem;
  }
  .header-info {
    width: 60px;
    margin: 0 20px 0 0;
  }
  .tel-cmn {
    font-size: 2.5rem;
    text-align: center;
  }
  .tel-cmn::before {
    content: "\f095";
    color: var(--color01);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 5px;
    right: 5px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    padding: 60px 0;
  }
  .page-tit {
    width: 70%;
    padding: 40px 0;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* CONTENT
  -----------------------*/
  /*BT*/
  .bt-cmn01 {
    width: 70%;
  }
  .bt-cmn01 a {
    padding: 17px 0;
  }
  
  .medical-list {
  display: block;
}
.medical-list li {
  width: 100%;
  margin-bottom: 30px;
}
.medical-list li:last-child {
  margin-bottom: 0;
}

  .contents-list {
    display: block;
    margin-bottom: -30px;
  }
  .contents-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .gmap {
    padding-bottom: 70%;
  }
  /* FOOTER
  -----------------------*/
  .footer {
    padding-bottom: 10px;
  }
  .footer .info {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .footer .info .wrapper {
    padding: 30px;
  }
  .footer .logo-tit {
    width: 220px;
    margin: 0 auto;
  }
  .footer .logo-txt {
    text-align: center;
  }
  .footer .tel-inner {
    text-align: center;
  }
  .footer .tel-cmn {
    margin-bottom: 10px;
  }
  .footer .layout-box {
    display: block;
    margin-bottom: 30px;
  }
  .footer .layout-box p {
    text-align: center;
  }
  .footer .footer-layout .box01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .footer-layout .box02 {
    width: 100%;
    text-align: left;
  }
  .footer .info .box01 h3 {
    font-size: 1.6rem;
  }
  .footer .info .box02 h3 {
    font-size: 1.6rem;
  }
  .time-table {
    font-size: 1.3rem;
  }
  .time-table-tit {
    padding: 10px;
  }
  .time-table-txt {
    padding: 10px;
  }
  .detail {
    display: block;
  }
  .detail-tit {
    margin-bottom: 5px;
  }
  .detail-txt {
    padding-left: 0;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-cp {
    font-size: 1rem;
  }
  /* PAGETOP
-----------------------*/
  #page-top {
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
  }
}
/* ==========================================================================
	SP - 350px
	========================================================================== */
@media screen and (max-width: 350px) {}