@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
	br.br-pc {
        display: none !important;
    }
  body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #2d2d2d;
    font-size: 2.7vw;
  }
  img {
    width: 100%;
  }
  h2 {
    font-size: 6.4vw;
    color: #2e6eb2;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
  }
  h2 span {
    font-size: 7.5vw;
  }
  .inner {
    width: 87%;
    margin: auto;
  }
  header {
    width: 100%;
    height: 27vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    text-align: center;
	border-bottom: 0.1vw solid #2e6eb2;
  }
  header .image {
    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: 1.2vw 0;
  }
  header .image .logo {
    width: 48%;
    margin-right: 3%;
  }
  header .image .map {
    width: 32%;
  }
  header p {
    font-size: 2.4vw;
    color: #2e6eb2;
  }

  #fv {
    margin-top: 27vw;
    background-color: #c1e9ff;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(60%, #daeffa), color-stop(40%, transparent));
    background-image: linear-gradient(-90deg, #daeffa 60%, transparent 40%);
    background-size: 6vw 6vw;
    text-align: center;
    padding: 4vw 0;
  }
  #fv .inner {
    width: 95%;
  }
  #fv h1 {
    font-size: 5.6vw;
    font-weight: 500;
    margin-bottom: 3vw;
	line-height: 1.5;
  }
  #fv ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #fv ul li {
    width: 32%;
    background: #fff;
  }
  #fv ul li .point-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1vw 0;
  }
  #fv ul li .point-1 picture {
    width: 10%;
    margin-right: 4%;
	margin-bottom: 4%;
  }
  #fv ul li .point-1 picture img {
    display: block;
  }
  #fv ul li .point-1 p {
    font-size: 3.5vw;
    color: #2e6eb2;
    font-weight: 700;
  }
  #fv ul li .station {
    position: relative;
  }
  #fv ul li .station .distance {
    position: absolute;
    top: 2%;
    left: 33%;
    font-size: 2.8vw;
    font-weight: 700;
    color: #2e6eb2;
  }
  #fv ul li .station .name {
    position: absolute;
    top: 63%;
    left: 50%;
	width: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    font-size: 10px;
    padding: 0 0.5vw;
  }
  #fv ul li .store {
    font-size: 2.8vw;
    line-height: 1.4;
    font-weight: 700;
  }
  #fv ul li .white-area {
    padding: 2vw 4%;
  }
  #fv ul li .white-area .point-2 {
    font-size: 3vw;
    background: #2e6eb2;
    color: #fff;
    padding: 0.5vw 0;
    margin-top: 1vw;
  }
  #fv .clinic {
    text-align: left;
    width: 100%;
    line-height: 1.6;
    margin-top: 2vw;
  }
  #fv .clinic .title {
    border-left: 1vw solid #2e6eb2;
    padding-left: 2vw;
    margin-bottom: 2.5vw;
  }
  #fv .clinic .title .blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #fv .clinic .title .blue .text {
    font-size: 3.5vw;
    color: #2e6eb2;
    font-weight: 500;
    margin-right: 3%;
  }
  #fv .clinic .title .blue picture {
    width: 7%;
    margin-bottom: 1vw;
  }
  #fv .clinic .title p {
    font-size: 2.8vw;
  }
  #fv .clinic .box {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1vw;
    padding: 1.5vw 2vw;
  }
  #fv .clinic .box img {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 9%;
  }
  #fv .clinic .box p {
    font-size: 2.9vw;
    margin-bottom: 1vw;
  }
  #fv .clinic .box p span {
    font-size: 2.5vw;
  }
  #fv .clinic .box .note {
    font-size: 2.5vw;
  }
  #campaign {
    padding: 8vw 0 8vw;
  }
  #campaign .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3vw;
  }
  #campaign .title picture {
    width: 6%;
  }
  #campaign .coupon {
    margin-top: 4vw;
  }
  #info {
    background: #2e6eb2;
    padding: 8vw 0 10vw;
  }
  #info .app {
    position: relative;
    background: #fff;
    border-top: 1.3vw solid #efe933;
    border-bottom: 1.3vw solid #efe933;
    padding: 2vw 5% 3vw;
    margin: 3vw 0;
    text-align: center;
  }
  #info .app .title {
    width: 84%;
  }
  #info .app .subtitle {
    background: #daeffa;
    color: #d82340;
    font-weight: 500;
    font-size: 4vw;
    padding: 0.5vw 0;
    border-radius: 4vw;
    margin: 1vw 0 2vw;
  }
  #info .app .icon {
    position: absolute;
    top: 24%;
    right: 10%;
    width: 9%;
  }
  #info .app .text-blue {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left;
    margin-bottom: -1vw;
  }
  #info .app .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 0.2vw solid #2e6eb2;
    text-align: left;
    padding-bottom: 3vw;
  }
  #info .app .benefit .price {
    color: #d82340;
    font-weight: 700;
    font-size: 18vw;
    line-height: 0.9;
  }
  #info .app .benefit .off {
    color: #d82340;
    font-weight: 700;
    font-size: 6.7vw;
    line-height: 0.9;
  }
  #info .app .benefit .off span {
    font-size: 7.5vw;
  }
  #info .app .benefit .present {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 6vw;
    line-height: 1.1;
  }
  #info .app .btn-text {
    font-size: 4vw;
    margin: 1.5vw 0;
  }
  #info .app .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #info .app .btn a {
    width: 48.5%;
  }
  #info .delivery {
    background: #dffbfe;
    position: relative;
    padding: 3vw 0;
  }
  #info .delivery .icon {
    position: absolute;
    top: 3%;
    right: 10%;
    width: 12%;
  }
  #info .delivery .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #info .delivery .service .title {
    background: #fff;
    color: #2e6eb2;
    font-weight: 700;
    font-size: 4.8vw;
    padding: 0.8vw 2vw 0.8vw 5vw;
    border-radius: 0 1vw 1vw 0;
    margin-right: 2%;
  }
  #info .delivery .service .text {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 3.5vw;
    line-height: 1.4;
  }
  #info .delivery .service .text span {
    color: #d82340;
  }
  #info .delivery .service-inner {
    text-align: center;
    width: 91%;
    margin: auto;
  }
  #info .delivery .service-inner .box {
    background: #fff;
    border: 1vw solid #efe933;
    margin: 3vw 0;
    padding: 2vw 0;
  }
  #info .delivery .service-inner .box p {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 3.2vw;
  }
  #info .delivery .service-inner .box .tel {
    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;
  }
  #info .delivery .service-inner .box .tel picture {
    width: 20%;
    margin-right: 2%;
  }
  #info .delivery .service-inner .box .tel a {
    font-weight: 700;
    font-size: 6.7vw;
    line-height: 1.3;
  }
  #info .delivery .service-inner .box .time {
    color: #2e6eb2;
    font-size: 2.7vw;
  }
  #info .delivery .service-inner .dot {
    border-top: 0.3vw dashed #2e6eb2;
    border-bottom: 0.3vw dashed #2e6eb2;
    padding: 1vw 0;
    color: #2e6eb2;
    font-size: 2vw;
    font-weight: 500;
  }
  #info .delivery .service-inner .dot span {
    background: #fff;
  }
  #info .delivery .service-inner .dot a {
    color: #2d2d2d;
    font-size: 2.4vw;
    font-weight: 400;
    text-decoration: underline;
  }
  #info .contact {
    border: solid 0.2vw #fff;
    outline: solid 0.4vw #fff;
    outline-offset: 1vw;
    width: 92%;
    margin: 5vw auto 0;
    text-align: center;
    padding: 3vw 4% 0;
  }
  #info .contact p {
    color: #efe933;
    font-size: 3.5vw;
    font-weight: 500;
  }
  #info .contact .number {
    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;
    border-top: 0.1vw solid #fff;
    margin-top: 2vw;
  }
  #info .contact .number p {
    color: #fff;
    margin-right: 3%;
  }
  #info .contact .number a {
    color: #fff;
    font-size: 6.7vw;
    font-weight: 700;
  }
  #store {
    padding: 10vw 0;
    background: #daeffa;
    text-align: center;
  }
  #store .subtitle {
    font-size: 4.3vw;
    margin-top: 3vw;
  }
  #store #sizuoka,
#store #shop,
#store #parche,
#store #markis {
    padding-top: 27vw;
    margin-top: -27vw;
  }
  #store .acd .store-list {
    margin-top: 6vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2vw;
    background: #fff;
    position: relative;
    border: 0.3vw solid #2e6eb2;
  }
  #store .acd .store-list input {
    display: none;
  }
  #store .acd .store-list label {
    padding: 1.5vw 5%;
    display: block;
    text-align: left;
  }
  #store .acd .store-list label:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 40%;
    border-top: 3vw solid #2e6eb2;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent;
  }
  #store .acd .store-list label .name {
    font-size: 3.2vw;
    font-weight: 700;
    color: #2e6eb2;
  }
  #store .acd .store-list label a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
  }
  #store .acd .store-list label a picture {
    width: 12%;
    margin-right: 5%;
  }
  #store .acd .store-list label a .number {
    font-size: 4vw;
    font-weight: 500;
  }
  #store .acd .store-list .acd-content {
    display: none;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 3%;
  }
  #store .acd .store-list .acd-content .image-text {
    background: #2e6eb2;
    color: #fff;
    font-size: 4.3vw;
    font-weight: 500;
    padding: 1vw 0;
  }
  #store .acd .store-list .acd-content .line {
    margin: 4vw 0;
    display: block;
  }
  #store .acd .store-list .acd-content .order {
    position: relative;
    width: 86%;
    margin: auto;
  }
  #store .acd .store-list .acd-content .order .content {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #2e6eb2;
    width: 80%;
  }
  #store .acd .store-list .acd-content .order .content .title {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.5;
  }
  #store .acd .store-list .acd-content .order .content p {
    font-size: 2.2vw;
	margin: 0 1px 0 0;
  }
  #store .acd .store-list .acd-content .order .content a {
    background: #daeffa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 86%;
    margin: 0.5vw auto 0;
    padding: 1vw 2vw;
    border-radius: 1vw;
    position: relative;
  }
  #store .acd .store-list .acd-content .order .content a picture {
    display: block;
    width: 8%;
    margin-right: 3%;
  }
  #store .acd .store-list .acd-content .order .content a .text {
    font-size: 2.7vw;
    font-weight: 500;
    color: #2d2d2d;
  }
  #store .acd .store-list .acd-content .order .content a:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 36%;
    border-left: 1.5vw solid #2e6eb2;
    border-top: 1.3vw solid transparent;
    border-bottom: 1.3vw solid transparent;
  }
  #store .acd .store-list .acd-content .address {
    margin-top: 8vw;
  }
  #store .acd .store-list .acd-content .address li {
    margin-bottom: 5vw;
  }
  #store .acd .store-list .acd-content .address li .title {
    font-size: 3.2vw;
    font-weight: 500;
    color: #2e6eb2;
    border: 0.2vw solid #2e6eb2;
    border-radius: 4vw;
    padding: 0.5vw;
    margin-bottom: 2vw;
  }
  #store .acd .store-list .acd-content .address li p {
    font-size: 2.7vw;
    text-align: left;
	margin-left: 2vw;
  }
  #store .acd .store-list .acd-content .address li p span {
    color: #2e6eb2;
    font-weight: 500;
  }
  #store .acd .store-list .acd-content .address li .note {
    font-size: 2.3vw;
    text-align: left;
    margin-top: 1vw;
	margin-left: 2vw;
  }
  #store .acd .store-list .acd-content iframe {
    width: 100%;
    height: 55vw;
  }
  #store .acd .store-list input:checked + label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 7vw;
  }
  #store .acd .store-list input:checked + label + .acd-content {
    display: block;
    opacity: 1;
    height: auto;
    padding: 3vw 3% 6vw;
  }
  #search {
    background: #2e6eb2;
    text-align: center;
    padding: 5vw 0 6vw;
  }
  #search .text {
    font-size: 4.3vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  #search button {
    background: #fff;
    width: 67%;
    margin: auto;
    border-radius: 2vw;
    padding: 4vw 0;
    font-size: 3.5vw;
    font-weight: 500;
    color: #2e6eb2;
    position: relative;
  }
  #search button:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 42%;
    border-left: 1.5vw solid #2e6eb2;
    border-top: 1.3vw solid transparent;
    border-bottom: 1.3vw solid transparent;
  }
  #notice {
    padding: 10vw 0;
  }
  #notice h2 {
    color: #d82340;
    margin-bottom: 4vw;
  }
  #notice p {
	font-size: 12px;
    color: #2e6eb2;
    margin-bottom: 2vw;
  }
  #pagetop {
    margin: auto;
    text-align: center;
    width: 13%;
    background: #daeffa;
    color: #2e6eb2;
    text-align: center;
    padding: 2vw;
    border-radius: 2vw;
    display: block;
  }
  #pagetop img {
    width: 50%;
    display: block;
    margin: 0 auto 1vw;
  }
  #pagetop p {
    font-size: 2.4vw;
    line-height: 1.3;
    font-weight: 500;
  }
  footer {
    text-align: center;
    margin: 8vw 0 5vw;
  }
  footer img {
    width: 48%;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
	br.br-sp {
        display: none !important;
    }
  body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #2d2d2d;
    font-size: 22px;
  }
  img {
    width: 100%;
  }
  a:hover {
    opacity: 0.9;
  }
  a img:hover {
    opacity: 0.9;
  }
  h2 {
    font-size: 48px;
    color: #2e6eb2;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
  }
  h2 span {
    font-size: 56px;
  }
  .inner {
    width: 900px;
    margin: auto;
  }
  header {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    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;
	border-bottom: 0.1vw solid #2e6eb2;
  }
  header .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  header .image .logo {
    width: 286px;
    margin-right: 20px;
  }
  header .image .map {
    width: 267px;
  }
  header p {
    font-size: 22px;
    color: #2e6eb2;
  }
  #fv {
    margin-top: 130px;
    background-color: #c1e9ff;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(60%, #daeffa), color-stop(40%, transparent));
    background-image: linear-gradient(-90deg, #daeffa 60%, transparent 40%);
    background-size: 40px 40px;
    text-align: center;
    padding: 30px 0 40px;
  }
  #fv h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 10px;
	line-height: 1.4;
  }
  #fv ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #fv ul li {
    width: 290px;
    background: #fff;
	margin-top: 15px;
  }
  #fv ul li .point-1 {
    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;
    padding: 5px 0;
    height: 50px;
  }
  #fv ul li .point-1 picture {
    width: 22px;
    height: 30px;
    margin-right: 10px;
  }
  #fv ul li .point-1 picture img {
    display: block;
  }
  #fv ul li .point-1 p {
    font-size: 22px;
    color: #2e6eb2;
    font-weight: 700;
  }
  #fv ul li .station {
    position: relative;
  }
  #fv ul li .station .distance {
    position: absolute;
    top: 5%;
    left: 33%;
    font-size: 28px;
    font-weight: 700;
    color: #2e6eb2;
  }
  #fv ul li .station .name {
    position: absolute;
    top: 67%;
    left: 50%;
	width: 190px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    font-size: 18px;
    padding: 0 10px;
  }
  #fv ul li .store {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
  }
  #fv ul li .white-area {
    padding: 10px 4% 15px;
  }
  #fv ul li .white-area .point-2 {
    font-size: 16px;
    background: #2e6eb2;
    color: #fff;
    padding: 5px 0;
    margin-top: 5px;
  }
  #fv .clinic {
    text-align: left;
    width: 100%;
    line-height: 1.6;
    margin-top: 20px;
  }
  #fv .clinic .title {
    border-left: 5px solid #2e6eb2;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  #fv .clinic .title .blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #fv .clinic .title .blue .text {
    font-size: 28px;
	color: #2e6eb2;
    font-weight: 500;
    margin-right: 10px;
  }
  #fv .clinic .title .blue picture {
    width: 50px;
    margin-bottom: 10px;
  }
  #fv .clinic .title .blue picture img {
    display: block;
  }
  #fv .clinic .title p {
    font-size: 19px;
  }
  #fv .clinic .box {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 15px 20px;
  }
  #fv .clinic .box img {
    position: absolute;
    top: 12%;
    right: 3%;
    width: 57px;
  }
  #fv .clinic .box p {
    font-size: 19px;
    margin-bottom: 5px;
  }
  #fv .clinic .box p span {
    font-size: 16px;
  }
  #fv .clinic .box .note {
    font-size: 16px;
  }
  #campaign {
    padding: 50px 0 30px;
  }
  #campaign .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  #campaign .title picture {
    width: 46px;
  }
  #campaign .title h2 {
    margin: 0 10px;
  }
  #campaign .coupon {
    margin-top: 25px;
  }
  #info {
    background: #2e6eb2;
    padding: 80px 0;
  }
  #info .app {
    background: #fff;
    border-top: 10px solid #efe933;
    border-bottom: 10px solid #efe933;
    padding: 5px 5% 20px;
    margin: 20px 0;
    text-align: center;
  }
  #info .app .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #2e6eb2;
    padding-bottom: 20px;
  }
  #info .app .content .left {
    width: 420px;
    position: relative;
  }
  #info .app .content .right {
    width: 360px;
  }
  #info .app .title {
    width: 335px;
  }
  #info .app .subtitle {
    background: #daeffa;
    color: #d82340;
    font-weight: 500;
    font-size: 30px;
    padding: 0;
    border-radius: 40px;
    margin: 15px 0 0;
  }
  #info .app .icon {
    position: absolute;
    top: 45%;
    right: 4%;
    width: 59px;
  }
  #info .app .text-blue {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 26px;
    text-align: left;
    margin-bottom: -15px;
    margin-top: 15px;
  }
  #info .app .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    padding-bottom: 15px;
  }
  #info .app .benefit .price {
    color: #d82340;
    font-weight: 700;
    font-size: 130px;
    line-height: 0.9;
  }
  #info .app .benefit .off {
    color: #d82340;
    font-weight: 700;
    font-size: 50px;
    line-height: 0.9;
  }
  #info .app .benefit .off span {
    font-size: 56px;
  }
  #info .app .benefit .present {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 38px;
    line-height: 1;
    margin-top: 10px;
  }
  #info .app .btn-text {
    font-size: 30px;
    margin: 20px 0 10px;
  }
  #info .app .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #info .app .btn a {
    width: 47%;
  }
  #info .delivery {
    background: #dffbfe;
    position: relative;
    padding: 20px 0;
  }
  #info .delivery .icon {
    position: absolute;
    top: 4%;
    right: 21%;
    width: 67px;
  }
  #info .delivery .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #info .delivery .service .title {
    background: #fff;
    color: #2e6eb2;
    font-weight: 700;
    font-size: 40px;
    padding: 0 50px 0 100px;
    border-radius: 0 5px 5px 0;
    margin-right: 2%;
  }
  #info .delivery .service .text {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.4;
  }
  #info .delivery .service .text span {
    color: #d82340;
  }
  #info .delivery .service-inner {
    text-align: center;
    width: 91%;
    margin: auto;
  }
  #info .delivery .service-inner .box {
    background: #fff;
    border: 3px solid #efe933;
    margin: 15px 0;
    padding: 15px 80px 15px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #info .delivery .service-inner .box p {
    color: #2e6eb2;
    font-weight: 500;
    font-size: 28px;
  }
  #info .delivery .service-inner .box .address {
    margin-left: 30px;
  }
  #info .delivery .service-inner .box .address .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #info .delivery .service-inner .box .address .tel picture {
    width: 120px;
    margin-right: 10px;
  }
  #info .delivery .service-inner .box .address .tel .time {
    color: #2e6eb2;
    font-size: 19px;
  }
  #info .delivery .service-inner .box .address a {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
  }
  #info .delivery .service-inner .dot {
    border-top: 1px dashed #2e6eb2;
    border-bottom: 1px dashed #2e6eb2;
    padding: 10px 0;
    color: #2e6eb2;
    font-size: 18px;
    font-weight: 500;
  }
  #info .delivery .service-inner .dot span {
    background: #fff;
  }
  #info .delivery .service-inner .dot a {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
  }
  #info .contact {
    border: solid 1px #fff;
    outline: solid 2px #fff;
    outline-offset: 5px;
    width: 750px;
    margin: 40px auto 0;
    text-align: center;
    padding: 10px 4%;
  }
  #info .contact p {
    color: #efe933;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
  }
  #info .contact .number {
    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;
    border-top: 1px solid #fff;
    margin-top: 10px;
  }
  #info .contact .number p {
    color: #fff;
    margin-right: 20px;
  }
  #info .contact .number a {
    color: #fff;
    line-height: 1.2;
    font-size: 49px;
    font-weight: 700;
  }
  #store {
    padding: 80px 0 130px;
    background: #daeffa;
    text-align: center;
  }
  #store .subtitle {
    font-size: 32px;
    margin-top: 10px;
  }
  #store #sizuoka,
#store #shop,
#store #parche,
#store #markis {
    padding-top: 130px;
    margin-top: -130px;
  }
  #store .acd .store-list {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: #fff;
    position: relative;
    border: 1px solid #2e6eb2;
  }
  #store .acd .store-list input {
    display: none;
  }
  #store .acd .store-list label {
    padding: 20px 5% 10px;
    display: block;
    text-align: left;
  }
  #store .acd .store-list label:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 40%;
    border-top: 20px solid #2e6eb2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  #store .acd .store-list label .name {
    font-size: 32px;
    font-weight: 700;
    color: #2e6eb2;
    line-height: 1;
  }
  #store .acd .store-list label a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 45%;
  }
  #store .acd .store-list label a picture {
    width: 27px;
    margin-right: 20px;
    margin-bottom: 3px;
  }
  #store .acd .store-list label a .number {
    font-size: 30px;
    font-weight: 500;
  }
  #store .acd .store-list .acd-content {
    display: none;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 3%;
  }
  #store .acd .store-list .acd-content .image-text {
    background: #2e6eb2;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 7px 0;
  }
  #store .acd .store-list .acd-content .line {
    margin: 30px 0;
    display: block;
  }
  #store .acd .store-list .acd-content .order {
    position: relative;
    width: 690px;
    margin: auto;
  }
  #store .acd .store-list .acd-content .order .content {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #2e6eb2;
    width: 80%;
  }
  #store .acd .store-list .acd-content .order .content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 5px;
  }
  #store .acd .store-list .acd-content .order .content p {
    font-size: 17px;
  }
  #store .acd .store-list .acd-content .order .content a {
    background: #daeffa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 340px;
    margin: 5px auto 0;
    padding: 7px 20px;
    border-radius: 5px;
    position: relative;
  }
  #store .acd .store-list .acd-content .order .content a picture {
    display: block;
    width: 24px;
    margin-right: 5px;
  }
  #store .acd .store-list .acd-content .order .content a picture img {
    display: block;
  }
  #store .acd .store-list .acd-content .order .content a .text {
    font-size: 20px;
    font-weight: 500;
    color: #2d2d2d;
  }
  #store .acd .store-list .acd-content .order .content a:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 36%;
    border-left: 8px solid #2e6eb2;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  #store .acd .store-list .acd-content .address {
    margin-top: 70px;
  }
  #store .acd .store-list .acd-content .address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #store .acd .store-list .acd-content .address li .title {
    width: 270px;
    font-size: 22px;
    font-weight: 500;
    color: #2e6eb2;
    border: 1px solid #2e6eb2;
    border-radius: 30px;
    padding: 5px;
    margin-right: 30px;
  }
  #store .acd .store-list .acd-content .address li .text {
    width: 500px;
  }
  #store .acd .store-list .acd-content .address li p {
    width: 500px;
    font-size: 20px;
    text-align: left;
  }
  #store .acd .store-list .acd-content .address li p span {
    color: #2e6eb2;
    font-weight: 500;
  }
  #store .acd .store-list .acd-content .address li p.space {
    margin-top: 20px;
  }
  #store .acd .store-list .acd-content .address li .note {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  #store .acd .store-list .acd-content iframe {
    width: 100%;
    height: 550px;
  }
  #store .acd .store-list input:checked + label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 45px;
  }
  #store .acd .store-list input:checked + label + .acd-content {
    display: block;
    opacity: 1;
    height: auto;
    padding: 0 5% 60px;
  }
  #search {
    background: #2e6eb2;
    text-align: center;
    padding: 40px 0 45px;
  }
  #search .text {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #search button {
    background: #fff;
    width: 500px;
    margin: auto;
    border-radius: 20px;
    padding: 35px 0;
    font-size: 26px;
    font-weight: 500;
    color: #2e6eb2;
    position: relative;
  }
  #search button:after {
    content: "";
    position: absolute;
    right: 8%;
    top: 45%;
    border-left: 10px solid #2e6eb2;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #notice {
    padding: 100px 0;
  }
  #notice .inner {
    width: 950px;
  }
  #notice h2 {
    color: #d82340;
    margin-bottom: 50px;
  }
  #notice p {
    color: #2e6eb2;
    margin-bottom: 215x;
	line-height: 2em
  }
  #pagetop {
    margin: auto;
    text-align: center;
    width: 100px;
    background: #daeffa;
    color: #2e6eb2;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    display: block;
  }
  #pagetop img {
    width: 50%;
    display: block;
    margin: 0 auto 10px;
  }
  #pagetop p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
  }
  footer {
    text-align: center;
    margin: 80px 0;
  }
  footer img {
    width: 362px;
  }
}