@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/
#index1{
	clear:left;
	margin-bottom:100px;
	width:100%;
	height:auto;
	background:#FFF;
}

#index1 section{
	clear:left;
	margin:0 auto;
	width:90%;
}

#index1 h1{
	clear:left;
	margin:0;
	margin-top:100px;
	color:#333;
	font-family:serif;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	letter-spacing:3px;
}

#index1 p{
	clear:left;
	margin:0;
	text-align:center;
	font-size:20px;
	letter-spacing:10px;
}

#index1 #news{
	clear:left;
	margin:0;
	margin-top:30px;
	border:#999 1px solid;
}

/*------------------------------------------------------------
	おすすめご宿泊プラン
------------------------------------------------------------*/
#index2{
	clear:left;
	margin:0;
	padding:0;
	padding-bottom:0;
	width:100%;
	height:auto;
}

#index2 section{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
}

#index2 h1{
	clear:left;
	padding-top:180px;
	padding-bottom:30px;
	color:#333;
	font-family:serif;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
}

#index2 #content{
	clear:left;
	margin-top:0;
	width:100%;
	height:auto;
	display:block;
	justify-content: center;
	position:relative;
}

#index2 #content .box{
	flex:1;
	margin:0 3px;
	width:100%;
	height:800px;
	position:relative;
}

#index2 #content .img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
	
	object-fit: cover;
}

#index2 #content img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition-duration:10s;
}

#index2 #content .img_wrap{
	clear:left;
	width:100%;
	height:400px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}

#index2 #content .img_wrap img{
	width:100%;
	transition-duration: 5s;
}

#index2 #content .img_wrap:hover img{
	transform: scale(1.2);
	transition-duration: 5s;
}

#index2 #content .text{
	clear:left;
	display:block;
	position:absolute;
	margin-top:400px;
	width:100%;
	height:auto;
	color:#333;
	font-size:16px;
	font-family:serif;
	font-weight:bold;
	line-height:2em;
}

#index2 #content ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:30px;
	width:90%;
	height:auto;
	text-align:left;
}

#index2 #content .text h1{
	clear:left;
	padding-top:40px;
	padding-bottom:30px;
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#index2 #content .btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding:10px 0;
	background-color:#999;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:2px;
	line-height:none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#index2 #content .btn01 a:hover{
	color:#FFF;
	background:#333;
}

/*------------------------------------------------------------
	いかほ銀水
------------------------------------------------------------*/
#index3{
	clear:left;
	margin:0;
	width:100%;
	height:auto;
	border-bottom:#FFF 1px solid;
}

#index3 #content{
	float:none;
	width:100%;
	height:700px;
	color:#333;
	font-size:17px;
	letter-spacing:2px;
	background:#EEEEEE;
}

#index3 #content section{
	clear:left;
	margin:0 auto;
	width:80%;
}

#index3 #content h1{
	clear:left;
	margin:0;
	padding:0;
	padding-top:80px;
	color:#333;
	font-family:serif;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	letter-spacing:6px;
}

#index3 #content h2{
	clear:left;
	margin:0;
	margin-bottom:50px;
	text-align:center;
	color:#333;
	font-size:20px;
	font-weight:normal;
	letter-spacing:20px;
}

#index3 #content ul{
	clear:left;
	line-height:2.3em;
}

#index3 #img{
	float:none;
	width:100%;
	height:400px;
}

#index3 img{
	margin:0;
	padding:0;
	width:100%;
	height:400px;
	object-fit:cover;
}

#index3 #content .btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding:5px 0;
	background-color:#666;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:5px;
	line-height:none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#index3 #content .btn01 a:hover{
	color:#FFF;
	background:#333;
}

/*------------------------------------------------------------
	img
------------------------------------------------------------*/
#index5{
	clear:left;
	margin:0 auto;
	width:100%;
	height:600px;
	text-align:left;
	overflow:hidden;
	background:#333;
	background-attachment: fixed;
	border-bottom:#FFF 1px solid;
}

#index5 p{
	clear:left;
	width:100%;
	height:600px;

}

#index5 p img{
	margin:0;
	padding:0;
	width:100%;
	height:600px;
	object-fit:cover;
	filter: brightness(50%);
}

.section-wrapper {
  position: relative;
  border-radius: 30px 30px 0px 0px;
}

.section-body {
	clear:left;
  position: relative;
  padding-top:0;
  margin-top:0;
  width: 100%;
  height:550px;
  text-align: center;
  border-bottom:#FFF 1px solid;
}

.section-body h1{
	clear:left;
	margin:0;
	padding:0;
	padding-top:100px;
	color:#FFF;
	font-family:serif;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	letter-spacing:6px;
}

.section-body h2{
	clear:left;
	margin:0;
	text-align:center;
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	letter-spacing:20px;
}

.section-body ul{
	clear:left;
	margin:0 auto;
	margin-top:50px;
	width:80%;
	color:#FFF;
	text-align:left;
	font-size:17px;
	letter-spacing:3px;
}

.bg-image-clip {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

.bg-image-fixed {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#section1 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img1.jpg);
	filter: blur(3px) brightness(70%);
  }
}

#section2 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img2.jpg);
	filter: blur(3px) brightness(70%);
  }
}

#section3 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img3.jpg);
	filter: blur(3px) brightness(70%);
  }
}


/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
.btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding: 15px 0;
	background-color:#C66;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:5px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

.btn01 a:hover{
	color:#333;
	background:#EEEEEE;
}

/* アイコンのスタイル */
.btn-circle-right01 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right01 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #600;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}





@media(min-width:768px) and ( max-width:1200px){
/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/
#index1{
	clear:left;
	margin-bottom:100px;
	width:100%;
	height:auto;
	background:#FFF;
}

#index1 section{
	clear:left;
	margin:0 auto;
	width:90%;
}

#index1 h1{
	clear:left;
	margin:0;
	margin-top:100px;
	color:#333;
	font-family:serif;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	letter-spacing:3px;
}

#index1 p{
	clear:left;
	margin:0;
	text-align:center;
	font-size:20px;
	letter-spacing:10px;
}

#index1 #news{
	clear:left;
	margin:0;
	margin-top:30px;
	border:#999 1px solid;
}

/*------------------------------------------------------------
	おすすめご宿泊プラン
------------------------------------------------------------*/
#index2{
	clear:left;
	margin:0;
	padding:0;
	padding-bottom:0;
	width:100%;
	height:auto;
}

#index2 section{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
}

#index2 h1{
	clear:left;
	padding-top:180px;
	padding-bottom:30px;
	color:#333;
	font-family:serif;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
}

#index2 #content{
	clear:left;
	margin-top:0;
	width:100%;
	height:auto;
	display:block;
	justify-content: center;
	position:relative;
}

#index2 #content .box{
	flex:1;
	margin:0 3px;
	width:100%;
	height:800px;
	position:relative;
}

#index2 #content .img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
	
	object-fit: cover;
}

#index2 #content img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition-duration:10s;
}

#index2 #content .img_wrap{
	clear:left;
	width:100%;
	height:400px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}

#index2 #content .img_wrap img{
	width:100%;
	transition-duration: 5s;
}

#index2 #content .img_wrap:hover img{
	transform: scale(1.2);
	transition-duration: 5s;
}

#index2 #content .text{
	clear:left;
	display:block;
	position:absolute;
	margin-top:400px;
	width:100%;
	height:auto;
	color:#333;
	font-size:16px;
	font-family:serif;
	font-weight:bold;
	line-height:2em;
}

#index2 #content ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:30px;
	width:90%;
	height:auto;
	text-align:left;
}

#index2 #content .text h1{
	clear:left;
	padding-top:40px;
	padding-bottom:30px;
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#index2 #content .btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding:10px 0;
	background-color:#999;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:2px;
	line-height:none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#index2 #content .btn01 a:hover{
	color:#FFF;
	background:#333;
}

/*------------------------------------------------------------
	いかほ銀水
------------------------------------------------------------*/
#index3{
	clear:left;
	margin:0;
	width:100%;
	height:auto;
	border-bottom:#FFF 1px solid;
}

#index3 #content{
	float:none;
	width:100%;
	height:700px;
	color:#333;
	font-size:17px;
	letter-spacing:2px;
	background:#EEEEEE;
}

#index3 #content section{
	clear:left;
	margin:0 auto;
	width:80%;
}

#index3 #content h1{
	clear:left;
	margin:0;
	padding:0;
	padding-top:80px;
	color:#333;
	font-family:serif;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	letter-spacing:6px;
}

#index3 #content h2{
	clear:left;
	margin:0;
	margin-bottom:50px;
	text-align:center;
	color:#333;
	font-size:20px;
	font-weight:normal;
	letter-spacing:20px;
}

#index3 #content ul{
	clear:left;
	line-height:2.3em;
}

#index3 #img{
	float:none;
	width:100%;
	height:400px;
}

#index3 img{
	margin:0;
	padding:0;
	width:100%;
	height:400px;
	object-fit:cover;
}

#index3 #content .btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding:5px 0;
	background-color:#666;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:5px;
	line-height:none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#index3 #content .btn01 a:hover{
	color:#FFF;
	background:#333;
}

/*------------------------------------------------------------
	img
------------------------------------------------------------*/
#index5{
	clear:left;
	margin:0 auto;
	width:100%;
	height:600px;
	text-align:left;
	overflow:hidden;
	background:#333;
	background-attachment: fixed;
	border-bottom:#FFF 1px solid;
}

#index5 p{
	clear:left;
	width:100%;
	height:600px;

}

#index5 p img{
	margin:0;
	padding:0;
	width:100%;
	height:600px;
	object-fit:cover;
	filter: brightness(50%);
}

.section-wrapper {
  position: relative;
  border-radius: 30px 30px 0px 0px;
}

.section-body {
	clear:left;
  position: relative;
  padding-top:0;
  margin-top:0;
  width: 100%;
  height:550px;
  text-align: center;
  border-bottom:#FFF 1px solid;
}

.section-body h1{
	clear:left;
	margin:0;
	padding:0;
	padding-top:100px;
	color:#FFF;
	font-family:serif;
	font-size:40px;
	font-weight:normal;
	text-align:center;
	letter-spacing:6px;
}

.section-body h2{
	clear:left;
	margin:0;
	text-align:center;
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	letter-spacing:20px;
}

.section-body ul{
	clear:left;
	margin:0 auto;
	margin-top:50px;
	width:80%;
	color:#FFF;
	text-align:left;
	font-size:17px;
	letter-spacing:3px;
}

.bg-image-clip {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

.bg-image-fixed {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#section1 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img1.jpg);
	filter: blur(3px) brightness(70%);
  }
}

#section2 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img2.jpg);
	filter: blur(3px) brightness(70%);
  }
}

#section3 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img3.jpg);
	filter: blur(3px) brightness(70%);
  }
}


/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
.btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding: 15px 0;
	background-color:#C66;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:5px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

.btn01 a:hover{
	color:#333;
	background:#EEEEEE;
}

/* アイコンのスタイル */
.btn-circle-right01 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right01 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #600;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
}







@media(min-width:1200px){
/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/
#index1{
	clear:left;
	margin-bottom:150px;
	width:100%;
	height:auto;
	background:#FFF;
}

#index1 section{
	clear:left;
	margin:0 auto;
	width:80%;
}

#index1 h1{
	clear:left;
	margin:0;
	margin-top:100px;
	color:#333;
	font-family:serif;
	font-size:60px;
	font-weight:normal;
	text-align:center;
	letter-spacing:6px;
}

#index1 p{
	clear:left;
	margin:0;
	text-align:center;
	font-size:20px;
	letter-spacing:10px;
}

#index1 #news{
	clear:left;
	margin:0;
	margin-top:30px;
	border:#999 1px solid;
}

/*------------------------------------------------------------
	おすすめご宿泊プラン
------------------------------------------------------------*/
#index2{
	clear:left;
	margin:0;
	padding:0;
	padding-bottom:150px;
	width:100%;
	height:auto;
}

#index2 section{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
}

#index2 h1{
	clear:left;
	padding-top:180px;
	padding-bottom:30px;
	color:#333;
	font-family:serif;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
}

#index2 #content{
	clear:left;
	margin-top:0;
	width:100%;
	height:auto;
	display:flex;
	justify-content: center;
	position:relative;
}

#index2 #content .box{
	flex:1;
	margin:0 3px;
	width:100%;
	height:900px;
	position:relative;
}

#index2 #content .img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	
	object-fit: cover;
}

#index2 #content img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition-duration:10s;
}

#index2 #content .img_wrap{
	clear:left;
	width:100%;
	height:500px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}

#index2 #content .img_wrap img{
	width:100%;
	transition-duration: 5s;
}

#index2 #content .img_wrap:hover img{
	transform: scale(1.2);
	transition-duration: 5s;
}

#index2 #content .text{
	clear:left;
	display:block;
	position:absolute;
	margin-top:530px;
	width:100%;
	height:auto;
	color:#333;
	font-size:16px;
	font-family:serif;
	font-weight:bold;
	line-height:2em;
}

#index2 #content ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:30px;
	width:80%;
	height:auto;
	text-align:left;
}

#index2 #content .text h1{
	clear:left;
	padding-top:50px;
	padding-bottom:30px;
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#index2 #content .btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding:10px 0;
	background-color:#999;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:2px;
	line-height:none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#index2 #content .btn01 a:hover{
	color:#FFF;
	background:#333;
}

/*------------------------------------------------------------
	いかほ銀水
------------------------------------------------------------*/
#index3{
	clear:left;
	margin:0;
	width:100%;
	height:700px;
	border-bottom:#FFF 1px solid;
}

#index3 #content{
	float:left;
	width:50%;
	height:700px;
	color:#333;
	font-size:20px;
	letter-spacing:3px;
	background:#EEEEEE;
}

#index3 #content section{
	clear:left;
	margin:0 auto;
	width:80%;
}

#index3 #content h1{
	clear:left;
	margin:0;
	padding:0;
	padding-top:100px;
	color:#333;
	font-family:serif;
	font-size:60px;
	font-weight:normal;
	text-align:center;
	letter-spacing:6px;
}

#index3 #content h2{
	clear:left;
	margin:0;
	margin-bottom:50px;
	text-align:center;
	color:#333;
	font-size:20px;
	font-weight:normal;
	letter-spacing:20px;
}

#index3 #content ul{
	clear:left;
	line-height:2.3em;
}

#index3 #img{
	float:right;
	width:50%;
	height:700px;
}

#index3 img{
	margin:0;
	padding:0;
	width:100%;
	height:700px;
	object-fit:cover;
}

#index3 #content .btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding:5px 0;
	background-color:#666;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:5px;
	line-height:none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#index3 #content .btn01 a:hover{
	color:#FFF;
	background:#333;
}

/*------------------------------------------------------------
	img
------------------------------------------------------------*/
#index5{
	clear:left;
	margin:0 auto;
	width:100%;
	height:600px;
	text-align:left;
	overflow:hidden;
	background:#333;
	background-attachment: fixed;
	border-bottom:#FFF 1px solid;
}

#index5 p{
	clear:left;
	width:100%;
	height:600px;

}

#index5 p img{
	margin:0;
	padding:0;
	width:100%;
	height:600px;
	object-fit:cover;
	filter: brightness(50%);
}

.section-wrapper {
  position: relative;
  border-radius: 30px 30px 0px 0px;
}

.section-body {
	clear:left;
  position: relative;
  padding-top:0;
  margin-top:0;
  width: 100%;
  height:650px;
  text-align: center;
  border-bottom:#FFF 1px solid;
}

.section-body h1{
	clear:left;
	margin:0;
	padding:0;
	padding-top:130px;
	color:#FFF;
	font-family:serif;
	font-size:60px;
	font-weight:normal;
	text-align:center;
	letter-spacing:6px;
}

.section-body h2{
	clear:left;
	margin:0;
	text-align:center;
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	letter-spacing:20px;
}

.section-body ul{
	clear:left;
	margin:0;
	margin-top:50px;
	width:100%;
	color:#FFF;
	text-align:center;
	font-size:20px;
	letter-spacing:3px;
}
.section-body ul{
	clear:left;
	margin:0 auto;
	margin-top:50px;
	width:80%;
	color:#FFF;
	text-align:center;
	font-size:20px;
	letter-spacing:3px;
}

.bg-image-clip {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

.bg-image-fixed {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#section1 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img1.jpg);
	filter: blur(3px) brightness(70%);
  }
}

#section2 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img2.jpg);
	filter: blur(3px) brightness(70%);
  }
}

#section3 {
  background-color:#;

  .bg-image-fixed {
    background-image:url(../index/index5_img3.jpg);
	filter: blur(3px) brightness(70%);
  }
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
.btn01 a {
	clear:left;
	margin:0 auto;
	position: relative;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	width: 280px;
	padding: 15px 0;
	background-color:#C66;
	border-radius: 8px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:5px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition:0.4s;
	transition:0.4s;
}

.btn01 a:hover{
	color:#333;
	background:#EEEEEE;
}

/* アイコンのスタイル */
.btn-circle-right01 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right01 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #600;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
}