@charset "UTF-8";



/*---------------------------------------------------------------------
  <07>アクセス
---------------------------------------------------------------------*/

body.access .content-wrapper._page #page-title {
 font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

body.access .content-wrapper._page .visual {
  padding-top: 0 !important;
}
@media screen and (max-width: 667px) {

   body.access .content-wrapper._page #page-title {
	font-size: 30px;
	/* writing-mode: horizontal-tb; */
	/* -webkit-writing-mode: horizontal-tb; */
	-ms-writing-mode: horizontal-tb;
	}



  body.access .content-wrapper._page .visual {
    width: 100%;
    padding: 0 10px;

    max-height: 250px;
  }
}

body.access #map {
  margin-bottom: 80px;
}

body.access #map iframe#gmap {
  width: 100%;
  height: 460px;
  height: 31vw;
  margin-bottom: 50px;
}

body.access #map .meta {
  display: table;
  width: 100%;
}

body.access #map .meta .info, body.access #map .meta .note {
  display: table-cell;
}

body.access #map .meta .info {
  width: 38%;
  padding-top: 10px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.1;
}

body.access #map .meta .note {
  border: 1px dotted #b5b5b5;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 26px 36px;
  padding: 1.8vw 2vw;
}
@media screen and (max-width: 667px) {

  body.access #map {
    margin-bottom: 50px;
  }

  body.access #map iframe#gmap {
    height: 62.9vw;
    margin-bottom: 15px;
  }

  body.access #map .meta {
    display: block;
    width: 100%;
  }

  body.access #map .meta .info, body.access #map .meta .note {
    display: block;
    width: 100%;
  }

  body.access #map .meta .info {
    font-size: 1.4rem;
    line-height: 1.875;
    margin-bottom: 26px;
  }

  body.access #map .meta .note {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 19px;
  }
}

body.access section#transportation {
  padding-top: 0;
  padding-bottom: 0;
}

body.access section#transportation h3 {
/*   font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  letter-spacing: .1em;
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 667px) {
  /* line 3749, ../_scss/style.scss */  body.access section#transportation {
    padding-bottom: 65px;
  }

  body.access section#transportation h3 {
/*     font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
    letter-spacing: .1em;
    color: #000;
    font-size: 1.9rem;
    margin-bottom: 23px;
  }
}


/* -----------------------------------------------------------
   #access_information
   ----------------------------------------------------------- */

   #access_information {
    padding: 0px 5%;
    position: relative;
    top: 0;
    margin-bottom: 100px;
}

@media only screen and (max-width: 900px) {
    #access_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #access_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 500px) {
    #access_information {
        padding: 0px 5%;
        top: 0;
    }
}



/* .catchArea */

#access_information .catchArea {
    position: relative;
    z-index: 2;
    text-align: center;
}

#access_information .catchArea h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 3px;
}

#access_information .catchArea h3 span {
    position: relative;
    z-index: 1;
    padding: 0 60px;
}

#access_information .catchArea h3 span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}

#access_information .catchArea h3 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}



#access_information .txt_message
 {
    margin: 45px auto;
    max-width: 1100px;
    border: 1px solid #eee;
    padding: 2%;
}



/* .txtArea */

#access_information .txtArea
 {
    margin: 45px auto;
    max-width: 1100px;
    border-top: 1px solid #eee;
    padding: 2%;
}
#access_information .txtArea h3,
#access_information .txtOutline h3
{
  font-size: 23px;
  line-height: 2;
}

@media only screen and (max-width: 500px) {
  #access_information .txtArea h3,
  #access_information .txtOutline h3
   {
    font-size: 18px;
  }
}

#access_information .txtArea h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f82c";
    padding-right:10px;
    color: #167c3b;
}


#access_information .txtOutline h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f5a0";
    padding-right:10px;
    color: #003c69;
}

#access_information .txtOutline .train:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f239";
    padding-right:10px;
    color: #000;
}

#access_information .txtOutline .car:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f5e4";
    padding-right:10px;
    color: #000;
}

#access_information .mapArea .border-bottom {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #f0f0f0;
}



#access_information .txtArea p,
#access_information .txtOutline p  {
  font-size:16px;
  line-height: 2;
  width: 100%;
  margin: 0 auto;
}


/* work*/


.work {
    margin-top:20px;
}


.work h2{
	width:249px;
	display:inline-block;
}
.work ul{
	text-align:center;
	margin-bottom:40px;
}
.work li{
	background-color: #c8e4d9;
	border-radius: 5px;
	margin: 0px 15px 0 15px;
	padding: 15px 0 0px 0;
	text-align:center;
}
.work li.bgType01{
	border:#e5a01d 4px solid;
	background-color:#6185ab;
}
.work li .pPrice01{
	margin-top: 10px;
   	display: inline-block;
   	width: 74.49275%;
}
.work li .pPrice02{
	display: inline-block;
	/* width: 77.2898%; */
}
.work li h3{
	color: #464544;
	font-size: 25px;
	font-size:8vw;
	margin:7% 0 4% 0;
	font-weight:500;
}
.work li .kidspair{
	overflow: hidden;
    font-size: 0;
}
.work li .kidspair h3{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-right: 9px;
}
.work li .kidspair p{
	display: inline-block;
   	color: #999;
    font-size: 12px;
   	line-height: 16px;
    background-color: #fefefe;
    border-radius: 10px 0 0 10px;
   	padding: 10px;
    text-align: left;
   	width: 40%;
	margin: 4% 0 2% 0;
}

	.work li {
		vertical-align: top;
		flex-wrap: wrap;
	}
	.work ul{
		margin-right: 0;
		overflow: hidden;
		font-size: 0;
		text-align: left;
	}
	.work li .pPrice01{
		width: 250px;
	}
	.work li .pPrice01 img,
	.work li .pPrice02 img{
		width: 80%;
		margin: 0 auto;
	}
	.work li .pPrice02{
		/* width: 230px; */
	}
	.work li h3{
		font-size: 18px;
		margin: 10% 0 6% 0;
	}
	.work li.bgType01{
		border:none;
		background-color: #c8e4d9;
	}
	.work li .kidspair p{
		border:#e5a01d 4px solid;
		border-right: 0;
	}
	.work .btnType01.priceBtn{
		background-color: #ed8180;
		height: 50px;
		padding: 11px 0;
	}
	.work .btnType01.priceBtn a{
		background-size: 10px;
    	padding-left: 40px;
	}
	.work ul{
		margin-bottom: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}


	.work ul li{
        width:33.3333%;
	}


@media only screen and (max-width: 500px) {

	.work ul{
		flex-wrap:wrap;
	}

	.work li{
	   margin-top:10px;
	}

}

#access_information .txtOutline{
    margin: 45px auto;
    max-width: 1100px;
    border-top: 1px solid #eee;
    padding: 2%;
}



.outline_area{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	/* padding: 20px; */
	/* background: #efefef; */
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
}


.outline_area{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
}

.outline_txt{width: 68%;font-size: 23px;padding-left: 2%;}
.outline_img{width: 30%;/* padding:2%; */text-align: center;}
.outline_img img{width: 100%;margin:0 auto;}



@media only screen and (max-width: 500px) {

  .outline_area{
      display:flex;
      flex-wrap:nowwrap;
      align-items: center;
  }

  .outline_txt{width: 100%;padding-left: 0;margin: 0 auto;}
  .outline_img{width: 100%;margin-bottom: 10px;}
  .outline_img img{width: 100%;margin:0 auto;}
}











.greetingFlx {
    /* display: flex; */
}

.flexTxt {
    /* flex: 0 0 70%; */
    /* flex: 0 0 100%; */
}

.flexTxt p{
  line-height:2;
  font-size: 16px;
}

.flexImg {
    flex: 0 0 30%;
    padding: 1% 2%;
}

.text--r {
    text-align: right;
}


@media only screen and (max-width: 900px) {
    #access_information .catchArea h3 {
        font-size: 25px;
    }
    #access_information .txtArea {
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 736px) {
    #access_information .catchArea h3 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 1px;
    }
    #access_information .catchArea h3 span {
        padding: 0 25px;
    }
    #access_information .catchArea h3 span:before,
    #access_information .catchArea h3 span:after {
        width: 15px;
    }
    #access_information .txtArea {
        margin: 25px auto 0;
        padding: 0 2.5%;
    }
}

@media only screen and (max-width: 600px) {
    .greetingFlx {
        flex-direction: column;
    }
    .flexTxt {
        flex: 0 0 100%;
        order: 2;
    }
    .flexImg {
        flex: 0 0 100%;
        order: 1;
    }
    .flexImg img {
        width: 50%;
        margin: 0 auto;
    }
}



/* -----------------------------------------------------------


   #outline

   ----------------------------------------------------------- */

   #outline {padding: 50px 5%;position: relative;/* z-index: 1; */top: 100px;overflow: auto;}
   @media only screen and (max-width: 800px) {
   #outline { padding: 80px 5%; }
   }
   @media only screen and (max-width: 738px) { 
   #outline{ padding: 70px 5%; }
   }
   @media only screen and (max-width: 414px) { 
   #outline {padding: 60px 2%;}
   }
   
   .central{width:100%;max-width:1100px;margin:0 auto;}
   
   
   
   
   
   /* .imgArea */
   #outline .imgArea { float:left; width:30%; }
   #outline .imgArea .inner {position:relative;z-index:2;display: block;height: auto;}

   #outline .imgArea .inner img {display:block;height: auto;width: 100%;}


    /* .txtArea */
   #outline .txtArea { float:right; width:65%; }

    @media only screen and (max-width: 500px) { 
    /* .imgArea */
    #outline .imgArea { clear:both; width:100%; }
    #outline .txtArea { clear:both; width:100%; }

    }





body.access #map_sub {
  margin-bottom: 0px;
}

body.access #map_sub iframe#gmap {
    width: 100%;
    height: 360px;
    /* height: 31vw; */
    /*     margin-bottom: 50px; */
}



.access_Area {
    background-color: #fff;
    max-width: 1100px;
    padding: 20px 30px 22px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: 0 auto;
}

.access_Area h2 {
    font-size: 20px;
    color: #167c3b;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .access_Area {
        padding: 30px 5vw 20px;
    }
}

@media screen and (max-width: 500px) {
    .access_Area {
        padding: 30px 8vw 20px;
    }
    .access_Area h2 {
        font-size: 21px;
    }
}


