
/* topページ ボタン */
.btn_mg {
	text-align: center;
	margin: 50px auto;
}

.go-btn_a_1,
.go-btn_a_2,
.go-btn_a_3,
.go-btn_a_4,
.go-btn_a_5,
.go-btn_a_6,
.go-btn_a_7  {
	color: #231300 !important;
	font-size: 0.9em;
    text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
  font-weight: 500;
	height: 50px;
	border: 1px solid #b9b79e;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
	margin: 0 auto;
	padding: 0;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	display: block;
	position: relative;
	background: linear-gradient(25deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}




.go-btn_a_1::after,
.go-btn_a_2::after,
.go-btn_a_3::after,
.go-btn_a_4::after,
.go-btn_a_5::after,
.go-btn_a_6::after,
.go-btn_a_7::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  border-bottom: 1px solid #231300;
  border-right: 2px solid #231300;
  transform: skew(45deg);
  position: absolute;
  right: 20px;
  top: 20px;
  transition: inherit;
   opacity: 0;
   -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.go-btn_a_1.is-show::after,
.go-btn_a_2.is-show::after,
.go-btn_a_3.is-show::after,
.go-btn_a_4.is-show::after,
.go-btn_a_5.is-show::after,
.go-btn_a_6.is-show::after,
.go-btn_a_7.is-show::after {
    opacity: 1;
}


.go-btn_a_1:hover,
.go-btn_a_2:hover,
.go-btn_a_3:hover,
.go-btn_a_4:hover,
.go-btn_a_5:hover,
.go-btn_a_6:hover,
.go-btn_a_7:hover {
	background: linear-gradient(25deg, #b39855 0%, #ddcc95 50.1%, #b39855 100%);
	text-decoration: none;
	cursor:pointer
}


/* 矢印ボタン
.go-btn_a_1:hover:after {
	border-bottom: 1px solid #b9b79e;
	border-right: 2px solid #b9b79e;
}
*/

/* 矢印ボタン
.go-btn_a_2:hover:after {
	border-bottom: 1px solid #b9b79e;
	border-right: 2px solid #b9b79e;
}

*/


/* 矢印ボタン
.go-btn_a_3:hover:after {
	border-bottom: 1px solid #b9b79e;
	border-right: 2px solid #b9b79e;
}
*/

.info_area_svg {
    object-fit: cover;
    object-position: left top;
    max-height: 200px;
    width: 100%;
}


/* インフォ一覧へ ボタン */
.goInfo_btn {
	color: #FFF !important;
    text-align: center;
	line-height: 36px;
	max-width: 190px;
	height: 36px;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-radius: 4px; /* CSS3草案 */  
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px; /* Firefox用 */
	letter-spacing: 1px;
	position: relative;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 0.85em;
	border: 1px solid #ED3024;
}

.goInfo_btn a {
	color: #ED3024 !important;
	text-decoration: none;
	display: block;
}

.goInfo_btn:hover {
	background-color: rgba(250, 209, 194, 0.2);
	text-decoration: none;
}

