@charset "UTF-8";

.c-fixed_nav {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 10000;
}
.c-btn {
  width: 310px;
  height: 120px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
	background-color: #ffffff;
	border-radius: 10px 0 0 10px;
	padding: 10px 0 10px 0;
}


.c-btn--fixed i {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: -4px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

 @media screen and (max-width: 640px) {
	.c-fixed_nav {
	  bottom: 10%;
	}
	.c-btn {
		width: 285px;
		height: 125px;
	}
}
a.btn-c-05 {
    font-size:16px;
    position: relative;
    padding: 2rem 5rem 2rem 3rem;
    border-radius: 100vh;
}
a.btn-c-05:before {
    position: absolute;
    bottom: 0;
    margin: auto;
    content: "";
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 10px;
    height: 10px;
	
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    right: 22px;
}
a.btn-base {
    text-decoration: none !important;
}
.btn-base, a.btn-base, button.btn-base {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #212529;
}
.btn--yellow, a.btn--yellow, button.btn--yellow {
    color: #000;
    background-color: #fff100;
}
.btn--yellow.btn--cubic, a.btn--yellow.btn--cubic, button.btn--yellow.btn--cubic {
    border-bottom: 5px solid #ccc100;
}


.btn-copy {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.btn-copy span{
	color: #FF0000;
}
.btn-copy .span-big{
	font-size: 24px;
}
.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}
.btn-scopy{
	line-height: 1;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
.btn--yellow.btn--cubic:hover, a.btn--yellow.btn--cubic:hover, button.btn--yellow.btn--cubic:hover {
    border-bottom: 2px solid #ccc100;
}
.btn--cubic:hover, a.btn--cubic:hover, button.btn--cubic:hover {
    margin-top: 3px;
}
.c-btn-beige{
	background-color: #dbcdbe;
}
.c-btn-type1{
	background-image: url(/img/sstour/back-stripe-1.png);
}