/*
Theme Name: tokutoku-mart
*/
@import url("./css/destyle.css");
html {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.fixed-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
}

div {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.7;
}

p {
  line-height: 1.75;
  margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 1em 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table tr th, table tr td {
  padding: 0.5em;
}

input[type=email], input[type=text], textarea, select {
  max-width: 100%;
  border: 1px solid #D8D8D8;
  background: #fff;
  padding: 0.4em;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
}

.required {
  color: #FF0000;
}

.image {
  line-height: 1;
  overflow: hidden;
}
.image a img {
  transition: 0.5s all;
}

.pc-only {
  display: none !important;
}

.sp-only {
  display: block !important;
}

@media print, screen and (min-width: 1000px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
.text-small {
  font-size: 0.9em;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.mb0 {
  margin-bottom: 0em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mt0 {
  margin-top: 0em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.mr2 {
  margin-right: 2em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.ml2 {
  margin-left: 2em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pt3 {
  padding-top: 3em !important;
}

.flex-flow-column {
  flex-flow: column;
}

.block, .block-s, .block-m {
  width: 100%;
  padding: 40px 15px;
}

.block-nopd, .block-s-nopd, .block-m-nopd {
  width: 100%;
  padding: 0 15px;
}

.block, .block-nopd {
  max-width: 1000px;
}

.block-s, .block-s-nopd {
  max-width: 800px;
}

.block-m, .block-m-nopd {
  max-width: 900px;
}

.pdt-block {
  padding-top: 40px;
}

.pdb-block {
  padding-bottom: 40px;
}

@media print, screen and (min-width: 1000px) {
  .block, .block-s, .block-m {
    padding: 55px 0;
    margin: 0 auto;
  }
  .block-nopd, .block-s-nopd, .block-m-nopd {
    padding: 0;
    margin: 0 auto;
  }
  .pdt-block {
    padding-top: 55px;
  }
  .pdb-block {
    padding-bottom: 55px;
  }
}
.btn1, input[type=submit] {
  line-height: 1;
  background: #fff;
  border: 1px solid #1A2D51;
  padding: 1.25em 4em;
  border-radius: 2em;
  color: #1A2D51;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.5s;
  font-weight: bold;
}
.btn1:hover, input[type=submit]:hover {
  background: #1A2D51;
  color: #fff;
}

input[type=submit] {
  background: #C4382B;
  border: 1px solid #C4382B;
  color: #fff;
}
input[type=submit]:hover {
  background: #fff;
  border: 1px solid #C4382B;
  color: #C4382B;
}

#page {
  position: relative;
}

#app-btn {
  display: none;
  position: fixed;
  right: 0;
  top: 200px;
  width: 130px;
  height: 96px;
  z-index: 100;
}
#app-btn a {
  display: block;
}
#app-btn a img {
  width: 130px;
  height: 96px;
}

@media print, screen and (min-width: 1000px) {
  #app-btn {
    display: block;
  }
}
#header {
  width: 100%;
  position: relative;
}
#header .header-block {
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#header #header-logo a {
  line-height: 1;
  text-decoration: none;
}
#header #header-logo a:hover {
  text-decoration: none;
}
#header #header-logo a img {
  width: auto;
  height: 50px;
}
#header #header-nav {
  background: #fff;
  position: fixed;
  width: calc(100% - 60px);
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 100;
}

#header.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  animation: slide-down 0.5s forwards;
}
#header.fixed #g-nav {
  padding-top: 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 1000px) {
  #header .header-block {
    height: 150px;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 0 0 50px;
  }
  #header #header-logo {
    display: block;
  }
  #header #header-logo a img {
    width: 180px;
    height: auto;
  }
  #header .menu-btn {
    display: none;
  }
  #header #header-nav {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
  }
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: rgb(255, 255, 255);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: rgb(255, 255, 255);
}
#menu-btn-check:checked ~ #header-nav {
  left: 0;
}

.menu-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 102;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background-color: #000;
  position: absolute;
}
.menu-btn span:before {
  bottom: 6px;
}
.menu-btn span:after {
  top: 6px;
}

@media print, screen and (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}
#g-nav {
  display: block;
  margin: 0;
  list-style-type: none;
  padding-bottom: 1em;
}
#g-nav li {
  width: 100%;
}
#g-nav li a {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  display: block;
  text-decoration: none;
  border: none;
  padding: 1.5em;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
#g-nav li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #D53D15;
  border-right: 2px solid #D53D15;
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  right: 20px;
}
#g-nav li a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 1000px) {
  #g-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
  }
  #g-nav li {
    width: auto;
    padding: 0;
    border: none;
    border-left: 1px solid #1A2D51;
    margin-top: 2em;
  }
  #g-nav li:first-child {
    border: none;
  }
  #g-nav li:last-child {
    border: none;
    margin: 0;
  }
  #g-nav li:last-child a {
    background-color: #D43D15;
    background-image: url(images/icon_mail.png);
    background-repeat: no-repeat;
    background-position: center 25px;
    background-size: 40px 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 25px 0 0 0;
    border-radius: 0 0 0 10px;
  }
  #g-nav li:last-child a:hover {
    text-decoration: none;
  }
  #g-nav li a {
    color: #1A2D51;
    text-decoration: none;
    border: none;
    padding: 0 2em;
    font-size: 16px;
  }
  #g-nav li a::after {
    display: none;
  }
  #g-nav li a:hover {
    text-decoration: underline;
  }
}
#footer {
  background: #1A2D51;
}
#footer .block {
  padding-bottom: 0;
  position: relative;
}
#footer #footer-logo {
  width: 100%;
  margin-bottom: 1em;
}
#footer #footer-logo p {
  text-align: center;
  line-height: 1;
  margin: 0;
}
#footer #footer-logo p a {
  line-height: 1;
  text-decoration: none;
}
#footer #footer-logo p a:hover {
  text-decoration: none;
}
#footer #footer-logo p a img {
  width: auto;
  height: 50px;
}
#footer #footer-nav {
  width: 100%;
}
#footer #footer-nav ul {
  border-top: 1px solid #425F8E;
}
#footer #footer-nav ul li {
  border-bottom: 1px solid #425F8E;
  padding: 1em 0;
}
#footer #footer-nav ul li a {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
#footer #copy {
  padding: 1em 0;
}
#footer #copy .copyright {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 1000px) {
  #footer .block {
    display: flex;
    justify-content: space-between;
  }
  #footer #footer-logo {
    width: 140px;
    margin-bottom: 0;
  }
  #footer #footer-logo p a {
    text-align: left;
  }
  #footer #footer-logo p a img {
    width: 180px;
    height: auto;
  }
  #footer #footer-nav {
    width: auto;
  }
  #footer #footer-nav ul {
    border-top: none;
    display: flex;
    justify-content: flex-end;
  }
  #footer #footer-nav ul li {
    border-bottom: none;
    padding: 0 0 0.5em 1em;
  }
  #footer #footer-nav ul li a {
    color: #fff;
    font-size: 14px;
  }
}
#f-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#f-nav ul li {
  width: 50%;
  line-height: 1;
  margin-bottom: 1em;
}
#f-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
#f-nav ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

@media print, screen and (min-width: 1000px) {
  #f-nav ul li a {
    font-size: 13px;
  }
}
#pagetop {
  position: absolute;
  width: 55px;
  height: 60px;
  right: 10px;
  top: -30px;
  z-index: 9;
}
#pagetop a {
  width: 55px;
  height: 60px;
  text-decoration: none;
  transition: all 0.5s;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop img {
  width: 55px;
  height: 60px;
}

@media print, screen and (min-width: 1000px) {
  #pagetop {
    width: 70px;
    height: 76px;
    right: 0px;
    top: -50px;
  }
  #pagetop a {
    width: 70px;
    height: 76px;
  }
  #pagetop img {
    width: 70px;
    height: auto;
  }
}
#key-visual .key-block {
  padding-left: 20px;
  position: relative;
}
#key-visual .key-block .image img {
  width: 100%;
  height: auto;
  border-radius: 10px 0 0 10px;
}
#key-visual .key-block .title {
  position: absolute;
  top: 50px;
  left: 0px;
  text-align: left;
  letter-spacing: 0.25em;
  margin: 0;
  line-height: 1;
  font-size: 18px;
}
#key-visual .key-block .title span {
  font-family: "Lato", sans-serif;
  background: #D43D15;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 0.3em;
}

@media print, screen and (min-width: 1000px) {
  #key-visual .key-block {
    max-width: calc((100% - 1000px) / 2 + 1000px);
    margin: 0 0 0 auto;
  }
  #key-visual .key-block .image {
    margin-left: 60px;
  }
  #key-visual .key-block .title {
    font-size: 46px;
  }
}
.main-title {
  color: #1A2D51;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
.main-title span {
  background: linear-gradient(transparent 60%, rgba(212, 61, 21, 0.3) 60%);
}

@media print, screen and (min-width: 1000px) {
  .main-title {
    font-size: 21px;
  }
}
.swiper-slider {
  position: relative;
}
.swiper-slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-slider .swiper-container .swiper-wrapper {
  align-items: stretch !important;
}
.swiper-slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.swiper-pagination-bullets {
  display: none;
}

.swiper-nav {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
  top: 55px;
}
.swiper-nav .swiper-button-prev, .swiper-nav .swiper-button-next {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 60px;
  line-height: 60px;
  margin: 0;
}
.swiper-nav .swiper-button-prev:hover, .swiper-nav .swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-nav .swiper-button-prev::after, .swiper-nav .swiper-button-next::after {
  font-size: 0;
}
.swiper-nav .swiper-button-prev {
  left: 20px;
  top: 0;
}
.swiper-nav .swiper-button-prev::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 6px solid #C5C0BB;
  border-right: 6px solid #C5C0BB;
  transform: rotate(-135deg);
  position: absolute;
  top: 17px;
  left: 10px;
}
.swiper-nav .swiper-button-next {
  right: 20px;
  top: 0;
}
.swiper-nav .swiper-button-next::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 6px solid #C5C0BB;
  border-right: 6px solid #C5C0BB;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  right: 10px;
}

@media print, screen and (min-width: 1000px) {
  .swiper-nav {
    display: block;
  }
}
@media print, screen and (min-width: 1040px) {
  .swiper-nav .swiper-button-prev {
    left: -40px;
  }
  .swiper-nav .swiper-button-next {
    right: -40px;
  }
}
.store-card {
  margin-bottom: 20px;
}
.store-card .image {
  margin-bottom: 0.5em;
}
.store-card .image img {
  border-radius: 5px;
}
.store-card .address {
  color: #D43D15;
  margin-bottom: 0;
  background-image: url(images/icon_pin.png);
  background-size: 15px 18px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  font-size: 12px;
}
.store-card .title {
  margin-bottom: 0.5em;
}
.store-card .title a {
  color: #1A2D51;
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
}
.store-card .title a:hover {
  text-decoration: underline;
}
.store-card .info {
  color: #808080;
  margin-bottom: 0;
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .store-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .store-cards::after {
    display: block;
    content: "";
    width: 240px;
  }
  .store-cards::before {
    display: block;
    content: "";
    width: 240px;
    order: 1;
  }
  .store-card {
    width: 240px;
    margin-bottom: 30px;
  }
  .store-card .address {
    background-size: 15px 18px;
    background-position: 0 3px;
    padding-left: 20px;
    font-size: 14px;
  }
  .store-card .title a {
    font-size: 16px;
  }
  .store-card .info {
    font-size: 14px;
  }
}
#store-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: flex-end;
}
#store-header .box {
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  max-width: 768px;
  margin: 0 auto;
}
#store-header .box .image {
  width: 80px;
  height: 80px;
}
#store-header .box .image img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #fff;
}
#store-header .box .text {
  flex: 1;
  margin-left: 10px;
}
#store-header .box .text .address {
  color: #D43D15;
  margin-bottom: 0;
  background-image: url(images/icon_pin.png);
  background-size: 15px 18px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  font-size: 12px;
}
#store-header .box .text .title {
  margin-bottom: 0.5em;
  color: #1A2D51;
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
}

@media print, screen and (min-width: 1000px) {
  #store-header {
    width: 100%;
    height: 320px;
  }
  #store-header .box {
    padding: 20px 40px;
  }
  #store-header .box .image {
    width: 160px;
    height: 160px;
  }
  #store-header .box .image img {
    width: 160px;
    height: 160px;
    border-radius: 80px;
  }
}
.store-info-text {
  color: #1A2D51;
  line-height: 1.25;
  max-width: 670px;
  margin: 1em auto;
}

.store-info-list {
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #C8C8C8;
  margin-bottom: 40px;
}
.store-info-list dt, .store-info-list dd {
  border-bottom: 1px solid #C8C8C8;
  padding: 1em;
}
.store-info-list dt {
  color: #1A2D51;
  width: 20%;
}
.store-info-list dd {
  color: #666666;
  width: 80%;
}
.store-info-list .icon a {
  display: inline-block;
  padding: 10px;
  margin-right: 15px;
}
.store-info-list .icon a img {
  width: auto;
  height: 20px;
}
/* tab */
.wrap-tab{
  overflow: hidden;
}
.tab-radio{
  display: none;
}
.list-tab-label{
  display: flex;
  /*margin: 0 -2px;*/
  border-bottom: 3px solid #d43d15;
  width:100%;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.list-tab-label > li{
  margin: 0 2px;
  width:50%;
  /*margin-right:auto;
  margin-left:auto;
  text-align: center;*/
}
.tab-label{
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  background: #ccc;
  box-sizing: border-box;
  cursor: pointer;
}

#tab-radio1:checked ~ .list-tab-label #tab-label1,
#tab-radio2:checked ~ .list-tab-label #tab-label2{
  background: #d43d15;    
}

.tab-content{
  display: none;
    padding: 1em;
      border-bottom: 1px solid #d43d15;
        border-left: 1px solid #d43d15;
          border-right: 1px solid #d43d15;
}
#tab-radio1:checked ~ .wrap-tab-content #tab-content1,
#tab-radio2:checked ~ .wrap-tab-content #tab-content2{
  display: block;
}
@media print, screen and (min-width: 1000px) {
 .list-tab-label{
   width:1000px;
 }
 .list-tab-label > li{
  width:500px;
 }
}
/* tab */

#gmap {
  width: 100%;
  height: 350px;
}

@media print, screen and (min-width: 1000px) {
  #gmap {
    width: 100%;
    height: 700px;
  }
}
.store-count {
  margin: 1em 0;
}
.store-count span {
  font-size: 1.2em;
}

.pickup-card {
  margin-bottom: 20px;
}
.pickup-card .image {
  margin-bottom: 0.5em;
}
.pickup-card .date {
  color: #008063;
  margin-bottom: 0;
  font-size: 12px;
}
.pickup-card .title {
  color: #1A2D51;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.pickup-card .title a {
  color: #1A2D51;
  text-decoration: none;
}
.pickup-card .title a:hover {
  text-decoration: underline;
}
.pickup-card .store li a {
  color: #1A2D51;
  display: inline-block;
  border: 1px solid #1A2D51;
  padding: 0.2em 1em;
  font-size: 12px;
  text-decoration: none;
}
.pickup-card .store li a:hover {
  background: #1A2D51;
  color: #fff;
}

.pickup-card-single .pickup-card {
  width: 100%;
}
.pickup-card-single .pickup-card .image img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 1000px) {
  .pickup-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pickup-card {
    width: 480px;
    margin-bottom: 30px;
  }
  .pickup-card .image {
    margin-bottom: 0.5em;
  }
  .pickup-card .date {
    font-size: 14px;
  }
  .pickup-card .title a {
    font-size: 17px;
  }
  .pickup-card .store li {
    font-size: 12px;
  }
  .pickup-card-single .pickup-card {
    width: 100%;
  }
  .pickup-card-single .pickup-card .image img {
    width: 100%;
    height: auto;
  }
  .pickup-card-single .pickup-card .date {
    font-size: 16px;
  }
  .pickup-card-single .pickup-card .title {
    font-size: 23px;
  }
}
#coupon {
  background: rgba(212, 61, 21, 0.1);
}

.coupon-lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.coupon-lists li .icon {
  margin-bottom: 0.2em;
}
.coupon-lists li .icon img {
  vertical-align: middle;
  height: 15px;
  width: auto;
  margin-right: 5px;
}
.coupon-lists li .icon .coupon-name {
  color: #1A2D51;
  background: #fff;
  display: inline-block;
  border: 1px solid #1A2D51;
  padding: 0.2em 1em;
  font-size: 12px;
  font-weight: bold;
}
.coupon-lists li .date {
  margin-bottom: 0;
  font-size: 12px;
}
.coupon-lists li .title {
  margin-bottom: 0;
}
.coupon-lists li .title a {
  color: #1A2D51;
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
}
.coupon-lists li .title a:hover {
  text-decoration: underline;
}
.coupon-lists li .store li {
  color: #1A2D51;
  display: inline-block;
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .coupon-lists li .icon {
    display: inline-block;
    margin-bottom: 0.2em;
  }
  .coupon-lists li .icon img {
    height: 23px;
    width: auto;
  }
  .coupon-lists li .icon .coupon-name {
    font-size: 16px;
  }
  .coupon-lists li .date {
    margin-bottom: 0;
    font-size: 14px;
  }
  .coupon-lists li .title {
    margin-bottom: 0;
  }
  .coupon-lists li .title a {
    color: #1A2D51;
    font-size: 14px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .coupon-lists li .title a:hover {
    text-decoration: underline;
  }
  .coupon-lists li .store {
    display: inline-block;
  }
  .coupon-lists li .store li {
    font-size: 17px;
  }
}
.coupon-card .coupon-box {
  border: 20px solid #1A2D51;
  background: #fff;
  border-radius: 10px;
}
.coupon-card .coupon-box .image {
  text-align: center;
}
.coupon-card .coupon-box .image img {
  width: 80%;
}

#app-block .title {
  background: #D43D15;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1em 0;
  font-size: 14px;
  border-radius: 10px;
  max-width: 840px;
  margin: 0 auto;
}
#app-block .title::after {
  content: "";
  width: 51px;
  height: 45px;
  background-image: url(images/icon_tokutoku_face.png);
  background-repeat: no-repeat;
  background-size: 51px 45px;
  position: absolute;
  left: 10px;
  top: -10px;
}
#app-block .app-box {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
  border-radius: 10px;
}
#app-block .app-box .image {
  position: absolute;
  width: 80px;
  top: -30px;
  z-index: 10;
}
#app-block .app-box .content {
  margin-left: 100px;
  flex: 1;
  font-size: 12px;
}
#app-block .app-box .content .icon img {
  width: 90px;
  height: auto;
}
#app-block .app-box .content .text {
  min-height: 5.25em;
}
#app-block .app-box .iphone-android-app {
  width: 100%;
  display: flex;
}
#app-block .app-box .iphone-android-app .ios-app, #app-block .app-box .iphone-android-app .android-app {
  width: 50%;
}
#app-block .app-box .iphone-android-app .qr {
  display: none;
  text-align: center;
}
#app-block .app-box .iphone-android-app .qr img {
  width: 80px;
  height: auto;
}
#app-block .app-box .iphone-android-app .btn {
  text-align: center;
}
#app-block .app-box .iphone-android-app .btn img {
  width: auto;
  height: 35px;
}

@media print, screen and (min-width: 1000px) {
  #app-block .title {
    font-size: 30px;
  }
  #app-block .title::after {
    content: "";
    width: 67px;
    height: 60px;
    background-image: url(images/icon_tokutoku_face.png);
    background-repeat: no-repeat;
    background-size: 67px 60px;
    position: absolute;
    left: 25px;
    top: -10px;
  }
  #app-block .app-box {
    padding: 25px 110px;
  }
  #app-block .app-box .image {
    position: absolute;
    width: 220px;
    top: -30px;
    z-index: 10;
  }
  #app-block .app-box .content {
    margin-left: 280px;
    font-size: 17px;
  }
  #app-block .app-box .content .icon img {
    width: 170px;
    height: auto;
  }
  #app-block .app-box .content .text {
    min-height: 5.25em;
  }
  #app-block .app-box .iphone-android-app {
    margin-left: 240px;
  }
  #app-block .app-box .iphone-android-app .qr {
    display: block;
  }
  #app-block .app-box .iphone-android-app .qr img {
    width: 100px;
    height: auto;
  }
  #app-block .app-box .iphone-android-app .btn img {
    width: auto;
    height: 60px;
  }
}
.news-box {
  border: 1px solid #C8C8C8;
  padding: 20px;
  margin-bottom: 20px;
}
.news-box .news-lists li {
  margin-bottom: 1em;
}
.news-box .news-lists li .date {
  color: #1A2D51;
  margin-bottom: 0;
  font-size: 12px;
}
.news-box .news-lists li .title {
  color: #1A2D51;
  font-size: 14px;
  margin-bottom: 0;
}

@media print, screen and (min-width: 1000px) {
  .news-box {
    margin-bottom: 30px;
  }
  .news-box .news-lists li {
    display: flex;
    align-items: start;
  }
  .news-box .news-lists li .date {
    font-size: 14px;
    margin-right: 50px;
  }
  .news-box .news-lists li .title {
    vertical-align: top;
    font-size: 14px;
  }
}
.news-cards .news-card {
  padding: 20px;
  background: rgba(212, 61, 21, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}
.news-cards .news-card .date {
  color: #008063;
  margin-bottom: 0;
  font-size: 12px;
}
.news-cards .news-card .title {
  margin-bottom: 0;
}
.news-cards .news-card .title a {
  color: #1A2D51;
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: underline;
}
.news-cards .news-card .title a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 1000px) {
  .news-cards .news-card {
    padding: 30px 55px;
    background: rgba(212, 61, 21, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .news-cards .news-card .timetext {
    display: flex;
  }
  .news-cards .news-card .timetext .time {
    margin-right: 60px;
  }
  .news-cards .news-card .date {
    font-size: 16px;
  }
  .news-cards .news-card .title a {
    color: #1A2D51;
    font-size: 23px;
    margin-bottom: 0;
    text-decoration: underline;
  }
}
.search-box {
  border: 1px solid #1A2D51;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.search-box #search-box-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #D43D15;
  position: absolute;
  right: 20px;
  top: 20px;
}
.search-box #search-box-btn::after {
  position: absolute;
  right: 11px;
  top: 7px;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid #D43D15;
  border-left: 1px solid #D43D15;
  transform: rotate(-135deg);
}
.search-box .title {
  text-align: center;
  color: #1A2D51;
  margin-bottom: 0;
  margin-right: 30px;
  line-height: 40px;
}
.search-box .title img {
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.search-box h4 {
  color: #1A2D51;
  margin: 0 0 0.5em 0;
}
.search-box input[type=text] {
  width: 15em;
}
.search-box ul li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #DDDAD7;
}
.search-box ul li:first-child {
  border: none;
}
.search-box ul li:last-child {
  text-align: center;
  border: none;
  padding-bottom: 0;
}
.search-box ul li ul li {
  display: inline-block;
  border: none;
  padding: 0;
  margin-right: 1em;
  margin-bottom: 0.2em;
}

@media print, screen and (min-width: 1000px) {
  .search-box {
    padding: 30px 60px;
  }
  .search-box ul li {
    padding: 20px 0;
  }
  .search-box ul li ul li {
    padding: 0;
    border: none;
  }
}
.breadcrumbs {
  padding: 1em 0;
  color: #A7A7A7;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 10px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a span {
  color: #A7A7A7;
}
.breadcrumbs .gt {
  padding: 0 1em;
}
.breadcrumbs span {
  color: #000;
}

@media print, screen and (min-width: 1000px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
  }
}
.page-contents p {
  margin-bottom: 2em;
}
.page-contents h2 {
  font-size: 22px;
}
.page-contents h3 {
  font-size: 18px;
  margin: 2em 0 1em 0;
}
.page-contents h4 {
  font-size: 16px;
}
.page-contents ol {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.page-contents ol, .page-contents ul {
  margin-left: 1em;
  margin-bottom: 2em;
}
.page-contents ol li, .page-contents ul li {
  margin-bottom: 1em;
}
.page-contents ol li ul, .page-contents ul li ul {
  margin-top: 1em;
  list-style-type: none;
}
.page-contents ol li ul li ul, .page-contents ul li ul li ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-left: 2em;
}

@media print, screen and (min-width: 1000px) {
  .page-contents h3 {
    font-size: 23px;
  }
  .page-contents h4 {
    font-size: 18px;
  }
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  line-height: 42px;
  border: none;
}
.wp-pagenavi a {
  color: #4D4D4D;
}
.wp-pagenavi a:hover {
  background: #D1D1D1;
}
.wp-pagenavi span.current {
  color: #C4382B;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: #C4382B;
  background: #fff;
  font-weight: bold;
  font-size: 1.4em;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  color: #fff;
  background: #C4382B;
}

#post-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
#post-link .next, #post-link .prev {
  width: 100%;
  padding: 2em;
}
#post-link .next .btn1, #post-link .prev .btn1 {
  background: #fff;
  color: #DE0024;
  border: 1px solid #DE0024;
}
#post-link .prev {
  border-bottom: 1px solid #DEDEDE;
}
#post-link .prev .pn {
  text-align: center;
}
#post-link .next .pn {
  text-align: center;
}
#post-link .date {
  color: #008063;
  margin-bottom: 0;
}
#post-link .title {
  color: #1A2D51;
  margin-bottom: 0;
}

@media print, screen and (min-width: 1000px) {
  #post-link {
    padding: 2em 0;
  }
  #post-link .next, #post-link .prev {
    padding: 0 2em;
    width: 50%;
  }
  #post-link .prev {
    position: relative;
    border: none;
  }
  #post-link .prev::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #DEDEDE;
  }
  #post-link .prev .pn {
    text-align: left;
  }
  #post-link .next .pn {
    text-align: right;
  }
}
.contact-box {
  max-width: 790px;
  margin: 0 auto;
  border: 4px solid #D43D15;
  padding: 15px;
}
.contact-box .title {
  font-size: 16px;
  text-align: center;
}
.contact-box .tel {
  margin-bottom: 1em;
}
.contact-box .tel span {
  font-size: 22px;
}
.contact-box p {
  text-align: center;
  margin-bottom: 0;
}

@media print, screen and (min-width: 1000px) {
  .contact-box {
    border: 6px solid #D43D15;
  }
  .contact-box .title {
    font-size: 18px;
  }
  .contact-box .tel span {
    font-size: 28px;
  }
}
.mw_wp_form input {
  border: 1px solid #CDCDCD;
}
.mw_wp_form .select-wrap {
  position: relative;
}
.mw_wp_form .select-wrap select {
  padding-right: 25px;
}
.mw_wp_form .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #CDCDCD;
  border-left: 2px solid #CDCDCD;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.mw_wp_form .error {
  margin: 0 0.5em;
}
.mw_wp_form textarea {
  margin: 0.5em 0;
}
.mw_wp_form .mwform-tel-field input {
  max-width: 4em;
}
.mw_wp_form dl {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #CDCDCD;
}
.mw_wp_form dl dt {
  width: 100%;
  padding: 1em 0 0 0;
}
.mw_wp_form dl dd {
  border-bottom: 1px solid #CDCDCD;
  width: 100%;
  display: flex;
  padding: 0.5em 0 1em 0;
}
.mw_wp_form dl dd span {
  max-width: 100%;
}
.mw_wp_form dl .name span {
  max-width: 45%;
}
.mw_wp_form dl .name span:first-child {
  margin-right: 20px;
}
.mw_wp_form dl .name .error {
  max-width: 100%;
}
.mw_wp_form dl .flex-flow-column span {
  margin-bottom: 0.5em;
}
.mw_wp_form .back {
  color: #fff;
  background: #808080;
}

.mw_wp_form_confirm dl dd span.text {
  padding: 0;
}

@media print, screen and (min-width: 1000px) {
  .mw_wp_form dl {
    margin-bottom: 30px;
    display: flex;
  }
  .mw_wp_form dl dt {
    width: 220px;
    border-bottom: 1px solid #CDCDCD;
    padding: 1em 0;
  }
  .mw_wp_form dl dd {
    width: 680px;
    padding: 1em 0;
  }
}
#wpadminbar {
  position: fixed !important;
}

.has-text-align-center br {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .has-text-align-center br {
    display: inline;
  }
}
.wp-block-columns {
  margin: 0;
}
.wp-block-columns .wp-block-image {
  margin: 0;
}

.wp-block-image {
  margin-bottom: 2em;
}

.wp-block-table thead {
  border: none;
}

#about .merit, #about .omoi, #about .system, #about .price, #about .application-form {
  padding: 40px 15px;
}
#about .merit {
  background-color: #ecece4;
}
#about .merit-title {
  margin: auto;
  width: 100%;
  max-width: 600px;
  display: block;
}
#about .merit-contents {
  max-width: 900px;
  margin: 25px auto;
}
#about .merit-content {
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
}
#about .merit-content:last-child {
  margin-bottom: 0;
}
#about .merit-content:nth-child(odd) {
  flex-direction: column-reverse;
}
#about .merit-content-left,
#about .merit-content-right {
  width: 100%;
}
#about .merit-content-img {
  position: relative;
}
#about .merit-img {
  width: 100%;
  border-radius: 10px;
}
#about .merit-icon-to {
  width: auto;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#about .merit-text-title {
  font-weight: bold;
  font-size: 18px;
  color: #1A2D51;
}
#about .merit-text-detail {
  color: #4c6c8c;
  font-size: 16px;
  margin-bottom: 2em;
}
#about .omoi-top {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
#about .omoi-top-left,
#about .omoi-top-right {
  width: 100%;
}
#about .omoi-top-left {
  margin-bottom: 1em;
}
#about .omoi-top-left img {
  width: 100%;
}
#about .omoi-top-right-text p {
  color: #1c1c1c;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
#about .more-omoi {
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 40px 20px;
  border: solid 2px #f4c4bc;
  border-radius: 5px;
}
#about .more-omoi-blocks {
  padding-bottom: 50px;
  border-bottom: 1px solid #c3beb9;
}
#about .more-omoi-block {
  margin-bottom: 40px;
}
#about .more-omoi-block:last-child {
  margin-bottom: 0;
}
#about .more-omoi-block-content {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
#about .more-omoi-block-content-left,
#about .more-omoi-block-content-right {
  width: 100%;
}
#about .medama-title img {
  width: 40px;
  margin-right: 10px;
}
#about .medama-title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#about .medama-title p {
  font-weight: bold;
  font-size: 18px;
  color: #1A2D51;
}
#about .more-omoi-catch {
  background-color: #fcece4;
  color: #d43c14;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 1em 0;
  padding: 18px;
  text-align: center;
  border-radius: 10px;
}
#about .more-omoi-detail {
  color: #1c1c1c;
}
#about .more-omoi-img1 {
  border-radius: 10px;
  width: 100%;
}
#about .more-omoi-img2 {
  width: 60%;
  margin: auto;
  display: block;
}
#about .more-omoi-sdgs {
  margin-top: 30px;
}
#about .more-omoi-sdgs-top {
  display: flex;
}
#about .more-omoi-sdgs-top-left {
  width: 60%;
}
#about .more-omoi-sdgs-top-left p {
  margin-bottom: 0;
}
#about .more-omoi-sdgs-title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
#about .more-omoi-sdgs-detail {
  color: #1a1a1a;
}
#about .more-omoi-sdgs-top-right {
  width: 40%;
  display: flex;
  align-items: end;
}
#about .more-omoi-sdgs-top-right img {
  padding-left: 10%;
}
#about .more-omoi-sdgs-bottom {
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 50px 0;
}
#about .system {
  background-color: #eddede;
  padding-bottom: 60px;
}
#about .system-description {
  text-align: center;
  margin-bottom: 40px;
}
#about .system img {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: block;
}
#about .price-title {
  color: #1A2D51;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}
#about .price-title:before {
  border-top: 7px solid #739ad6;
  content: "";
  width: 35px;
  border-radius: 48px;
  margin-right: 11px;
}
#about .regular-price-and-option {
  margin-bottom: 40px;
}
#about .scroll-table {
  overflow: auto;
}
#about .price-table {
  min-width: 1000px;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#about .price-table th,
#about .price-table td {
  border: 1px solid #aab1b8;
  padding: 20px;
}
#about .price-table th {
  color: #4d4d4d;
  background-color: #eddede;
  white-space: nowrap;
}
#about .price-table th.w30 {
  width: 30%;
  min-width: 300px;
}
#about .price-table th.w20 {
  width: 20%;
  min-width: 200px;
}
#about .price-table td {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
}
#about .td-center {
  text-align: center;
}
#about td.trial {
  font-size: 24px;
}
#about th.trial-blue,
#about td.trial-blue {
  color: #1877da;
}
#about .price-memo-column {
  width: 30%;
}
#about .asterisk {
  vertical-align: middle;
  font-size: 16px;
}
#about .option {
  margin-bottom: 16px;
}
#about .option span {
  color: #d23d15;
  border: 1px solid;
  padding: 5px;
}
#about .operation-memo {
  margin: 0;
  color: #666666;
}
#about .price-table-memo p {
  margin: 0;
  color: #666666;
}
#about .q-and-a {
  margin-bottom: 30px;
}
#about .q-and-a:last-child {
  margin-bottom: 0;
}
#about .q-and-a img {
  width: 40px;
  margin-right: 18px;
}
#about .q-and-a p {
  margin: 0;
}
#about .question {
  display: flex;
}
#about .question p {
  font-weight: bold;
}
#about .answer {
  display: flex;
  align-items: flex-start;
}
#about .answer img {
  margin-left: 24px;
}
#about .answer p {
  color: #666666;
  border: solid 1px #aab1b8;
  padding: 14px;
  font-weight: bold;
  width: 100%;
}
#about .application-form {
  background-color: #eddede;
  padding-bottom: 100px;
}
#about .application-form-description {
  text-align: center;
  margin-bottom: 50px;
}
#about .application-form-button {
  display: block;
  margin: auto;
  text-align: center;
  color: #ffffff;
  background-color: #d23d15;
  max-width: 400px;
  padding: 15px;
  border-radius: 35px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
#about .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 0px;
  flex-wrap: wrap;
  color: #1A2D51;
}
#about .title p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: linear-gradient(transparent 60%, #F8C5BC 60%);
}

@media print, screen and (min-width: 768px) {
  #about .merit, #about .omoi, #about .system, #about .price, #about .application-form {
    padding: 55px 20px;
  }
  #about .merit-contents {
    max-width: 1000px;
    padding: 0;
  }
  #about .merit-content {
    flex-flow: row;
    margin-bottom: 70px;
  }
  #about .merit-content:last-child {
    margin-bottom: 0;
  }
  #about .merit-content:nth-child(odd) {
    flex-direction: row;
  }
  #about .merit-content:nth-child(odd) .merit-content-text {
    margin: 0 0 0 25px;
  }
  #about .merit-content .merit-content-text {
    margin: 0 25px 0 0;
  }
  #about .merit-content-left,
  #about .merit-content-right {
    width: 50%;
  }
  #about .merit-text-detail {
    margin-bottom: 1em;
  }
  #about .omoi-top {
    flex-flow: row;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #about .omoi-top-left,
  #about .omoi-top-right {
    width: 50%;
  }
  #about .omoi-top-left {
    margin-bottom: 0;
  }
  #about .omoi-top-right-text {
    padding: 0 25px 0 25px;
  }
  #about .more-omoi {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
  }
  #about .more-omoi-block-content {
    flex-flow: row;
    margin-bottom: 20px;
  }
  #about .more-omoi-block-content-left,
  #about .more-omoi-block-content-right {
    width: 50%;
  }
  #about .more-omoi-text {
    margin-right: 25px;
  }
  #about .system img {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  #about .price {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1000px) {
  #about .merit, #about .omoi, #about .system, #about .price, #about .application-form {
    padding: 55px 0;
  }
}/*# sourceMappingURL=style.css.map */