@charset "UTF-8";
/*===================================================
基本
===================================================*/
#contentsBox * {
  transition: .3s;
}

a:hover {
  text-decoration: none;
	opacity: 0.5;
}

/*===================================================
h1
===================================================*/
#titBox h1 {
  box-sizing: border-box;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.3;
  color: #49a05f;
  text-align: center;
  background: url(../images/logo.png) no-repeat center 0 / auto 250px;
  padding: 265px 0 0 0;
  margin: 30px 0;
}
#titBox h1 span {
  display: inline-block;
}

@media screen and ( max-width:825px ) {
#titBox h1 {
  font-size: 125%;
  background-size: auto 150px;
  padding: 160px 0 0 0;
  margin: 30px 0 15px;
}
}

/*===================================================
目印
===================================================*/
#mark {
  display: flex;
  flex-wrap: wrap;
}

#mark div {
  width: calc((100% - 15px) / 2);
}
#mark div + div {
  margin-left: 15px;
}

#mark + p {
  font-size: 90%;
  line-height: 1.5;
  text-align: center;
  margin: 10px 0 0;
}
#mark + p span {
  display: inline-block;
}

@media screen and ( max-width:825px ) {
#mark + p {
  font-size: 80%;
  margin: 5px 0 0;
}
}

/*===================================================
h2
===================================================*/
h2 {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.5;
  color: #49a05f;
  text-align: center;
  border: 2px solid #49a05f;
  border-radius: 10px;
  padding: 15px;
  margin: 50px 0;
}

h2 span {
  display: inline-block;
}
h2 span:last-of-type {
  display: block;
  font-size: 90%;
}

@media screen and ( max-width:825px ) {
h2 {
  font-size: 95%;
  padding: 10px 5px;
  margin: 15px 0;
}
}


/*===================================================
店舗一覧
===================================================*/
#shopListTit {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
#shopListTit::before,
#shopListTit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
#shopListTit::before {
  width: 85px;
  background-color: #03703c;
  z-index: 3;
}
#shopListTit::after {
  width: 100%;
  background-color: #000;
  z-index: 2;
}

#shopListTit > b,
#shopListTit > span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1;
}

#shopListTit > b {
  justify-content: space-between;
  width: 85px;
  font-size: 120%;
  font-weight: 700;
  color: #03703c;
}
#shopListTit > span {
  width: calc(100% - 85px);
  padding-left: 10px;
}

#shopListTit + .el_kome {
  font-weight: 700;
}

#shopList {
  margin-top: 10px;
}

#shopList > p {
  font-weight: 700;
  line-height: 1;
  color: #03703c;
  border-bottom: 1px solid #03703c;
  padding-bottom: 5px;
  margin: 15px 0 5px;
}

#shopList dl {
  display: flex;
  flex-wrap: wrap;
}

#shopList dt,
#shopList dd {
  box-sizing: border-box;
  background-color: #cdf3e1;
}

#shopList dt {
  width: 85px;
  text-align: center;
  padding: 10px 5px;
}
#shopList dd {
  width: calc(100% - 85px - 3px);
  padding: 0 10px 10px 10px;
  margin-left: 3px;
}

#shopList dd a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 10px 15px 0 15px;
}
#shopList dd a::before {
  content: "●";
  position: absolute;
  top: 3px;
  left: -13px;
	font-size: 12px;
  color: #06c167;
}

#shopList dl:first-of-type dt,
#shopList dl:first-of-type dd {
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #03703c;
  padding: 10px;
}
#shopList dl:nth-of-type(2n) dt,
#shopList dl:nth-of-type(2n) dd {
  background-color: #e6f9f0;
}
#shopList dl:nth-of-type(n+2) dt,
#shopList dl:nth-of-type(n+2) dd {
  margin-top: 3px;
}

#lawLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 50px;
}

#lawLink > p {
	font-size: 90%;
  line-height: 1;
}

#lawLink01 {
  position: relative;
  margin-left: 1em;
}
#lawLink01::before {
  content: "■";
  position: absolute;
  top: 0;
  left: -1em;
}

#lawLink02 {
  color: #49a05f;
  text-align: right;
}

@media screen and ( max-width:825px ) {
#shopListTit > b {
  font-size: 110%;
}

#shopList dt,
#shopList dd {
  font-size: 90%;
}

#shopListTit::before,
#shopListTit > b,
#shopList dt {
  width: 75px;
}

#shopListTit > span {
  width: calc(100% - 75px);
}

#shopList dd {
  width: calc(100% - 75px - 3px);
}
}


/*===================================================
こめじるし
===================================================*/
.el_kome {
	font-size: 80% !important;
  line-height: 1.3;
	text-indent: -1em;
	margin-left: 1em;
}


/*===================================================
キャンペーン
===================================================*/
#camBox {
  border: 3px solid #06c167;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

#camBox h1 {
  font-size: 150%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #06c167;
  padding: 15px;
}

#camBox > div {
  line-height: 1.5;
  padding: 15px 30px;
}

#camBox > div > p {
  text-align: justify;
}
#camBox > div > p b {
  color: #06c167;
}

#camBox > div > p:first-of-type {
	font-size: 110%;
  text-align: center;
}
#camBox > div > p:first-of-type span {
  display: inline-block;
}

#camBox > div > p.el_kome {
  margin-top: 5px;
}

#camBox > div > h3 {
	font-size: 120%;
  font-weight: 700;
  line-height: 1.3;
  color: #06c167;
  text-align: justify;
  text-indent: -1em;
  border-bottom: 2px solid #06c167;
  padding: 0 0 5px 1em;
  margin: 15px 0 5px 0;
}
#camBox > div > h3 span {
	font-size: 90%;
}

@media screen and ( max-width:825px ) {
#camBox h1 {
  font-size: 120%;
}

#camBox > div {
  padding: 15px;
}

#camBox > div > p {
  font-size: 90%;
}
#camBox > div > h3 {
  font-size: 110%;
}
}


/*===================================================
リンク
===================================================*/
#uberLink p {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #49a05f;
}
#uberLink p span {
  display: inline-block;
}

#uberLink div {
  width: 80%;
  max-width: 500px;
  margin: 15px auto 0;
}
#uberLink div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 120%;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 10px;
}
#uberLink div a:hover {
  opacity: .5;
}

@media print, screen and ( min-width:826px ) {
#uberLink div {
  padding-bottom: 205px;
  background: url(../images/qr.png) no-repeat center bottom / auto 175px;
}
}

@media screen and ( max-width:825px ) {
#uberLink p {
  font-size: 120%;
}

#uberLink div a {
  font-size: 110%;
}
}