@charset "UTF-8";
/* CSS Document */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  width: 80%;
  font-size: 2rem;
  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 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 50px;
  background-color: #e64d2d;
  color: #fff;
}

.btncenter{
	text-align: center;
}

/*その他と主な共通部分は省略*/

.btn-copy {
  font-size: 2em;
  position: relative;
  margin-top: 1.5em;
  margin-bottom: -0.2em;
  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}

/*その他と主な共通部分は省略*/

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*フリーダイヤル・お問い合わせ*/

.fotbtn {
	position: fixed;
	width: 100%;
	bottom: 0;
	opacity: 0.9;
	z-index: 99;
}
.fotbtn ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	
}
.fotbtn  li{
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 0;
	margin-bottom: 0;
	border-right: 1px solid #fff;
}
.telbtn{
	background-color: #c90000;
}
.infbtn{
	background-color: #00007e;
}

.fotbtn li a{
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding: 20px;
	letter-spacing: 1px;
	font-size: 	25px;
	font-weight: 600;
}

@media screen and (max-width:1100px){
.fotbtn li a{
	font-size: 	23px;
	font-weight: 600;
}
}

@media screen and (max-width:840px){
.fotbtn li a{
	font-size: 	22px;
	font-weight: 500;
}
}

@media screen and (max-width:740px){
.fotbtn li a{
	font-size: 	20px;
	font-weight: 500;
}	
}
	
@media screen and (max-width:700px){
main{
		width:100%;
	}
.btn,
a.btn,
button.btn {
  width: 100%;
  font-size: 2rem;
  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 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 50px;
  background-color: #e64d2d;
  color: #fff;
}

	
.btn-copy {
  font-size: 1.5em;
  position: relative;
  margin-top: 1.8em;
  margin-bottom: -0.2em;
  text-align: center;
}

.btn-copy:before {
  margin-right: 2rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
}

@media screen and (max-width:650px){
.fotbtn li a{
	font-size: 	18px;
	font-weight: 500;
}	
}


/*@media screen and (max-width:430px){
.btn,
a.btn,
button.btn {
  width: 100%;
  font-size: 18px;;
  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 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 50px;
  background-color: #e64d2d;
  color: #fff;
}

.fotbtn li a{
	font-size: 	16px;
	font-weight: 500;
}	
}*/

@media screen and (max-width:403px){
.btn,
a.btn,
button.btn {
  width: 100%;
  font-size: 17px;
}

h3{
	margin-top: -5px;
	}
	
.fotbtn li a{
	font-size: 	16px;
	font-weight: 500;
}
.haba02{
	font-size: 15px;	
	}
}

@media screen and (max-width:394px){
.btn,
a.btn,
button.btn {
	font-size: 15px;
	}
	
}

/*もどる*/
.center{
	text-align: center;
	margin-top: 50px;
}
.btn--orange,
a.btn--orange {
width: 40%;
  color: #fff;
  background-color: #000000;
  border-radius: 0;
}
.btn--orange:hover,
a.btn--orange:hover {
width: 40%;
  color: #fff;
  background: #a9a9a9;
  border-radius: 0;
}

