/****************************
	TOP-PAGE
****************************/
#main {
    position: relative;
}
#main h3{
	font-size: 38px;
	line-height: 62px;
	letter-spacing: 0.2em;
}
.main-box{
    margin: 165px 0 0 0;
}

#concept{
	background: #e7fbfc;
	padding: 60px 0;
}
#concept h2{
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	color: #25acbe;
	margin-bottom: 35px;
}
#concept p.concept-txt01{
	text-align: center;
	font-size: 15px;
	line-height: 27px;
	color: #002142;
	font-weight: bold;
	margin-bottom: 55px;
}
#concept .concept-box{
	max-width: 830px;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#concept .concept-box div{
	width: 240px;
	/*float: left;*/
	text-align: center;
}
#concept .concept-box div:nth-of-type(2){
	margin: 0 52px;
}
#concept .concept-box div span{
	display: block;
	height: 120px;
	margin-bottom: 35px;
}
#concept .concept-box div img{
	vertical-align: middle;
}
#concept .concept-box div h4{
	font-size: 20px;
	color: #25acbe;
	margin-bottom: 15px;
}
#concept .concept-box div p{
	font-size: 15px;
	line-height: 27px;
	text-align:left;
}
#concept a.btn01{
	background: #fff;
	padding: 20px 0;
	margin: 40px auto 0;
	font-size: 15px;
	color: #5dc8d6;
	border: solid 1px #5dc8d6;
	display: block;
	width: 50%;
	text-align: center;
	font-weight: bold;
}
#concept a.btn01:hover{
	background: #5dc8d6;
	color: #fff;
}

.omotenashi{
	background: #fcffef !important;
}

#guide{
	background: #5cc7d5;
	padding: 60px 0;
}
#guide ul{
  border-bottom: solid 1px #5cc7d5;
}
#guide ul li{
	background: #fff;
    text-align: center;
    float: left;
    box-sizing: border-box;
    border-right: solid 1px #5cc7d5;
}
#guide ul li a {
	padding: 13px 0 20px;
    color: #111;
    display: block;
}
#guide ul li a:hover{
	background: #e7fbfc;
}
#guide ul li p.ttl{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}
#guide ul li p.txt{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5dc8d6;
}
#guide ul:nth-of-type(1) li,
#guide ul:nth-of-type(2) li{
	width: 25%;
}
#guide ul:nth-of-type(3) li{
	width: 20%;
}
#guide-bottom{
	background: #e7fbfc;
	padding: 40px 0;
}
/*#guide-bottom ul li{
	float: left;
	width: 23%;
	margin: 0 1%;
	background: #fff;
	overflow: hidden;
	position: relative;

}
#guide-bottom ul li:last-child{
	
}
#guide-bottom ul li a{
	display: block;
	position: relative;
}
#guide-bottom ul li img{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#guide-bottom ul li:hover img{
	opacity: 0;
}
#guide-bottom ul li:nth-of-type(1):hover{
	background: url(../img/menu_01_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(2):hover{
	background: url(../img/menu_02_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(3):hover{
	background: url(../img/menu_03_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(4):hover{
	background: url(../img/menu_04_on@2x.png);
	background-size: 100% 100%;
}*/

#doctor{
	background: url(../img/doctor_bg005.jpg) no-repeat left center;
	background-size: cover;
	padding: 30px 0;
}
#doctor .right-txt{
	background: #fff;
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 35px;
}
#doctor .right-txt h3{
	font-size: 22px;
	line-height: 30px;
	color: #25acbe;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
#doctor .right-txt p{
	font-size: 14px;
	line-height: 24px;
	color: #002142;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 30px;
}
#doctor .right-txt b{
    background: url(../img/arrow_bg.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#doctor a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#doctor:hover{
	opacity: 0.7;
}
#doctor:hover b{
    background: url(../img/arrow_bg_on.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
}

#firstvisit{
	background: url(../img/firstvisit_bg.png) no-repeat right bottom;
	background-size: cover;
	padding: 30px 0;
}
#firstvisit .left-txt {
    background: #fff;
    width: 50%;
    min-height: 375px;
    float: left;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}
#firstvisit .left-txt h3{
	font-size: 22px;
	line-height: 30px;
	color: #25acbe;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
#firstvisit .left-txt p{
	font-size: 14px;
	line-height: 24px;
	color: #002142;
	letter-spacing: 0.05em;
	text-align: justify;
	font-weight: bold;
	margin-bottom: 40px;
}
#firstvisit .left-txt b{
    background: url(../img/arrow_bg.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0 0px 0 0px;
    position: absolute;
    bottom: 40px;
    min-width: 170px;
    left: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#firstvisit a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
  z-index: 10;
}
#firstvisit:hover{
	opacity: 0.7;
}
#firstvisit:hover b{
    background: url(../img/arrow_bg_on.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
}

#information{
	background: #e7fbfc;
	padding: 60px 0 50px;
}
#information h2{
	color: #1a535b;
	position: relative;
	font-weight: bold;
}
#information h2 span{
	color: #5dc8d6;
}
#information h2 a{
    background: url(../img/arrow_short.svg) no-repeat 95% center;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #5dc8d6;
    position: absolute;
    padding: 0 30px 0 0;
    right: 20px;
    top: 50%;
}
#information h2 a:hover{
	 background: url(../img/arrow_short.svg) no-repeat 98% center;
	 opacity: 0.8;
}
#information h2:after{
	background: #5dc8d6;
}
#information .left-box{
	width: 74.5%;
	float: left;
}
#information .right-box{
	width: 23.5%;
	float: right;
}
#information .info-box{
	border-bottom: solid 1px #cbe6e0;
}
#information .info-box a{
	display: block;
	color: #002142;
}
#information .info-box dd:hover a{
	text-decoration: underline;
}
#information .info-box .i-inner{
	border-top: solid 1px #cbe6e0;
	padding: 24px 0;
	position: relative;
}
#information .info-box dl{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#information .info-box dl dt{
    font-family: 'Josefin Sans', sans-serif;
    display: table-cell;
    vertical-align: bottom;
    width: 95px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #002142;
    border-right: solid 1px #5cc8d7;
  padding-right: 10px;
}
#information .info-box dl dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-left: 15px;
	color: #002142;
}
#information .info-box .i-inner div{
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #002142;
}

#photo-area{
	background: #e7fbfc;
	border-bottom: solid 1px #5dc8d6;
	padding: 1px 0 0;
	box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}
#photo-area .photo-box{
	border-bottom: solid 1px #5dc8d6;
}
#photo-area .bx-wrapper{
	width: 100%;
	max-width: 100%!important;
	margin: 0;
}
#photo-area img{
	width: 100%;
	height: auto;
}
#photo-area ul.menu-list{
	margin: 30px 0;
}
#photo-area ul.menu-list li{
    width: 30%;
    float: left;
    margin: 0 1.7%;
    background: #fff;
    border: solid 1px #5dc8d6;
    text-align: center;
    letter-spacing: 0.14em;
    box-sizing: border-box;
}
#photo-area ul.menu-list li:nth-of-type(2) {
    margin: 0 1.5%;
}
#photo-area ul.menu-list li a span{
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: normal;
}
#photo-area ul.menu-list li a{
	font-family: MyWebFont01;
	display: block;
	padding: 25px 0;
	font-size: 22px;
	color: #5dc8d6;
}
#photo-area ul.menu-list li a:hover{
	background: #5dc8d6;
	color: #fff;
}

#access{
	padding: 60px 0;
	position: relative;
	margin: 0 30px;
}
#access .left-box{
	float: left;
	width: 74.5%;
}
#access .left-box dl{
	display: table;
	width: 100%;
}
#access .left-box dt{
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#access .left-box dt p{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}
#access .left-box dt p span{
	font-size: 14px;
}
#access .left-box dt ul li{
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	line-height: 22px;
}
#access .left-box dt ul li:before{
    content: "-";
    font-size: 22px;
    color: #5dc8d6;
    display: block;
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 0;
}
#access .left-box dd{
	display: table-cell;
	vertical-align: top;
	width: 405px;
}
#access .right-box{
	float: right;
	width: 23.5%;
}

/*-----iPad用CSS-----*/
@media screen and (min-width: 701px) and (max-width: 1000px) {
/*#main {
    background: url(../img/main_img.png) no-repeat;
    background-position: right -320px center;
    background-size: cover;
    padding: 0 5% 15%;
    margin: 0 30px 30px;
    position: relative;
    text-align: center;
}*/
.main-box{
	margin: 15% 0 0;
}
#main img{
    margin: 0 0 25px;
}
#main h3 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.2em;
}

#concept {
    background: #e7fbfc;
    padding: 10% 5% 5%;
}
#concept h2{
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    color: #25acbe;
    margin-bottom: 8%;
}
#concept h2 br{
	display: none;
}
#concept p.concept-txt01{
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    color: #002142;
    font-weight: bold;
    margin-bottom: 10%;
}
#concept .concept-box{
	max-width: 830px;
	margin: 0 auto;
}
#concept .concept-box div{
    width: 30%;
    display: block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px 10px;
    float: left;
    border: solid 1px #5bc7d5;
    margin: 0 1.5% 0;
    font-size: 20px;
}
#concept .concept-box div img{
	max-width: 50%;
}
#concept .concept-box div:nth-of-type(1){
}
#concept .concept-box div:nth-of-type(2){
	float: left;
	margin: 0 1.5% 0;
}

#concept .concept-box div:nth-of-type(3){
	float: left;
	width: 30%;
}
#concept .concept-box div:nth-of-type(3) p{
	text-align: justify;
}
#concept .concept-box div span{
	display: block;
	height: 110px;
	position: relative;
	margin-bottom: 5%;
}
#concept .concept-box div img{
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 110px;
    margin: 0 auto;
}
#concept .concept-box div h4{
    font-size: 0.8em;
    min-height: 30px;
    color: #25acbe;
    margin-bottom: 15px;
}
#concept .concept-box div p{
	font-size: 0.6em;
	line-height: 20px;
	text-align: justify;
}
#concept a.btn01{
    background: #fff;
    padding: 20px 0;
    font-size: 15px;
    color: #5dc8d6;
    border: solid 1px #5dc8d6;
    display: block;
    width: 90%;
    text-align: center;
    box-sizing: border-box;
    max-width: 300px;
    margin: 30px auto 0;
}
#concept a.btn01:hover{
	background: #5dc8d6;
	color: #fff;
}

#guide {
    background: #5cc7d5;
    padding: 10% 5% 5%;
}
#guide ul{
	border-bottom: none;
  display: flex;
}
#guide ul li{
	background: #fff;
    text-align: center;
    float: left;
    box-sizing: border-box;
    border-right: solid 1px #5cc7d5;
    border-top: solid 1px #5cc7d5;
}
#guide ul li a {
	padding: 13px 0 20px;
    color: #111;
    display: block;
}
#guide ul li a:hover{
	background: #e7fbfc;
}
#guide ul li p.ttl{
	font-size: 14px;
	font-weight: bold;
    line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}
#guide ul li p.txt{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5dc8d6;
}
#guide ul:nth-of-type(1) li,
#guide ul:nth-of-type(2) li {
    width: 25%;
}
#guide ul:nth-of-type(3) li{
	width: 20%;
}
#guide ul:nth-of-type(3) li:last-child{
	width: 20%;
}
#guide-bottom{
    background: #e7fbfc;
    padding: 5% 5% 1%;
}
/*#guide-bottom ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
    background: #fff;
    overflow: hidden;
    position: relative;
}
#guide-bottom ul li:nth-of-type(even){
	float: right;
	margin-right: 1%;
	margin-bottom: 4%;
}
#guide-bottom ul li a{
	display: block;
	position: relative;
}
#guide-bottom ul li img{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
}
#guide-bottom ul li:hover img{
	opacity: 0;
}
#guide-bottom ul li:nth-of-type(1):hover{
	background: url(../img/menu_01_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(2):hover{
	background: url(../img/menu_02_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(3):hover{
	background: url(../img/menu_03_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(4):hover{
	background: url(../img/menu_04_on@2x.png);
	background-size: 100% 100%;
}*/

#doctor {
    background: url(../img/doctor_bg.png) no-repeat left center;
    background-size: cover;
    padding: 5%;
    margin: 0 30px 30px;
}
#doctor .img-doctor{
    display: none;
}
#doctor .right-txt{
	background: rgba(255, 255, 255, 0.8);
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 5%;
}
#doctor .right-txt h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    color: #25acbe;
    letter-spacing: 0.05em;
    margin-bottom: 5%;
}
#doctor .right-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #002142;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 5%;
    text-align: justify;
}
#doctor .right-txt b{
    background: url(../img/arrow_bg.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#doctor a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#doctor:hover{
	opacity: 0.7;
}
#doctor:hover b{
    background: url(../img/arrow_bg_on.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
}

#firstvisit{
	background: url(../img/firstvisit_bg.png) no-repeat right bottom;
	background-size: cover;
	padding: 5%;
}
.img-firstvisit{
	display: none;
}
#firstvisit .left-txt{
    background: rgba(255, 255, 255, 0.8);
    width: 50%;
    min-height: auto;
    float: none;
    box-sizing: border-box;
    padding: 5%;
    position: relative;
}
#firstvisit .left-txt h3{
	font-size: 18px;
	line-height: 24px;
	color: #25acbe;
	letter-spacing: 0.05em;
	margin-bottom: 5%;
	text-align: justify;
}
#firstvisit .left-txt p{
	font-size: 14px;
	line-height: 24px;
	color: #002142;
	letter-spacing: 0.05em;
	text-align: justify;
	font-weight: bold;
	margin-bottom: 5%;
}
#firstvisit .left-txt b{
    background: url(../img/arrow_bg.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0 0px 0 0px;
    position: static;
    bottom: 0;
    min-width: 170px;
    left: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#firstvisit a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#firstvisit:hover{
	opacity: 0.7;
}
#firstvisit:hover b{
    background: url(../img/arrow_bg_on.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
}

#information {
    background: #e7fbfc;
    padding: 10% 5% 0;
}
#information h2{
	color: #1a535b;
	position: relative;
}
#information h2 span{
	color: #5dc8d6;
}
#information h2 a{
    display: none;
}
#information h2 a:hover{
	 background: url(../img/arrow_short.svg) no-repeat 98% center;
	 opacity: 0.8;
}
#information h2:after{
	background: #5dc8d6;
}
#information .left-box{
	width: 100%;
	float: none;
}
#information .right-box {
    width: 100%;
    margin: 5% 0 0;
    float: none;
    text-align: center;
    display: none;
}
#information .info-box{
	border-bottom: solid 1px #cbe6e0;
}
#information .info-box a{
	color: #002142;
}
#information .info-box dd:hover a{
	text-decoration: underline;
}
#information .info-box .i-inner{
    border-top: solid 1px #cbe6e0;
    padding: 5% 0;
    position: relative;
}
#information .info-box dl{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#information .info-box dl dt{
    font-family: 'Josefin Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #002142;
    border-right: solid 1px #5cc8d7;
}
#information .info-box dl dd{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 15px;
    color: #002142;
}
#information .info-box .i-inner div{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #002142;
}

#photo-area{
    background: #e7fbfc;
    border-bottom: solid 1px #5dc8d6;
    padding: 1px 0 0;
    box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}
#photo-area .photo-box{
	border-bottom: solid 1px #5dc8d6;
	display: none;
}
#photo-area img{
	width: 100%;
	height: auto;
	float: left;
}
#photo-area ul.menu-list{
    margin: 5%;
}
#photo-area ul.menu-list li{
    width: calc(100% / 3);
    float: left;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.14em;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
}
#photo-area ul.menu-list li:nth-of-type(2){
	margin: 0 0;
}
#photo-area ul.menu-list li a span{
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: normal;
}
#photo-area ul.menu-list li a{
	background: #fff;
	font-family: MyWebFont01;
	display: block;
	padding: 25px 0;
	font-size: 22px;
	color: #5dc8d6;
	border: solid 1px #5dc8d6;
    text-align: center;
    letter-spacing: 0.14em;
    box-sizing: border-box;
    margin-bottom: 5%;
}
#photo-area ul.menu-list li a:hover{
	background: #5dc8d6;
	color: #fff;
}

#access{
	padding: 60px 0;
	position: relative;
	margin: 0 30px;
}
#access .left-box{
	float: left;
	width: 70%;
}
#access .left-box dl{
	display: block;
	width: 100%;
}
#access .left-box dt{
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#access .left-box dt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
    white-space: nowrap;
}
#access .left-box dt p span{
	font-size: 14px;
}
#access .left-box dt ul li{
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	line-height: 22px;
}
#access .left-box dt ul li:before{
    content: "-";
    font-size: 22px;
    color: #5dc8d6;
    display: block;
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 0;
}
#access .left-box dd{
    display: table-cell;
    vertical-align: top;
    width: auto;
    margin-top: 10px;
    padding: 0 0 0 30px;
}
#access .right-box{
	float: right;
	width: 28%;
	margin-top: 0;
}
}


/*-----スマートフォン用CSS-----*/
@media screen and (max-width: 700px){
#concept {
    background: #e7fbfc;
    padding: 10% 5%;
}
#concept h2 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #25acbe;
    margin-bottom: 10%;
}
#concept h2 br{
	display: none;
}
#concept p.concept-txt01{
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    color: #002142;
    font-weight: bold;
    margin-bottom: 10%;
}
#concept .concept-box{
	max-width: 830px;
	margin: 0 auto;
}
#concept .concept-box div{
    width: 100%;
    float: none;
    text-align: center;
    box-sizing: border-box;
    padding: 5%;
    border: solid 1px #5bc7d5;
    margin: 0 0 5%;
}
#concept .concept-box div:nth-of-type(2){
	margin: 0 0 5%;
}
#concept .concept-box div span{
	display: block;
	height: auto;
	margin-bottom: 5%;
}
#concept .concept-box div img {
    vertical-align: middle;
    max-width: 50px;
}
#concept .concept-box div h4{
	font-size: 16px;
	color: #25acbe;
	margin-bottom: 15px;
}
#concept .concept-box div p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
#concept a.btn01{
    background: #fff;
    padding: 20px 0;
    font-size: 15px;
    color: #5dc8d6;
    border: solid 1px #5dc8d6;
    display: block;
    width: 90%;
    text-align: center;
    box-sizing: border-box;
    max-width: 300px;
    margin: 0 auto 0;
}
#concept a.btn01:hover{
	background: #5dc8d6;
	color: #fff;
}

#guide {
    background: #5cc7d5;
    padding: 10% 5% 5%;
}
#guide ul{
	border-bottom: none;
}
#guide ul li{
	background: #fff;
    text-align: center;
    float: left;
    box-sizing: border-box;
    border-right: solid 1px #5cc7d5;
    border-top: solid 1px #5cc7d5;
}
#guide ul li a{
    padding: 5px 0 8px;
    color: #111;
    display: block;
}
#guide ul li a:hover{
	background: #e7fbfc;
}
#guide ul li p.ttl{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}
#guide ul li p.txt{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5dc8d6;
}
#guide ul:nth-of-type(1) li,
#guide ul:nth-of-type(2) li {
    width: 50%;
}
#guide ul:nth-of-type(3) li{
    width: 50%;
}
/*
#guide ul:nth-of-type(3) li:last-child{
    width: 100%;
}
*/
#guide ul:nth-of-type(4) li{
    width: 50%;
}
#guide-bottom{
    background: #e7fbfc;
    padding: 5% 5%;
}
/*#guide-bottom ul li {
    float: left;
    width: 48%;
    margin: 0 1% 2%;
    background: #fff;
    overflow: hidden;
    position: relative;
}
#guide-bottom ul li:last-child{
	margin-right: 1%;
	margin-bottom: 2%;
}
#guide-bottom ul li a{
	display: block;
	position: relative;
}
#guide-bottom ul li img{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
}
#guide-bottom ul li:hover img{
	opacity: 0;
}
#guide-bottom ul li:nth-of-type(1):hover{
	background: url(../img/menu_01_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(2):hover{
	background: url(../img/menu_02_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(3):hover{
	background: url(../img/menu_03_on@2x.png);
	background-size: 100% 100%;
}
#guide-bottom ul li:nth-of-type(4):hover{
	background: url(../img/menu_04_on@2x.png);
	background-size: 100% 100%;
}*/

#doctor{
    background: url(../img/doctor_bg.png) no-repeat left center;
    background-size: cover;
    padding: 10% 5%;
}
#doctor .inner {
    border: solid 5px #fff;
}
#doctor .img-doctor{
    width: 100%;
}
#doctor .right-txt{
	background: #fff;
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 5%;
}
#doctor .right-txt h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #25acbe;
    letter-spacing: 0.05em;
    margin-bottom: 5%;
}
#doctor .right-txt p {
    font-size: 13px;
    line-height: 20px;
    color: #002142;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 5%;
    text-align: justify;
}
#doctor .right-txt b{
    background: url(../img/arrow_bg.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#doctor a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#doctor:hover{
	opacity: 0.7;
}
#doctor:hover b{
    background: url(../img/arrow_bg_on.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
}

#firstvisit{
	background: url(../img/firstvisit_bg.png) no-repeat right bottom;
	background-size: cover;
	padding: 10% 5%;
}
#firstvisit .inner {
    border: solid 5px #fff;
}
#firstvisit .left-txt {
    background: #fff;
    width: 100%;
    min-height: auto;
    float: none;
    box-sizing: border-box;
    padding: 5%;
    position: relative;
}
#firstvisit .left-txt h3{
	font-size: 16px;
	line-height: 24px;
	color: #25acbe;
	letter-spacing: 0.05em;
	margin-bottom: 5%;
	text-align: justify;
}
#firstvisit .left-txt p{
	font-size: 13px;
	line-height: 20px;
	color: #002142;
	letter-spacing: 0.05em;
	text-align: justify;
	font-weight: bold;
	margin-bottom: 5%;
}
#firstvisit .left-txt b{
    background: url(../img/arrow_bg.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding: 0 0px 0 0px;
    position: static;
    bottom: 0;
    min-width: 170px;
    left: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#firstvisit a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#firstvisit:hover{
	opacity: 0.7;
}
#firstvisit:hover b{
    background: url(../img/arrow_bg_on.svg) no-repeat bottom left;
    color: #5cc7d5;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding: 0;
    min-width: 200px;
}

#information {
    background: #e7fbfc;
    padding: 10% 5% 0;
}
#information h2{
	color: #1a535b;
	position: relative;
}
#information h2 span{
	color: #5dc8d6;
}
#information h2 a{
    display: none;
}
#information h2 a:hover{
	 background: url(../img/arrow_short.svg) no-repeat 98% center;
	 opacity: 0.8;
}
#information h2:after{
	background: #5dc8d6;
}
#information .left-box{
	width: 100%;
	float: none;
}
#information .right-box {
    width: 100%;
    margin: 5% 0 0;
    float: none;
    text-align: center;
}
#information .info-box{
	border-bottom: solid 1px #cbe6e0;
}
#information .info-box a{
	display: block;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#information .info-box dd:hover a{
	text-decoration: underline;
}
#information .info-box .i-inner{
    border-top: solid 1px #cbe6e0;
    padding: 5% 0;
    position: relative;
}
#information .info-box dl{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#information .info-box dl dt{
    font-family: 'Josefin Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #002142;
    border-right: solid 1px #5cc8d7;
    padding-right: 10px;
}
#information .info-box dl dd{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 15px;
    color: #002142;
}
#information .info-box .i-inner div{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #002142;
}

#photo-area{
	background: #e7fbfc;
	border-bottom: solid 1px #5dc8d6;
	padding: 1px 0 0;
	box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
#photo-area .photo-box{
	border-bottom: solid 1px #5dc8d6;
	display: none;
}
#photo-area img{
	width: 100%;
	height: auto;
	float: left;
}
#photo-area ul.menu-list{
    margin: 0 5% 5%;
}
#photo-area ul.menu-list li {
    width: 48%;
    float: left;
    background: #fff;
    border: solid 1px #5dc8d6;
    text-align: center;
    letter-spacing: 0.14em;
    box-sizing: border-box;
    margin: 1%;
}
#photo-area ul.menu-list li:nth-of-type(2){
	margin: 1%;
}
#photo-area ul.menu-list li a span{
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: normal;
}
#photo-area ul.menu-list li a{
	font-family: MyWebFont01;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	color: #5dc8d6;
}
#photo-area ul.menu-list li a:hover{
	background: #5dc8d6;
	color: #fff;
}

#access{
    padding: 10% 0;
    position: relative;
    margin: 0 5%;
}
#access .left-box{
	float: none;
	width: 100%;
}
#access .left-box dl{
	display: block;
	width: 100%;
}
#access .left-box dt{
	display: block;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#access .left-box dt p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
}
#access .left-box dt p a{
	color: #000;
}
#access .left-box dt p span{
	font-size: 14px;
}
#access .left-box dt ul li{
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	line-height: 22px;
}
#access .left-box dt ul li a{
	color: #000;
}
#access .left-box dt ul li:before{
    content: "-";
    font-size: 22px;
    color: #5dc8d6;
    display: block;
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 0;
}
#access .left-box dd{
	display: block;
	vertical-align: top;
	width: auto;
	margin-top: 10px;
}
#access .right-box{
    float: none;
    width: 100%;
    margin-top: 10%;
    text-align: center;
}
}

span.telsp {
 font-family: 'Josefin Sans', sans-serif;
 font-size:180%;
 color:#ef3878;
 font-weight:900;
}


.page_list-999{
	width:100%;
	font-size:14px;
}
.page_list-999 ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto 40px auto;
	padding:0 10px 0 10px;
	box-sizing:border-box;
}
.page_list-999 ul li{
	float:left;
	margin:0 0 0 10px;
	list-style:none;
}

.page_list-999 ul li a{
	padding:0 20px 20px 5px;
	text-decoration:none;
	color: #1a535b;
    font-weight: bold;
}


.price-table-999{
    width: 100%;
    margin-bottom: 35px;
	margin-top: 15px;
}
.price-table-999 th {
    background: #59cbde;
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 15px;
    border: solid 1px #fff;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    width: 200px;
}
.price-table-999 td {
    vertical-align: middle;
    padding: 15px;
    border: solid 1px #e7fbfc;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
	 text-align: left;
}


.right-font{
text-align: right;
}

.box2{
width:calc(100% / 2 -10px);
float:left;
box-sizing: border-box;
}
.box2 video {
width: 100%;
}

.point_advice {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-evenly;
}
.point_advice div{
    width: calc(100% / 2 - 10px);
	float: left;
    margin-right: 10px;
}
.point_advice div video{
    width: 100%;
}

.pc{display:block;}
.sp{display:none!important;}


@media(max-width: 768px){
.price-table-999{
    width: 100%;
    margin-bottom: 35px;
}
.price-table-999 th {

    font-size: 14px;
    line-height: 20px;
    width: 60px;
}
.price-table-999 td {
    vertical-align: middle;
    padding: 15px;
    border: solid 1px #e7fbfc;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
}
.point_advice div p{
	font-size:12px;
    line-height: 120%;

}

.pc{display:none;}
.sp{display:block!important;}


.main-box{text-align: left;}
.main-box h3{text-align: center;}
}

span.font14{font-size:14px!importamt;}

.footer-btn {
	display: none;
	position: fixed;
	inset: auto 0 0 0;
	z-index: 1000;
}
@media(max-width: 768px){
	.footer-btn {
		display: flex;
	}
}
.footer-btn div {
	width: 50%;
}
.footer-btn div a {
	display: block;
	padding: 10px;
	text-align: center;
	background: #64c3d9;
}
.footer-btn div:nth-child(2) a {
	background: #ffc122;
}
.footer-btn div a span:nth-child(1) {
	display: block;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	color: #fff;
	font-size: 12px;
    font-weight: bold;
	font-family: 'Marcellus', serif;
	border-bottom: #fff 1px solid;
}
.footer-btn div a span:nth-child(2) {
	display: flex;
	justify-content: center;
	gap: 12px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.footer-btn div a span:nth-child(2) img {
	width: 16px;
}
