@charset "utf-8";
/*コンテンツ*/
/*index*/
/*.content1 {
  width: min(1200px, 90%);
  margin: 0 auto 50px;
}
.content1 .intro {
  width: 900px;
  margin: 0 auto 50px;
  font-size: 1.1em;
  line-height: 2;
}
.cnt-img1 {
  width: min(900px, 98%);
  margin: 0 auto;
}
.cnt-img1 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.content1 .item1 {
  margin: 50px auto 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.content1 .item1 li {
  width: 32%;
  padding: 25px 17px 12px 17px;
  border: 2px solid #FFF8A5;
  border-radius: 15px;
}
.content1 .item2 {
  margin: 25px auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.content1 .item2 li {
  width: 48%;
  padding: 25px 17px 12px 17px;
  border: 2px solid #FFF8A5;
  border-radius: 15px;
}
.content1 .itemTtl {
  margin: 0 auto 25px;
  font-size: 1.45em;
  text-align: center;
  font-weight: 700;
  color: #EC6D65;
}
.content1 .itemTxt {
  font-size: 1.1em;
  line-height: 1.6;
}
.content1 .item_img1 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.content1 .item_img1 li {
  width: 33.33%;
}
.content1 .item_img2 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.content1 .item_img2 li {
  width: 25%;
}
.content1 .item_img1 img, .content1 .item_img2 img {
  width: 100%;
  height: auto;
}
.content2 {
  width: 100%;
  margin: 0 auto 0;
  padding: 100px 0 100px;
  background-color: #f8fbf8;
}
.content2-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.c2_item1 {
  width: min(1200px, 98%);
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.c2_item1:last-child {
  margin: 0 auto 0;
}
.c2_item1 > div {
  width: 55%;
  padding: 15px 0 0 10px;
}
.c2_item1 img, .c2_item2 img {
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.c2_itemTtl {
  height: 32px;
  font-size: 1.8em;
  font-weight: 900;
}
.c2_itemTxt {
  margin: 30px 0px 10px 20px;
  font-size: 1.05em;
  line-height: 1.6;
}
.c2_Ttl1, .c2_Ttl2, .c2_Ttl3 {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 34px auto;
}
.c2_Ttl1 {
  background-image: url(../img/c2_img4.png);
}
.c2_Ttl2 {
  background-image: url(../img/c2_img5.png);
}
.c2_Ttl3 {
  background-image: url(../img/c2_img6.png);
}
.c2_item2 {
  width: min(1200px, 98%);
  margin: 0 auto 40px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: .5px dotted #ccc;
  border-bottom: .5px dotted #ccc;
}
.c2_item2 > div {
  width: 55%;
  padding: 15px 10px 0 0;
}
.content5 {
  width: 100%;
  margin: 0 auto 100px;
  padding: 70px 0 70px;
  background-color: #eaf2d7;
}
.content5-inner {
  width: min(1100px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.ct5_img1 {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-image: url("../img/c5_img1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ct5_item {
  width: calc(100% - 380px);
}
.ct5_Ttl {
  padding: 45px 0 .1em .15em;
  font-size: 2.4em;
  font-weight: 700;
  color: #21394F;
  background: linear-gradient(transparent 85%, #FFF 60%);
  position: relative;
}
.ct5_img2 {
  position: absolute;
  right: 0;
  top: 0;
}
.ct5_Txt1 {
  width: fit-content;
  margin: 30px auto 20px;
  padding: 15px 20px;
  background-color: #FFF;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  color: #3fc380;
}
.ct5_item p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}
.ct5_tel {
  width: fit-content;
  margin: 30px;
  margin: 30px 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.ct5_tel_txt1 {
  padding: 6px 8px 8px 12px;
  font-size: 1em;
  color: white;
  letter-spacing: .15em;
  background-color: #3fc380;
  border-radius: 15px;
}
.ct5_tel_txt2 {
  font-size: 1.6em;
  letter-spacing: .1em;
}*/
.content6 {
  width: min(1200px, 90%);
  margin: 0 auto 100px;
}
.content6 p {
  width: fit-content;
  margin: -40px auto 30px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 2;
}
.content6 p::before {
  content: "～ ";
}
.content6 p::after {
  content: " ～";
}
.content6 a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
}
.content6 a img {
  width: 28px;
  height: auto;
}
.content6 a span {
  padding: 0 .25em .05em .25em;
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: .2em;
  background: linear-gradient(transparent 75%, #d6e8d2 75%);
}
.ct6_imgBox1 {
  width: 100%;
  margin: 50px auto 2px;
  display: flex;
  justify-content: space-around;
	flex-wrap: wrap;
	gap:2px;
}

.ct6_imgBox2 {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-around;
	flex-wrap: wrap;
}
.ct6_imgBox1 li {
  width: 24.75%;
  margin: 0 0;
}
.ct6_imgBox2 li {
  width: 12.2%;
  margin: 0 0;
}
.ct6_imgBox1 img, .ct6_imgBox2 img {
  width: 100%;
  height: auto;
}
.content7 {
  width: min(1200px, 90%);
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-around;
  gap: 50px;
}
.ct7_facility {
  width: 50%;
}
.ct7_facility .type {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}
.ct7_facility .name {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8;
}
.ct7_facility .adr {
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.5;
}
.ct7_facility .tel {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .1em;
}
.ct7_facility img {
  width: 100%;
	height: 300px;
  margin-top: 20px;
	object-fit: cover;
}
.ct7_access {
  width: 50%;
}
.ct7_access .route {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.ct7_access .gmap {
  width: 100%;
  height: 340px;
  margin: 20px auto 0;
}
.ct7_access .gmap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1024px) {
  .content1 .item1 li {
    width: 30%;
    padding: 25px 17px 12px 17px;
    border: 2px solid #FFF8A5;
    border-radius: 15px;
  }
  .c2_item1 > div {
    width: 52%;
    padding: 15px 0 0 10px;
  }
  .c2_item2 > div {
    width: 52%;
    padding: 15px 10px 0 0;
  }
  .c2_item1 img, .c2_item2 img {
    width: 48%;
    height: auto;
  }
}
@media screen and (max-width:834px) {
/*  .content1 {
    width: min(1200px, 90%);
    margin: 0 auto 60px;
  }*/
  .content1 .intro {
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 1.1em;
    line-height: 2;
  }
  .content6 p {
    width: fit-content;
    margin: -30px auto 30px;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 2;
  }
  .content6 a {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
  }
  .content6 a img {
    width: 25px;
    height: auto;
  }
  .content6 a span {
    padding: 0 .25em .05em .25em;
    font-size: 2.1em;
    font-weight: 700;
    letter-spacing: .2em;
    background: linear-gradient(transparent 75%, #d6e8d2 75%);
  }
  .ct7_facility .name {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.8;
  }
  .ct7_facility .adr {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
  }
  .ct7_facility .tel {
    font-size: 1.15em;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .1em;
  }
  .ct7_access .route {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
  }
.ct7_access .gmap {
  width: 100%;
  height: 340px;
  margin: 30px auto 0;
}
}
@media screen and (max-width:480px) {
/*  .content1 {
    width: min(1200px, 90%);
    margin: 0 auto 20px;
  }
  .content1 .intro {
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 1em;
    line-height: 1.8;
  }
.content1 .item1 {
  margin: 20px auto 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
  .content1 .item1 li {
    width: 100%;
    padding: 10px 10px 12px 12px;
    border: 1px solid #FFF8A5;
    border-radius: 15px;
  }
.content1 .itemTtl {
  margin: 0 auto 8px;
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
  color: #EC6D65;
}
.content1 .itemTxt {
  font-size: 1em;
  line-height: 1.5;
}
.content1 .item_img1 li {
  width: 50%;
}
.content1 .sp_img1{
	display: none;
}
.content1 .item2 {
  margin: 25px auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.content1 .item2 li {
  width: 100%;
  padding: 10px 10px 12px 12px;
  border: 1px solid #FFF8A5;
  border-radius: 15px;
}	
.content1 .item_img2 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
flex-wrap: wrap;
  gap: 5px;
}
.content1 .item_img2 li {
  width: 49%;
}
  .content2 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 60px;
    background-image: url(../img/bk01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }

  .content2 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 5px 40px;
    background-color: #f8fbf8;
  }	
.c2_item1 {
  width: min(1200px, 98%);
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
	flex-direction: column;
  gap: 0;
}	
  .c2_item1 > div {
    width: 100%;
    padding: 10px 0 0 10px;
  }
.c2_item1 img, .c2_item2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
  .c2_itemTtl {
    height: 32px;
    font-size: 1.4em;
    font-weight: 900;
  }
  .c2_itemTxt {
    margin: 10px 0px 10px 0;
    font-size: 1em;
    line-height: 1.6;
  }
.c2_Ttl1, .c2_Ttl2, .c2_Ttl3 {
	padding-top:3px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px auto;
}	
.c2_item2 {
  width: min(1200px, 98%);
  margin: 0 auto 20px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
	flex-direction: column;
  gap: 0;
  border-top: .5px dotted #ccc;
  border-bottom: .5px dotted #ccc;
}
  .c2_item2 > div {
    width: 100%;
    padding: 10px 0 0 10px;
  }	
	.c2_item2 img{
		order: 2;
	}
 /* .content5 {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0px 0 30px;
    background-color: #eaf2d7;
  }
  .content5-inner {
    width: min(1100px, 90%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .ct5_img1 {
    width: 100%;
    height: 300px;
    border-radius: 5%;
    background-image: url("../img/c5_img1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    order: 2;
  }
  .ct5_item {
    width: 100%;
    order: 1;
  }
  .ct5_Ttl {
    padding: 45px 0 .1em .15em;
    font-size: 2em;
    font-weight: 700;
    color: #21394F;
    background: linear-gradient(transparent 85%, #FFF 60%);
    position: relative;
  }
  .ct5_img2 {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .ct5_img2 img {
    width: 150px;
    height: auto;
  }
  .ct5_Txt1 {
    width: fit-content;
    margin: 15px auto 15px;
    padding: 10px 15px;
    background-color: #FFF;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.5;
    color: #3fc380;
  }
  .ct5_item p {
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
  }
  .ct5_tel {
    width: fit-content;
    margin: 30px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .ct5_tel_txt1 {
    padding: 5px 7px 7px 11px;
    font-size: .9em;
    color: white;
    letter-spacing: .05em;
    background-color: #3fc380;
    border-radius: 15px;
  }
  .ct5_tel_txt2 {
    font-size: 1.4em;
    letter-spacing: .1em;
  }
*/

  .content6 {
    width: min(1200px, 90%);
    margin: 0 auto 50px;
  }
  .content6 p {
    width: 90%;
    margin: 0px auto 30px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.6;
	  text-align: center;
  }
  .content6 p::before {
    content: "";
  }
  .content6 p::after {
    content: "";
  }
  .content6 a {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    cursor: pointer;
  }
  .content6 a img {
    width: 20px;
    height: auto;
  }
  .content6 a span {
    padding: 0 .25em .05em .25em;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: .2em;
    background: linear-gradient(transparent 75%, #d6e8d2 75%);
  }
.ct6_imgBox1 {
  width: 100%;
  margin: 50px auto 2px;
  display: flex;
  justify-content: space-around;
	flex-wrap: wrap;
	gap:2px;
}
.ct6_imgBox2 {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-around;
	flex-wrap: wrap;
	gap:2px;
}
.ct6_imgBox1 li {
  width: 49.25%;
  margin: 0 0;
}
.ct6_imgBox2 li {
  width: 24.25%;
  margin: 0 0;
}
.ct6_imgBox1 img, .ct6_imgBox2 img {
  width: 100%;
  height: auto;
}
.content7 {
  width: min(1200px, 90%);
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
	flex-direction: column;
  gap: 10px;
}
.ct7_facility {
  width: 100%;
}
.ct7_access {
  width: 100%;
	margin: 20px 0;
}
.ct7_access .gmap {
  width: 100%;
  height: 250px;
  margin: 20px auto 0;
}	
}