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

*{
	
	transition-timing-function:ease-out;
}

.xo-month-wrap{
    width:100%;
    float:none;
    }
}

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.1em;
    line-height: 1.75;
    overflow-wrap: break-word;
    quotes: "\201C" "\201D" "\2018" "\2019";
-webkit-font-smoothing:subpixel-antialiased
}

.page-content, .entry-content, .entry-summary {
  margin: 0 0 0;
}
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 0;
}

.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.5rem;
line-height: 1.65;
	  display: inline-block;
  border-bottom: solid 2px #0ba7e1;
padding: 0 0 5px 0;
	margin:15px 0 15px 0;
}


h3{
	color:#555555;
font-size: 1.3rem;
  border-bottom: solid 1px #c1b8b8;
	margin:10px 0 10px 0;
	line-height:1.6;
}

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



h4 {
  color: #555555;
  font-size: 1.2rem;
  background: #caddb7;
  margin: 10px 0 10px 0;
  padding: 5px 10px;
}


h5 {
  color: #555555;
  font-size: 1.2rem;
	border-bottom:1px #caddb7 solid;
  margin: 10px 0 10px 0;
  padding: 5px 10px;
}

.opa1{
	opacity:0.95 !important;
}

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

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

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

.alert02 {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
  display: inline-block;
}

table.date td,table.date th{
  text-align:center;
	vertical-align:middle;
}


header#masthead {
  margin-bottom: 0;
	background-color:rgba(115,196,255,1);
  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: #0e93c4;
    border-color: #0e93c4;
}

.btn-index01 a:hover{
    color: #09394b;
}

.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 );
	
}



@media (min-width: 576px) {

.message_box01{
width:90%;
}
	
	
}


@media (min-width: 768px){

.message_box01{
width:80%;
}
	
}


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


@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: #0ba7e1;
}

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



.text_column02{
	
	columns: 2 auto;
}




/*-----------------------▼メディカルトリートメントモデルここから-------------------------------------------------*/

#guide_men_top {
	margin:25px 0px 0px 0px;
	padding:0px;
	width:500px;
	height:175px;
	background:url(/images/mtm/bg_men_list.png) no-repeat;
}

#guide_men {
	margin:25px 0px 0px 0px;
	padding:0px;
	width:500px;
	height:175px;
	background:url(/images/mtm/bg_mtm_men_list.png) no-repeat;
}

#guide_men_top ul {
	position:relative;
	list-style:none;
	top:5px;
	left:103px;
	margin:0px;
	padding:0px;
	width:396px;
	height:42px;
}

#guide_men ul {
	position:relative;
	list-style:none;
	top:35px;
	left:100px;
	margin:0px;
	padding:0px;
	width:396px;
	height:42px;
}

#guide_men li,#guide_men_top li {
	float:left;
	margin:0px;
	padding:0px;
	width:44px;
	height:42px;
	list-style:none !important;
}

#guide_child_top {
	margin:25px 0px 0px 0px;
	padding:0px;
	width:500px;
	height:175px;
	background:url(/images/mtm/bg_child_list.png) no-repeat;
}

#guide_child {
	margin:25px 0px 0px 0px;
	padding:0px;
	width:500px;
	height:140px;
	background:url(/images/mtm/bg_mtm_child_list.png) no-repeat;
}

#guide_child_top ul {
	position:relative;
	list-style:none;
	top:5px;
	left:103px;
	margin:0px;
	padding:0px;
	width:220px;
	height:42px;
	list-style:none !important;
}

#guide_child ul {
	position:relative;
	list-style:none;
	top:5px;
	left:98px;
	margin:0px;
	padding:0px;
	width:220px;
	height:42px;
}

#guide_child li,#guide_child_top li {
	float:left;
	margin:0px;
	padding:0px;
	width:44px;
	height:42px;
	list-style:none !important;
}


.guide_pan {
	margin:0px;
	padding:0px;
	text-align:center;
}

.guide_pan a {
	margin:0px;
	padding:0px;
	font-weight:bold;
}






@media screen and (max-width: 768px) {
#guide_men_top {
	margin:25px 0px 0px 0px;
	padding-bottom:20px;
	padding:0px;
	width:100%;
	height:100%;
	background:none;
}

#guide_men {
	margin:25px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:100%;
	background:none;
}

#guide_men_top ul {
	position:static;
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#guide_men ul {
	position:static;
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#guide_men_top li {
	float:none;
	clear:both;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	line-height:2.6em;
	font-size:medium;
	list-style:none !important;
}

#guide_men li img,#guide_men_top li img {
	float:left;
}

#guide_child_top {
	margin:25px 0px 0px 0px;
	padding-bottom:20px;
	padding:0px;
	width:100%;
	height:100%;
	background:none;
}

#guide_child {
	margin:25px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:100%;
	background:none;
}

#guide_child_top ul {
	position:static;
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#guide_child ul {
	position:static;
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#guide_child_top li {
	float:none;
	clear:both;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	line-height:2.6em;
	font-size:medium;
	list-style:none !important;
}
#guide_child li img,#guide_child_top li img {
	float:left;
}
}

/*-------------------▲メディカルトリートメントモデルここまで-------------------------------------------------*/


/*-------------------price-------------------------------------------------*/

.flexbox01{
display: flex;
justify-content: center;
align-items: center;
	
}

.radarchart{
	width:260px;
	height:260px;
   margin:0 auto;
	padding:0 15px;
	
}



/*-------------------slider-------------------------------------------------*/

.slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index:-1;
}


.slider .image{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: 200%;
}


.slider .image:nth-of-type(1){
  background-image: url("/images/index/main_bg.jpg");
background-size: cover;
}
.slider .image:nth-of-type(2){
  animation-delay: 5s;
  background-image: url(https://picsum.photos/id/238/960/540);
	background-size: cover;

}
.slider .image:nth-of-type(3){
  animation-delay: 10s;
  background-image: url(https://picsum.photos/id/239/960/540);
	background-size: cover;

}


.slider .image{
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 15s;
}


@keyframes anime {
  0% {
    opacity: 0;

  }
  50% {
    opacity: 1;

  }
  100% {
    opacity: 0;

        background-position: -50px 0;
  }
}



.jp_slide_img_wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('https://picsum.photos/id/238/960/540');


    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slide_img {
    100% {
        background-position: -10px 0;
        }
}

/*202605　レイアウト修正*/
body p, body li {
	font-size:1.2rem !important;
	line-height:1.6;
}

/*202506 テキスト分割*/
.one-word {
  white-space: nowrap;
}
.nav-link{
	font-size:1rem;
	padding:.2rem 1rem;
}