@charset "utf-8";
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
/*	outline:2px red solid;
*/
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
}
body {
  margin: 0px;
  padding: 0 0 0 0; /*heder:fixedの場合はtopで調整*/
  max-width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
  color: #3e3a39;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: initial;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  text-decoration: none;

}
a:hover {
  color: #546577;
/*	border-bottom: 1px solid #546577;*/
}
ul, li {
  list-style: none;
  margin: 0;
}
.clearfix {
  clear: both;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 50px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
a[href*=".pdf"]:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
  background-image: url(../img/pdf_24.png);
  background-repeat: no-repeat;
}
/*共通/end*/
header {
  width: 100%;
	height: 95px;
  padding: 12px 30px 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(193, 193, 193, 0.45);
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;
position: fixed;
}
.headerInner {
  width: min(1300px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header h1 {
	width: 50%;
  display: flex;
  align-items: center;
flex-wrap: wrap;

}
header h1 img {
  width: 60px;
  height: auto;
  margin-right: 10px;
}
header h1 a {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: .1em;
}
header h1 span {
  margin-bottom: .6em;
  font-size: .4em;
  letter-spacing: 0;
  display: block;
}
.top-contact {
  text-align: center;
}
.top-contact p:nth-child(1 of p) {
  font-size: .9em;
  font-weight: 700;
  color: #E9546B;
}
.top-contact a {
  padding: 10px 0 7px 32px;
  font-size: 1.8em;
  font-weight: 700;
	line-height: 1.6;
  background-image: url(../img/tel_icon.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px auto;
}

.top-contact p:nth-child(2 of p) {
  font-size: .85em;
  font-weight: 700;
}
/*nav-subNav*/
.g-nav-list-sp {
  display: none;
}
.subNav {
  width: 100%;
  padding: 40px 0;
  background-color: #FFFEF4;
}
.subNav > div {
  width: min(1000px, 97%);
  margin: 0 auto 0;
  display: flex;
  justify-content: space-around;
}
.subNav a {
  width: 9em;
  height: 9em;
  background: linear-gradient(180deg, rgba(234, 242, 215, 1) 0%, rgba(214, 232, 210, 1) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 2px #D0D3CE;
  box-shadow: 2px 2px 3px #D0D3CE;
}
.subNav a:hover {
  background: linear-gradient(180deg, rgba(214, 232, 210, 1) 0%, rgba(234, 242, 215, 1) 100%);
  box-shadow: 1px 1px 2px #D0D3CE;
  color: inherit;
  transition: .3s;
}
.telImg{
	display: none;
}
.topImg {
  width: min(1480px, 100%);
  margin: 0 auto 0;
  position: relative;
}

.topImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.img_name {
  width: 250px;
  height: 250px;
  padding: 10px;
  background-color: white;
  box-shadow: 6px 4px 6px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 14%;
  right: 10%;
}
.img_name img {
  width: 100%;
  height: auto;
}
.topImg2 {
  width: min(1480px, 100%);
  margin: 0 auto 0;
  position: relative;
}
.topImg2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.img_name2 {
  width: fit-content;
  padding:20px;
	font-size: 2.5em;
	font-weight: 900;
	color:#4daf7c;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  top: 25%;
  left: 50%;
	transform: translateX(-50%);
}
section h2{
  margin: 0 auto 100px;
	padding: 0 10%;
  font-size: 2em;
  font-weight: 700;
  color: #21394F;
	display: flex;
	align-items: center;
}
section h2::before, section h2::after{
	content:"";
	height:3px;
	flex-grow:1;
	background-color:#21394F;
}
section h2::before{
	margin-right:50px;
}
section h2::after{
	margin-left:50px;
}
section h3{
	margin: 0 auto 70px;
	padding-left: 10px;
	font-size: 1.5em;
	font-weight: 700;
  line-height: 1.3;
	border-left:10px solid #546577;
}
/*関連施設*/
.content00{
	width: 100%;
	padding:30px 0;
	background-color:#FFFEFC 
}

.content00 .cnt_ttl{
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}

.facility{
	width:90%;
	margin: 50px auto 20px;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
}
.facility_item{
	width: 32%;
	padding:0 15px 0 0px;
	border-right:1px solid #E3E3E3;
	display: flex;
	gap:10px;
}
.facility_item:last-child{
border-right:none;
}
.facility_item img{
	width: 25%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}
.facility_item p{
	font-size: .9em;
	line-height: 1.8;
}
.facility_item .subName{
	font-size: .9em;
	line-height: 1.2;
	display: block;
}
.facility_item .name{
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.6;
}
.facility_item .postNo{
	font-size: .9em;
	display: block;
}

footer {
  margin: 0 0 0;
  padding: 30px 40px 10px 40px;
  background-color: #F1F3F3;
	position: relative;
}
footer p{
	font-size: .7em;
	text-align: center;
}
footer .policy{
	padding: .5em 1em;
	font-size: .7em;
	background-color: #F9FAFA;
	border: .5px solid #ECEFEF;
	border-radius: 15px;
	position: absolute;
	top: 15px;
	right: 5%;
	display: block;
}
footer .instaBt{
	width: fit-content;
	margin: 0 auto;
	display: block;
}
footer .instaBt img{
	width: 25px;
	height: auto;
	margin: 25px auto 10px;
	display: block;
}

/*Add*/
.red {
  color: red;
}
.navy {
  color: #21394f;
}
.pink {
  color: #E9546B;
}
.txtMin {
  font-family: "Zen Old Mincho", serif;
}
.txtNumber{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}/*300-900*/
.txtB {
  font-weight: 700;
}
.txtLink {
  color: #144a99;
}
.pcLine {
  display: inline;
}
.spLine {
  display: none;
}
@media screen and (max-width:1024px) {
.img_name2 {
  width: fit-content;
  padding:20px;
	font-size: 2.4em;
	font-weight: 900;
	color:#4daf7c;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  top: 25%;
  left: 50%;
	transform: translateX(-50%);
}
/*関連施設*/
.facility{
	width:95%;
	margin: 50px auto 10px;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
}
.facility_item img{
	width: 35%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}
}
@media screen and (max-width:834px) {
header {
  width: 100%;
	height: 87px;
  padding: 10px 15px 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(193, 193, 193, 0.45);
position:fixed;
top:0;
left:0;
z-index: 9999;
}
header h1 {
	width: 50%;
  display: flex;
  align-items: center;
	flex-wrap: wrap;
}
header h1 img {
  width: 57px;
  height: auto;
  margin-right: 10px;
}
header h1 a {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: .1em;
}
.top-contact {
	width: fit-content;
  text-align: center;
}
.top-contact p:nth-child(1 of p) {
  font-size: .8em;
  font-weight: 700;
  color: #E9546B;
}
.top-contact a {
	padding: 12px 0 5px 32px;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.6;
	background-image: url(../img/tel_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	background-size: 17px auto;
}
.top-contact p:nth-child(2 of p) {
  font-size: .8em;
  font-weight: 700;
}	
.topImg {
  width: min(1480px, 100%);
  margin: 87px auto 0;
  position: relative;
}
.img_name {
  width: 200px;
  height: 200px;
  padding: 10px;
  background-color: white;
  box-shadow: 6px 4px 6px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 10%;
  left: 8%;
}
section h2{
  margin: 0 auto 70px;
	padding: 0 5%;
  font-size: 1.8em;
  font-weight: 700;
  color: #21394F;
	display: flex;
	align-items: center;
}
section h2::before, section h2::after{
	content:"";
	height:2px;
	flex-grow:1;
	background-color:#21394F;
}
section h2::before{
	margin-right:40px;
}
section h2::after{
	margin-left:40px;
}
section h3{
	margin: 0 auto 50px;
	padding-left: 10px;
	font-size: 1.4em;
	font-weight: 700;
  line-height: 1.25;
	border-left:10px solid #546577;
}
/*Other Page*/
.img_name2 {
  width: 13em;
  padding:20px 10px;
	font-size: 2em;
	font-weight: 900;
	color:#4daf7c;
	text-align: center;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  top: 25%;
  left: 50%;
	transform: translateX(-50%);
}
/*関連施設*/
.facility{
	width:95%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
}
.facility_item{
	width: 32%;
	border-right:1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.facility_item img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}
.facility_item .name{
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.6;
}
}
@media screen and (max-width:480px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .fax {
    pointer-events: none;
  } /*faxのリンク無効*/

header {
  width: 100%;
	height: 57px;
  padding: 8px 10px 5px 8px;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(193, 193, 193, 0.45);
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;

}

header h1 {
	width: 100%;
  display: flex;
  align-items: center;
flex-wrap: wrap;
}
header h1 img {
  width: 40px;
  height: auto;
  margin-right: 5px;
}
header h1 a {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .1em;
}
header h1 span {
  margin-bottom: .4em;
  font-size: .4em;
  letter-spacing: 0;
  display: block;
}
.top-contact{
	display: none;
}
.telImg{
	width: 36px;
	height: 36px;
	margin: 5px 45px 0 0;
	border: 1px solid #3E3A39;
	border-radius: 8px;
	display: block;
}
.telImg img{
	width: 30px;
	height: auto;
	padding: 3px 3px 5px 6px;
}
.topImg {
  width: min(1480px, 100%);
  margin: 57px auto 0;
  position: relative;
}

.img_name {
  width: 90px;
  height: 90px;
  padding: 5px;
  background-color: white;
  box-shadow: 6px 4px 6px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 8%;
  left: 5%;
}
	
	
	
	
section h2{
  margin: 0 auto 45px;
	padding: 0 2%;
  font-size: 1.35em;
  font-weight: 700;
  color: #21394F;
	display: flex;
	align-items: center;
}
section h2::before, section h2::after{
	content:"";
	height:2px;
	flex-grow:1;
	background-color:#21394F;
}
section h2::before{
	margin-right:10px;
}
section h2::after{
	margin-left:10px;
}	
section h3{
	margin: 0 auto 35px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: 700;
  line-height: 1.25;
	border-left:10px solid #546577;
}	

	
/*Other Page*/
.topImg2 {
  width: min(1480px, 100%);
  margin: 60px auto 0;
	padding:20px 0 0 ;
	background-color: #b5dae2;
  position: relative;
}
.topImg2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.img_name2 {
  width: 13em;
  padding:10px 10px;
	font-size: 1.5em;
	font-weight: 900;
	color:#4daf7c;
	text-align: center;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  top: 17%;
  left: 50%;
	transform: translateX(-50%);
}
/*関連施設*/
.content00 .cnt_ttl{
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
}
.facility{
	width:95%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	flex-direction: column;
}
.facility_item{
	width: 95%;
	margin: 0 auto;
	padding:10px 10px;
	border-right:none;
	border-bottom: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.facility_item:last-child{
border-bottom: none;	
}
.facility_item img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}
}