@charset "utf-8";

.bg_color01 {
  background: #fdf0e6;
}
.bg_color02 {
  background: #666;
}
section {
  position: relative;
}
#imageMap, #imageMap2 img {
  max-width: 100%;
}
article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti2.jpg") no-repeat;
    background-position: top center;
	border-bottom: 2px solid #fff;
    position: relative;
  }
	.article_icon {
    margin: 0 auto;
    padding-top: 50px;
    width:80px;
    height: auto;
    box-sizing: border-box;
  }
  .article h1 {
    margin: 1em auto 0;
    padding: 0;
    width: 200px;
    height: auto;
	  font-size: 1.3em;
    line-height: 1.5em;
    text-align: center;
    border-top: 1px solid #fff;
  }
@media screen and (min-width:340px) and (max-width:480px) {
	.br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  
  .flex {
    display: flex;
  }
  .flex_bet {
  }
	.flex_bet2 {
  }
	.flex_bet3 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {

  }
  .flex_low2 {

  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*index*/
	.parallax {
   margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
  }
  .parallax_in {
    margin: 0 auto;
    width: 95%;
	  height: auto;
    box-sizing: border-box;
    padding: 3em 0;
  }
	  .parallax_1 {
    background-image: url("../images/bg2.jpg");
	  background-position: center center;
	  background-attachment: fixed;
  background-size: cover;
	}	
	.box33{
		margin: 1.5em 1.5%;
		padding: 0;
		width: 97%;
		height: auto;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		z-index: 1;
		border: 1px solid #fff;
	}
	.bg_h2{
		position: absolute;
		top:-7%;
		left:5%;
		padding: .2em;
		box-sizing: border-box;
		background:#630;	
		width: 90%;
		text-align: center;
		border: 1px solid #fff;
	}
	.btnbox3 {
    position: absolute;
		bottom:10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 33%;
	  height: auto;
    box-sizing: border-box;
  }
/*index*/
	/*contents*/
	.sec_in{
		margin: 0 auto;
		padding: 1em 0;
		width: 100%;
		background: #ccc;
	}

/* Slider */
	.slider-for img{
		margin: 1em auto 0;
		width: 95%;
	}
	.slider-nav{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		background: #666!important;
		position: relative;
		z-index: 1;
	}
.slick-prev{
    left: 15px!important;
}
.slick-next{
    right: 30px!important;
}

	.slick-prev:before, .slick-next:before{
    color: #fc6!important;
		font-size: 35px!important;/*少し大きくする*/
	
}
.slick-prev, .slick-next{
    z-index: 100;
}
	.btn_box{
		margin: 0 auto 1em;
		padding: 1em 0;
		width: 150px;
		box-sizing: border-box;
	}
	/* Slider */
   /*btn*/
.btn-wh3 {
    width:100%;
  height:auto;
  border:1px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
		 background:#fff;
  }
  .btn-wh3 a {
  font-size:1.1em;
  color:#000;
  text-decoration:none;
  line-height:1.7em;
  transition:all .5s ease;
  z-index:2;
  position:relative;
	 
  }
  .eff-wh3 {
    width:100%;
  height:100%;
  left:-100%;
  background:#ccc;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  }
  .btn-wh3:hover .eff-wh3 {
    left:0;
  }
  .btn-wh3:hover a {
    color: #000 !important;
	  opacity: 1;
    display: block;
  }
	.googlemap {
    padding-bottom: 70%;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
.br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  
  .flex {
    display: flex;
  }
  .flex_bet {
  }
	.flex_bet2 {
  }
	.flex_bet3 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {

  }
  .flex_low2 {

  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*index*/
	.parallax {
   margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
  }
  .parallax_in {
    margin: 0 auto;
    width: 95%;
	  height: auto;
    box-sizing: border-box;
    padding: 4em 0;
  }
	  .parallax_1 {
    background-image: url("../images/bg2.jpg");
	  background-position: center center;
	  background-attachment: fixed;
  background-size: cover;
	}	
	.box33{
		margin: 1.5em 1.5%;
		padding: 0;
		width: 97%;
		height: auto;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		z-index: 1;
		border: 1px solid #fff;
	}
	.bg_h2{
		position: absolute;
		top:-7%;
		left:5%;
		padding: .2em;
		box-sizing: border-box;
		background:#630;	
		width: 90%;
		text-align: center;
		border: 1px solid #fff;
	}
	.btnbox3 {
    position: absolute;
		bottom:10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 33%;
	  height: auto;
    box-sizing: border-box;
  }
/*index*/
	/*contents*/
	.sec_in{
		margin: 0 auto;
		padding: 1em 0;
		width: 100%;
		background: #ccc;
	}

/* Slider */
	.slider-for img{
		margin: 1em auto 0;
		width: 95%;
	}
	.slider-nav{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		background: #666!important;
		position: relative;
		z-index: 1;
	}
.slick-prev{
    left: 15px!important;
}
.slick-next{
    right: 30px!important;
}

	.slick-prev:before, .slick-next:before{
    color: #fc6!important;
		font-size: 35px!important;/*少し大きくする*/
	
}
.slick-prev, .slick-next{
    z-index: 100;
}
	.btn_box{
		margin: 0 auto 1em;
		padding: 1em 0;
		width: 150px;
		box-sizing: border-box;
	}
	/* Slider */
   /*btn*/
.btn-wh3 {
    width:100%;
  height:auto;
  border:1px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
		 background:#fff;
  }
  .btn-wh3 a {
  font-size:1.1em;
  color:#000;
  text-decoration:none;
  line-height:1.7em;
  transition:all .5s ease;
  z-index:2;
  position:relative;
	 
  }
  .eff-wh3 {
    width:100%;
  height:100%;
  left:-100%;
  background:#ccc;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  }
  .btn-wh3:hover .eff-wh3 {
    left:0;
  }
  .btn-wh3:hover a {
    color: #000 !important;
	  opacity: 1;
    display: block;
  }
	.googlemap {
    padding-bottom: 70%;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
 .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  
  .flex {
    display: flex;
  }
  .flex_bet {
  }
	.flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
	.flex_bet3 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*index*/
	.parallax {
   margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
  }
  .parallax_in {
    margin: 0 auto;
    width: 90%;
	  height: auto;
    box-sizing: border-box;
    padding: 4em 0;
  }
	  .parallax_1 {
    background-image: url("../images/bg1.jpg");
	  background-position: center center;
	  background-attachment: fixed;
  background-size: cover;
	}	
	.box33{
		margin: 1.5em 1.5%;
		padding: 0;
		width: 47%;
		height: auto;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		z-index: 1;
		border: 1px solid #fff;
	}
	.bg_h2{
		position: absolute;
		top:-7%;
		left:5%;
		padding: .2em;
		box-sizing: border-box;
		background:#630;	
		width: 90%;
		text-align: center;
		border: 1px solid #fff;
	}
	.btnbox3 {
    position: absolute;
		bottom:10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 33%;
	  height: auto;
    box-sizing: border-box;
  }
/*index*/
	/*contents*/
	.sec_in{
		margin: 0 auto;
		padding: 1em 0;
		width: 100%;
		background: #ccc;
	}

/* Slider */
	.slider-for img{
		margin: 1em auto 0;
		width: 500px;
	}
	.slider-nav{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		background: #666!important;
		position: relative;
		z-index: 1;
	}
.slick-prev{
    left: 15px!important;
}
.slick-next{
    right: 30px!important;
}

	.slick-prev:before, .slick-next:before{
    color: #fc6!important;
		font-size: 35px!important;/*少し大きくする*/
	
}
.slick-prev, .slick-next{
    z-index: 100;
}
	.btn_box{
		margin: 0 auto 1em;
		padding: 1em 0;
		width: 150px;
		box-sizing: border-box;
	}
	/* Slider */
   /*btn*/
.btn-wh3 {
    width:100%;
  height:auto;
  border:1px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
		 background:#fff;
  }
  .btn-wh3 a {
  font-size:1.1em;
  color:#000;
  text-decoration:none;
  line-height:1.7em;
  transition:all .5s ease;
  z-index:2;
  position:relative;
	 
  }
  .eff-wh3 {
    width:100%;
  height:100%;
  left:-100%;
  background:#ccc;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  }
  .btn-wh3:hover .eff-wh3 {
    left:0;
  }
  .btn-wh3:hover a {
    color: #000 !important;
	  opacity: 1;
    display: block;
  }
	.googlemap {
    padding-bottom: 60%;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2, .flex_bet3 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*index*/
	.parallax {
   margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
  }
  .parallax_in {
    margin: 0 auto;
    width: 90%;
	  height: auto;
    box-sizing: border-box;
    padding: 4em 0;
  }
	  .parallax_1 {
    background-image: url("../images/bg1.jpg");
	  background-position: center center;
	  background-attachment: fixed;
  background-size: cover;
	}	
	.box33{
		margin: 1.5em 1.5%;
		padding: 0;
		width: 30%;
		height: auto;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		z-index: 1;
		border: 1px solid #fff;
	}
	.bg_h2{
		position: absolute;
		top:-7%;
		left:5%;
		padding: .2em;
		box-sizing: border-box;
		background:#630;	
		width: 90%;
		text-align: center;
		border: 1px solid #fff;
	}
	.btnbox3 {
    position: absolute;
		bottom:10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 33%;
	  height: auto;
    box-sizing: border-box;
  }
/*index*/
	/*contents*/
	.sec_in{
		margin: 0 auto;
		padding: 1em 0;
		width: 100%;
		background: #ccc;
	}

/* Slider */
	.slider-for img{
		margin: 1em auto 0;
		width: 700px;
	}
	.slider-nav{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		background: #666!important;
		position: relative;
		z-index: 1;
	}
.slick-prev{
    left: 15px!important;
}
.slick-next{
    right: 30px!important;
}

	.slick-prev:before, .slick-next:before{
    color: #fc6!important;
		font-size: 35px!important;/*少し大きくする*/
	
}
.slick-prev, .slick-next{
    z-index: 100;
}
	.btn_box{
		margin: 0 auto 1em;
		padding: 1em 0;
		width: 200px;
		box-sizing: border-box;
	}
	/* Slider */
   /*btn*/
.btn-wh3 {
    width:100%;
  height:auto;
  border:1px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
		 background:#fff;
  }
  .btn-wh3 a {
  font-size:1.1em;
  color:#000;
  text-decoration:none;
  line-height:1.7em;
  transition:all .5s ease;
  z-index:2;
  position:relative;
	 
  }
  .eff-wh3 {
    width:100%;
  height:100%;
  left:-100%;
  background:#ccc;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  }
  .btn-wh3:hover .eff-wh3 {
    left:0;
  }
  .btn-wh3:hover a {
    color: #000 !important;
	  opacity: 1;
    display: block;
  }
	.googlemap {
    padding-bottom: 50%;
  }
}
@media screen and (min-width:1441px) {
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2, .flex_bet3 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*index*/
	.parallax {
   margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
  }
  .parallax_in {
    margin: 0 auto;
    width: 80%;
	  height: auto;
    box-sizing: border-box;
    padding: 4em 0;
  }
	  .parallax_1 {
    background-image: url("../images/bg1.jpg");
	  background-position: center center;
	  background-attachment: fixed;
  background-size: cover;
	}	
	.box33{
		margin: 1.5em 1.5%;
		padding: 0;
		width: 30%;
		height: auto;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		z-index: 1;
		border: 1px solid #fff;
	}
	.bg_h2{
		position: absolute;
		top:-7%;
		left:5%;
		padding: .2em;
		box-sizing: border-box;
		background:#630;	
		width: 90%;
		text-align: center;
		border: 1px solid #fff;
	}
	.btnbox3 {
    position: absolute;
		bottom:10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 33%;
	  height: auto;
    box-sizing: border-box;
  }
/*index*/
	/*contents*/
	.sec_in{
		margin: 0 auto;
		padding: 1em 0;
		width: 100%;
		background: #ccc;
	}

/* Slider */
	.slider-for img{
		margin: 1em auto 0;
		width: 700px;
	}
	.slider-nav{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		background: #666!important;
		position: relative;
		z-index: 1;
	}
.slick-prev{
    left: 15px!important;
}
.slick-next{
    right: 30px!important;
}

	.slick-prev:before, .slick-next:before{
    color: #fc6!important;
		font-size: 35px!important;/*少し大きくする*/
	
}
.slick-prev, .slick-next{
    z-index: 100;
}
	.btn_box{
		margin: 0 auto 1em;
		padding: 1em 0;
		width: 200px;
		box-sizing: border-box;
	}
	/* Slider */
   /*btn*/
.btn-wh3 {
    width:100%;
  height:auto;
  border:1px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
		 background:#fff;
  }
  .btn-wh3 a {
  font-size:1.1em;
  color:#000;
  text-decoration:none;
  line-height:1.7em;
  transition:all .5s ease;
  z-index:2;
  position:relative;
	 
  }
  .eff-wh3 {
    width:100%;
  height:100%;
  left:-100%;
  background:#ccc;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  }
  .btn-wh3:hover .eff-wh3 {
    left:0;
  }
  .btn-wh3:hover a {
    color: #000 !important;
	  opacity: 1;
    display: block;
  }
	.googlemap {
    padding-bottom: 40%;
  }
}