@charset "utf-8";
/* CSS Document */
.main-wrap {
	width: 100%;
	float: left;
	 position   : relative;
	margin     : auto;
  overflow   : hidden;
	min-height: 888px;
	padding-top: 50px;
}
/*  背景の指定 ----------------------------- */
.main-wrap .bgImg {
  position   : absolute;
  top        : -1px;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 20s infinite;   /* 4画像 × 各5s = 20s */
}
/*段差で背景画像のアニメーションを実行 -------*/
.main-wrap .src1 {
	background-image : url(../images/main_haikei_01.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.main-wrap .src2 {
  background-image : url(../images/main_haikei_02.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  animation-delay  : 5s;
}
.main-wrap .src3 {
  background-image :url(../images/main_haikei_01.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  animation-delay  : 10s;
}
.main-wrap .src4 {
  background-image : url(../images/main_haikei_02.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  animation-delay  : 15s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}
.main-innar-wrap {
	 position : absolute;
  display : inline-block;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 100px;
	z-index: 10;
}
.main-rogo{
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 100px;
}
.main-openbox {
	width: 100%;
	float: left;
	text-align: center;
	background : rgba(12, 23, 61,0.84);
	padding-top: 8px;
	padding-bottom: 8px;
}
.copy-box {
	width: 100%;
	float: left;
    text-align: center;
	font-size : 32px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
	color: #003B75;
	padding-top: 15px;
}
.udmarugo-db {
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
}
/*ごあいさつ-------------------*/
.mess-wrap {
	width: 100%;
	float: left;
	margin-top: 100px;
	margin-bottom: 100px;
}
.mess-l {
	width: 57.8%;
	float: left;
	padding-left: 3.6%;
	padding-right: 3.6%;
}
.mess-r {
	width: 32%;
	float: right;
	text-align: right;
	 background : #003B75;
	border-radius : 15px 0px 0px 15px;
	color: #FFFFFF;
	font-family: "roboto", sans-serif;
font-weight: 900;
font-style: normal;
	font-size: clamp(40px, 4.3vw, 59px);
	line-height: 1.1;
	letter-spacing: 0.03;
	padding-top: 50px;
	padding-right: 3%;
	padding-bottom: 20px;
	margin-top: 360px;
	max-width: 490px;
}
.mess-r img {
	padding-top: 10px;
}
.mess-copy {
	width: 98%;
	float: left;
	font-size: clamp(24px, 2.3vw, 32px);
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color: #0099d9;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
}
.mess-tex {
	width: 100%;
	float: left;
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.06em;
}
.mess-tex-padtop {
	padding-top: 20px;
}
.mess-name {
	width: 40%;
	float: right;
	padding-top: 5px;
	font-size: 18px;
	line-height: 1.9em;
	letter-spacing: 0.06em;
	min-width: 250px;
}
/*診療時間・マップ---------*/
.acc-wrap {
	width: 100%;
	float: left;
		background-image: url(../images/jikan_haikei.png);
	background-repeat: no-repeat;
	background-position: -85% top;
	margin-bottom: 100px;
}
.acc-l {
	width: 46%;
	float: left;
	padding-right: 4%;
}
.acc-r {
	width: 46%;
	float: left;
	padding-left: 4%;
}
.acc-title {
	width: 100%;
	float: left;
	border-bottom: 2px solid #29ABE2;
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 36px;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	color: #333333;
	background-image: url(../images/title_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.acc-title-big {
	font-size: 48px;
	color: #0099d9;
}
.acc-title-jp {
	width: 100%;
	float: left;
	font-size: 24px;
letter-spacing: 0.08em;
	line-height: 1.6em;
	text-align: right;
	padding-bottom: 50px;
}
/*診療時間------------*/
.acc-jikan-wrap {
	width: 100%;
	float: right;
}
.acc-jikan-wrap table {
    width: 100%;
}
.acc-jikan-wrap table img {
    vertical-align: middle;
}
.acc-jikan-title {
    color: #FFFFFF;
	 border-radius : 3px 0px 0px 3px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0.5em;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.3em;
}
.acc-jikan-week {
    color: #FFFFFF;
	 text-align: center;
	width: 9%;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
.acc-jikan-time {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1em;
    color : #1A1A1A;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	text-align: left;
		width: 46%;
	white-space: nowrap;
}
.acc-jikan-time-01 {
	padding-left: 4em;
}
.acc-jikan-time-02 {
	padding-left: 2em;
}
.acc-jikan-line {
	 border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
}
.acc-jikan-doyo {
	 border-radius : 0px 3px 3px 0px;
}
.acc-jikanhyo-kyushin {
	padding-top: 10px;
	padding-left: 5px;
	font-size: 19px;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
/*----------------------------*/

.acc-add {
	width: 100%;
	float: left;
	font-size : 20px;
  line-height : 1.6em;
  letter-spacing : 0.05em;
	padding-top: 60px;
}
.acc-add-p {
	font-size : 18px;
  line-height : 1.6em;
  letter-spacing : 0.05em;
	padding-top: 20px;
}
.acc-add-p img {
	vertical-align: middle;
	padding-right: 10px;
}
/*アクセス・地図*/
.acc-map {
	float: left;
	width: 100%;
}
.acc-access {
	float: left;
	width: 100%;
    padding-top: 60px;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.acc-access table {
	width: 100%;
}
.acc-access td {
	padding-bottom: 30px;
}
.acc-access th {
	vertical-align: top; 
}
.acc-access a {
	color : #000000;
 text-decoration: none;
}
.acc-access a:hover {
	color : #0099d9;
 text-decoration: none;
}
/*内覧会----------------*/
.nairan-wrap {
	width: 96.4%;
	float: left;
	padding-right: 3.6%;
	margin-bottom: 120px;
}
.nairan-konbox {
	width: 30%;
	float: left;
	 background : #003B75;
	border-radius : 0px 12px 12px 0px;
	color: #FFFFFF;
	padding-top: 70px;
	padding-left: 3%;
	padding-right: 2%;
	padding-bottom: 120px;
	max-width: 490px;
}
.nairan-title-en {
	font-family: "roboto", sans-serif;
font-weight: 900;
font-style: normal;
	font-size: clamp(40px, 4.3vw, 59px);
	line-height: 1.1;
	letter-spacing: 0.01;
}
.nairan-title-en-s {
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 0.07em;
	font-family: "acumin-pro", sans-serif;
font-weight: 500;
font-style: normal;
	padding-top: 10px;
}
.nairan-title-jp {
	font-size: clamp(40px, 4.4vw, 60px);
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
	padding-top: 30px;
}
.nairan-r {
	width: 60%;
	float: left;
	padding-left: 5%;
}
.nairan-day{
	width: 100%;
	float: left;
	font-size: clamp(28px, 2.3vw, 36px);
	line-height: 1.5em;
	letter-spacing: 0.03em;
	 color : #0099D9;
	margin-bottom: 60px;
}
.nairan-day-big {
	font-size: clamp(40px, 4.4vw, 60px);
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
}
.nairan-day-yotei {
	margin-left: 18em;
}
.nairan-time {
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 0.06em;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
}
.nairan-time-title {
	font-size: 27px;
	line-height: 25px;
	padding-bottom: 3px;
	letter-spacing: 0.06em;
	color: #FFFFFF;
	background : #003B75;
	 border-radius : 25px;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 20px;
}
.nairan-tex {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
	padding-top: 40px;
}

/*スタッフ募集-------------------*/
.staf-grade-haikei {
	 background : linear-gradient(0deg, rgba(0, 153, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.staf-maintitle {
	width: 94%;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 40px;
	font-size : 52px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #003B75;
	text-align: center;
	font-family: "vdl-logomaru", sans-serif;
font-weight: 400;
font-style: normal;
}
.staf-maincopy {
	width: 94%;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 60px;
	font-size : 23px;
  line-height : 1.8em;
  letter-spacing : 0.05em;
  color : #1A1A1A;
	text-align: center;
}
.staf-boshu-wrap {
	width: 87.2%;
	float: left;
	padding-left: 6.4%;
	padding-right: 6.4%;
	display: flex;
 justify-content: space-between;
	padding-bottom: 60px;
}
.staf-boshu-innar {
	width: 47%;
	float: left;
}
.staf-boshu-title {
	width: 75%;
	float: left;
	margin-left: 12.5%;
	margin-right: 12.5%;
	background : #003B75;
	border-radius : 25px;
	color: #FFFFFF;
	font-size : 26px;
  letter-spacing : 0.05em;
	line-height: 1.3em;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
}
.staf-boshu-tex {
	width: 92%;
	float: left;
	background : #FFFFFF;
	font-size : 18px;
  letter-spacing : 0.05em;
	line-height: 1.6em;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}
.staf-boshu-subtitle {
	padding-top: 30px;
}
.staf-boshu-list {
	list-style-type:none;
	padding-bottom: 30px;
}
.staf-boshu-list li {
	padding-left:10px;
background-image:url("../images/list_mark.png");
background-repeat:no-repeat;
background-position:0px 12px;
}
.staf-boshu-bo {
	width: 100%;
	float: left;
	font-size : 20px;
	line-height : 1.5em;
	letter-spacing : 0.05em;
	color : #FFFFFF;
	text-align: center;
	background-image: url(../images/yaji.png);
	background-repeat: no-repeat;
	background-position: 98% 75%;
	background-color: #8CABBF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.staf-boshu-bo a {
	width: 100%;
	height: 100%;
	background-color: #8CABBF;
	text-decoration: none;
	color : #FFFFFF;
}
.staf-boshu-bo:hover {
	background-color: #6390a8;
	color : #FFFFFF;
}

/*テンプレートここから*/
article,section,footer,header {
	width: 100%;
	float: left;
}
.damybox {
	width: 100%;
	float: left;
	height: 300px;
}
.hed-nav-wrap {
	width: 100%;
	float: left;
	border-bottom: 8px solid #0099d9;
}
.hed-rogo {
	width: 44%;
	float: left;
font-weight: 700;
	font-size: 26px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
	padding-left: 2%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.hed-rogo img {
	padding-right: 5px;
	vertical-align: middle;
}
.hed-rogo a {
	color: #000000;
	text-decoration: none;
}
.hed-rogo a:hover {
	color: #000000;
	text-decoration: none;
}
.hed-kamoku {
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
}
.nav {
	width: 52%;
	float: left;
	padding-right: 2%;
}
.nav ul {
  padding-top: 20px;
  width: 100%;
	float: left;
  display: flex;
  justify-content: flex-end;
}
.nav li {
	float: left;
	margin-left: 30px;
	text-align: center;
}

.nav li a:link,.nav li a:visited,.nav li a:active {
color : #000000;
 text-decoration: none;
}

.nav li a:hover {
 color: #0099d9;
 text-decoration: none;
}
.nav li a {
 display: block;
}


/*フッター--------------*/

.futa-copyright {
	float: left;
	width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
	color : #FFFFFF;
	background : #003b75;
}

/*-------------------------*/
.br-pc { 
  display:block;
}
.br-sp {
  display:none;
}
.sp-img {
}

/*移動+フェードイン表示--------*/
.box-mv01{
	opacity: 0;
	transform: translate(0,80px); 
	-webkit-transform: translate(0,80px); 
	transition: .8s;
}
.mv01{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
