@charset "utf-8";

/* =トップページ
-------------------------------------------------------------- */
.main_slide{
	height:550px;
	position: relative;
}
.main_slide .icon_wifi{
	width: 960px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 2;
  margin: 0 auto;
  text-align: right;
}
.bx-wrapper, .bx-viewport{
	height: 550px !important;
	position: relative;
}
#slide_bxslider ul li.slide{
	width: 100%;
	height:auto;
}
#slide_bxslider ul li.slide img {
	width: 100%;
	height: auto;
}
#img2,#img3,#img4,#img5,#img6,#img7,#img8,#img9,#img10 {
	display:none;
}
#img1{
	background: url(../img/top/pic_main_01.jpg) no-repeat;
	background-position: top center;
}
#img2{
	background: url(../img/top/pic_main_02.jpg) no-repeat;
	background-position: top center;
}
#img3{
	background: url(../img/top/pic_main_03.jpg) no-repeat;
	background-position: top center;
}
.bx-controls{
	position: absolute;
  bottom: 1rem;
  z-index: 3;
  left: 0;
  right: 0;
}

.introduction h2,
.point_05 h2{
	padding-bottom: 2rem;
	color: #335064;
	font-size: 4.0rem;
	font-family: 'kokugo_light';
	line-height: 6.0rem;
}
.introduction h2 span{
	margin: 0 -14px;
	display: inline-block;
	color: #47ACA6;
}
.introduction .copy,
.point_05 .box-r{
	width: 600px;
	padding: 8rem 0;
	text-align: left;
}
.introduction .copy_pic,
.point_05 .box-l{
	width: 320px;
	padding: 8rem 0;
}

/* ポイント */
.point_01{
	background: url(../img/top/pic_point_01.png) no-repeat;
	background-size: cover;
}
.point_02{
	background: url(../img/top/pic_point_02.png) no-repeat;
	background-size: cover;
}
.point_03{
	background: url(../img/top/pic_point_03.png) no-repeat;
	background-size: cover;
}
.point_04{
	background: url(../img/top/pic_point_04.png) no-repeat;
	background-size: cover;
}
.point_01 img, .point_02 img, .point_03 img, .point_04 img{
	width: 100%;
	height:auto;
}
.point_05 h2{
	text-align: center;
}
.point_05 h2 span{
	font-family: 'CaviarDreams_Regular';
	color: #47ACA6;
}


/* お知らせ */
.information{
	padding: 8rem 0 6rem 0;
	background: url(../img/common/bg_border.png);
}
.information h2,
.plan h2,
.access_map h2{
	font-family: 'CaviarDreams_Regular';
	font-size: 4.5rem;
	color: #9A8A58;
}
.information h2 span,
.plan h2 span,
.access_map h2 span{
	margin: 1rem;
	font-size: 1.3rem;
	display: block;
}
.information dl{
	padding: 3rem;
	background-color: #FFF;
	border-radius: 2px;
}
.information dl dt strong{
	display: block;
	font-weight: bold;
	text-align: left;
}
.information dl dt,
.information dl dd{
	text-align: left;
	padding: 0.5rem 0;
}
.information dl dt a,
.plan dl dd a{
	color: #335064;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.information dl dt a:hover strong,
.plan dl dd a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.information dl dd a{
	padding-left: 1.5rem;
	color: #002846;
	position: relative;
}
.information dl dd a:before{
	content: "";
	background: url(../img/common/arrow_link.png);
	background-size: 8px 11px;
	display: block;
	width: 8px;
	height: 11px;
	position:absolute;
	top:5px;
	left:0;
}

/* プラン */
.plan{
	padding: 6rem 0;
}
.plan dl{
	border: 1px solid #8EA8B3;
	border-radius: 2px;
	display: table;
}
.plan dt, .plan dl dd{
	display: table-cell;
	vertical-align:middle;
	text-align:left;
}
.plan dl dt{
	width: 30%;
}
.plan dt img{
	display: block;
}
.plan dl dd{
	width: 70%;
	padding: 0 2rem;
	overflow: hidden;
}

/* 地図 */
.access_map h2{
	padding: 4rem 0 2rem 0;
	background: #9B8A58;
	color: #FFF !important;
}
.access_map iframe{
	width: 100%;
	height:500px;
}

/* swiper設定 */
.swiper-container {
	width: 100%;
	padding-bottom:7rem;
	z-index: 0 !important;
}
.btn_pagenation{
	width: 100%;
	position: absolute;
	bottom: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../vendor/swiper/arrow.png) no-repeat !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../vendor/swiper/arrow.png) no-repeat !important;
	-webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.swiper-pagination-bullet{
	width: 14px !important;
	height: 14px !important;
}
.swiper-pagination-bullet-active{
	background: #002846 !important;
}

@media (max-width : 768px){
	.information h2 span,
	.plan h2 span,
	.access_map h2 span{
		font-size: 1.6rem;
	}
	.main_slide{
		height: 280px;
	}
	.main_slide .icon_wifi{
		width: 69px;
		height: 75px;
		margin: 0;
		bottom: 0;
		right: 20px;
    left: inherit;
	}
	.main_slide .icon_wifi img{
		width: 100%;
		height: auto;
	}
	.bx-wrapper, .bx-viewport{
	  height: 280px !important;
  }
	#slide_bxslider ul li{
		height: 280px !important;
	}
	#slide_bxslider ul li.slide img {
	  width: 100%;
	  height: 100%;
  }
	#img1,#img2,#img3,#img4,#img5,#img6,#img7,#img8,#img9,#img10{
		background-size: auto 100%;
	}
	#img1{
		background: url(../img/top/pic_main_01_sp.jpg) no-repeat;
		background-position: top center;
	}
	#img2{
		background: url(../img/top/pic_main_02_sp.jpg) no-repeat;
		background-position: top center;
	}
	#img3{
		background: url(../img/top/pic_main_03_sp.jpg) no-repeat;
		background-position: top center;
	}

	.bx-controls{
		bottom: -2.5rem;
	}
	.introduction .copy,
	.introduction .copy_pic,
	.point_05 .box-r{
		width: 100%;
		padding: 4rem 0;
	}
	.introduction h2, .point_05 h2{
		font-size: 3.0rem;
		line-height: 5rem;
		text-align: center;
	}
	.information{
		padding: 6rem 0 2rem;
	}
	.plan{
		padding: 6rem 0 4rem;
	}
	.plan dl{
		width: 100%;
		padding-top:2rem;
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: 1px dotted #8EA8B3;
	}
	.plan dl dt{
	  padding:0;
	}
	.plan dl dd{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.plan .col-1-sp{
		padding-bottom: 0;
	}
	.swiper-wrapper{
		background-color: #FFF;
	}
}




/*

170804
*/
.sp_foot {
	display: none;
}
@media (max-width : 768px){

.sp_foot {
    position: fixed;
    height: 48px;
    width: 100%;
    bottom: 0;
	display: -webkit-flex; /* Safari */
  display: flex;
      z-index: 2;
}
.sp_foot a {
    padding: 12px 0;
    box-sizing: border-box;
    width: 50%;
    border-top: solid 1px #fff;
    background:#335064 ;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.reser {
    padding: 12px 0;
    box-sizing: border-box;
    width: 50%;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    background: #49ada8;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}
.search_wrap {
    padding: 3rem;
    position: fixed;
    bottom: 48px;
    width: 100%;
    z-index: 99999;
    background: #335064;
    left: 0;
}
.bx-controls {
    position: absolute;
    bottom: 1rem;
    z-index: 2;
    left: 0;
    right: 0;
}
.main_slide .icon_wifi {
    width: 69px;
    height: 75px;
    margin: 0;
    bottom: 20px;
    right: 20px;
	z-index: 1;
    left: inherit;
}

header .pc-none>p {
    position: absolute;
    top: 18px;
    color: #fff;
    text-align: center;
    left: 64px;
    font-size: 22px;
}
}