@charset "utf-8";

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

@media screen and (max-width:600px) {
	.sp { display: block;}
	.pc { display: none;}
}

body {
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
color: #454545;
background: #ccc;
background-image: url("../img/bg.webp");
}

#header {
background: #cca467;
padding: 5px;
border-bottom: 2px solid #d2c9ae;
}

#header img {
  transition: 0.7s;
}

#header img:hover {
 filter:alpha(opacity=50); /* IE 6と7*/
 -ms-filter: "alpha(opacity=50)"; /* IE 8と9 */
 -moz-opacity:0.5; /* Firefox , Netscape */
 -khtml-opacity: 0.5; /* Safari 1系 */
 opacity:0.5;
 zoom:1; /*IE*/
}

#header:after {
    content: "";
    clear: both;
    display: block;
}

#header .logo {
width: 150px;
float: left;
margin-left: 10px;
}

#footer {
color:#fff;
font-size: 75%;
margin: 0;
padding: 2em 0;
text-align: center;
background: #cca467;
}

#footer a {
 color:#fff;
 text-decoration:none;
}

h1 {
float: left;
font-size: 14px;
margin: 23px 0 0 10px;
padding: 0;
color:#FFF;
}

h2 {
text-align: center;
font-size: 24px;
margin: 50px 0 0 0;
padding: 0;
color: #cca467;
font-weight: bold;
}

#wrap {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	background: #27597f;
}

#wrap img {
	width: 100%;
	vertical-align: bottom;
}

#wrap p {
	width: 100%;
	margin:0 auto 1em;
	font-size:14px;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 600px ) {

#wrap {
	width: 100%;
	font-size: 100%;
	margin: 0 auto;
	padding: 0;
}

#wrap img {
vertical-align: bottom; /* または vertical-align: top; */
}

#header .logo {
width: 110px;
margin-left: 0;
}

h1 {
font-size: 12px;
margin: 17px 0 0 5px;
}

h2 {
font-size: 20px;
margin: 30px 0 0 0;
}

}
/* 1000pixel end */


.e-gift01 {
  background: #27597f;
  padding: 0px;
  text-align: center;
  background-image: url("../img/e-gift-bg.webp");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
}

/*-----------------------------
ボタン
------------------------------*/
*,
*: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 {
  font-size: 2.4rem;
  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 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #27597f;
  margin:5px 0;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}


