@charset "utf-8";li {
    display: inline-block;
}

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

p {
	font-size: 15px;
}

.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#Area img.bnr {
  margin: 0 auto;
  display: block;
  padding-top: 0%;
}

#Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#Area {
	font-family: 'Shippori Mincho B1', serif;
	text-align: center;
	color:#333333;
	width: 100%;
	margin: 0 auto;
	display: block;
    font-weight: 400;
}

.img-top {
	max-width: 80%;
	margin: 0 auto;
}


.main_text {
  text-align: center;
}

.top-text {
    font-size: 3.0em;
    font-weight: bold;
    margin: 2% 0 0%;
    text-align: center;
    color: #151c61;	
}

.top-text a {
  text-decoration: underline;
}

.bottom-text {
	font-size: 20px;
	margin: 5% auto 2%;
}

.text {
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 28px;
    width: 60%;
    margin: 3% auto 3%;
}

.gray_txt a {
  color: #989898;
  text-decoration: underline;
}

.mini {
  font-size: 14px;
}


.space01 {
  margin-top: 10%;
}

.spece_bottom {
 margin-bottom:10%;
}


/*===ボタン==*/
section {
  max-width: 300px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #696969;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
	
}
a.btn_02:hover {
  background: #696969;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/*===ボタンここまで==*/


h2{
color: #151c61
}


.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}

.sale {
	color: red;
}


/*===============================================
tablet
===============================================*/


@media(max-width: 834px) {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }

  .credit_area {
    margin-top: 8px;
  }

  .credit_area a {
    font-size: 17px;
    color: #000;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }
	
.text {
    font-size: 15px;
    /* font-weight: bold; */
    line-height: 28px;
    width: 75%;
    margin: 3% auto 3%;
	}
	
  .number {
    margin-left: 0;
    text-align: center;
  }
section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #696969;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
	font-weight: 400;
}
a.btn_02:hover {
  background: #696969;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
}


/*===============================================
SMP
===============================================*/
@media (max-width: 480px)  {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
	
p {
	font-size: 14px;
}	
	
.img-top {
	max-width: 95%;
	margin: 0 auto;
}	
	
.top-text {
font-size: 25px;
 margin: 3% 0 0;
color: #151c61;  
}
			
		
.text {
font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
	width: 89%;
	}
	
  .text03 {
    width: 90%;
	margin: 0 auto;
  }

  .mini {
    font-size: 11px;
  }
	
.page__ttl {
  font-size: 3.2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}
	
.bottom-text {
  text-align: center;
  margin: 14% 0 8%;
    font-size: 14px;
	  font-weight: 400;
  border-bottom: solid 1px black;
  display: inline-block;
  padding-bottom: 4%;
}

	
	section {
  max-width: 200px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #696969;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
	font-weight: 400;
	margin-top:6%; 
}
a.btn_02:hover {
  background: #696969;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 6% auto 10% auto;
}	
	
	
}

/* CSS Document */

