@charset "utf-8";
/* CSS Document */
#title {
	display: block;
    margin: 30px 0 0;
	width: 100%;
}
#title img {
	height: auto;
	width: 100%;
}

#slider > li[aria-hidden="false"] {
    animation: anime_zoom 6s linear;
}
#slider > li[aria-hidden="true"] {
    transform: scale(1.2);
}

@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

#ct-main {
	background-image: linear-gradient(90deg, rgba(212, 103, 141, 1), rgba(198, 33, 89, 1));
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
#breadcrumbs {
	display: none;
}
#topic {
	text-align: center;
	margin: 30px auto;
	width: 96%;
}

p.mask {
	font-weight: 600;
	color: #FF0000;
}
.mask span {
	color: #06C;
	text-decoration: underline;
}

#slider02 {
	background-image: url(../images/top/mainimg_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-animation : anim 0.5s linear 0s 1 normal;
	width: 100%;
}

.ticker {
  display: flex;
  align-items: center;
　height: 160px;
　overflow: hidden;
}

.crslide {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
}

.lpslide {
  width: 240px;
  height: 160px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#health-insurance {
	display: block;
	margin: 30px auto;
	width: 96%;
}
#health-insurance img {
	height: auto;
	width: 100%;
}

#line-box {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#line-box img {
	height: auto;
	width: 100%;
}

#line-box a:hover {
	opacity: 0.7;
}

#info {
	background-image: url(../images/common/pt_ume.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	margin: 60px auto;
	padding-bottom: 80px;
	width: 96%;
}

#info h2 {
	background-image: url(../images/top/ti_info_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 9.33%;
	height: 0;
	width: 96%;
}

#information iframe {
	display: block;
	padding: 40px 0;
	width: 100%;
	border-bottom: solid 1px #BBBBBB;
	border-top: solid 1px #BBBBBB;
}

#clinic {
	display: block;
	margin: 30px auto;
	width: 100%;
}

#clinic-bg {
	background-image: url(../images/top/greeting.jpg);
	background-position: bottom center;
	background-size: auto;
	display: block;
	width: 100%;
	position: relative;
}
#clinic-bg::before {
  content: '';
  background-color: rgba(92,139,192,.75);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#clinic dl {
	color: #FFF;
	font-weight: 600;
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#clinic dt {
	font-size:18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}

#btn-clinic {
	margin: 15px auto 0;
	width: 10em;
}
#btn-clinic a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #C62159;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 100%;
	border: 2px solid #C62159;
	border-radius: 30px;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	box-sizing: border-box;
}
#btn-clinic a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #C62159;
}
#btn-clinic a:hover {
	opacity: 0.5;
}

#blog {
	background-image: url(../images/common/pt_ume.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	margin: 60px auto;
	padding-bottom: 80px;
	width: 96%;
}

#blog h2 {
	background-image: url(../images/top/ti_blog_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 12.17%;
	height: 0;
	width: 96%;
}

#btn-blog {
	margin: 15px auto 0;
	width: 10em;
}

#btn-blog a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #C62159;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 100%;
	border: 2px solid #C62159;
	border-radius: 30px;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	box-sizing: border-box;
}
#btn-blog a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #C62159;
}
#btn-blog a:hover {
	opacity: 0.5;
}

#lecture {
	background-image: url(../images/common/pt_ume.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	margin: 60px auto;
	padding-bottom: 80px;
	width: 96%;
}

#lecture h2 {
	background-image: url(../images/top/ti_health-course_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 14.67%;
	height: 0;
	width: 96%;
}

#health {
	margin: 0 auto;
	width: 96%;
}

#health p {
	font-size: 15px;
	font-weight: 600;
	color: #5C8BC0;
	line-height: 1.8em;
	text-indent: 1em;
}

#health p.theme {
	margin: 2em 0 0;
	text-indent: 0;
}

.theme span {
	font-size: 18px;
	color: #FF8040;
}

#btn-old {
	display: block;
	margin: 20px auto;
	width: 98%;
}

#btn-old a {
	font-size: 16px;
	color: #FFF;
	background-color: #5C8BC0;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 30px 10px;
	width: 100%;
}

#besides {
	color: #5C8BC0;
	line-height: 1.8em;
	margin: 30px auto;
	width: 96%;
}

#besides dt {
	font-size: 16px;
	font-weight: 600;
}

#besides dd {
	margin-bottom: 1.5em;
}

#t-contact {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#contact {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#contact th {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

#contact td {
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

.require {
	margin-left: 10px;
	padding: 2px 3px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: rgba(204,0,0,0.81);
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.con {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 96%;
    padding: 3px;
	border: solid 1px #BBBBBB;
}
.textarea {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 96%;
    padding: 3px;
	border: solid 1px #BBBBBB;
}
.zip {
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    padding: 3px;
	border: solid 1px #BBBBBB;
}


#btn_form {
	text-align: right;
	display: block;
	margin: 20px auto;
	width: 96%;
}
#btn_form input {
	text-align: center;
	font-weight: 600;
	color: #333;
	display: block;
	background-color: #BBD4EF;
	padding: 5px 10px;
	float: right;
	width: 100px;
	border: none;
	cursor: pointer;
	cursor: hand;
}
#btn_form input:hover {
	opacity: 0.7;
	border: none;
}

#c-input {
	text-align: center;
}

#access {
	display: block;
	margin: 30px auto;
	width: 100%;
	box-sizing: border-box;
}

#access h2 {
	background-image: url(../images/top/ti_access_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 12%;
	height: 0;
	width: 96%;
}


#acmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* Google Mapのiframe */
#acmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#btn-access {
	margin: 15px auto 0;
	width: 10em;
}
#btn-access a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #C62159;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 100%;
	border: 2px solid #C62159;
	border-radius: 30px;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	box-sizing: border-box;
}
#btn-access a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #C62159;
}
#btn-access a:hover {
	opacity: 0.5;
}

@media only screen and (min-width: 769px) {
#title {
	display: block;
    margin: 0;
	width: 100%;
}

#title02 {
	display: none;
}
#slider {
	background-image: url(../images/top/mainimg.jpg);
	-webkit-animation : anim 0.5s linear 0s 1 normal;
	width: 100%;
    height: auto;
	padding: 0;
}

#ct-main {
	font-size: 20px;
}

#health-insurance {
	display: block;
	margin: 70px auto 80px;
	width: 800px;
}

#line-box {
	display: block;
	margin: 50px auto;
	width: 720px;
}

#info {
	display: block;
	margin: 50px auto;
	width: 1015px;
}

#info h2 {
	background-image: url(../images/top/ti_info.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 63px;
	width: 556px;
}

#clinic {
	display: block;
	margin: 50px auto;
	width: 1300px;
}
#clinic-bg {
	display: block;
	margin: 0 auto;
	height: 470px;
}

#clinic-bg::before {
  background-color: rgba(92,139,192,.3);
}

#clinic dl {
	color: #FFF;
	font-weight: 600;
	display: block;
	margin: 0 auto;
	padding: 56px 0 0;
	width: 1000px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#clinic dt {
	font-size: 36px;
	text-align: center;
	margin-bottom: 45px;
}
#clinic dd {
	font-size: 22px;
	line-height: 1.8em;
}

#blog {
	display: block;
	margin: 70px auto 80px;
	width: 980px;
}

#blog h2 {
	background-image: url(../images/top/ti_blog.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 73px;
	width: 629px;
}

#blog iframe {
	display: block;
	padding: 36px 0 0;
	width: 100%;
	border-bottom: solid 1px #BBBBBB;
	border-top: solid 1px #BBBBBB;
}

#lecture {
	margin: 80px auto 0;
	width: 1015px;
}

#lecture h2 {
	background-image: url(../images/top/ti_health-course.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 72px;
	width: 797px;
}

#health {
	display: block;
	margin: 40px auto;
	width: 1000px;
}

#health p {
	font-size: 18px;
	line-height: 2em;
}

.theme span {
	font-size: 24px;
}

#btn-old {
	display: block;
	margin: 20px auto;
	width: 830px;
}

#btn-old a {
	font-size: 24px;
}

#btn-old a:hover {
	opacity: 0.7;
}

#t-contact {
	display: block;
	margin: 50px auto 80px;
	width: 1015px;
}
#t-contact h1 {
	margin: 0 auto 30px;
	width: 570px;
}

#contact {
	display: block;
	margin: 0 auto 10px;
	width: 750px;
}

#contact table {
	margin: 50px 0 0;
	width: 100%;
}

#contact th {
	text-align: left;
	display: table-cell;
	padding: 5px 10px;
	width: 200px;
	box-sizing: border-box;
}
#contact td {
	display: table-cell;
	padding: 5px 10px;
	width: auto;
	box-sizing: border-box;
}

#c-input {
	text-align: center;
}

#access {
	padding: 80px 0 65px;
}

#access h2 {
	background-image: url(../images/top/ti_access.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 0;
	height: 72px;
	width: 518px;
}

#access dl {
	display: block;
	margin: 10px auto 0;
	width: 1015px;
}
#access dd {
	width: 1015px;
}

}