@charset "utf-8";
/* CSS Document */
#wrapper {
overflow: visible !important;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	 filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

header {
	background-color: #FFF;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------------------メインイメージ*/

#breadcrumb {
	width: calc(100% - 20px);
	height: 50px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
　　list-style: none;
    text-align: left;
	background-color: #f8f8f8;
	padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 50px;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #239178;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
}

#breadcrumb li a:hover {
  color: #239178;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#Sidemenu {
	width: 200px;
	height: auto;
}
#smenu {
	position: sticky;
	top: 20px;
	width: 100%;
	height: 550px;
}
#smenu .ttl{
	width: 100%;
	height: 59px;
	float: left;
	border-bottom: 1px solid #CCC;
}
#smenu .t1{
	width: 100%;
	height: 21px;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
#smenu .t2{
	width: 100%;
	height: 11px;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	float: left;
	margin-top: 10px;
}
#smenu .smlist {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
}
#smenu .smlist li {
  width: 175px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-align: left;
  padding: 0;
  margin-top: 10px;
  color: #239178;
  padding-left: 25px;
  text-indent: -25px;
}
#smenu .smlist li a{
  color: #000;
  font-weight: 500;
}
#smenu .smlist li a:hover{
  color: #239178;
  text-decoration: underline;
}

#smenu .smlist li:before {
  content: '>';
  padding: 0px 7px 0px 0px;
  color: #239178;
}

#smenu .smlist li.sub:before{
  content: '・';
  padding: 0px 7px 0px 3px;
  color: #000;
}


#Sidemenu .sidemenu {
	position: sticky;
	top: 10px;
	width: 100%;
	height: auto;
}


#Contents {
	width: 950px;
	height: auto;
}
#Contents:after{
	content: "";
	clear: both;
	display: block;
}

#mimg {
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #CCC;
}
#mimg .t1{
	width: auto;
	height: 40px;
	font-size: 35px;
	line-height: 40px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	letter-spacing: 1px;
	color: #239178;
	float: left;
}
#mimg .t2{
	width: auto;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}
#mimg .t2 span{
}

#subNavi {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
#subNavi li{
	list-style: none;
	width: 200px;
	height: 40px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	border-radius: 8px;
	outline: 1px solid #239178;
	outline-offset: -1px;
	margin-right: 30px;
	background-color: #239178;
}
#subNavi li a{
	display: block;
	color: #000;
	background-color: #FFF;
	transition: 0.4s;
}
#subNavi li a:hover{
	border-radius: 8px;
	background-color: #239178;
	color: #FFF;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#section01 .Img01{
	width: 100%;
	height: auto;
	float: left;
}
#section01 .Img01 img{
	width: 950px;
	height: 400px;
}
#c01txtBox01 {
	width: 500px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#section01 .Img02{
	width: 400px;
	height: 270px;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
}
#section01 .Img02 img{
	width: 400px;
	height: 270px;
}
#c01txtBox01 .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
	font-weight:600;
	color: #239178;
	letter-spacing: 1px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#c01txtBox01 .t2{
	width: 460px;
	height: auto;
	padding-left: 40px;
	float: left;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	font-weight:600;
	letter-spacing: 1px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background-image: url(../web/spot_treatment/ac01.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 24px;
}
#section01 .Img03{
	width: 400px;
	height: 270px;
	float: left;
	margin-top: 50px;
}
#section01 .Img03 img{
	width: 400px;
	height: 270px;
	outline: 1px solid #CCC;
	outline-offset: -1px;
}
.c01txt01{
	width: 500px;
	height: 270px;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
	margin-left: 50px;
}
.c01txt02{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
}
#contents01 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents01 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	clear:both;
}
#contents01 .tablebox01 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 30px 10px 30px;
}
#contents01 .tablebox01 span{
	font-size: 18px;
	line-height: 20px;
	color: #239178;
	font-weight: 600;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 950px;
	height: 39px;
	border-bottom: 1px dotted #999;
	background-image: url(../web/consultation_hours/ac01.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 45px;
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
}
h3 {
	width: 950px;
	height: 39px;
	border-bottom: 1px dotted #999;
	background-image: url(../web/consultation_hours/ac01.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 45px;
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
	margin-top: 70px;
}

#flow {
	position: relative;
	width: 910px;
	height: auto;
	padding: 25px 20px 15px 20px;
	outline: 2px solid #239178;
	outline-offset: -2px;
	float: left;
	margin-top: 50px;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing:1px;
}
#flow span{
	color: #da2525;
}
#flowac{
	position: absolute;
	width: 300px;
	height: 25px;
	background-color: #FFF;
	top: -12px;
	left: 20px;
}
#flowac .step{
	position: relative;
	width: 90px;
	height: 25px;
	background-color: #239178;
	float: left;
	font-size: 13px;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
}
#flowac .ttl{
	position: relative;
	width: 190px;
	height: 25px;
	float: left;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
	color: #239178;
	margin-left: 20px;
}

.c02txt01{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 5px;
}
.c02txt01 span{
	color: #da2525;
}

.c02txt02{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 25px;
}
.c02txt02 span{
	font-size: 18px;
	font-weight: 600;
}
.c02txt03{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 15px;
}
.c02txt03 a{
	color: #000;
	transition: 0.3s;
}
.c02txt03 a:hover{
	color: #da2525;
}
.c02txt04{
	width: 100%;
	height: auto;
	float: left;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
}
.c02txt04 a{
	color: #239178;
	transition: 0.3s;
}
.c02txt04 a:hover{
	color: #da2525;
}


#section03 {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
.c03txt01{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	font-weight: 600;
}
.c03txt01:first-letter{
	color: #239178;
}
#contents03 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents03 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	clear:both;
}
#contents03 .tablebox01 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 20px 10px 20px;
}

.c03img01 {
	width: 382px;
	height: 185px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #239178;
	font-weight: 600;
}
.c03img01 img{
	width: 382px;
	height: 165px;
}
.c03img02 {
	width: 298px;
	height: 185px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #239178;
	font-weight: 600;
	margin-left: 20px;
}
.c03img02 img{
	width: 298px;
	height: 165px;
}
.c03img03 {
	width: 231px;
	height: 185px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #239178;
	font-weight: 600;
	margin-left: 19px;
}
.c03img03 img{
	width: 231px;
	height: 165px;
}
.c03txt02{
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 15px;
}
.c03txt03{
	width: 100%;
	height: auto;
	float: left;
	font-size: 22px;
	line-height: 23px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
	font-weight: 600;
}
.c03txt03:first-letter{
	color: #239178;
}
.c03img04 {
	width: 240px;
	height: 185px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #239178;
	font-weight: 600;
}
.c03img04 img{
	width: 240px;
	height: 165px;
}
.c03img05 {
	width: 534px;
	height: 185px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #239178;
	font-weight: 600;
	margin-left: 20px;
}
.c03img05 img{
	width: 534px;
	height: 165px;
}
.c03img06 {
	width: 288px;
	height: 185px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #239178;
	font-weight: 600;
	margin-left: 0px;
}
.c03img06 img{
	width: 288px;
	height: 165px;
}

.c03txt04{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	font-weight: 600;
}

.c03img07 {
	width: 320px;
	height: 200px;
	float: left;
	margin-top: 20px;
}

#c03txtbox01{
	width: 600px;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-left: 30px;
}
#c03txtbox01 p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 1px;
}
#c03txtbox01 p span{
	color: #da2525;
	font-weight: 600;
}

#c03txtbox01 .explanation{
	width: 600px;
	height: auto;
	float: left;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 5px;
}
#c03txtbox01 .explanation li{
	list-style: inside disc;
	width: 575px;
	height: auto;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-left: 20px;
	text-indent: -20px;
}
#c03txtbox01 .explanation li span{
	color: #239178;
	font-weight: 600;
}
#contents03 .tablebox02{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents03 .tablebox02 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#contents03 .tablebox02 td {
	min-width: 80px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 7px 5px 7px 5px;
}
#contents03 .tablebox02 span{
	color: #da2525;
}

.c03txt05{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
	font-weight: 600;
}
.c03img08 {
	width: 150px;
	height: 200px;
	float: left;
	margin-top: 20px;
}
#c03txtbox02{
	width: 750px;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-left: 50px;
}
#c03txtbox02 p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 1px;
}
#c03txtbox02 p span{
	color: #da2525;
	font-weight: 600;
}

#c03txtbox02 .explanation{
	width: 750px;
	height: auto;
	float: left;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 5px;
}
#c03txtbox02 .explanation li{
	list-style: inside disc;
	width: 725px;
	height: auto;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-left: 20px;
	text-indent: -20px;
}
#c03txtbox02 .explanation li span{
	color: #239178;
	font-weight: 600;
}

#section04 {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
}
#contents04 {
	position: relative;
	width: 100%;
	height: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#contents04 .list01 {
	width: 925px;
	height: auto;
	float: left;
	margin-top: 15px;
	padding-left: 25px;
	text-indent: -25px;
	list-style:none;
}
#contents04 .list01 li{
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing:1px;
}
#contents04 .list01 li::before{
    content: "●";
    color: #239178;
    font-size: 13px;
	font-weight: ;
    margin-right: 10px;
}
.c04txt01{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
	font-weight: 600;
}
.c04img01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}


@media screen and (min-width:768px){
#SPmenu { display:none;}
}
