@charset "UTF-8";
/*		Contents

/* =================================================================
		reset	
================================================================= */
/* リセット */

@media screen and (max-width: 681px){
.pcver { display:none;}
}


@media screen and (min-width: 680px){
.spver { display:none;}
}

html {
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, blockquote {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

ul, ol {
  list-style: none inside;
}

img,
a img {
  border: 0;
  vertical-align: middle;
}

table, tr, td, th {
  border-collapse: collapse;
}

/*	Basic Text Link	*/
a {
  color: #e40073;
  text-decoration: underline;
}

a:link {
  color: #e40073;
  text-decoration: underline;
}

a:visited {
  color: #e40073;
  text-decoration: underline;
}

a:hover {
  color: #e40073;
  text-decoration: none;
}

a:focus {
  color: #224eb5;
  text-decoration: underline;
}

a:active {
  color: #e40073;
  text-decoration: underline;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

/* =================================================================
		content
================================================================= */
* {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background-position: center top;
  background-repeat: repeat;
  text-align: left;
  font-family: 'ＭＳ Ｐゴシック',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  /*font-size:62.5%;*/
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

a, a:link, a:visited {
  color: #069;
  line-height: inherit;
  text-decoration: underline;
}

a:hover {
  color: #099;
}

a img {
  border: medium none;
  outline: medium none;
}

.clear {
  clear: both;
}

#wrapper img {
  display: block;
}

/* =================================================================
		cart
================================================================= */
/* 
.cart01,
.cart02{
	position:relative;
}

.cart01 a:hover img,
.cart02 a:hover img {
	opacity:0.7;
}

.cart01 img.btn-cv {
	position:absolute;
	bottom:5%;
	left:6%;
}

.cart02 img.btn-cv {
	position:absolute;
	bottom:5%;
	right:3.8%;
} */
footer {
  margin: 30px 0 -13px 0;
}

@media screen and (min-width: 681px) {
  #wrapper {
    width: 750px;
    margin: 0 auto;
    /*box-shadow:0 0 5px 0 rgba(0,0,0,0.4);*/
  }
  img {
    border: 0;
    line-height: 0;
    vertical-align: bottom;
  }
  a, a:link, a:visited {
    color: #069;
    line-height: inherit;
    text-decoration: underline;
  }
  a:hover {
    color: #099;
  }
  a img {
    border: medium none;
    outline: medium none;
  }
  .text01 {
    width: 704px;
    margin: 20px auto;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 1.6;
  }
  .text02 {
    width: 704px;
    margin: 0 auto 55px;
    padding: 10px;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #5b5b5b;
  }
  .text05 {
    width: 704px;
    margin: 0 auto 120px;
    padding: 10px;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 1.6;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  /* =================================================================
	cv01
================================================================= */
  .cv01 {
    position: relative;
  }
  .cv01 .cv_btn {
    position: absolute;
    width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 730px;
  }
  /* =================================================================
	cv02
================================================================= */
  .cv02 {
    position: relative;
  }
  .cv02 .cv_btn {
    position: absolute;
    width: 660px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 684px;
  }
  
  
  
  /*--------------------
 * footer
--------------------*/
  #footer {
    background: #0d6fb8 none repeat scroll 0 0;
    margin: 0;
    padding: 25px 0;
    width: 100%;
  }
  #footer ul {
    text-align: center;
    padding: 0 0 0 17px;
  }
  #footer li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 0 1em;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid;
  }
  #footer li.last-menu {
    border-right: 0;
  }
  #footer li a {
    background: url(../img/arrow02.gif) no-repeat left center;
    padding-left: 1.2em;
    margin-right: 15px;
  }
  #footer li a,
  #footer li a:link,
  #footer li a:visited {
    color: #fff;
    line-height: 1;
    text-decoration: none;
  }
  #footer li a:hover {
    text-decoration: underline;
  }
  p.copy {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 680px) {
  #wrapper {
    width: 100%;
  }
  #wrapper img {
    width: 100%;
    height: auto;
    border: 0;
    line-height: 0;
    vertical-align: bottom;
  }
  a, a:link, a:visited {
    color: #069;
    line-height: inherit;
    text-decoration: underline;
  }
  a:hover {
    color: #099;
  }
  a img {
    border: medium none;
    outline: medium none;
  }
  .text01 {
    width: 93.867vw;
    margin: 2.667vw auto;
    color: #5b5b5b;
    font-size: 2.133vw;
    line-height: 1.6;
  }
  .text02 {
    width: 93.867vw;
    margin: 0 auto 7.333vw;
    padding: 1.333vw;
    color: #5b5b5b;
    font-size: 2.133vw;
    line-height: 1.6;
    border: 1px solid #5b5b5b;
  }
  .text05 {
    width: 93.867vw;
    margin: 0 auto 16vw;
    padding: 1.333vw;
    color: #5b5b5b;
    font-size: 2.133vw;
    line-height: 1.6;
  }
  .mb20 {
    margin-bottom: 2.667vw;
  }
  /* =================================================================
		cv01
	================================================================= */
  .cv01 {
    position: relative;
  }
  .cv01 .cv_btn {
    position: absolute;
    width: 98vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 97.333vw;
  }
  /* =================================================================
		cv02
	================================================================= */
  .cv02 {
    position: relative;
  }
  .cv02 .cv_btn {
    position: absolute;
    width: 88vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 91.467vw;
  }
  /*--------------------
	 * footer
	--------------------*/
  #footer {
    background: #0d6fb8 none repeat scroll 0 0;
    margin: 0;
    padding: 3.333vw 0;
    width: 100%;
  }
  #footer ul {
    text-align: center;
    padding: 0 0 0 2.267vw;
  }
  #footer li {
    display: inline-block;
    font-size: 2.4vw;
    color: #fff;
    line-height: 1;
    margin: 0 1em;
    padding-right: 2.667vw;
    margin-right: 2.667vw;
    border-right: 1px solid;
  }
  #footer li.last-menu {
    border-right: 0;
  }
  #footer li a {
    background: url(../img/arrow02.gif) no-repeat left center;
    padding-left: 1.2em;
    margin-right: 2vw;
  }
  #footer li a,
  #footer li a:link,
  #footer li a:visited {
    color: #fff;
    line-height: 1;
    text-decoration: none;
  }
  #footer li a:hover {
    text-decoration: underline;
  }
  p.copy {
    color: #fff;
    font-size: 1.733vw;
    text-align: center;
    margin: 0.667vw 0 0 0;
  }
}

iframe,
iframe + script,
iframe + script + img {
  display: none;
}

.ipad body,
.android body,
.iphone body {
  -webkit-text-size-adjust: 100%;
}

.android p,
.android span {
  max-height: 999999px;
}

/*電話CV*/
@media screen and (min-width: 681px) {
.cv01 .btn-tel_text {
	position:absolute;
	bottom:27%;
	left: 0;
  right: 0;
  margin: auto;
}

.cv01 .btn-tel {
	position:absolute;
	bottom:18%;
	left: 0;
  right: 0;
  margin: auto;
  width: 84%;
}

.cv02 .btn-tel_text {
	position:absolute;
	bottom:43%;
	left: 0;
  right: 0;
  margin: auto;
}

.cv02 .btn-tel {
	position:absolute;
	bottom:28%;
	left: 0;
  right: 0;
  margin: auto;
  width: 84%;
}

/*電話CV特別オファー */
img.btn-tel_operation_01 {
	position:absolute;
    width: 85% !important;
	bottom:1.5%;
	left:0;
    right: 0;
    margin: 0 auto;
}

img.btn-tel_operation_02 {
	position:absolute;
    width: 85% !important;
	bottom:2%;
	left:0;
    right: 0;
    margin: 0 auto;
}
/*電話CV特別オファー END*/
}

@media screen and (max-width: 680px) {
.cv01 .btn-tel_text {
	position:absolute;
	bottom:27%;
	left: 0;
  right: 0;
  margin: auto;
    width: 70% !important;
}

.cv01 .btn-tel {
	position:absolute;
	bottom:18%;
	left: 0;
  right: 0;
  margin: auto;
    width: 88% !important;
}

.cv02 .btn-tel_text {
	position:absolute;
	bottom:43%;
	left: 0;
  right: 0;
  margin: auto;
    width: 70% !important;
}

.cv02 .btn-tel {
	position:absolute;
	bottom:28%;
	left: 0;
  right: 0;
  margin: auto;
    width: 88% !important;
}

/*電話CV特別オファー */
img.btn-tel_operation_01 {
	position:absolute;
    width: 85% !important;
	bottom:2%;
	left:0;
    right: 0;
    margin: 0 auto;
}

img.btn-tel_operation_02 {
    position:absolute;
    width: 85% !important;
	bottom:2%;
	left:0;
    right: 0;
    margin: 0 auto;
    
}
/*電話CV特別オファー END*/

}
/*電話CV END*/



