/*
Theme Name: meltblue bootstrap
Author: meltblue
Template: wp-bootstrap-starter
Version:4.0.1
*/
@import url('./index.css'); 
@import url('./opseminar.css'); 

@import url('./preop.css'); 

@import url('./postop.css'); 


body { scroll-behavior: smooth;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-kerning: auto;
    font-size: 18px;
    font-variant-ligatures: none;
    letter-spacing: 0;
    line-height: 1.75;
    overflow-wrap: break-word;
    quotes: "\201C" "\201D" "\2018" "\2019";
-webkit-font-smoothing:subpixel-antialiased
}

/* サイト全体：visited の色を変えない */
a:link,
a:visited {
  color: inherit;
}

/*202509 カラー定義*/
:root {
  /* 基本カラー */
  --main-color: rgb(0, 175, 204);
  /* 濃いめのカラー（基準より暗く） */
  --main-color-dark: rgb(0, 140, 163);
}


#primary{
	margin:30px 0 10px 0;
	
}

#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 5rem;
}



.breadcrumbs{
	
	margin:20px 0 20px 0;
	
	
}
h1,h2,h3,h4,h5,h6 { font-family: "Sawarabi Mincho"; }




h1,h1.entry-title{
	color:#82776f;
letter-spacing: 0.06em;
font-size: 1.8rem;
line-height: 1.65;
		text-align:center;
margin:0 0 10px 0;
}

h2{
	color:#555555;
letter-spacing: 0.06em;
font-size: 1.4rem;
line-height: 1.65;
	  display: inline-block;
  border-bottom: solid 2px var(--main-color);
padding: 0 0 8px 0;
	margin:0 0 30px 0;
}


h3{
	color:#555555;

font-size: 1.4rem;
  border-bottom: solid 1px #c1b8b8;
	margin:20px 0 10px 0;
}

.koushi h3{
	margin:0px 0 10px 0;
}



h4{
	color:#555555;

font-size: 1.1rem;
background:#ddd2b7;
	margin:10px 0 10px 0;
padding:5px 5px;	
	
}


.clearspace {
clear:both;
height: 50px;
}

.clearspace02 {
clear:both;
height: 25px;
}

.clearspace03 {
clear:both;
height: 10px;
}

header#masthead {
  margin-bottom: 0;
  background-color: #ffffff ;
  padding: 1rem 0 0 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffffff;
}

@media (min-width:1200px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl {
  max-width:1300px
 }
 }


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1e5591;
    border-color: #1e5591;
}



a {
    color: #6495ed;
    text-decoration: none;
    background-color: transparent;
}


.btn-index01{
    color: #fff;
    background-color: #b60081;
    border-color: #b60081;
}





.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #e4022d;
    border-color: #f95e7b;
}


.message_box01{
width:100%;
padding:20px;
margin: auto;
background:#f7f1df;
border-radius: 10px ;
}

.bg_red01{
	
	color:#ffffff;
background:rgba( 255, 0, 0, 0.5 );
	
}

.spacecolor01{
	height:30px;
	width:100%;
background:rgba( 255, 0, 0, 1 );
	
}




		.price img{
		width:70%;
		margin:10px auto;
	}


@media (min-width: 576px) {

.message_box01{
width:90%;
}


	
}


@media (min-width: 768px){

		.price img{
		width:100%;
				margin:0px auto;
	}
	
.message_box01{
width:80%;
	
}
	

	
}


@media (min-width: 992px){
.message_box01{
width:80%;
}
			.s-50{
		width:100%;
		
		
	}

	
	
}


@media (min-width: 1200px){

	
	.message_box01{
width:60%;
}
}





.panel {
 margin-bottom:20px;
 background-color:#fff;
 border:1px solid transparent;
 border-radius:4px;
 -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
 box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
 padding:15px
}
.panel-heading {
 padding:10px 15px;
 border-bottom:1px solid transparent;
 border-top-right-radius:3px;
 border-top-left-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
 color:inherit
}
.panel-title {
 margin-top:0;
 margin-bottom:0;
 font-size:16px;
 color:inherit
}
.panel-title>a {
 color:inherit
}
.panel-footer {
 padding:10px 15px;
 background-color:#f5f5f5;
 border-top:1px solid #ddd;
 border-bottom-right-radius:3px;
 border-bottom-left-radius:3px
}
.panel>.list-group {
 margin-bottom:0
}
.panel>.list-group .list-group-item {
 border-width:1px 0;
 border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child {
 border-top:0;
 border-top-right-radius:3px;
 border-top-left-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child {
 border-bottom:0;
 border-bottom-right-radius:3px;
 border-bottom-left-radius:3px
}
.panel-heading+.list-group .list-group-item:first-child {
 border-top-width:0
}
.panel>.table,
.panel>.table-responsive>.table {
 margin-bottom:0
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
 border-top-right-radius:3px;
 border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
 border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
 border-top-right-radius:3px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
 border-bottom-right-radius:3px;
 border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
 border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
 border-bottom-right-radius:3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
 border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
 border-top:0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
 border:0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
 border-left:0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
 border-right:0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
 border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
 border-bottom:0
}
.panel>.table-responsive {
 border:0;
 margin-bottom:0
}
.panel-group {
 margin-bottom:20px
}
.panel-group .panel {
 margin-bottom:0;
 border-radius:4px;
 overflow:hidden
}
.panel-group .panel+.panel {
 margin-top:5px
}
.panel-group .panel-heading {
 border-bottom:0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
 border-top:1px solid #ddd
}
.panel-group .panel-footer {
 border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
 border-bottom:1px solid #ddd
}
.panel-default {
 border-color:#ddd
}
.panel-default>.panel-heading {
 color:#333;
 background-color:#f5f5f5;
 border-color:#ddd
	 
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
 border-top-color:#ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
 border-bottom-color:#ddd
}
.panel-primary {
 border-color:#428bca
}
.panel-primary>.panel-heading {
 color:#fff;
 background-color:#428bca;
 border-color:#428bca
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
 border-top-color:#428bca
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
 border-bottom-color:#428bca
}
.panel-success {
 border-color:#d6e9c6
}
.panel-success>.panel-heading {
 color:#3c763d;
 background-color:#dff0d8;
 border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
 border-top-color:#d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
 border-bottom-color:#d6e9c6
}
.panel-info {
 border-color:#bce8f1
}
.panel-info>.panel-heading {
 color:#31708f;
 background-color:#d9edf7;
 border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
 border-top-color:#bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
 border-bottom-color:#bce8f1
}
.panel-warning {
 border-color:#faebcc
}
.panel-warning>.panel-heading {
 color:#8a6d3b;
 background-color:#fcf8e3;
 border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
 border-top-color:#faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
 border-bottom-color:#faebcc
}
.panel-danger {
 border-color:#ebccd1
}
.panel-danger>.panel-heading {
 color:#a94442;
 background-color:#f2dede;
 border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
 border-top-color:#ebccd1
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
 border-bottom-color:#ebccd1
}
.well {
 min-height:20px;
 padding:19px;
 margin-bottom:20px;
 background-color:#f5f5f5;
 border:1px solid #e3e3e3;
 border-radius:4px;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
 border-color:#ddd;
 border-color:rgba(0,0,0,.15)
}
.well-lg {
 padding:24px;
 border-radius:6px
}
.well-sm {
 padding:9px;
 border-radius:3px
}





.concept_01{
	
text-align: center;
	font-size:1.7rem;
	
}

.concept_01 h2 {
    color: #555555;
    letter-spacing: 0.06em;
    font-size: 1.8rem;
    line-height: 1.65;
    display: inline-block;
    border-bottom: solid 2px #333333;
    padding: 0 0 8px 0;
    margin: 0 0 30px 0;
}


.f10{
	font-size:1rem;
	
}

.date td,
.date th {
 padding:.1rem;
}

.flow_base02 {
  color: #ffffff;
  font-size: 1.6em;
  background: #FFAAAA;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
  margin: 10px;
  padding: 10px 10px 0 80px;
  background-image: url("/images/white/arrow_01.png");
  background-repeat: no-repeat;
  background-position: center left;
}


.abutton{
	
	  background-image: url("/images/global/arrow01.png");
background-repeat: no-repeat;
background-position: center left;
padding: 0 0 0 40px;
display: inline-block;
height: 60px;
line-height: 60px;
}


.mw_wp_form .horizontal-item{
    display: block;
    margin-left:0 !important;
    margin-bottom:0.5em;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
/*  background-color: #b60081; */
	background-color: var(--main-color);
	
}

body:not(.theme-preset-active) footer#colophon {
    color: #ffffff;
}
body:not(.theme-preset-active) footer#colophon a{
    color: #ffffff;
}


/*2025/01/追加 ひとまとまりとして改行しないspan*/
.one-word{
	display:inline-block;
}


/*202509 診療について*/
.r1 {
	margin:2em 0 0 0;
  background-color: #f7fcf8;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r1 h2 {
  margin: 0;
  font-size: 1.5em;
}

.r1 .box1 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.r1 img {
  width: 150px;
  border-radius: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  flex-shrink: 0;
}

.r1 .box1-1 {
  flex: 1;
  font-size: 1em;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

.r1 .btn-link {
  display: inline-block;
  margin-top: 12px;
	padding: 5px 15px;
  border-radius: 8px;
  background-color: rgba(174, 29, 123, 0.5);
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  align-self: flex-end;
  transition: all 0.3s ease;
}

.r1 .btn-link:hover {
  background-color: rgba(174, 29, 123, 0.8);
}

@media (max-width: 800px) {
  .r1 .box1 {
    flex-direction: column;
    align-items: center;
  }

  .r1 img {
    margin: 0 auto;
  }

  .r1 .box1-1 {
    width: 100%;
    text-align: left;
    align-items: center;
  }

  .r1 .btn-link {
    align-self: center;
  }
}


/*202509　初診の流れ*/
/*box1の方は使わないかも*/
/* 親コンテナをflexにする */
.first .box1 {
  display: flex;
  flex-direction: row;   /* 横並び */
  flex-wrap: nowrap;     /* 折り返さない */
  gap: 20px;
  align-items: flex-start; /* 上端を揃える */
	margin:2em 0 3em 0;
}

/* 左側テキスト */
.first .box1-1 {
  flex: 0 0 50%;  /* 幅50%固定 */
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}

/* 右側画像 */
.first .box1-2 {
  flex: 0 0 50%;  /* 幅50%固定 */
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}

.first img {
  max-width: 100%;
  height: auto;
}

/* スマホは縦並び */
@media (max-width: 800px) {
  .first .box1 {
    flex-wrap: wrap;
  }

  .first .box1-1,
  .first .box1-2 {
    flex: 0 0 100%;
  }

  /* 偶数番目のbox1だけ順序入れ替え */
  .first .box1:nth-of-type(even) .box1-1 {
    order: 2; /* テキストを下に */
  }

  .first .box1:nth-of-type(even) .box1-2 {
    order: 1; /* 画像を上に */
  }
}

/* 親コンテナをflexにする */
.first .box2 {
  display: flex;
  flex-direction: row;   /* 横並び */
  flex-wrap: nowrap;     /* 折り返さない */
  gap: 20px;
  align-items: flex-start; /* 上端を揃える */
  margin: 0em 0 3em 0;
}

/* 左側テキスト */
.first .box2 .box1-1 {
  flex: 0 0 30%;  
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}

/* 右側画像 */
.first .box2 .box1-2 {
  flex: 0 0 70%;  
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}

.first img {
  max-width: 100%;
  height: auto;
}

/* スマホは縦並び */
@media (max-width: 800px) {
  .first .box2 {
    flex-wrap: wrap;
  }

  .first .box2 .box1-1,
  .first .box2 .box1-2 {
    flex: 0 0 100%;
  }
}

/*202509　トップページ診療アイコン*/
.top-icon-wrap {
	margin:0 0 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.top-icon {
  margin-top: 1em;                  
  display: flex;
  flex-wrap: wrap;                  
  justify-content: center;          /* すべて中央寄せ */
  gap: 5px;
}

/*
.top-icon-blue {
	background-color:rgba(64, 224, 208, 0.07);
	border: 3px solid rgb(64, 224, 208); /* ターコイズブルー */
}
*/

.top-icon a {
  display: inline-block;
}

.top-icon img {
  width: 110px;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  transition: filter 0.3s;
}

.top-icon img:hover {
  border: 3px solid var(--main-color);
}

/*202509　診療時間*/
.date-table table {
  border-collapse: collapse;
  width: 100%;
}

.date-table table, th, td {
  border: 1px solid var(--main-color);
}
.date-table th{
  background-color: color-mix(in srgb, var(--main-color) 40%, white 60%);
}
