@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;
}
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);
	text-align: center;
  background-repeat: no-repeat;
}*/
/*共通/end*/
header {
  width: 100%;
  height: 95px;
  padding: 12px 0 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(193, 193, 193, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
}
.headerInner {
  width: min(1300px, 98%);
  margin: 0 auto 0;
  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;
}
.telImg, .telImg-isohara  {
  display: none;
}

/*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;
}
.subNav .txt_note{
	align-self: center;
	background: yellow;
}

.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;
}

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:#F6FAF1 
}

.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;
}
footer p {
  font-size: .7em;
  text-align: center;
}
footer .instaBt {
  width: fit-content;
  margin: 0 auto;
  display: block;
}
footer .instaBt img {
  width: 25px;
  height: auto;
  margin: 25px auto 10px;
  display: block;
}
/*other Page*/
.contWrap {
  width: min(1100px, 100%);
  margin: 50px auto 50px;
}
.contWrap h2 {
  margin: 0 0 50px 0;
  padding-left: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 2;
	letter-spacing: .1em;
  position: relative;
  border-bottom: 2px solid #D6E8D2; /*細いライン*/
}
.contWrap h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 8.5%;
  height: 6px;
  background-color: #59A57C;
  /*太いライン*/
}
.contWrap h3 {
  margin: 0 auto 40px;
  padding-left: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  border-left: 10px solid #72A087;
}
.contWrap h4 {
  margin: 0 auto 40px;
  padding-left: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  border-left: 6px solid #D6E8D2;
}
.contWrap h5 {
  margin: 0 0 20px 17px;
  padding-left: 3px;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .1em;
  border-bottom: 2px solid #D6E8D2;
}
/*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) {
  section h2 {
    margin: 0 auto 70px;
    padding: 0 10%;
    font-size: 2em;
    font-weight: 700;
    color: #21394F;
    display: flex;
    align-items: center;
  }
/*関連施設*/
.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: 8px 0 0;
    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: 55%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  header h1 img {
    width: 57px;
    height: auto;
    margin-right: 5px;
  }
  header h1 a {
    font-size: 1.75em;
    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.5em;
    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: 0 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;
  }
  /*subNav*/
  .subNav a {
    width: 8.5em;
    height: 8.5em;
    background: linear-gradient(180deg, rgba(214, 232, 210, 1) 0%, rgba(228, 239, 214, 1) 53.97%, rgba(234, 242, 215, 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;
  }
  /*otherPage*/
  .contWrap {
    width: min(1100px, 100%);
    margin: 50px auto 50px;
  }
  .contWrap h2 {
    margin: 0 0 50px 0;
    padding-left: 10px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 2;
	letter-spacing: .1em;
    position: relative;
    border-bottom: 2px solid #D6E8D2; /*細いライン*/
  }
  .contWrap h2::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 9%;
    height: 6px;
    background-color: #59A57C;
    /*太いライン*/
  }
  .contWrap h3 {
    margin: 0 auto 40px;
    padding-left: 10px;
    font-size: 1.35em;
    font-weight: 700;
    line-height: 1.4;
    border-left: 10px solid #72A087;
  }
  .contWrap h4 {
    margin: 0 auto 40px;
    padding-left: 10px;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.4;
    border-left: 6px solid #D6E8D2;
  }
/*関連施設*/
.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: 145px;
	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: 6px 8px 4px;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(193, 193, 193, 0.45);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .headerInner {
    width: min(1300px, 100%);
    margin: 0 0 0 0;
    padding-right: 45px;
    display: flex;
    justify-content: space-between;
  }
  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: .05em;
  }
  header h1 span {
    margin-bottom: .65em;
    font-size: .45em;
    letter-spacing: 0;
    display: block;
  }
  .top-contact {
    display: none;
  }
  .telImg {
    width: 35px;
    height: 35px;
    margin: 5px 0 0 0;
    border: 1px solid #3E3A39;
    border-radius: 8px;
    display: block;
  }
  .telImg img{
    width: 28px;
    height: auto;
    padding: 3px 3px 3px 6px;
    }
 /* .telImg-isohara {
    width: 35px;
    height: 35px;
    margin: 5px 0 0 0;
    border: 1px solid #3E3A39;
    border-radius: 8px;
    display: block;
	  position: absolute;
	  right:40px;
  }
  .telImg img, .telImg-isohara img {
    width: 28px;
    height: auto;
    padding: 3px 3px 3px 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 30px;
    padding: 0 2%;
    font-size: 1.3em;
    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;
  }
  /*nav-subNav*/
  .subNav {
    width: 100%;
    padding: 25px 0;
    background-color: #FFFEF4;
  }
  .subNav > div {
    width: min(1000px, 97%);
    margin: 0 auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
  }
  .subNav a {
    width: 48%;
    height: 4em;
    background: linear-gradient(180deg, rgba(214, 232, 210, 1) 0%, rgba(228, 239, 214, 1) 53.97%, rgba(234, 242, 215, 1) 100%);
    border-radius: 8px;
    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;
  }
  /*otherPage*/
  .contWrap {
    width: min(1100px, 100%);
    margin: 70px auto 50px;
  }
  .contWrap h2 {
    margin: 0 0 50px 0;
    padding-left: 10px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 2;
	letter-spacing: .1em;
    position: relative;
    border-bottom: 2px solid #D6E8D2; /*細いライン*/
  }
  .contWrap h2::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 22%;
    height: 6px;
    background-color: #59A57C;
    /*太いライン*/
  }
  .contWrap h3 {
    margin: 0 auto 30px;
    padding-left: 10px;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    border-left: 10px solid #72A087;
  }
  .contWrap h4 {
    margin: 0 auto 20px;
    padding-left: 10px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    border-left: 6px solid #D6E8D2;
  }
  .contWrap h5 {
    margin: 0 0 20px 0;
    padding-left: 3px;
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .1em;
    border-bottom: 2px solid #D6E8D2;
  }
/*関連施設*/
.content00 .cnt_ttl{
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
}
.facility{
	width:95%;
	margin: 40px auto 0px;
	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: 145px;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}
}