/* CSS Document */

.coming {
	font-size: 32px;
	font-weight: bold;
	height: 500px;
}


/* 共通部分 */

* {
	box-sizing: border-box;
}

body{
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
a {
	color: inherit;
	text-decoration: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
a:hover {
	opacity: 0.7;
}
.tleft {
	text-align: left;
}



/* ヘッダー */
.wrapHeader {
	background-position: top center;
	background-repeat: repeat-x;
}
.mainImg {
	width: 100%;
	max-width: 1500px;
}
.hframe {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.inHeader {
	position: relative;
}
h1 {
	position: absolute;
	top: 30px;
	left: 0;
}
h1 a {
	display: block;
}
h1 a img {
	width: 100%;
}
.h_tel {
	position: absolute;
	top: 22px;
	right: 10px;
}
.h_tel a {
	display: block;
}
.h_tel a img {
	width: 100%;
}
.gnav {
	width: 815px;
	padding-top: 142px;
	margin-left: 180px;
	overflow: hidden;
}
.gnav li {
	float: left;
	height: 46px;
	background-position: top center;
	background-repeat: no-repeat;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.gnav li a {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.gnav01 {
	width: 120px;
	background-image: url(../img/common/gnav01_off.png);
}
.gnav02 {
	width: 147px;
	background-image: url(../img/common/gnav02_off.png);
}
.gnav03 {
	width: 147px;
	background-image: url(../img/common/gnav03_off.png);
}
.gnav04 {
	width: 147px;
	background-image: url(../img/common/gnav04_off.png);
}
.gnav05 {
	width: 120px;
	background-image: url(../img/common/gnav05_off.png);
}
.gnav06 {
	width: 108px;
	background-image: url(../img/common/gnav06_off.png);
}
.gnav01:hover {
	background-image: url(../img/common/gnav01_on.png);
}
.gnav02:hover {
	background-image: url(../img/common/gnav02_on.png);
}
.gnav03:hover {
	background-image: url(../img/common/gnav03_on.png);
}
.gnav04:hover {
	background-image: url(../img/common/gnav04_on.png);
}
.gnav05:hover {
	background-image: url(../img/common/gnav05_on.png);
}
.gnav06:hover {
	background-image: url(../img/common/gnav06_on.png);
}
.toggle {
    position: fixed;
    top: 35px;
    right: 5vw;
    color: #EA7A8C;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
    line-height: 0;
    display: none;
}
.toggle:before {
  font-family: "Font Awesome 5 Free";
	font-weight: bold;
  content: "\f0c9";
}
.toggle.open:before {
  content: "\f00d";
}
.main_inner h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}
.fixBtn02 {
	position: fixed;
  top: 244px;
  right: -5px;
  z-index: 200;
  transition: all 0.3s;
  opacity: 0.9;
  text-align: center;
}
.fixBtn02 a {
	display: block;
	width: 70px;
	height: 100px;
	background-color: #73BD7B;
	color: #fff;
	text-decoration: none;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fixBtn02 a span {
	font-size: 30px;
	padding-top: 23px;
  padding-bottom: 8px;
}
.fixBtn02:hover {
  right: 0;
	opacity: 1;
}
/*自宅でワクチンfixBtn*/
.fixBtn03 {
	position: fixed;
  top: 364px;
  right: -5px;
  z-index: 200;
  transition: all 0.3s;
  opacity: 0.9;
  text-align: center;
}
.fixBtn03 a {
	display: block;
	width: 70px;
	height: 100px;
	background-color: #EA7A8C;
	color: #fff;
	text-decoration: none;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fixBtn03 a span {
	font-size: 30px;
	padding-top: 23px;
  padding-bottom: 8px;
}
.fixBtn03 a .o-vaccine{
	line-height: 1;
	font-size: 12px;
}
.fixBtn03:hover {
  right: 0;
	opacity: 1;
}
/*noticeTxt*/
.noticeTxt {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	padding: 5px 2em;
	background-color: #3b9ae4;
	border-radius: 5px;
}
.noticeTxt02 {
	border: 6px solid red;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding: 15px 2em;
	color: red;
	margin-bottom: 25px;
	display: inline-block;
}


/* フッター */
footer {
	position: relative;
}
.f_tel {
	padding-top: 30px;
	padding-bottom: 30px;
}
.f_tel .box1000 a {
	display: inline-block;
}
.fnav {
	padding: 10px 2px;
	overflow: hidden;
}
.fnav li {
	float: left;
	width: 140px;
	height: 46px;
	background-position: top center;
	background-repeat: no-repeat;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.fnav li + li {
	margin-left: 1px;
}
.fnav li a {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.fnav01 {
	background-image: url(../img/common/fnav01_off.png);
}
.fnav02 {
	background-image: url(../img/common/fnav02_off.png);
}
.fnav03 {
	background-image: url(../img/common/fnav03_off.png);
}
.fnav04 {
	background-image: url(../img/common/fnav04_off.png);
}
.fnav05 {
	background-image: url(../img/common/fnav05_off.png);
}
.fnav06 {
	background-image: url(../img/common/fnav06_off.png);
}
.fnav07 {
	background-image: url(../img/common/fnav07_off.png);
}
.fnav01:hover {
	background-image: url(../img/common/fnav01_on.png);
}
.fnav02:hover {
	background-image: url(../img/common/fnav02_on.png);
}
.fnav03:hover {
	background-image: url(../img/common/fnav03_on.png);
}
.fnav04:hover {
	background-image: url(../img/common/fnav04_on.png);
}
.fnav05:hover {
	background-image: url(../img/common/fnav05_on.png);
}
.fnav06:hover {
	background-image: url(../img/common/fnav06_on.png);
}
.fnav07:hover {
	background-image: url(../img/common/fnav07_on.png);
}
.f_main {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F8F7F3;
	position: relative;
}
.f_main p {
	color: #331914;
	font-size: 12px;
}
.pagetop {
	position: absolute;
	bottom: 10px;
	right: 2%;
} 
.pagetop a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 42px;
	background-color: #72BD7A;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	text-align: center;	
	z-index: 10;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.pagetop:hover {
	opacity: 0.7;
}
.copyright {
	background: #341A15;
}
.copyright p {
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.08rem;
}

/* コンテンツ */
.h3_border {
	height: 75px;
	margin-bottom: 36px;
	background-image: url(../img/top/h3_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #BA7197;
	font-size: 26px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 80px;
}
.financeBox {
	clear: both;
	height: 280px;
	padding-top: 60px;
}
.financeBox01 {
	float: left;
	width: 480px;
}
.financeBox02 {
	float: right;
	width: 480px;
	margin-left: 40px;
}
.linkBox01 {
	width: 100%;
	margin-top: 20px;
}
.linkBox01 ul {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
}
.linkBox01 li a {
	display: block;
}
.linkBox01 li img {
	width: 100%;
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.linkBox01 li p {
	position: absolute;
	top: 75%;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 12px;
}
.linkBox01 li {
	width: 20%;
	position: relative;
}
.linkBox02 {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 30px;
}
.linkBox02 ul {
	max-width: 1500px;
	max-height: 240px;
	margin: 0 auto;
	display: flex;
}
.linkBox02 li {
	width: 50%;
	height: 16vw;
	min-width: 400px;
	min-height: 141px;
	max-height: 240px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size .3s;
	-moz-transition: background-size .3s;
	-webkit-transition: background-size .3s;
	-o-transition: background-size .3s;
	-ms-transition: background-size .3s;
}
.linkBox02 li:hover {
	background-size: 110%;
}
.linkBox02_01 {
	background-image: url(../img/top/linkBox02_01_bg.jpg);
}
.linkBox02_02 {
	background-image: url(../img/top/linkBox02_02_bg.jpg);
}
.linkBox02 li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.linkBox02 li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
	height: 141px;
}
.contactBanner {
	background: #EA7A8C;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.contactBanner:hover {
	opacity: 0.7;
}
.contactBanner a {
	display: block;
	font-size: 30px;
	color: #FFF;
	line-height: 120px;
	text-shadow: 2px 2px rgba(0,0,0,.3);
}
.contactBanner .small {
	font-size: 13px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
}




footer .fsubNav {
	position: fixed;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	z-index: 99;
	transition: all 0.3s;
	background-color: #EA7A8C;
}
footer .fsubNav .f_inner .left .huninh2_00 {
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 15px;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #73BD7B;
	border-radius: 50px;
}





@media only screen and (max-width: 1000px){
	.gnav {
		width: 100%;
		padding-top: 142px;
		margin: 0 auto;
		justify-content: center;
		display: flex;
		flex-wrap: nowrap;
	}
	.gnav01 {
		width: 100px;
	}
	.gnav02 {
		width: 127px;
	}
	.gnav03 {
		width: 127px;
	}
	.gnav04 {
		width: 127px;
	}
	.gnav05 {
		width: 100px;
	}
	.gnav06 {
		width: 88px;
	}
	.financeBox {
		padding: 60px 20px 0;
	}	
	.fnav {
		width: 100%;
	}	
	.fnav li {
	display: inline-block;
	float: none;
	}	
}

@media only screen and (max-width: 850px){
	h1 a {
		width: 60%;
	}
	.h_tel a {
		width: 60%;
		margin-left: 40%;
	}	
	.linkBox02 ul {
		width: 100%;
		max-height: inherit;
		display: block;
	}
	.linkBox02 li {
		width: 100%;
		height: inherit;
		min-width: 100%;
		/* min-height: inherit; */
		max-height: inherit;
		background-size: cover;
	}
	.linkBox02 li:hover {
		opacity: .7;
	}
	.linkBox02_01 {
		background-image: url(../img/top/linkBox02_01_bg_sp.jpg);
	}
	.linkBox02_02 {
		background-image: url(../img/top/linkBox02_02_bg_sp.jpg);
	}
	.linkBox02 li a {
		width: 100%;
		height: 141px;
		display: block;
		position: static;
	}
	.linkBox02 li a:hover {
		opacity: .7;
	}
	.linkBox02 li a img {
		display: none;
	}
}

@media only screen and (max-width: 767px){
/* ヘッダー */
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 600;
		width: 100%;
		height: 80px;
		background-color: #fff;
		box-shadow: 0 2px 13px rgba(0,0,0,0.2);
	}
	.mainImg {
		width: 100%;
		max-width: 100%;
		border-top: 10px solid #EA7A8C;
	}
	.hframe {
		width: 100%;
		max-width: 100%;
	}
	h1 {
		position: absolute;
		top: 15px;
		left: 0;
	}
	.h_tel {
		position: absolute;
		top: 22px;
		right: 10px;
	}
	.gnavArea .gnav {
		display: block;
		padding-top: 30vw;
		width: 100%;
		padding-bottom: 20vw;
	}
	.gnavArea .gnav li {
		float: none;
		height: inherit;
	}
	.toggle {
		display: block;
		top: 40px;
		font-size: 25px;
	}		
	.gnavArea {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 100vw;
		height: 100vh;
		background: rgba(255,255,255,.9);
		z-index: 9998;
		opacity: 0.6;
		transition: all 0.5s;
		overflow-y: scroll;
	}
	.gnavArea.is_show {
		right: 0;
		opacity: 1;
	}
	.gnavArea .gnav {
		display: block;
		padding-top: 19vw;
		width: 100%;
		padding-bottom: 15vw;
	}		
	.gnav li a {
		text-indent: 0;
		padding: 20px 0;
		overflow: visible;
		display: block;
		font-weight: bold;
		color: #BA7197;
	}
	.gnav01,
	.gnav02, 
	.gnav03,
	.gnav04, 
	.gnav05,
	.gnav06 {
		width: 100%;
		background-image: none;
	}
	.gnav01:hover,
	.gnav02:hover, 
	.gnav03:hover,
	.gnav04:hover, 
	.gnav05:hover,
	.gnav06:hover {
		width: 100%;
		background-image: none;
	}
	
  .fixBtn02 {
    top: 90px;
  }	
  .fixBtn02 a {
    width: 60px;
    height: 90px;
  }	
  .fixBtn02 a span {
    font-size: 28px;
    padding-top: 19px;
  }  
	
	/*自宅でワクチンfixBtn*/
  .fixBtn03 {
    top: 190px;
  }	
  .fixBtn03 a {
    width: 60px;
    height: 90px;
  }	
  .fixBtn03 a span {
    font-size: 28px;
    padding-top: 19px;
  }  
	.noticeTxt {
    font-size: 3.5vw;
	}
  
	.toggle {
		display: block;
		top: 40px;
		font-size: 25px;
	}		
	.main_inner h2 {
		width: 100%;
		height: 100%;
		text-indent: 0;
		padding: 10px 3vw;
		overflow: visible;
		display: block;
	}

/* フッター */
	.f_tel {
		padding: 25px 5vw;
	}
	.f_tel .box1000 a {
		display: block;
	}
	.f_tel .box1000 a>img {
		width: 100%;
	}
	.fnav {
		padding: 20px 5vw;
	}
	.fnav li {
		float: none;
		width: 100%;
		height: inherit;
		border-bottom: 1px dotted #EA7A8C;
	}
	.fnav li + li {
		margin-left: 0;
	}
	.fnav li a {
		width: 100%;
		height: 100%;
		text-indent: 0;
		padding: 10px 0;
		overflow: visible;
		display: block;
		font-weight: bold;
	}
	.fnav01,
	.fnav02,
	.fnav03,
	.fnav04,
	.fnav05,
	.fnav06,
	.fnav07 {
		background-image: none;
	}
	.fnav01:hover,
	.fnav02:hover,
	.fnav03:hover,
	.fnav04:hover,
	.fnav05:hover,
	.fnav06:hover,
	.fnav07:hover {
		background-image: none;
	}
	.f_main {
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #F8F7F3;
		position: relative;
	}
	.f_main p {
		color: #331914;
		font-size: 12px;
	}
	.pagetop {
		bottom: 0;
		right: 2%;
	}
	.copyright p {
		font-size: 9px;
		line-height: 30px;
		font-weight: normal;
		letter-spacing: 0;
	}
	
/* コンテンツ */
	.h3_border {
		height: 75px;
		margin-bottom: 30px;
		font-size: 19px;
		line-height: 80px;
	}
	.financeBox {
		height: inherit;
		padding-top: 30px;
	}
	.financeBox01 {
		float: none;
		width: 100%;
	}
	.financeBox02 {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.contactBanner a {
		font-size: 22px;
	}	
	footer {
		margin-bottom: 80px;
	}
	footer .fsubNav {
		height: 80px;
	}
	footer .fsubNav .f_inner {
		width: 100%;
		padding: 15px 2vw 10px;
	}
	footer .fsubNav .f_inner .left,
	footer .fsubNav .f_inner .righrt {
		float: none;
		width: 100%;
	}
	footer .fsubNav .f_inner .left .huninh2_00 {
		display: block;
		margin-bottom: 0;
		margin-top: 0;
		font-size: 13px;
		line-height: 1.4;
		padding: 5px 10px;
	}
	footer .fsubNav .f_inner .righrt {
		overflow: hidden;
		padding-top: 5px;
	}
	footer .fsubNav .f_inner .righrt .tel,
	footer .fsubNav .f_inner .righrt .btn00 {
		float: left;
		width: 50%;
		padding-top: 0;
		margin: 0 0;
	}
	footer .fsubNav .f_inner .righrt .tel a,
	footer .fsubNav .f_inner .righrt .btn00 a {
		text-decoration: none;
		font-size: 15px;
	}
	footer .fsubNav .f_inner .righrt span {
		font-size: 18px;
		padding-right: 10px;
	}
	footer .fsubNav .f_inner .righrt .tel a {
		color: #fff;
		font-weight: bold;
	}
	footer .fsubNav .f_inner .righrt .btn00 a {
		font-size: 13px;
		color: #fff;
		background-color:rgba(0,0,0,0);
		border: none;
		padding: 2px 0;
		font-weight: bold;
	}	
	
	.linkBox02 li:hover {
		background-size: 100%;
	}
	
	
	
	
	
	
}

@media only screen and (max-width: 330px){
	.h3_border {
		font-size: 17px;
	}
}










