* {
	font-style:normal;
	text-align:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	zoom: 1;
}

.pc {display:block;}
.tb {display:none;}
.pctb {display:block;}
.tbmb {display:none;}
.mb {display:none;}
@media screen and (min-width:600px) and (max-width: 1024px) {
.pc {display:none;}
.tb {display:block;}
.pctb {display:block;}
.tbmb {display:block;}
.mb {display:none;}
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}

ul,ol,li {
  list-style: none;
  zoom: normal;
}

/* -----------------------------------
	style
 ----------------------------------- */

body {
  background: #FFF;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  font-family: Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
}

a {
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

img {
  vertical-align: bottom;
}

/* -----------------------------------
	container
 ----------------------------------- */
 
#container {
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
  text-align:center;
}

.main{
  background:#FFF;
  width: 100%;
  margin:0 auto;
  text-align:center;
}

section {
  margin-bottom: 3.5em;
}

.item, .item4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.item > div {
  flex: 0 0 calc((100% - 20px) / 3); /* 左右のgap 2つ分を引く */
}

.item4 > div {
  width: calc((100% - 30px) / 4);
}

.item img,
.item4 img { 
  width: 100%;
  height: auto;
  display: block;
}

.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: left;
  padding: 2.8em 2em;
  background: #FBFBFB;
 }

h1 {
  font-size: clamp( 16px, calc( 11px + 1.25vw ), 26px );
  font-weight:bold;
  margin:0 auto 0.8em auto;
  text-align: center;
}

h2 {
  font-size: clamp( 15px, calc( 12.5px + 0.625vw ), 20px );
  font-weight:bold;
  margin:1em auto 0.8em auto;
}

h3  {
  margin: 2em auto 0 auto;
  text-align:center;
}

h3 img  {
  width: auto;
  max-height: 40px;
}

h4 {
  width: 90%;
  color: rgb(24, 81, 159);
  font-size: clamp( 16px, calc( 13.5px + 0.625vw ), 21px );
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto;
    text-align: center;
}

a.shoplink {
    color: #467886;
    font-size: clamp( 16px, calc( 13.5px + 0.625vw ), 21px );
    font-weight: 500;
    text-align: center;
	text-decoration: underline;
}
a.shoplink:hover {
    color: #004098;
	text-decoration: none;
}

.item-text p {
  line-height:1.8;
  text-align: left;
}

figure {
  width:100%;
}

figure img {
  width:100%;
  height:auto;
}

.shop-section1-top ul.social-icon {
  margin: 1.5rem auto 1.2em auto;
}
.shop-section1-top ul.social-icon i {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    line-height: 26px;
    text-align: center;
    font-size: 11px;
    font-size: 1rem;
    color: #fff;
}
.shop-section1-top figure {
  margin: 2rem auto;
}

p.home {
width: 800px;
margin: 20px auto;
text-align:center;
}

@media screen and (max-width: 599px) {
.pc {display:none;}
.tb {display:none;}
.pctb {display:none;}
.tbmb {display:block;}
.mb {display:block;}
body { font-size: 14px;}
img { max-width: 100%; height:auto;}
#container { width: 100%; margin: 1.5em auto;}
.main{ width: 90%;}
section { margin-bottom: 2em;}
.item > div { flex: 0 0 100%;}
p.home { width: 100%; margin: 20px auto; text-align:center;}
}

/*-----------------------------------------------
__margin_padding
-----------------------------------------------*/

.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}
