.top_campaign .inner {
  max-width: 1060px;
  margin: 40px auto;
  padding: 0 30px;
  text-align: center;
}
.top_campaign p {
  margin: 1em 0;
  font-size: 21px;
  text-align: right;
}
.top_campaign p a {
  color: #3d6cb2;
  text-decoration: underline;
}

@media (max-width: 896px) {
  .top_campaign .inner {
    margin: 40px 20px;
    padding: 0;
  }
  .top_campaign p {
    font-size: 16px;
  }
}

/* 230331 add*/
picture {
  display: block;
}
a:hover {
  opacity: 0.85;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb40 {
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .smt10 {
    margin-top: 10px;
  }
  .smt20 {
    margin-top: 20px;
  }
  .smt40 {
    margin-top: 40px;
  }
}
.mb20 {
  margin-bottom: 20px;
}

.contents_inner_add {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .contents_inner_add {
    max-width: 1000px;
    margin: 0 20px;
  }
}

.gHeader_navi_add {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 10px auto 0;
}
.gHeader_navi_add li {
  width: calc(100% / 5);
}
.gHeader_navi_add li:not(:first-child) {
  margin-left: 4px;
}
.gHeader_navi_add li a {
  background: #192ea4;
  color: #fff;
  font-size: 17px;
  display: block;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
}
.gHeader_navi_add li:last-child a {
  background: #ff1c38;
}

@media (max-width: 896px) {
  .navi_logo {
    display: block;
    text-align: center;
    padding: 10px 0 0;
  }
  .navi_logo img {
    width: 210px;
  }
  .gHeader_navi_add {
    border-top: 2px solid #00005b;
    border-bottom: 2px solid #000;
    flex-direction: column;
    padding: 0 20px;
  }
  .gHeader_navi_add li {
    width: 100%;
  }
  .gHeader_navi_add li:not(:first-child) {
    margin-left: 0;
  }
  .gHeader_navi_add li:not(:last-child) {
    border-bottom: 1px solid #00005b;
  }
  .gHeader_navi_add li a {
    background: #fff;
    color: #000;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
  }
  .gHeader_navi_add li:last-child a {
    background: #fff;
  }
}

@media (min-width: 897px) {
  .mainImg02_main img {
    height: 1290px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mainImg02_in_add {
    background: rgb(222, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(222, 0, 0, 1) 0%,
      rgba(255, 0, 0, 1) 100%
    );
  }
  .mainImg02_in_add img {
    margin-top: -20px;
  }
}

.contents_add {
  background: #1a2da3;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 896px) {
  .contents_add {
    padding: 20px 0;
  }
}
.contents_add a {
  display: block;
}

.contents_add_tel p {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.contents_add_telbnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 32px;
}

.contents_add_telbnr a {
  width: calc(100% / 2 - 10px);
}

.contents_add_kari {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.contents_add_kari a {
  width: calc(100% / 2 - 24px);
}

@media (max-width: 896px) {
  .contents_add_tel p {
    font-size: 4.5vw;
    font-weight: bold;
  }

  .contents_add_telbnr {
    gap: 8px;
    margin-bottom: 16px;
  }

  .contents_add_telbnr a {
    width: calc(100% / 2 - 8px);
  }

  .contents_add_kari {
    gap: 8px;
    margin-bottom: 16px;
  }

  .contents_add_kari a {
    width: calc(100% / 2 - 8px);
  }
}
.contents_add_02 {
  position: relative;
}

@media (min-width: 897px) {
  .contents_add_02 picture img {
    height: 1715px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.contents_add_02 a {
  max-width: 1000px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
@media (max-width: 896px) {
  .contents_add_02 a {
    max-width: 100%;
    margin: 0 20px;
    bottom: 25px;
  }
}

.contents_add_03 {
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 896px) {
  .contents_add_03 {
    padding: 20px 0;
  }
}

.contents_add_03_midashi {
  background: #1a2da3;
  color: #ffff00;
  text-align: center;
  padding: 10px 0;
  font-size: 37px;
  border-radius: 30px;
}
@media (max-width: 896px) {
  .contents_add_03_midashi {
    font-size: 4.5vw;
    padding: 5px 0;
  }
}

.contents_add_03 .chirashi {
  margin-bottom: 40px;
}
.contents_add_03 .chirashi-box {
  margin-top: 20px;
}
.youtube {
  width: 100%;
  margin: 0 auto;
}
.youtube iframe {
  width: 100%;
}
@media (max-width: 896px) {
  .youtube iframe {
    height: 300px;
  }
}

.contents_add_04 {
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 896px) {
  .contents_add_04 {
    margin: 0 auto 20px;
  }
}
@media (min-width: 897px) {
  .contents_add_04_midashi img {
    height: 628px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.contents_add_04_midashi02 {
  background: #1a2da3;
  color: #ffff00;
  text-align: center;
  padding: 10px 0;
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .contents_add_04_midashi02 {
    font-size: 4vw;
    margin-top: 10px;
  }
}

.contents_add_04_text01 {
  font-size: 43px;
  color: #ff1c38;
  font-weight: bold;
}
@media (max-width: 896px) {
  .contents_add_04_text01 {
    font-size: 6vw;
  }
}
.contents_add_04_text02 {
  font-size: 25px;
}
@media (max-width: 896px) {
  .contents_add_04_text02 {
    font-size: 3.5vw;
  }
}

.contents_add_05 {
  background: #ffe8f2;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 896px) {
  .contents_add_05 {
    padding: 20px 0;
  }
}
@media (max-width: 896px) {
  .contents_add_05_midashi img {
    width: 60%;
  }
}
.contents_add_05 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 896px) {
  .contents_add_05 ul {
    flex-direction: column;
  }
}
.contents_add_05 ul li {
  width: calc(98% / 2);
  margin-top: 30px;
}

@media (max-width: 896px) {
  .contents_add_05 ul li {
    width: 100%;
    margin-top: 20px;
  }
}
.contents_add_05 ul li h3 {
  font-size: 26px;
  color: #ff1c38;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 896px) {
  .contents_add_05 ul li h3 {
    font-size: 16px;
  }
}
.contents_add_05 ul li h3:before {
  content: "";
  background: url("../img/izumi/check.svg");
  background-size: 40px;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contents_add_05 ul li p {
  font-size: 19px;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .contents_add_05 ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.text_add li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1em;
}
@media (max-width: 896px) {
  .text_add li {
    font-size: 0.9rem;
  }
}

.text_add li:before {
  content: "※";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-indent: -1em;
}

.contents_add_06 {
  background: #ffffd2;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 896px) {
  .contents_add_06 {
    padding: 20px 0;
  }
  .contents_add_06_midashi img {
    width: 60%;
  }
}

.contents_add_06 ul {
  display: flex;
  justify-content: space-between;
}
.contents_add_06 ul li {
  width: calc(92% / 3);
}
@media (max-width: 896px) {
  .contents_add_06 ul {
    flex-direction: column;
    margin-top: 20px;
  }
  .contents_add_06 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 4px solid #ff1c38;
    border-radius: 10px;
    background: #ff1c38;
    margin-bottom: 30px;
    position: relative;
  }
  .contents_add_06 ul li:last-child {
    margin-bottom: 0;
  }
  .contents_add_06 ul li:not(:last-child):after {
    content: "";
    background: url("../img/izumi/arrow.svg");
    background-size: 25px;
    width: 25px;
    height: 10px;
    position: absolute;
    bottom: -23px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media (max-width: 896px) {
  .contents_add_06_nagaretitle {
    width: 30%;
  }
  .contents_add_06_nagaretitle img {
    width: 20px;
  }
  .contents_add_06_nagaretitle p {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
  }
}

.contents_add_06_nagaretext h3 {
  font-size: 24px;
  margin-top: 20px;
}
.contents_add_06_nagaretext p {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 896px) {
  .contents_add_06_nagaretext {
    width: 70%;
    background: #fff;
    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    text-align: left;
    padding: 5px;
  }
  .contents_add_06_nagaretext h3 {
    color: #ff1c38;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
  }
  .contents_add_06_nagaretext p {
    font-size: 12px;
    margin-top: 5px;
  }
}

.contents_add07 {
  background: #ff1c38;
}

/*form*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact__form-toi .wpcf7-list-item-label:before {
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 896px) {
  .wpcf7-list-item-label:before {
    margin-right: 5px;
  }
  .contact__form-toi .wpcf7-form-control {
    display: flex;
    flex-direction: column;
  }
}

.contact__form-toi .wpcf7-form-control .wpcf7-list-item:last-child {
  position: relative;
  width: 27em;
}
.contact__form-toi .wpcf7-form-control .wpcf7-list-item:last-child:after {
  position: absolute;
  content: "※下記よりご希望日時をご選択ください。";
  top: 0;
  bottom: 0;
  right: 20px;
}
@media (max-width: 896px) {
  .contact__form-toi .wpcf7-form-control .wpcf7-list-item:last-child {
    width: 90%;
    padding: 0 0 1.5em 0;
  }
  .contact__form-toi .wpcf7-form-control .wpcf7-list-item:last-child:after {
    position: absolute;
    content: "※下記よりご希望日時をご選択ください。";
    top: 28px;
    bottom: 0;
    right: 0;
    left: 3rem;
  }
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #ff0000;
  box-shadow: inset 0 0 0 2px #fff;
}

.contents_add_contact {
  background: #ff1c38;
  padding: 40px 0 80px;
}
@media (max-width: 896px) {
  .contents_add_contact {
    padding: 16px 0 40px;
    font-size: 15px;
  }
}

.contents_add_contact_midashi {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 896px) {
  .contents_add_contact_midashi {
    font-size: 15px;
  }
}

.contents_add_contact_midashi02 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: #003686;
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  font-weight: 500;
}
@media (max-width: 896px) {
  .contents_add_contact_midashi02 {
    font-size: 16px;
  }
}

.contact_inner {
  background: #fff;
  padding: 0 20px 20px;
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
@media (max-width: 896px) {
  .contact_inner {
    padding: 0 10px 20px;
  }
}

.contents_add_contact_text {
  font-size: 19px;
}
.contents_add_contact_text span {
  font-weight: bold;
}

@media (max-width: 896px) {
  .contents_add_contact_text {
    font-size: 13px;
  }
  .contents_add_contact_text span {
    font-size: 15px;
  }
}

.contact__form-label .required {
  background: #ff1c38;
}
.contact__form-label .any {
  background: dodgerblue;
}
.contact__form-label .any,
.contact__form-label .required {
  color: #ffff00;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
.contact__form input,
.contact__form textarea {
  padding: 10px;
  width: 100%;
  font-size: 19px;
}
@media (max-width: 896px) {
  .contact__form input,
  .contact__form textarea {
    font-size: 16px;
  }
}

.contact__form-renraku input,
.contact__form-toi input {
  width: auto;
}

.contact__form input.name {
  width: 100%;
  margin-right: 10px;
}
.wpcf7-list-item {
  margin: 0 1em 1em 0;
}

.contact__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #888;
  padding: 25px 0;
}
@media (max-width: 896px) {
  .contact__form-item {
    flex-direction: column;
  }
}
.contact__form-item:last-child {
  border-bottom: 0;
}

.contact__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  width: 20%;
}
@media (max-width: 896px) {
  .contact__form-label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact__form-label p {
  display: flex;
  align-items: center;
  text-align: center;
}

.contact__form-box {
  width: 80%;
  font-weight: 500;
  padding-left: 20px;
}

@media (max-width: 896px) {
  .contact__form-box {
    padding-left: 0;
    width: 100%;
  }
}

.contact__form-box-name p {
  display: flex;
}

.contact__form-box-name-tenpo span {
  margin-bottom: 0;
}

@media (max-width: 896px) {
  .contact__form-box-name-tenpo span:first-child {
    margin-bottom: 8px;
  }
}

.contact__form-renraku .contact__form-box {
  width: 100%;
  padding-left: 0;
}
.contact__form-renraku .contact__form-box p {
  display: flex;
  justify-content: center;
}
.contact__form-renraku .contact__form-box .wpcf7-list-item {
  margin: 0 3em;
}
@media (max-width: 896px) {
  .contact__form-renraku .contact__form-box .wpcf7-list-item {
    margin: 0 1em 0 0;
  }
  .contact__form-renraku .contact__form-box .wpcf7-list-item:last-child {
    margin: 0;
  }
}



.contact__form-date,
.contact__form-datetime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.contact__form-date .contact__form-datetit,
.contact__form-datetime .contact__form-datetimetit {
  width: 18%;
}
.contact__form-date .calender_box,
.contact__form-datetime .datetime_box {
  width: 70%;
}
@media (max-width: 896px) {
  .contact__form-date .contact__form-datetit,
  .contact__form-datetime .contact__form-datetimetit {
    width: 25%;
  }
  .contact__form-date .calender_box,
  .contact__form-datetime .datetime_box {
    width: 75%;
  }
}

.contact__form-datetime .datetime_box select {
  padding: 10px;
  width: 100%;
  font-size: 19px;
  background: url("../img/izumi/select.svg") no-repeat right 8px center;
  background-size: 12px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__form-datetime .datetime_box option {
  color: #757576;
}
.contact__form-date {
  border-bottom: 4px dotted #bfbfbf;
  padding-bottom: 15px;
}
.contact__form-datetime {
  margin-top: 15px;
}

/*個人情報の取扱*/
.contact__privacy-ttl {
  font-size: 33px;
  font-weight: 400;
  color: #fff;
  padding: 5px 10px;
  background: #0f338d;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .contact__privacy-ttl {
    font-size: 16px;
  }
}

.contact__privacy-box {
  padding: 10px;
  overflow: scroll;
  height: 215px;
  border: 2px solid #888;
}
.contact__privacy-box h4 {
  background: #f0473f;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
}
@media (max-width: 896px) {
  .contact__privacy-box h4 {
    font-size: 14px;
  }
}

.contact__privacy-box p:not(:last-child) {
  margin-bottom: 1em;
}

.contact__form-redtxt {
  font-size: 31px;
  text-align: center;
  margin: 40px auto 20px;
  font-weight:500;
  color: #ff3538;
}
@media (max-width: 896px) {
  .contact__form-redtxt {
    font-size: 18px;
  }
}

.submit input {
  background: #ff3538 !important;
  color: #fff;
  padding: 20px 0;
  text-align: center !important;
  width: 100% !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  font-size: 39px;
  font-weight: 600 !important;
  cursor: pointer;
}
.submit .input:hover {
  opacity: 0.9;
}

@media (max-width: 896px) {
  .submit input {
    font-size: 19px;
    padding: 10px 0;
  }
}

/*spham*/
@media (max-width: 896px) {
  /* --------------------------------
c-hamburgermenu
----------------------------------- */
  /* menu-btn
   ========================================================================== */
  .c-menu-btn {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 110;
    cursor: pointer;
    top: 1.5rem;
    right: 20px;
  }

  .c-menu-btn__icon {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 40px;
    height: 8px;
    margin: auto;
    background: #06348d;
    transition: 0.2s;
  }

  .c-menu-btn__icon:before,
  .c-menu-btn__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 8px;
    background: #06348d;
    transition: 0.3s;
  }

  .c-menu-btn__icon:before {
    margin-top: 14px;
  }

  .c-menu-btn__icon:after {
    margin-top: -14px;
  }

  .c-menu-btn .close {
    background: transparent;
  }

  .c-menu-btn .close:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }

  .c-menu-btn .close:after {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
  }

  .c-menu-btn .close:before,
  .c-menu-btn .close:after {
    margin-top: 0;
    background: #06348d;
  }

  .is-sp-menu {
    z-index: 100;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    transition: 0.5s;
    display: none;
  }

  .is-sp-menu.zindex {
    z-index: 103;
    display: block;
  }
  html.is-menu-open {
    height: 100%;
    overflow: hidden;
  }
  body.is-menu-open .is-sp-menu {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
  }
}

/* modal */
.modal-open {
  cursor: pointer;
}

.modal-container{
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	padding: 40px 20px;
	overflow: auto;
	/* opacity: 0;
	visibility: hidden; */
	/* transition: .3s; */
  box-sizing: border-box;
  z-index: 100;
}

.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal-container.active{
	opacity: 1;
	visibility: visible;
}

.modal-body {
  position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
  z-index: 10;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0px; 
  margin-left: auto;
  background: #1a2da3;
  width: 100%;
  height: 40px;
  cursor: pointer;
  display: block;
}

.modal-close span {
  position: absolute;
  display: block;
  top: 20px;
  right: 16px;
  width: 28px;
  height: 2px;
  background: #fff;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-content {
  background: #fff;
  border: 2px solid #1a2da3;
	text-align: center;
	padding: 28px;
}

@media (max-width: 896px) {
  .modal-close {
    top: -28px;
    height: 28px;
  }

  .modal-close span {
    top: 14px;
    right: 8px;
    width: 16px;
  }

  .modal-content {
    padding: 16px;
  }
}

#main .store .comBox .imgBox {
    margin-bottom: 0;
}
@media (max-width: 896px) {
  #main .store .comBox:last-child .imgBox {
    margin-bottom: 0;
  }
}

.orange{
display: none !important;
}


/**/
.comRound01{
  width: 504px;
}
.comRound01 img{
  width: 100%;
}
#gHeader .lBox img{
  width: 387px;
}


#main .store .store_guide{
    margin-top: 1.5rem;
}
@media (max-width: 896px) {
  #main .store .store_guide{
    margin-top: 1.5rem;
  }
}
#main .store .store_guide h4{
  font-size: 2.5rem;
  color: #ff1c38;
  font-weight: 600;
}
@media (max-width: 896px) {
  #main .store .store_guide h4{
  font-size: 2rem;
  }
}
#main .store .store_guide .store_guide_inner{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 896px) {
  #main .store .store_guide .store_guide_inner{
    flex-direction: column;
  }
}
#main .store .store_guide .store_guide_inner div,
#main .store .store_guide .store_guide_inner dl{
  margin-top: 1rem;
  font-size: 1.75rem;
}
@media (max-width: 896px) {
  #main .store .store_guide .store_guide_inner div,
  #main .store .store_guide .store_guide_inner dl{
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
#main .store .store_guide .store_guide_inner div p{
  font-weight: 600;
}
#main .store .store_guide .store_guide_inner div:first-child{
  margin-right: 3rem;
}
@media (max-width: 896px) {
  #main .store .store_guide .store_guide_inner div:first-child{
    margin-right: 0;
  }
}
#main .store .store_guide .store_guide_inner dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#main .store .store_guide .store_guide_inner dl:first-child{
  margin-right: 4rem;
}
#main .store .store_guide .store_guide_inner dl dt{
  margin-right: 2rem;
}


.contents_chirashi{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents_chirashi .chirashi-box{
  width: 49%;
}