@charset "shift-jis";
/* -----------------------------------------------------------
	reset css
----------------------------------------------------------- */

html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
sup {
	vertical-align: super;
	font-size: 0.5em;
}
img {
	vertical-align: bottom;
}
i {
	font-style: normal;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* -----------------------------------------------------------
	Page Settings
----------------------------------------------------------- */

body {
  color: #3c3c3c;
  font-size: 18px;
  font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ƒSƒVƒbƒN", "MS Gothic", Osaka, sans-serif;
  line-height: 2em;
  letter-spacing: .1em;
}

.contents {
  background-image: url("../images/bg.jpg");
  background-size: 100px;
}

header {
  text-align: center;
}

header h1 {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 30px 0 0;
}

header h1.shop {
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

header h1.shop:before {
  content: "";
  display: inline-block;
  background-image: url(../images/logo.png);
  background-size: contain; 
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  width: 67px;
  height: 30px;
  padding-right: 15px;
}

.mainimage {
  text-align: center;
  margin: 60px auto 0;
}

.mainimage img {
  max-width: 100%;
}

/* ------------------------------------------ */

h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 80px 0 20px;
}

h2 span {
  display: inline-block;
  padding: 5px 30px;
  background-color: #e25f94;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: .12em;
}

h3 span {
  color: #e25f94;
  font-size: 34px;
  font-weight: bold;
}

ul {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  border: 5px solid #e25f94;
  border-radius: 15px;
}

li {
  display: flex;
  align-items: flex-start;
  width: 425px;
  font-size: 0;
}

li:nth-child(2) {
  margin-bottom: 20px;
}

li span.number {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e25f94;
  border-radius: 26px;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}

li p {
  display: inline-block;
  font-size: 18px;
}

li p a {
  text-decoration: underline;
  color: #2a2a2a;
}

li p span.att {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}

p.att {
  width: 950px;
  font-size: 16px;
  margin: 5px auto 0;
}

footer{
  text-align: center;
  background-color: #666464;
  color: #fff;
  font-size: 15px;
  margin-top: 80px;
}

/* -----------------------------------------------------------
	Media Queries
----------------------------------------------------------- */

@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  
  header h1.shop {
    font-size: 24px;
  }
  
  header h1.shop:before {
    width: 64px;
    height: 28px;
  }
  
  .mainimage {
    margin: 40px auto 60px;
  }
  
  h2 {
    font-size: 24px;
    margin: 80px 0 10px;
  }
  
  h3 {
    font-size: 22px;
    margin-bottom: 40px;
    letter-spacing: .1em;
  }

  h3 span {
    font-size: 30px;
  }

  ul {
    width: 95%;
    max-width: 800px;
    padding: 30px 0;
    box-sizing: border-box;
  }

  li {
    width: 66%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  li:nth-child(2) {
    margin-bottom: 20px;
  }

  li:last-child {
    margin-bottom: 0;
  }

  li span.number {
    font-size: 16px;
    margin-right: 10px;
  }

  li p {
    font-size: 16px;
  }
  
  li p span.att {
    font-size: 14px;
  }

  p.att {
    width: 95%;
    max-width: 800px;
    font-size: 14px;
  }
  
  footer{
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }
  header h1 {
    padding: 20px 0 0;
  }
  header h1.shop {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  header h1.shop:before {
    width: 50px;
    height: 22px;
    padding-right: 10px;
  }
  .mainimage {
    margin: 25px auto 40px;
  }
  h2 {
    font-size: 20px;
    margin: 0;
  }

  h2 span {
    width: 200px;
    padding: 8px 30px;
  }
  
  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  h3 span {
    color: #e25f94;
    font-size: 24px;
    font-weight: bold;
  }

  li {
    width: 90%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  li:nth-child(2) {
    margin-bottom: 30px;
  }

  li span.number {
    font-size: 14px;
    margin-right: 0;
    padding: 4px 8px;
  }

  li p {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }

  p.att {
    line-height: 1.5em;
  }
  
  footer{
    margin: 40px auto 0;
    font-size: 13px;
  }
}

/* ‰üs ------------------------------------------ */

/*PC‚Ìê‡*/
.pc_view	{ 
  display:inline!important; 
}
.sp_view	{ 
  display:none!important; 
}

/*ƒXƒ}ƒz‚Ìê‡*/
@media screen and (max-width: 760px) {
.pc_view	{ 
  display:none!important; 
  }
.sp_view { 
  display:inline!important; 
  }
}
