html {
  background-color: #fff;
}

body {
  margin: auto;
  background-color: #fff;
}

.pcNone {
  display: none;
}

@media (max-width: 767px){
  .spNone{
    display: none;
  }
  .pcNone {
    display: block;
  }
}

#main-visual-organic {
  background-image: url(../img/bg_super_general.png);
  background-color: #ff0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 80px 0 0;
  max-width: 1400px;
  margin: 50px auto;
  padding: 10em 0 0;
  text-align: center;
}
@media (max-width: 767px){
  #main-visual-organic {
    background-image: url(../img/bg_super_general_sp.png);
    padding: 6em 0 0;
    background-size: 200%;
    background-position: center top;
  }
}
#main-visual-organic h1 {
  margin: 0 auto;
  /* text-align: center !important; */
  width: 60%;
}
@media (max-width: 767px){
  #main-visual-organic h1 {
    width: 60%;
    margin: 0 auto;
  }
}
#main-visual-organic img {
  width: 100%;
  height: auto;
}

.tieup {
  margin: 9.6em auto 4em;
  /* padding-bottom: 6em; */
  background: #ff0;
}
.tieupinner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px 48px;
}
.tieupinner::after {
  content: "";
  display: block;
  width: 32%;
}
@media (max-width: 767px){
  .tieup {
    margin: 6em auto 0em;
    display: block;
    width: 100%;
  }
}

.item {
  color: #6a3906;
  font-weight: bold;
  /* position: relative; */
  width: 40%;
  margin: 0 4px;
  /* padding: 0 3.2em; */
  text-align: left;
  /* color: #000; */
  background: #fff;
}
@media (max-width: 767px){
  .item {
    width: 88%;
    margin: 0 auto;
    padding: 1.5em 0 0;
  }
  .item:last-child {
    margin-bottom: 0;
  }
}
.ttl_lg {
  /* position: absolute; */
  /* top: -60px; */
  margin: -3.5em auto 0;
  padding: 0;
  text-align: center;
  width: 100%;
  /* background: #000; */
}
@media (max-width: 767px){
  .ttl_lg {
    margin: -4em auto 0;
  }
}
.lead_tieup {
  width: 80%;
  margin: 1.6em auto;
  font-weight: normal;
  font-size: 88%;
}
@media (max-width: 767px){
  .lead_tieup {
    width: 100%;
    margin: 0;
    padding: 1.6em;
  }
}
.dot {
  border-top: none;
  border-bottom: 1px #6a3906 dotted;
  margin: 0.4em auto 0;
  width: 84%;
}
address {
  width: 100%;
  margin: 0 auto;
  padding: 1.6em 3.2em 0;
  font-size: 88%;
  font-style: normal;
}

address figure {
  margin: 0 auto;
  width: 60%;
}
address dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% auto;
  /* width: 80%; */
}
dl dt {font-weight: bold;width: 20%;}
address dl dd {
  width: 75%;
  margin: 0 0 1.8%;
  font-weight: normal;
}
address dl dd a.map {
  color: -webkit-link;
}

@media (max-width: 767px){
  address {
    padding: 1.6em;
  }
  dl dt {
    font-weight: bold;width: 30%;
  }
  address dl dd {
    width: 65%;
  }
}

.ttl_lineup {
  font-size: 120%;
  text-align: center;
  font-weight: 900;
}
.lineup {
  width: 80%;
  margin: 1.6em auto;
  /* font-size: 120%; */
  text-align: center;
  font-weight: 900;
}
.txt_lineup {
  margin: 0 auto;
  font-weight: normal;
  text-align: left;
  font-size: 88%;
}
@media (max-width: 767px){
  .lineup {
    margin: 0;
    padding: 0.8em 1.6em;
    width: 100%;
  }
}
.outline_lineup {
  font-size: 16px;
  font-weight: normal;
}
.list_lineup {
  margin: 0.8em auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.list_lineup::after {
  content: "";
  display: block;
  width: 30%;
}
.list_lineup li {
  width: 30%;
}

#about #plus-service img {
  width: 48px;
}


/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 959px) {
}
/* ==============================================================
 TABLET
================================================================= */
@media screen and (min-width:768px) and (max-width:959px) {
}
/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:559px) {
}
/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (min-width:480px) and (max-width:767px) {
}
/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:480px) {
}
/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}
/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}


/* ã‚ªãƒ¼ã‚¬ãƒ‹ãƒƒã‚¯ç”¨ã“ã“ã¾ã§ */


@media (min-width: 1024px) {
  #about .service-option #service-option-grid {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1024px) {
  #about .service-option #service-option-grid2 {
    padding: 0 20px 0 0 !important;
  }
}

@media (min-width: 1024px) {
  #about .container {
    padding: 0 20px 0 0 !important;
  }
}

small {
  font-size: 12px;
}

@media (min-width: 1024px) {
  small {
    font-size: 88%;
  }
}

.container {
  padding: 0 20px;
}

.strikethrough {
  position: relative;
}

.strikethrough::before {
  position: absolute;
  content: "";
  width: 70%;
  border-bottom: solid #ff2222 2px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  bottom: 26px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .strikethrough::before {
    width: 50%;
  }
}

.top-note {
  margin-bottom: 24px;
}

.top-note ul a {
  color: #ff2222;
}

#main-visual {
  padding: 48px 0 0;
  height: auto;
  min-height: auto;
}

#main-visual .bnr {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fff;
}

#main-visual .bnr img {
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}

#main-visual .intro {
  background-color: #fff100;
  margin: auto;
  padding: 20px 20px 36px;
  text-align: center;
}

#main-visual .intro .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  margin: auto;
}

@media (min-width: 1024px) {
  #main-visual .intro .flex-wrap {
    width: 80%;
  }
}

#main-visual .intro .wrap-child {
  width: 46%;
  border-radius: 4px;
  overflow: hidden;
  border: #000 solid 2px;
}

#main-visual .intro h2 {
  font-weight: bolder;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 20px;
}

#main-visual .intro h3 {
  background: #00A051;
  color: #fff;
  padding: 4px;
  border-bottom: #000 solid 2px;
}

#main-visual .intro p {
  font-size: 14px;
  padding: 8px;
  text-align: left;
  height: 100%;
  background-color: #fff;
}

@media (min-width: 1024px) {
  #main-visual .intro p {
    padding: 16px;
  }
}

#main-visual .intro .small {
  font-size: 16px;
}

#main-visual .intro .icon {
  background-color: #00A051;
  font-size: 16px;
  padding: 4px;
  color: #fff;
  border-radius: 50%;
}

#main-visual .campaign {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

@media (min-width: 1024px) {
  #main-visual .campaign {
    background-color: #fff;
  }
}

#main-visual .diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 12px 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-visual .diagram .flex-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#main-visual .diagram .flex-colum h3 {
  font-size: 12px;
  font-weight: normal;
}

#main-visual .diagram .flex-colum p {
  font-size: 16px;
  font-weight: bold;
}

#main-visual .diagram .flex-colum .limited {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff2222;
}

#main-visual .diagram .diagram-content {
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
}

#main-visual .note {
  padding-bottom: 20px;
  padding-left: 16px;
  display: block;
  font-size: 11px;
}

.price-distance {
  padding: 20px;
  background-color: #FFFEE8;
  border-radius: 0 0 4px 4px;
}

.price-distance p {
  margin-bottom: 4px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.price-distance-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.price-distance-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-distance-content figure {
  text-align: center;
}

.price-distance-content figure img {
  margin: auto;
}

.catalog-link {
  text-decoration: underline;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: bold;
}

#flow {
  margin-top: 0;
}

#flow h2 {
  text-align: center;
}

#flow .startday {
  background-color: #fff;
  padding: 4px;
  margin: 0 auto 4px;
  text-align: center;
  border-radius: 6px;
  width: 228px;
  font-weight: bold;
}

#flow .flow-content-child {
  border-left: 3px solid;
  border-color: #00A051;
  padding-left: 6px;
}

#flow .flow-content-child ul {
  padding: 0;
}

#flow .flow-content-child ul li {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  margin-top: 4px;
}

#flow .catalog {
  margin-top: 8px;
  display: block;
}

#flow #service-option-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 56px 56px 56px;
  grid-template-rows: 56px 56px 56px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  border-radius: 12px;
}

@media (min-width: 1024px) {
  #flow #service-option-grid {
    -ms-grid-rows: 48px 60px 60px 30px 30px 60px;
    grid-template-rows: 48px 60px 60px 30px 30px 60px;
  }
}

@media (max-width: calc(320px - 1px)) {
  #flow #service-option-grid {
    padding: 0 8px;
  }
}

#flow #service-option-grid .s-item {
  padding: 8px 0;
  border-bottom: 1px dotted #dddddd;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

#flow #service-option-grid .s-item h4 {
  font-size: 12px;
}

#flow #service-option-grid .s-item:nth-child(n + 14) {
  border-bottom: none;
}

#flow #service-option-grid .s-item p {
  width: auto;
  font-size: 14px;
}

#flow #service-option-grid .border-right {
  border-right: 1px dotted #dddddd;
}

#flow #service-option-grid .cream {
  background-color: #FFFEE8;
}

#flow .note {
  margin-top: 12px;
}

#flow .note small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.delivery-area-lists li {
  padding: 8px 20px !important;
  width: 100%;
  margin: 0 20px;
  text-align: center;
  background-color: #fff100;
  color: #000;
  border-radius: 4px;
  font-size: 18px;
  max-width: 120px;
  list-style: none;
}

.delivery-area {
  margin: auto;
  margin-top: 24px;
  padding-bottom: 12px;
  max-width: 800px;
}

.delivery-area p {
  margin: 12px 20px;
}

@media (min-width: 1024px) {
  .delivery-area p {
    margin: 12px auto;
    max-width: 600px;
  }
}

.delivery-area h3 {
  text-align: center;
  margin-bottom: 4px;
}

.delivery-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding: 0;
}

.delivery-area .note-businesshour {
  margin: 0 20px;
}

@media (min-width: 1024px) {
  .delivery-area .note-businesshour {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.delivery-area .note-businesshour ul {
  margin: 20px 0;
  display: block;
}

@media (min-width: 1024px) {
  .delivery-area .note-businesshour ul:first-child {
    margin-right: 20px;
  }
}

.delivery-area .note-businesshour ul h3 {
  background-color: #00A051;
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
  padding: 4px 0 4px 8px;
  color: #fff;
}

.delivery-area .note-businesshour ul li {
  font-size: 12px;
  color: #000;
  padding: 0;
  background-color: #fff100;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .delivery-area .note-businesshour ul li {
    font-size: 14px;
  }
}

.delivery-area .note-businesshour ul .flex-wrap {
  background-color: #00A051;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 2px 0;
}

.delivery-area .note-businesshour ul .flex-wrap p {
  font-size: 11px;
  margin-left: 8px;
}

.delivery-area .note-businesshour ul .flex-wrap p:last-child {
  margin-right: 8px;
}

@media (min-width: 1024px) {
  .delivery-area .note-businesshour ul .flex-wrap p {
    font-size: 13px;
  }
}

.delivery-area .note-businesshour ul p {
  margin: 0;
}

.delivery-area .note-businesshour ul .main {
  margin-right: auto;
}

.delivery-area .note-businesshour small {
  text-align: left;
  display: block;
  background-color: #fff100;
  margin: 8px 8px 12px 8px;
}

#map {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  #map p {
    margin: 0 auto;
    max-width: 600px;
  }
}

#map h2 {
  font-size: 20px;
  padding: 4px;
  text-align: center;
  background-color: #00A051;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 4px 4px;
  max-width: 600px;
}

#map img {
  margin-bottom: 20px;
}

#order div {
  margin: 20px auto 0;
}

#order p {
  margin-top: 20px;
  text-align: center;
}

.tel {
  background-color: #00A051;
  border: solid 2px #00A051;
  border-radius: 24px;
  width: 238px;
  height: 48px;
  -webkit-box-shadow: #00000040 0 4px 0;
  box-shadow: #00000040 0 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 4px;
  font-weight: 700;
  color: #fff;
  font-size: 14px !important;
}

.tel a {
  font-size: 14px !important;
  color: #fff !important;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.telnum {
  text-align: center;
  color: #00A051;
  display: block;
  width: 234px;
  font-weight: bold;
  margin-bottom: 24px;
}

#order .telnum {
  margin: 4px auto 0;
}

#register_sp {
  background-color: #fff;
  border: solid 2px #00A051;
  border-radius: 24px;
  width: 238px;
  height: 48px;
  -webkit-box-shadow: #00000040 0 4px 0;
  box-shadow: #00000040 0 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0;
  font-weight: 700;
}

@media (min-width: 768px) {
  #register_sp {
    display: none;
    margin: 20px auto;
  }
}

#register_sp a {
  font-size: 14px;
  color: #000;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.register_pc {
  display: none;
}

.app-h {
  display: none;
  padding-top: 20px;
}

#about {
  padding: 24px 0 36px;
}

#about .flex-wrap {
  max-width: 1024px;
}

#about h2 {
  margin-top: 0;
  padding-top: 0;
}

#about h2 small {
  font-weight: normal;
  font-size: 12px;
}

#about .price-box h3 {
  background-color: #00A051;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

#about .price-box h4 {
  margin-top: 4px !important;
}

#about .price-box .price-note h5 {
  background-color: #fff;
  text-align: center;
  padding-top: 16px;
  position: relative;
}

#about .price-box .price-note h5::before {
  content: "";
  border-bottom: #666 solid 1px;
  width: 16px;
  display: block;
  position: absolute;
  top: calc(0.5em + 20px);
  left: 30%;
}

#about .price-box .price-note h5::after {
  content: "";
  border-bottom: #666 solid 1px;
  width: 16px;
  display: block;
  position: absolute;
  top: calc(0.5em + 20px);
  right: 30%;
}

#about .price-box .price-note p {
  background-color: #fff;
  padding: 8px 20px;
}

#about .price-box .price-distance {
  border-radius: 0 0 4px 4px;
}

#about .price-box .space {
  height: 0;
}

#about .service-option {
  margin-top: 0;
}

#about .service-option #service-option-grid {
  -ms-grid-rows: 56px 56px 56px;
  grid-template-rows: 56px 56px 56px;
}

#about .service-option #service-option-grid #s-item1 {
  background-color: #00A051;
  border-radius: 4px 0 0 0;
  color: #fff;
}

#about .service-option #service-option-grid #s-item2 {
  background-color: #00A051;
  border-radius: 0 4px 0 0;
  color: #fff;
}

#about .service-option #service-option-grid #s-item3, #about .service-option #service-option-grid #s-item4, #about .service-option #service-option-grid #s-item5 {
  background-color: #fff;
}

#about .service-option #service-option-grid #s-item6 {
  border-radius: 0 0 0 4px;
    -ms-grid-row: 3/5;
    grid-row: 3/5;
    -ms-grid-column: 1;
    grid-column: 1;
}

#about .service-option #service-option-grid #s-item8 {
  border-radius: 0 0 4px 0;
}

#about .service-option #service-option-grid #s-item11 {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 3;
  grid-column: 3;
}

#about .service-option #service-option-grid2 {
  -ms-grid-rows: 56px 56px 56px;
  grid-template-rows: 56px 56px 56px;
  padding: 0 20px;
}

#about .service-option #service-option-grid2 #s2-item1 {
  background-color: #00A051;
  border-radius: 4px 0 0 0;
  color: #fff;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

#about .service-option #service-option-grid2 #s2-item2 small {
  font-size: 12px;
}

#about .service-option #service-option-grid2 #s2-item3, #about .service-option #service-option-grid2 #s2-item4 {
  background-color: #fff;
}

#about .service-option #service-option-grid2 #s2-item6 {
  border-radius: 0 0 0 4px;
}

#about .service-option #service-option-grid2 #s2-item6 small {
  font-size: 12px;
}

#about .service-option #service-option-grid2 #s2-item7 small {
  font-size: 12px;
}

#about .service-option #service-option-grid2 #s2-item8 {
  border-radius: 0 0 4px 0;
  background-color: #fff;
}

#about .service-option #service-option-grid2 #s2-item9 {
  border-radius: 0 0 4px 0;
  background-color: #fff;
}

#about .service-option #service-option-grid2 #s2-item9 small {
  font-size: 12px;
}

#about .service-option #service-option-grid2 #s2-item10 {
  border-radius: 0 0 4px 0;
  background-color: #fff;
}

#about .service-option small {
  padding: 4px 20px 0;
  font-size: 12px;
}

#about #service-option-grid2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 56px 56px 56px;
  grid-template-rows: 56px 56px 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  border-radius: 12px;
}

#about #service-option-grid2 .s-item {
  padding: 8px 0;
  border-bottom: 1px dotted #dddddd;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

#about #service-option-grid2 .s-item h4 {
  font-size: 12px;
}

#about #service-option-grid2 .s-item:nth-child(n + 14) {
  border-bottom: none;
}

#about #service-option-grid2 .s-item p {
  width: auto;
  font-size: 14px;
}

#about #service-option-grid2 .border-right {
  border-right: 1px dotted #dddddd;
}

#about #service-option-grid2 .cream {
  background-color: #FFFEE8;
}

@media (min-width: 768px) {
  #about .price-box .price-note h5 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #about .price-box .price-note p {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #about #service-option-grid2 {
    -ms-grid-rows: 48px 60px 60px 30px 30px 60px;
    grid-template-rows: 48px 60px 60px 30px 30px 60px;
  }
}

@media (max-width: calc(320px - 1px)) {
  #about #service-option-grid2 {
    padding: 0 8px;
  }
}

@media (min-width: 1024px) {
  #about #service-option-grid2 .s-item h4 {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  #about #service-option-grid2 .s-item p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  #flow ol {
    display: block;
  }
  #flow ol li {
    width: 100%;
  }
  #flow ol .flow-box {
    padding: 56px 44px;
  }
  #flow ol .flow-box:nth-child(odd) {
    background-color: #fff100;
  }
  #flow ol .flow-box:nth-child(odd)::before {
    content: "";
    background-image: url(../img/flow-arrow-white.svg);
    width: 264px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #flow ol .flow-box:nth-child(even)::before {
    content: "";
    background-image: url(../img/flow-arrow-yellow.svg);
    width: 264px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #flow ol .flow-box:nth-child(odd) .flow-content {
    margin: auto;
  }
  #flow ol .flow-box:nth-child(even) .flow-content {
    margin: auto;
    padding: 0;
  }
  #flow #service-option-grid {
    -ms-grid-rows: 48px 60px 60px;
    grid-template-rows: 48px 60px 60px;
  }
  .register_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .register_pc a {
    padding: 0 12px;
  }
  .tel {
    margin: 24px auto 4px;
  }
  #flow .telnum {
    margin: 4px auto 24px;
  }
  #order .register_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    width: 70%;
  }
  .app-h {
    display: block;
    text-align: center;
  }
  #order {
    width: 1024px;
    margin: auto;
  }
  #order .telnum {
    margin-top: 4px;
  }
  #order .register_pc a {
    padding: 20px;
  }
  #map img {
    display: block;
    margin: 20px auto 20px;
    max-width: 600px;
  }
  #map p {
    margin-top: 20px;
  }
  #main-visual .diagram .diagram-content {
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    width: 200px;
  }
  #main-visual .diagram .flex-colum h3 {
    font-size: 16px;
    font-weight: normal;
  }
  .diagram {
    width: 1024px;
    margin: auto;
  }
  .diagram svg {
    overflow: hidden;
    width: 44px;
  }
  #main-visual img {
    max-width: 1024px;
    margin: auto;
  }
  #main-visual .startup h3 {
    background: -webkit-gradient(linear, left top, right top, from(#00A051), to(#fff));
    background: linear-gradient(90deg, #00A051, #fff);
    width: 400px;
    margin: auto;
  }
  #main-visual .note {
    width: 1020px;
    margin: auto;
    padding: 20px 0 20px 186px;
    font-size: 14px;
  }
}

#catalog .first {
  padding-top: 48px;
}

#catalog .last {
  padding-bottom: 48px;
}

#catalog img {
  margin: auto;
}
/*# sourceMappingURL=daimaru.css.map */
/*　20220819 追加 */
.item {
  width: 32%;
}
.ttl_lg {
  margin: -2.5em auto 0;
}
@media (max-width: 767px) {
  .item {
      width: 100%;
  }
  .ttl_lg {
    margin: -4em auto 0;
  }
}
ul.shopinfo {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
ul.shopinfo li {
  width: 50%;
}
address dl dt {
  width: 30%;
}
address dl dd {
  width: 65%;
}
address figure {
  width: 90%;
}
address figure img {
  margin: auto;
}

.delivery-area ul {
  justify-content: center;
}
.delivery-area-lists li {
  margin: 0 10px;
}

/* 提携店追加 */
#main-visual-organic {
  background-size: cover;
  margin: 50px auto 0;
  padding: 10em 0;
}
@media (max-width: 767px) {
  #main-visual-organic {
    padding: 6em 0;
  }
}

.news {
  padding: 48px 0 0;
  background: #ff0;
}
.news .newsinner {
  width: 88%;
  max-width: 660px;
  margin: auto;
}
.news .newsinner img {
  height: 20px;
  margin: 0 auto;
}
.news .newsinner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news .newsinner dt {
  width: 20%;
  padding-top: 24px;
  font-size: smaller;
}
.news .newsinner dd {
  width: 80%;
  padding-top: 24px;
  font-size: 14px;
}
.news .newsinner dd a {
  color: #00A051;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .news .newsinner dd {
    width: 100%;
    padding-top: 2px;
  }
}

.tieup {
  margin: 0 auto;
}
.tieup .item {
  padding: 0;
}
.tieup .ttl_lg {
  padding: 48px 0 0;
  margin: 0 auto;
  background: #ff0;
}
.tieup .ttl_lg img {
  width: 100%;
}