@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
figure,
img,
span,
b,
em,
a,
table,
tr,
th,
td,
label,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

@media (max-width: 1023px) {

  input,
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}

@media (max-width: 1023px) {
  select {
    background: url(images/select_arrow.png) no-repeat right 15px center;
    background-size: 10px;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  select {
    background-position: right 3.6vmin center;
    background-size: calc(1vmin/414*1000);
  }
}

@media (max-width: 1023px) and (max-width: 375px) {
  select {
    background-position: right 3.8vmin center;
    background-size: calc(1vmin/375*1000);
  }
}

@media (max-width: 1023px) and (max-width: 320px) {
  select {
    background-position: right 4vmin center;
    background-size: calc(1vmin/320*1000);
  }
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #F3A530;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
main,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article {
  width: 100%;
}

em {
  font-style: normal;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  min-height: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body {
    min-width: 1024px;
    overflow-x: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body {
    min-width: auto;
    font-size: 1.5rem;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.5rem;
  }
}

@media (max-width: 414px) {
  body {
    min-width: auto;
    font-size: calc(1.4vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body {
    min-width: auto;
    font-size: calc(1.3vmin/375*1000);
  }
}

@media (max-width: 320px) {
  body {
    min-width: auto;
    font-size: calc(1.2vmin/320*1000);
  }
}

body>h1 {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 10px;
  left: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  z-index: 100;
}

@media (max-width: 767px) {
  body>h1 {
    bottom: 40px;
  }
}

@media (max-width: 414px) {
  body>h1 {
    font-size: calc(1.2vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body>h1 {
    font-size: calc(1.15vmin/375*1000);
  }
}

body.single-stores>h1,
body.tax-fukuokaarea>h1,
body.tax-nagasakiarea>h1,
body.tax-sagaarea>h1 {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F3A530;
  width: 100%;
  height: 30px;
  z-index: 100;
}

@media (max-width: 1023px) {

  body.single-stores>h1,
  body.tax-fukuokaarea>h1,
  body.tax-nagasakiarea>h1,
  body.tax-sagaarea>h1 {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 70px;
    left: 0px;
    padding: 10px;
    background: transparent;
  }

  body.single-stores>h1.store_archives,
  body.tax-fukuokaarea>h1.store_archives,
  body.tax-nagasakiarea>h1.store_archives,
  body.tax-sagaarea>h1.store_archives {
    bottom: 60px;
  }
}

@media (max-width: 414px) {

  body.single-stores>h1,
  body.tax-fukuokaarea>h1,
  body.tax-nagasakiarea>h1,
  body.tax-sagaarea>h1 {
    font-size: calc(1.2vmin/414*1000);
  }
}

@media (max-width: 375px) {

  body.single-stores>h1,
  body.tax-fukuokaarea>h1,
  body.tax-nagasakiarea>h1,
  body.tax-sagaarea>h1 {
    font-size: calc(1.15vmin/375*1000);
  }
}

@media (min-width: 1200px) {

  body.single-stores>h1.store_archives,
  body.tax-fukuokaarea>h1.store_archives,
  body.tax-nagasakiarea>h1.store_archives,
  body.tax-sagaarea>h1.store_archives {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body.single-stores>h1.store_archives span,
  body.tax-fukuokaarea>h1.store_archives span,
  body.tax-nagasakiarea>h1.store_archives span,
  body.tax-sagaarea>h1.store_archives span {
    width: 1100px;
  }
}

body .pointOne+h1 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body .pointTwo+h1,
body .pointTwo2+h1,
body .pointThree+h1 {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper {
    width: 100%;
    padding: 0px 0px;
  }
}

@media (max-width: 1023px) {
  .wrapper {
    width: 100%;
    padding: 0px 0px;
  }
}

#subloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  background: #fff;
  z-index: 1001;
}

#subloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  width: 60px;
  display: block;
  margin: auto;
}

#footguidance {
  width: 100%;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
  background: #fdeed9;
}

#footguidance .wrapper {
  width: 500px;
  margin: 0px auto 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  #footguidance .wrapper {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }
}

@media (min-width: 1024px) {
  #footguidance .wrapper.anime {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  #footguidance .wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 415px) and (max-width: 767px) {
  #footguidance .wrapper {
    max-width: 500px;
  }
}

#footguidance .wrapper h4 {
  width: 90%;
  padding: 5px 0px 5px 0px;
  margin: 0px auto 0px auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #EF5E00;
}

@media (min-width: 415px) and (max-width: 767px) {
  #footguidance .wrapper h4 {
    font-size: 1.6rem;
  }
}

@media (max-width: 414px) {
  #footguidance .wrapper h4 {
    width: 98%;
    font-size: calc(1.4vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #footguidance .wrapper h4 {
    font-size: calc(1.35vmin/375*1000);
  }
}

@media (min-width: 1200px) {
  #footguidance .wrapper>div {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  #footguidance .wrapper>div {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

#footguidance .wrapper>div>a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 10px 0px 0px;
}

@media (min-width: 415px) and (max-width: 767px) {
  #footguidance .wrapper>div>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 414px) {
  #footguidance .wrapper>div>a {
    background-size: 14vmin;
    padding: 0px 0px 0px 0px;
  }
}

#footguidance .wrapper>div>a span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #484848;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  background: url(images/freedial.jpg) 5px center no-repeat;
  background-size: 60px;
  padding: 0px 0px 0px 70px;
  line-height: 1;
}

@media (min-width: 415px) and (max-width: 767px) {
  #footguidance .wrapper>div>a span:nth-of-type(1) {
    font-size: 4rem;
  }
}

@media (max-width: 414px) {
  #footguidance .wrapper>div>a span:nth-of-type(1) {
    font-size: 10vmin;
    padding: 0px 0px 0px 17vmin;
    background-size: 13vmin;
    margin: 0px auto 0px auto;
  }
}

#footguidance .wrapper>div>a span:nth-of-type(2) {
  padding: 0px 0px 0px 1px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #484848;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 415px) and (max-width: 767px) {
  #footguidance .wrapper>div>a span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}

@media (max-width: 414px) {
  #footguidance .wrapper>div>a span:nth-of-type(2) {
    font-size: 3.4vmin;
    margin: 5px auto 0px auto;
  }
}

#footguidance .wrapper>div>a span:nth-of-type(2) b {
  font-weight: 500;
}

#footguidance .wrapper>div>a span:nth-of-type(2) em {
  padding: 0px 0px 0px 20px;
  position: relative;
}

#footguidance .wrapper>div>a span:nth-of-type(2) em:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: 500;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 10px;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 414px) {
  #footguidance .wrapper>div>a span:nth-of-type(2) em:before {
    font-size: calc(1.8vmin/414*1000);
    margin: 1px 0px 0px 0px;
  }
}

@media (max-width: 414px) and (max-width: 320px) {
  #footguidance .wrapper>div>a span:nth-of-type(2) em:before {
    margin: 0px 0px 0px 0px;
  }
}

#footguidance .wrapper>a {
  width: 90%;
  background: #F3A530;
  margin: 10px auto 0px auto;
  padding: 10px 0px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (min-width: 415px) and (max-width: 767px) {
  #footguidance .wrapper>a {
    padding: 7px 0px 7px 0px;
    font-size: 1.8rem;
    max-width: 400px;
  }
}

@media (max-width: 414px) {
  #footguidance .wrapper>a {
    font-size: 5vmin;
    padding: 7px 0px 7px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}

#footguidance .wrapper>a:hover {
  background: #e38d0d;
}

#footguidance .wrapper>a span {
  position: relative;
  padding: 0px 0px 0px 30px;
}

@media (max-width: 414px) {
  #footguidance .wrapper>a span {
    padding: 0px 0px 0px 5.6vmin;
  }
}

#footguidance .wrapper>a span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: -5px;
}

@media (max-width: 414px) {
  #footguidance .wrapper>a span:before {
    font-size: 5vmin;
    margin-top: .4vmin;
  }
}

@media (max-width: 414px) and (max-width: 320px) {
  #footguidance .wrapper>a span:before {
    margin-top: 0;
  }
}

footer {
  width: 100%;
  padding: 50px 0px 0px 0px;
  background: #e38d0d;
  position: relative;
}

@media (max-width: 1023px) {
  footer {
    padding: 0px 0px 0px 0px;
  }
}

footer ul {
  width: 15%;
}

footer ul li {
  margin: 0px 0px 6px 0px;
}

footer ul li:nth-of-type(1) {
  width: 100%;
  position: relative;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 15px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

footer ul li a {
  width: 100%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #fff;
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

footer ul li a:hover {
  color: #fad9a9;
  text-decoration: underline;
}

footer ul.area li:nth-of-type(1) {
  padding: 0px 0px 0px 15px;
}

footer ul.area li:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

footer ul.area:nth-of-type(2) {
  width: 18%;
}

footer ul.container li:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

footer ul.guidance li:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

footer ul.topmenu {
  width: 100%;
  margin: 20px auto 0px auto;
  padding: 20px 10% 0px 10%;
  border-top: 1px solid #f7c478;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer ul.topmenu li {
  width: auto;
  margin: 0px 0px 0px 0px;
}

footer ul.topmenu li:last-of-type {
  width: 220px;
  padding: 7px 5px 7px 60px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  footer ul.topmenu li:last-of-type {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  }

  footer ul.topmenu li:last-of-type.anime {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

footer ul.topmenu li:last-of-type:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 4rem;
  font-weight: 700;
  color: #F3A530;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 10px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

footer ul.topmenu li:last-of-type a:hover {
  text-decoration: none;
}

footer ul.topmenu li:last-of-type span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #F3A530;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

footer ul.topmenu li:last-of-type:hover:before {
  color: #EF5E00;
}

footer ul.topmenu li:last-of-type:hover span {
  color: #EF5E00;
}

@media (max-width: 1023px) {
  footer ul {
    display: none;
  }
}

footer .common {
  width: 100%;
  padding: 60px 0 8px 0;
  margin: 50px 0 0 0;
  background: #b36f0a;
}

@media (max-width: 1023px) {
  footer .common {
    margin: 0px 0px 0px 0px;
    padding: 80px 0 8px 0;
  }
}

footer .common span {
  width: 1100px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  footer .common span {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    color: #fff;
  }
}

@media (max-width: 1023px) {
  footer .common span {
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    color: #fff;
  }
}

@media (max-width: 1023px) {
  footer .wrapper {
    display: none;
  }
}

@media (min-width: 1200px) {

  .single-stores footer .common,
  .tax-fukuokaarea footer .common,
  .tax-nagasakiarea footer .common,
  .tax-sagaarea footer .common {
    padding-top: 8px;
  }
}

@media (max-width: 1023px) {
  #navFix {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
    background: #fff;
    z-index: 500;
  }

  #navFix .wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #navFix .wrapper #logo {
    width: 170px;
    height: 100%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2px 0 0 5px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  #navFix .wrapper #logo {
    width: 220px;
    margin: 5px 0px 0px 5px;
  }
}

@media (max-width: 1023px) {
  #navFix .wrapper #logo img {
    width: 100%;
  }

  #navFix .wrapper #areacount {
    display: none;
  }

  nav.pushy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0%;
    padding: 75px 0 50px 0;
    z-index: -1;
    background: white;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }

  nav.pushy a {
    display: block;
    text-decoration: none;
    outline: 0;
    line-height: 1.2;
  }

  nav.pushy.pushy-left {
    z-index: 300;
  }

  nav.pushy ul.naviLine1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0px auto 0px auto;
    padding: 0px 10px;
  }

  nav.pushy ul.navi {
    width: 87%;
    max-width: 600px;
    margin: 0px auto 0px auto;
    padding: 0px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  nav.pushy ul.navi {
    left: 10%;
  }
}

@media (max-width: 1023px) {
  nav.pushy ul.navi li {
    width: 20%;
    height: 50px;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  nav.pushy ul.navi li a {
    width: 100%;
    height: 100%;
  }

  nav.pushy ul.navi li:nth-of-type(1) a {
    position: relative;
  }

  nav.pushy ul.navi li:nth-of-type(1) a span {
    display: none;
  }

  nav.pushy ul.navi li:nth-of-type(1) a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 2.6rem;
    font-weight: 300;
    color: #F3A530;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2px auto 0px auto;
  }

  nav.pushy ul.navi li:nth-of-type(2) a {
    position: relative;
  }

  nav.pushy ul.navi li:nth-of-type(2) a em {
    display: none;
  }

  nav.pushy ul.navi li:nth-of-type(2) a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 2.6rem;
    font-weight: 300;
    color: #F3A530;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
  }

  nav.pushy ul.navi li:nth-of-type(3):before {
    content: "";
    font-family: "FontAwesome";
    font-size: 2.6rem;
    font-weight: 300;
    color: #F3A530;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }

  .pushy-left {
    -webkit-animation: sp1 0.3s ease 0s;
    -moz-animation: sp1 0.3s ease 0s;
    animation: sp1 0.3s ease 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    pointer-events: none;
  }

  .pushy-left ul.naviLine1 li {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.2s ease-in-out 0s;
    -ms-transition: All 0.2s ease-in-out 0s;
    -moz-transition: All 0.2s ease-in-out 0s;
    -o-transition: All 0.2s ease-in-out 0s;
    transition: All 0.2s ease-in-out 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  .pushy-left ul.naviLine1 li:nth-of-type(1),
  .pushy-left ul.naviLine1 li:nth-of-type(3) {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .pushy-left ul.naviLine1 li:nth-of-type(2),
  .pushy-left ul.naviLine1 li:nth-of-type(4) {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  .pushy-left.start {
    -webkit-animation: sp2 0.3s ease-in-out 0s;
    -moz-animation: sp2 0.3s ease-in-out 0s;
    animation: sp2 0.3s ease-in-out 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    pointer-events: none;
  }

  .pushy-open-left .pushy {
    -webkit-animation: sp3 0.3s ease-in-out 0s;
    -moz-animation: sp3 0.3s ease-in-out 0s;
    animation: sp3 0.3s ease-in-out 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    pointer-events: auto;
  }

  .pushy-open-left .pushy ul.naviLine1 li {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: All 0.3s ease-in-out 0.2s;
    -ms-transition: All 0.3s ease-in-out 0.2s;
    -moz-transition: All 0.3s ease-in-out 0.2s;
    -o-transition: All 0.3s ease-in-out 0.2s;
    transition: All 0.3s ease-in-out 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(1) {
    -webkit-transition: All 0.3s ease-in-out 0.2s;
    -ms-transition: All 0.3s ease-in-out 0.2s;
    -moz-transition: All 0.3s ease-in-out 0.2s;
    -o-transition: All 0.3s ease-in-out 0.2s;
    transition: All 0.3s ease-in-out 0.2s;
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(2) {
    -webkit-transition: All 0.3s ease-in-out 0.3s;
    -ms-transition: All 0.3s ease-in-out 0.3s;
    -moz-transition: All 0.3s ease-in-out 0.3s;
    -o-transition: All 0.3s ease-in-out 0.3s;
    transition: All 0.3s ease-in-out 0.3s;
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(3) {
    -webkit-transition: All 0.3s ease-in-out 0.4s;
    -ms-transition: All 0.3s ease-in-out 0.4s;
    -moz-transition: All 0.3s ease-in-out 0.4s;
    -o-transition: All 0.3s ease-in-out 0.4s;
    transition: All 0.3s ease-in-out 0.4s;
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(4) {
    -webkit-transition: All 0.3s ease-in-out 0.5s;
    -ms-transition: All 0.3s ease-in-out 0.5s;
    -moz-transition: All 0.3s ease-in-out 0.5s;
    -o-transition: All 0.3s ease-in-out 0.5s;
    transition: All 0.3s ease-in-out 0.5s;
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(5) {
    -webkit-transition: All 0.3s ease-in-out 0.8s;
    -ms-transition: All 0.3s ease-in-out 0.8s;
    -moz-transition: All 0.3s ease-in-out 0.8s;
    -o-transition: All 0.3s ease-in-out 0.8s;
    transition: All 0.3s ease-in-out 0.8s;
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(6) {
    -webkit-transition: All 0.3s ease-in-out 0.9s;
    -ms-transition: All 0.3s ease-in-out 0.9s;
    -moz-transition: All 0.3s ease-in-out 0.9s;
    -o-transition: All 0.3s ease-in-out 0.9s;
    transition: All 0.3s ease-in-out 0.9s;
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(7) {
    -webkit-transition: All 0.3s ease-in-out 0.6s;
    -ms-transition: All 0.3s ease-in-out 0.6s;
    -moz-transition: All 0.3s ease-in-out 0.6s;
    -o-transition: All 0.3s ease-in-out 0.6s;
    transition: All 0.3s ease-in-out 0.6s;
  }

  .pushy-open-left .pushy ul.naviLine1 li:nth-of-type(8) {
    -webkit-transition: All 0.3s ease-in-out 0.7s;
    -ms-transition: All 0.3s ease-in-out 0.7s;
    -moz-transition: All 0.3s ease-in-out 0.7s;
    -o-transition: All 0.3s ease-in-out 0.7s;
    transition: All 0.3s ease-in-out 0.7s;
  }

  .pushy-open-left .pushy ul.navi {
    -webkit-transition: All 0.5s ease-in-out;
    -ms-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    transition: All 0.5s ease-in-out;
  }

  .pushy-open-left .pushy ul.navi li {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .pushy-open-left .pushy ul.navi li:nth-of-type(1) {
    -webkit-transition: All 0.3s ease-in-out 0.8s;
    -ms-transition: All 0.3s ease-in-out 0.8s;
    -moz-transition: All 0.3s ease-in-out 0.8s;
    -o-transition: All 0.3s ease-in-out 0.8s;
    transition: All 0.3s ease-in-out 0.8s;
  }

  .pushy-open-left .pushy ul.navi li:nth-of-type(2) {
    -webkit-transition: All 0.3s ease-in-out 0.9s;
    -ms-transition: All 0.3s ease-in-out 0.9s;
    -moz-transition: All 0.3s ease-in-out 0.9s;
    -o-transition: All 0.3s ease-in-out 0.9s;
    transition: All 0.3s ease-in-out 0.9s;
  }

  .pushy-open-left .pushy ul.navi li:nth-of-type(3) {
    -webkit-transition: All 0.3s ease-in-out 1s;
    -ms-transition: All 0.3s ease-in-out 1s;
    -moz-transition: All 0.3s ease-in-out 1s;
    -o-transition: All 0.3s ease-in-out 1s;
    transition: All 0.3s ease-in-out 1s;
  }

  .pushy-open-left .pushy ul.navi.active {
    left: -35%;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .pushy-open-left .pushy ul.navi.active {
    left: -20%;
  }

  .pushy-open-left .pushy ul.navi.active li:nth-of-type(1) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .pushy-open-left .pushy ul.navi.active li:nth-of-type(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media (max-width: 1023px) {
  ul.naviLine1 li.pushy-submenu {
    width: 48.5%;
    margin: 0px 0px 20px 0px;
    cursor: pointer;
    position: relative;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(1) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(1):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_1.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(2) {
    -webkit-box-ordinal-group: 20;
    -moz-box-ordinal-group: 20;
    -ms-flex-order: 20;
    -webkit-order: 20;
    order: 20;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(2):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_2.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(3) {
    -webkit-box-ordinal-group: 30;
    -moz-box-ordinal-group: 30;
    -ms-flex-order: 30;
    -webkit-order: 30;
    order: 30;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(3):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_3.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(4) {
    -webkit-box-ordinal-group: 40;
    -moz-box-ordinal-group: 40;
    -ms-flex-order: 40;
    -webkit-order: 40;
    order: 40;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(4):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_4.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(5) {
    -webkit-box-ordinal-group: 50;
    -moz-box-ordinal-group: 50;
    -ms-flex-order: 50;
    -webkit-order: 50;
    order: 50;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(5):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_5.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(6) {
    -webkit-box-ordinal-group: 60;
    -moz-box-ordinal-group: 60;
    -ms-flex-order: 60;
    -webkit-order: 60;
    order: 60;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(6):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_6.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(7) {
    -webkit-box-ordinal-group: 70;
    -moz-box-ordinal-group: 70;
    -ms-flex-order: 70;
    -webkit-order: 70;
    order: 70;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(7):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_7.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(8) {
    -webkit-box-ordinal-group: 80;
    -moz-box-ordinal-group: 80;
    -ms-flex-order: 80;
    -webkit-order: 80;
    order: 80;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(8):before {
    content: "";
    width: 70%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    background: url(images/sp_bg_8.png) left center no-repeat !important;
    background-size: cover !important;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(5),
  ul.naviLine1 li.pushy-submenu:nth-of-type(6) {
    width: 100%;
    position: relative;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(5)>a,
  ul.naviLine1 li.pushy-submenu:nth-of-type(6)>a {
    padding: 95px 0px 0px 0px;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(5):before,
  ul.naviLine1 li.pushy-submenu:nth-of-type(6):before {
    width: 85%;
    height: 80px;
    padding-top: 50px;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(5):after,
  ul.naviLine1 li.pushy-submenu:nth-of-type(6):after {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    font-weight: 700;
    color: #aaa;
    position: absolute;
    top: 94px;
    right: 8%;
    bottom: auto;
    left: auto;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    z-index: 3;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(7) {
    -webkit-box-ordinal-group: 44;
    -moz-box-ordinal-group: 44;
    -ms-flex-order: 44;
    -webkit-order: 44;
    order: 44;
  }

  ul.naviLine1 li.pushy-submenu:nth-of-type(8) {
    -webkit-box-ordinal-group: 45;
    -moz-box-ordinal-group: 45;
    -ms-flex-order: 45;
    -webkit-order: 45;
    order: 45;
  }

  ul.naviLine1 li.pushy-submenu>a {
    width: 100%;
    height: auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    padding: 85px 0px 0px 0px;
    position: relative;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  ul.naviLine1 li.pushy-submenu>a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) and (min-width: 415px) and (max-width: 767px) {
  ul.naviLine1 li.pushy-submenu>a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  ul.naviLine1 li.pushy-submenu>a {
    font-size: 1.4rem;
  }
}

@media (max-width: 1023px) and (max-width: 375px) {
  ul.naviLine1 li.pushy-submenu>a {
    font-size: 3.4vmin;
  }
}

@media (max-width: 1023px) {
  ul.naviLine1 li.pushy-submenu>a span {
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #aaa;
  }

  ul.naviLine1 li.pushy-submenu ul.sub-menu {
    width: 80%;
    margin: 20px auto 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.naviLine1 li.pushy-submenu ul.sub-menu li {
    width: 48%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 15px;
    position: relative;
  }

  ul.naviLine1 li.pushy-submenu ul.sub-menu li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 0.9rem;
    font-weight: 300;
    color: #F3A530;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: auto;
    left: 0px;
    margin: 1px 0px 0px 0px;
  }
}

@media (max-width: 1023px) and (max-width: 375px) {
  ul.naviLine1 li.pushy-submenu ul.sub-menu li:before {
    font-size: 3vmin;
  }
}

@media (max-width: 1023px) {
  ul.naviLine1 li.pushy-submenu ul.sub-menu li span {
    display: none;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  ul.naviLine1 li.pushy-submenu:nth-of-type(6) ul.sub-menu li {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .pushy-submenu-closed>div {
    height: 0;
    overflow: hidden;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  li.pushy-submenu-open:nth-of-type(n+5):after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #F3A530;
    z-index: 3;
  }

  li.pushy-submenu-open>div {
    width: 100%;
    height: 170px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 3000px;
    padding-bottom: 10px;
    overflow: hidden;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  li.pushy-submenu-open:nth-of-type(6) div {
    height: 250px;
  }
}

@media (max-width: 1023px) {
  li.pushy-submenu>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  li.pushy-submenu li.pushy-link {
    position: relative;
  }

  li.pushy-submenu li.pushy-link a {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 5px 10px 30px;
  }

  li.pushy-submenu li.pushy-link a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.5rem;
    font-weight: 300;
    color: #333;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    left: auto;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  li.pushy-submenu li.pushy-link a:before {
    font-size: 3.6vmin;
  }
}

@media (max-width: 1023px) {
  .no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
  }

  #menu-btn {
    z-index: 301;
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
    background: #F3A530;
    cursor: pointer;
    display: block;
  }

  #menu-btn span {
    width: 50%;
    height: 2px;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: auto;
    background: #fff;
  }

  #menu-btn span:nth-of-type(1) {
    top: 35%;
  }

  #menu-btn span:nth-of-type(2) {
    top: 48%;
  }

  #menu-btn span:nth-of-type(3) {
    bottom: 35%;
  }

  #menu-btn.active {
    background: #fff;
  }

  #menu-btn.active span {
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: #484848;
  }

  #menu-btn.active span:nth-of-type(1) {
    top: 48%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-btn.active span:nth-of-type(2) {
    top: 35%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  #menu-btn.active span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 48%;
  }
}

@media (max-width: 1023px) {
  .searchdrawer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: All 0.5s ease-in-out;
    -ms-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    transition: All 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 501;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .searchdrawer.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    overflow-y: scroll;
  }
}

@-webkit-keyframes sp1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes sp1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes sp1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes sp2 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes sp2 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes sp2 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes sp3 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  10% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes sp3 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  10% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sp3 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  10% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 1024px) {
  .hover1:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: auto;
    right: 50%;
    bottom: -10px;
    left: 50%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .hover1:after {
    content: "";
    width: 0px;
    height: 3px;
    background: #666;
    position: absolute;
    top: auto;
    right: 50%;
    bottom: -10px;
    left: 50%;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }

  .hover1:hover:before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .hover1:hover:after {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes push {
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

body .screen-reader-text {
  display: none;
}

body main#main {
  width: 100%;
  margin: 155px auto 50px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  body main#main {
    width: 100%;
    margin: 50px auto 50px auto;
    padding: 0px 0px;
  }
}

body main#main #content {
  width: 67%;
}

@media (max-width: 1023px) {
  body main#main #content {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body main#main #content {
    padding: 0px 2.5%;
  }
}

body aside {
  width: 30%;
}

body aside #credit_card {
  width: 100%;
  height: 275px;
  margin: 0px 0px 20px 0px;
  background: url(images/credit_banner.png) top center no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body aside #credit_card a {
  width: 80%;
  margin-top: 160px;
  padding: 7px 0px 7px 0px;
  background: #EF5E00;
  border-bottom: 3px solid #a34000;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body aside #credit_card a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 30px;
}

body aside #credit_card a:hover {
  margin-top: 163px;
  border: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body aside #credit_card a {
    margin-top: 130px;
  }
}

@media (max-width: 1023px) {
  body aside #credit_card {
    display: none;
  }
}

body aside .widget_search {
  margin-bottom: 40px;
}

body aside .widget_search #searchform {
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

body aside .widget_search input.searchArea {
  width: 85%;
  height: auto;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  border: solid 1px #ccc;
  padding: 12px 10px;
  background: #f7f7f7;
}

body aside .widget_search label {
  width: 15%;
  height: 100%;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -ms-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  top: 0px;
  right: 2px;
  bottom: auto;
  left: auto;
  background-color: #333;
  cursor: pointer;
}

body aside .widget_search label:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 13px;
}

body aside .widget_search.send {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

body aside .widget_search h1.searchTitle {
  width: 100%;
  padding: 20px 10px 20px 10px;
  margin: 0px 0px 100px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f3f3f3;
  line-height: 1.2;
  font-size: 2rem;
}

body aside .page-content #searchform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  height: 45px;
  position: relative;
}

body aside .page-content input.searchArea {
  width: 70%;
  height: 100%;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  border: solid 1px #ccc;
  padding: 12px 10px;
  background: #f7f7f7;
}

body aside .page-content label {
  width: 8%;
  height: 100%;
  background: #333;
  border-radius: 0px 3px 3px 0px;
  position: relative;
  cursor: pointer;
}

body aside .page-content label:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 18px;
}

body aside .page-content .send {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

body input[type="text"],
body input[type="file"],
body input[type="password"],
body input[type="number"],
body input[type="search"],
body input[type="email"],
body input[type="url"],
body textarea,
body select {
  width: 50%;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  color: #333333;
  line-height: normal;
}

body textarea {
  overflow: auto;
  vertical-align: top;
  width: 98%;
}

body input[type="submit"],
body input[type="reset"] {
  background: #b56a63;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  height: auto;
  margin-top: 5px;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

body input[type="submit"]:hover,
body input[type="reset"]:hover {
  background-color: #633a37;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

@media (min-width: 1200px) {

  body.single-stores main#main,
  body.tax-fukuokaarea main#main,
  body.tax-nagasakiarea main#main,
  body.tax-sagaarea main#main {
    margin: 185px auto 50px auto;
  }
}

@media (max-width: 1023px) {

  body.blog main#main #content,
  body.single-post main#main #content,
  body.error404 main#main #content,
  body.archive main#main #content {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

body.blog main#main #content article.blog,
body.single-post main#main #content article.blog,
body.error404 main#main #content article.blog,
body.archive main#main #content article.blog {
  width: 100%;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px #ccc solid;
}

body.blog main#main #content article.blog .main_content,
body.single-post main#main #content article.blog .main_content,
body.error404 main#main #content article.blog .main_content,
body.archive main#main #content article.blog .main_content {
  width: 65%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.blog main#main #content article.blog .main_content p,
body.single-post main#main #content article.blog .main_content p,
body.error404 main#main #content article.blog .main_content p,
body.archive main#main #content article.blog .main_content p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #333;
}

body.blog main#main #content article.blog .main_content a,
body.single-post main#main #content article.blog .main_content a,
body.error404 main#main #content article.blog .main_content a,
body.archive main#main #content article.blog .main_content a {
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

body.blog main#main #content article.blog .main_content a:hover,
body.single-post main#main #content article.blog .main_content a:hover,
body.error404 main#main #content article.blog .main_content a:hover,
body.archive main#main #content article.blog .main_content a:hover {
  color: #F3A530;
}

body.blog main#main #content article.blog .main_content h2,
body.single-post main#main #content article.blog .main_content h2,
body.error404 main#main #content article.blog .main_content h2,
body.archive main#main #content article.blog .main_content h2 {
  font-size: 2rem;
  color: #434343;
}

@media (max-width: 414px) {

  body.blog main#main #content article.blog .main_content h2,
  body.single-post main#main #content article.blog .main_content h2,
  body.error404 main#main #content article.blog .main_content h2,
  body.archive main#main #content article.blog .main_content h2 {
    font-size: calc(1.4vmin/414*1000);
    font-weight: 300;
  }
}

@media (max-width: 375px) {

  body.blog main#main #content article.blog .main_content h2,
  body.single-post main#main #content article.blog .main_content h2,
  body.error404 main#main #content article.blog .main_content h2,
  body.archive main#main #content article.blog .main_content h2 {
    font-size: calc(1.4vmin/375*1000);
  }
}

body.blog main#main #content article.blog .main_content h2 a,
body.single-post main#main #content article.blog .main_content h2 a,
body.error404 main#main #content article.blog .main_content h2 a,
body.archive main#main #content article.blog .main_content h2 a {
  line-height: 1.3;
}

body.blog main#main #content article.blog .main_content .remarks,
body.single-post main#main #content article.blog .main_content .remarks,
body.error404 main#main #content article.blog .main_content .remarks,
body.archive main#main #content article.blog .main_content .remarks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.blog main#main #content article.blog .main_content .remarks .timestamp,
body.single-post main#main #content article.blog .main_content .remarks .timestamp,
body.error404 main#main #content article.blog .main_content .remarks .timestamp,
body.archive main#main #content article.blog .main_content .remarks .timestamp {
  padding: 0 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {

  body.blog main#main #content article.blog .main_content .remarks .timestamp,
  body.single-post main#main #content article.blog .main_content .remarks .timestamp,
  body.error404 main#main #content article.blog .main_content .remarks .timestamp,
  body.archive main#main #content article.blog .main_content .remarks .timestamp {
    font-size: calc(1.2vmin/414*1000);
  }
}

@media (max-width: 375px) {

  body.blog main#main #content article.blog .main_content .remarks .timestamp,
  body.single-post main#main #content article.blog .main_content .remarks .timestamp,
  body.error404 main#main #content article.blog .main_content .remarks .timestamp,
  body.archive main#main #content article.blog .main_content .remarks .timestamp {
    font-size: calc(1.2vmin/375*1000);
  }
}

body.blog main#main #content article.blog .thumbnail,
body.single-post main#main #content article.blog .thumbnail,
body.error404 main#main #content article.blog .thumbnail,
body.archive main#main #content article.blog .thumbnail {
  width: 240px;
  height: 160px;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog .thumbnail,
  body.single-post main#main #content article.blog .thumbnail,
  body.error404 main#main #content article.blog .thumbnail,
  body.archive main#main #content article.blog .thumbnail {
    width: 30%;
    height: 20vmin;
  }
}

body.blog main#main #content article.blog .thumbnail:hover,
body.single-post main#main #content article.blog .thumbnail:hover,
body.error404 main#main #content article.blog .thumbnail:hover,
body.archive main#main #content article.blog .thumbnail:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

body.blog main#main #content article.blog .thumbnail img,
body.single-post main#main #content article.blog .thumbnail img,
body.error404 main#main #content article.blog .thumbnail img,
body.archive main#main #content article.blog .thumbnail img {
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.blog main#main #content article.blog_single,
body.single-post main#main #content article.blog_single,
body.error404 main#main #content article.blog_single,
body.archive main#main #content article.blog_single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.blog main#main #content article.blog_single header,
body.single-post main#main #content article.blog_single header,
body.error404 main#main #content article.blog_single header,
body.archive main#main #content article.blog_single header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.blog main#main #content article.blog_single header h1.entry-title,
body.single-post main#main #content article.blog_single header h1.entry-title,
body.error404 main#main #content article.blog_single header h1.entry-title,
body.archive main#main #content article.blog_single header h1.entry-title {
  font-size: 3rem;
  margin: 20px 0px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog_single header h1.entry-title,
  body.single-post main#main #content article.blog_single header h1.entry-title,
  body.error404 main#main #content article.blog_single header h1.entry-title,
  body.archive main#main #content article.blog_single header h1.entry-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {

  body.blog main#main #content article.blog_single header h1.entry-title,
  body.single-post main#main #content article.blog_single header h1.entry-title,
  body.error404 main#main #content article.blog_single header h1.entry-title,
  body.archive main#main #content article.blog_single header h1.entry-title {
    font-size: calc(1.8vmin/414*1000);
  }
}

@media (max-width: 767px) and (max-width: 375px) {

  body.blog main#main #content article.blog_single header h1.entry-title,
  body.single-post main#main #content article.blog_single header h1.entry-title,
  body.error404 main#main #content article.blog_single header h1.entry-title,
  body.archive main#main #content article.blog_single header h1.entry-title {
    font-size: calc(1.8vmin/375*1000);
  }
}

body.blog main#main #content article.blog_single header .remarks,
body.single-post main#main #content article.blog_single header .remarks,
body.error404 main#main #content article.blog_single header .remarks,
body.archive main#main #content article.blog_single header .remarks {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

body.blog main#main #content article.blog_single header .remarks .timestamp,
body.single-post main#main #content article.blog_single header .remarks .timestamp,
body.error404 main#main #content article.blog_single header .remarks .timestamp,
body.archive main#main #content article.blog_single header .remarks .timestamp {
  padding: 0 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {

  body.blog main#main #content article.blog_single header .remarks .timestamp,
  body.single-post main#main #content article.blog_single header .remarks .timestamp,
  body.error404 main#main #content article.blog_single header .remarks .timestamp,
  body.archive main#main #content article.blog_single header .remarks .timestamp {
    font-size: calc(1.2vmin/414*1000);
  }
}

@media (max-width: 375px) {

  body.blog main#main #content article.blog_single header .remarks .timestamp,
  body.single-post main#main #content article.blog_single header .remarks .timestamp,
  body.error404 main#main #content article.blog_single header .remarks .timestamp,
  body.archive main#main #content article.blog_single header .remarks .timestamp {
    font-size: calc(1.2vmin/375*1000);
  }
}

body.blog main#main #content article.blog_single .single-content,
body.single-post main#main #content article.blog_single .single-content,
body.error404 main#main #content article.blog_single .single-content,
body.archive main#main #content article.blog_single .single-content {
  width: 100%;
  padding: 20px 0 40px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

body.blog main#main #content article.blog_single .single-content img,
body.single-post main#main #content article.blog_single .single-content img,
body.error404 main#main #content article.blog_single .single-content img,
body.archive main#main #content article.blog_single .single-content img {
  max-width: 100%;
  min-width: 400px;
  max-height: 100%;
  margin: 10px 0 20px 0;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog_single .single-content img,
  body.single-post main#main #content article.blog_single .single-content img,
  body.error404 main#main #content article.blog_single .single-content img,
  body.archive main#main #content article.blog_single .single-content img {
    min-width: auto;
  }
}

body.blog main#main #content article.blog_single .single-content p,
body.single-post main#main #content article.blog_single .single-content p,
body.error404 main#main #content article.blog_single .single-content p,
body.archive main#main #content article.blog_single .single-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #484848;
  line-height: 2.2;
}

@media (max-width: 414px) {

  body.blog main#main #content article.blog_single .single-content p,
  body.single-post main#main #content article.blog_single .single-content p,
  body.error404 main#main #content article.blog_single .single-content p,
  body.archive main#main #content article.blog_single .single-content p {
    font-size: 3.6vmin;
  }
}

body.blog main#main #content article.blog_single .share,
body.single-post main#main #content article.blog_single .share,
body.error404 main#main #content article.blog_single .share,
body.archive main#main #content article.blog_single .share {
  width: 100%;
  margin: 30px 0px 7px 0px;
  font-family: "Montserrat", sans-serif;
}

body.blog main#main #content article.blog_single .share>ul,
body.single-post main#main #content article.blog_single .share>ul,
body.error404 main#main #content article.blog_single .share>ul,
body.archive main#main #content article.blog_single .share>ul {
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog_single .share>ul,
  body.single-post main#main #content article.blog_single .share>ul,
  body.error404 main#main #content article.blog_single .share>ul,
  body.archive main#main #content article.blog_single .share>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}

body.blog main#main #content article.blog_single .share>ul li a,
body.single-post main#main #content article.blog_single .share>ul li a,
body.error404 main#main #content article.blog_single .share>ul li a,
body.archive main#main #content article.blog_single .share>ul li a {
  min-width: 110px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  padding: 2px 15px 2px 25px;
  position: relative;
  margin-right: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog_single .share>ul li a,
  body.single-post main#main #content article.blog_single .share>ul li a,
  body.error404 main#main #content article.blog_single .share>ul li a,
  body.archive main#main #content article.blog_single .share>ul li a {
    min-width: 75px;
    padding: 5px 8px;
    font-size: 1rem;
    text-align: center;
  }
}

body.blog main#main #content article.blog_single .share>ul li a span,
body.single-post main#main #content article.blog_single .share>ul li a span,
body.error404 main#main #content article.blog_single .share>ul li a span,
body.archive main#main #content article.blog_single .share>ul li a span {
  display: inline-block;
  position: relative;
  font-weight: 300;
}

body.blog main#main #content article.blog_single .share>ul li a span:before,
body.single-post main#main #content article.blog_single .share>ul li a span:before,
body.error404 main#main #content article.blog_single .share>ul li a span:before,
body.archive main#main #content article.blog_single .share>ul li a span:before {
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -15px;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog_single .share>ul li a span:before,
  body.single-post main#main #content article.blog_single .share>ul li a span:before,
  body.error404 main#main #content article.blog_single .share>ul li a span:before,
  body.archive main#main #content article.blog_single .share>ul li a span:before {
    display: none;
  }
}

body.blog main#main #content article.blog_single .share>ul li a:hover,
body.single-post main#main #content article.blog_single .share>ul li a:hover,
body.error404 main#main #content article.blog_single .share>ul li a:hover,
body.archive main#main #content article.blog_single .share>ul li a:hover {
  border: none;
  margin-top: 3px;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog_single .share>ul li a:hover,
  body.single-post main#main #content article.blog_single .share>ul li a:hover,
  body.error404 main#main #content article.blog_single .share>ul li a:hover,
  body.archive main#main #content article.blog_single .share>ul li a:hover {
    margin-top: 0px;
  }
}

body.blog main#main #content article.blog_single .share>ul li.facebook a,
body.single-post main#main #content article.blog_single .share>ul li.facebook a,
body.error404 main#main #content article.blog_single .share>ul li.facebook a,
body.archive main#main #content article.blog_single .share>ul li.facebook a {
  background-color: #3B5998;
  border-bottom: solid 3px #1e315b;
}

body.blog main#main #content article.blog_single .share>ul li.facebook a span:before,
body.single-post main#main #content article.blog_single .share>ul li.facebook a span:before,
body.error404 main#main #content article.blog_single .share>ul li.facebook a span:before,
body.archive main#main #content article.blog_single .share>ul li.facebook a span:before {
  content: "\f09a";
}

body.blog main#main #content article.blog_single .share>ul li.tweet a,
body.single-post main#main #content article.blog_single .share>ul li.tweet a,
body.error404 main#main #content article.blog_single .share>ul li.tweet a,
body.archive main#main #content article.blog_single .share>ul li.tweet a {
  background-color: #5BB0F1;
  border-bottom: solid 3px #4691cb;
}

body.blog main#main #content article.blog_single .share>ul li.tweet a span:before,
body.single-post main#main #content article.blog_single .share>ul li.tweet a span:before,
body.error404 main#main #content article.blog_single .share>ul li.tweet a span:before,
body.archive main#main #content article.blog_single .share>ul li.tweet a span:before {
  content: "\f099";
}

body.blog main#main #content article.blog_single .share>ul li.googleplus a,
body.single-post main#main #content article.blog_single .share>ul li.googleplus a,
body.error404 main#main #content article.blog_single .share>ul li.googleplus a,
body.archive main#main #content article.blog_single .share>ul li.googleplus a {
  background-color: #DB4D37;
  border-bottom: solid 3px #ae3927;
}

@media (max-width: 767px) {

  body.blog main#main #content article.blog_single .share>ul li.googleplus a,
  body.single-post main#main #content article.blog_single .share>ul li.googleplus a,
  body.error404 main#main #content article.blog_single .share>ul li.googleplus a,
  body.archive main#main #content article.blog_single .share>ul li.googleplus a {
    display: none;
  }
}

body.blog main#main #content article.blog_single .share>ul li.googleplus a span:before,
body.single-post main#main #content article.blog_single .share>ul li.googleplus a span:before,
body.error404 main#main #content article.blog_single .share>ul li.googleplus a span:before,
body.archive main#main #content article.blog_single .share>ul li.googleplus a span:before {
  content: "\f1a0";
}

body.blog main#main #content article.blog_single .share>ul li.pocket a,
body.single-post main#main #content article.blog_single .share>ul li.pocket a,
body.error404 main#main #content article.blog_single .share>ul li.pocket a,
body.archive main#main #content article.blog_single .share>ul li.pocket a {
  background-color: #F94256;
  border-bottom: solid 3px #d23143;
  display: none;
}

body.blog main#main #content article.blog_single .share>ul li.pocket a span:before,
body.single-post main#main #content article.blog_single .share>ul li.pocket a span:before,
body.error404 main#main #content article.blog_single .share>ul li.pocket a span:before,
body.archive main#main #content article.blog_single .share>ul li.pocket a span:before {
  content: "\f265";
}

body.blog main#main #content article.blog_single .share>ul li.line a,
body.single-post main#main #content article.blog_single .share>ul li.line a,
body.error404 main#main #content article.blog_single .share>ul li.line a,
body.archive main#main #content article.blog_single .share>ul li.line a {
  background-color: #25AF00;
  border-bottom: solid 3px #219900;
}

body.blog main#main #content article.blog_single .share>ul li.line a span:before,
body.single-post main#main #content article.blog_single .share>ul li.line a span:before,
body.error404 main#main #content article.blog_single .share>ul li.line a span:before,
body.archive main#main #content article.blog_single .share>ul li.line a span:before {
  content: "\f075";
}

body.blog main#main #content #relatedpost,
body.single-post main#main #content #relatedpost,
body.error404 main#main #content #relatedpost,
body.archive main#main #content #relatedpost {
  width: 100%;
  margin: 80px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.blog main#main #content #relatedpost>h2,
body.single-post main#main #content #relatedpost>h2,
body.error404 main#main #content #relatedpost>h2,
body.archive main#main #content #relatedpost>h2 {
  width: 100%;
  padding: 0px 0px 10px 30px;
  margin: 0px 0px 20px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #ccc;
  position: relative;
}

@media (max-width: 414px) {

  body.blog main#main #content #relatedpost>h2,
  body.single-post main#main #content #relatedpost>h2,
  body.error404 main#main #content #relatedpost>h2,
  body.archive main#main #content #relatedpost>h2 {
    font-size: calc(1.8vmin/414*1000);
    padding: 0px 0px 5px 25px;
  }
}

@media (max-width: 375px) {

  body.blog main#main #content #relatedpost>h2,
  body.single-post main#main #content #relatedpost>h2,
  body.error404 main#main #content #relatedpost>h2,
  body.archive main#main #content #relatedpost>h2 {
    font-size: calc(1.8vmin/375*1000);
  }
}

body.blog main#main #content #relatedpost>h2:before,
body.single-post main#main #content #relatedpost>h2:before,
body.error404 main#main #content #relatedpost>h2:before,
body.archive main#main #content #relatedpost>h2:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: -2px 0px 0px 0px;
}

@media (max-width: 414px) {

  body.blog main#main #content #relatedpost>h2:before,
  body.single-post main#main #content #relatedpost>h2:before,
  body.error404 main#main #content #relatedpost>h2:before,
  body.archive main#main #content #relatedpost>h2:before {
    font-size: calc(1.8vmin/414*1000);
    margin-top: 0px;
  }
}

@media (max-width: 375px) {

  body.blog main#main #content #relatedpost>h2:before,
  body.single-post main#main #content #relatedpost>h2:before,
  body.error404 main#main #content #relatedpost>h2:before,
  body.archive main#main #content #relatedpost>h2:before {
    font-size: calc(1.8vmin/375*1000);
  }
}

body.blog main#main #content #relatedpost .related,
body.single-post main#main #content #relatedpost .related,
body.error404 main#main #content #relatedpost .related,
body.archive main#main #content #relatedpost .related {
  width: 48%;
  margin: 0px 0px 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {

  body.blog main#main #content #relatedpost .related,
  body.single-post main#main #content #relatedpost .related,
  body.error404 main#main #content #relatedpost .related,
  body.archive main#main #content #relatedpost .related {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.blog main#main #content #relatedpost .related .eyecatch,
body.single-post main#main #content #relatedpost .related .eyecatch,
body.error404 main#main #content #relatedpost .related .eyecatch,
body.archive main#main #content #relatedpost .related .eyecatch {
  width: 30%;
  height: 65px;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin: 0px 2% 0px 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {

  body.blog main#main #content #relatedpost .related .eyecatch,
  body.single-post main#main #content #relatedpost .related .eyecatch,
  body.error404 main#main #content #relatedpost .related .eyecatch,
  body.archive main#main #content #relatedpost .related .eyecatch {
    width: 100%;
  }
}

body.blog main#main #content #relatedpost .related .eyecatch img,
body.single-post main#main #content #relatedpost .related .eyecatch img,
body.error404 main#main #content #relatedpost .related .eyecatch img,
body.archive main#main #content #relatedpost .related .eyecatch img {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.blog main#main #content #relatedpost .related .post,
body.single-post main#main #content #relatedpost .related .post,
body.error404 main#main #content #relatedpost .related .post,
body.archive main#main #content #relatedpost .related .post {
  width: 65%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {

  body.blog main#main #content #relatedpost .related .post,
  body.single-post main#main #content #relatedpost .related .post,
  body.error404 main#main #content #relatedpost .related .post,
  body.archive main#main #content #relatedpost .related .post {
    width: 100%;
    margin: 3px 0px 0px 0px;
  }
}

body.blog main#main #content #relatedpost .related .post h2,
body.single-post main#main #content #relatedpost .related .post h2,
body.error404 main#main #content #relatedpost .related .post h2,
body.archive main#main #content #relatedpost .related .post h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #333;
  line-height: 1.2;
}

@media (max-width: 414px) {

  body.blog main#main #content #relatedpost .related .post h2,
  body.single-post main#main #content #relatedpost .related .post h2,
  body.error404 main#main #content #relatedpost .related .post h2,
  body.archive main#main #content #relatedpost .related .post h2 {
    font-size: calc(1.15vmin/414*1000);
  }
}

@media (max-width: 375px) {

  body.blog main#main #content #relatedpost .related .post h2,
  body.single-post main#main #content #relatedpost .related .post h2,
  body.error404 main#main #content #relatedpost .related .post h2,
  body.archive main#main #content #relatedpost .related .post h2 {
    font-size: calc(1.15vmin/375*1000);
  }
}

body.blog main#main #content #relatedpost .related .post .timestamp,
body.single-post main#main #content #relatedpost .related .post .timestamp,
body.error404 main#main #content #relatedpost .related .post .timestamp,
body.archive main#main #content #relatedpost .related .post .timestamp {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 1023px) {

  body.blog main#main aside,
  body.single-post main#main aside,
  body.error404 main#main aside,
  body.archive main#main aside {
    width: 95%;
    margin: 50px auto 0px auto;
  }
}

body.blog main#main aside #newpost h3,
body.single-post main#main aside #newpost h3,
body.error404 main#main aside #newpost h3,
body.archive main#main aside #newpost h3 {
  width: 100%;
  padding: 2px 0 2px 10px;
  line-height: 1;
  border-left: 4px #F3A530 solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

body.blog main#main aside #newpost ul,
body.single-post main#main aside #newpost ul,
body.error404 main#main aside #newpost ul,
body.archive main#main aside #newpost ul {
  width: 100%;
}

body.blog main#main aside #newpost ul li,
body.single-post main#main aside #newpost ul li,
body.error404 main#main aside #newpost ul li,
body.archive main#main aside #newpost ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  padding: 10px 10px 10px 0;
  margin: 5px 0 0 0;
  position: relative;
  border-bottom: 1px #ccc solid;
}

body.blog main#main aside #newpost ul li:hover,
body.single-post main#main aside #newpost ul li:hover,
body.error404 main#main aside #newpost ul li:hover,
body.archive main#main aside #newpost ul li:hover {
  background: #f7f7f4;
}

body.blog main#main aside #newpost ul li span.eyecatch,
body.single-post main#main aside #newpost ul li span.eyecatch,
body.error404 main#main aside #newpost ul li span.eyecatch,
body.archive main#main aside #newpost ul li span.eyecatch {
  width: 30%;
  height: 65px;
  display: block;
  overflow: hidden;
  position: relative;
}

body.blog main#main aside #newpost ul li span.eyecatch img,
body.single-post main#main aside #newpost ul li span.eyecatch img,
body.error404 main#main aside #newpost ul li span.eyecatch img,
body.archive main#main aside #newpost ul li span.eyecatch img {
  width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.blog main#main aside #newpost ul li div.subcontent,
body.single-post main#main aside #newpost ul li div.subcontent,
body.error404 main#main aside #newpost ul li div.subcontent,
body.archive main#main aside #newpost ul li div.subcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
}

body.blog main#main aside #newpost ul li div.subcontent span.title,
body.single-post main#main aside #newpost ul li div.subcontent span.title,
body.error404 main#main aside #newpost ul li div.subcontent span.title,
body.archive main#main aside #newpost ul li div.subcontent span.title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

body.blog main#main aside #newpost ul li div.subcontent span.date,
body.single-post main#main aside #newpost ul li div.subcontent span.date,
body.error404 main#main aside #newpost ul li div.subcontent span.date,
body.archive main#main aside #newpost ul li div.subcontent span.date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}

body.blog main#main aside #newpost ul li a,
body.single-post main#main aside #newpost ul li a,
body.error404 main#main aside #newpost ul li a,
body.archive main#main aside #newpost ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

body.blog main#main aside #category,
body.single-post main#main aside #category,
body.error404 main#main aside #category,
body.archive main#main aside #category {
  margin: 30px 0px 0px 0px;
}

body.blog main#main aside #category h3,
body.single-post main#main aside #category h3,
body.error404 main#main aside #category h3,
body.archive main#main aside #category h3 {
  width: 100%;
  padding: 2px 0 2px 10px;
  line-height: 1;
  border-left: 4px #F3A530 solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

body.blog main#main aside #category ul,
body.single-post main#main aside #category ul,
body.error404 main#main aside #category ul,
body.archive main#main aside #category ul {
  margin: 10px 0px 0px 0px;
}

body.blog main#main aside #category ul li,
body.single-post main#main aside #category ul li,
body.error404 main#main aside #category ul li,
body.archive main#main aside #category ul li {
  padding: 12px 0px 12px 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 414px) {

  body.blog main#main aside #category ul li,
  body.single-post main#main aside #category ul li,
  body.error404 main#main aside #category ul li,
  body.archive main#main aside #category ul li {
    padding-left: 15px;
  }
}

@media (max-width: 375px) {

  body.blog main#main aside #category ul li,
  body.single-post main#main aside #category ul li,
  body.error404 main#main aside #category ul li,
  body.archive main#main aside #category ul li {
    padding-left: 15px;
  }
}

body.blog main#main aside #category ul li:before,
body.single-post main#main aside #category ul li:before,
body.error404 main#main aside #category ul li:before,
body.archive main#main aside #category ul li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

@media (max-width: 414px) {

  body.blog main#main aside #category ul li:before,
  body.single-post main#main aside #category ul li:before,
  body.error404 main#main aside #category ul li:before,
  body.archive main#main aside #category ul li:before {
    font-size: calc(1.4vmin/414*1000);
  }
}

@media (max-width: 375px) {

  body.blog main#main aside #category ul li:before,
  body.single-post main#main aside #category ul li:before,
  body.error404 main#main aside #category ul li:before,
  body.archive main#main aside #category ul li:before {
    font-size: calc(1.3vmin/375*1000);
  }
}

body.blog main#main aside #category ul li a,
body.single-post main#main aside #category ul li a,
body.error404 main#main aside #category ul li a,
body.archive main#main aside #category ul li a {
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 414px) {

  body.blog main#main aside #category ul li a,
  body.single-post main#main aside #category ul li a,
  body.error404 main#main aside #category ul li a,
  body.archive main#main aside #category ul li a {
    font-size: calc(1.4vmin/414*1000);
  }
}

@media (max-width: 375px) {

  body.blog main#main aside #category ul li a,
  body.single-post main#main aside #category ul li a,
  body.error404 main#main aside #category ul li a,
  body.archive main#main aside #category ul li a {
    font-size: calc(1.4vmin/375*1000);
  }
}

body.blog main#main aside #category ul li a span,
body.single-post main#main aside #category ul li a span,
body.error404 main#main aside #category ul li a span,
body.archive main#main aside #category ul li a span {
  float: right;
  background: #F3A530;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

body.blog main#main .blog .remarks>a,
body.blog main#main .blog_single .remarks>a,
body.single-post main#main .blog .remarks>a,
body.single-post main#main .blog_single .remarks>a,
body.error404 main#main .blog .remarks>a,
body.error404 main#main .blog_single .remarks>a,
body.archive main#main .blog .remarks>a,
body.archive main#main .blog_single .remarks>a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 110px;
  padding: 0px 8px;
  margin-left: 10px;
  text-align: center;
  background: #F3A530;
}

@media (max-width: 414px) {

  body.blog main#main .blog .remarks>a,
  body.blog main#main .blog_single .remarks>a,
  body.single-post main#main .blog .remarks>a,
  body.single-post main#main .blog_single .remarks>a,
  body.error404 main#main .blog .remarks>a,
  body.error404 main#main .blog_single .remarks>a,
  body.archive main#main .blog .remarks>a,
  body.archive main#main .blog_single .remarks>a {
    font-size: calc(1.2vmin/414*1000);
    min-width: 80px;
  }
}

@media (max-width: 375px) {

  body.blog main#main .blog .remarks>a,
  body.blog main#main .blog_single .remarks>a,
  body.single-post main#main .blog .remarks>a,
  body.single-post main#main .blog_single .remarks>a,
  body.error404 main#main .blog .remarks>a,
  body.error404 main#main .blog_single .remarks>a,
  body.archive main#main .blog .remarks>a,
  body.archive main#main .blog_single .remarks>a {
    font-size: calc(1.2vmin/375*1000);
  }
}

body.blog main#main .blog .remarks>a:hover,
body.blog main#main .blog_single .remarks>a:hover,
body.single-post main#main .blog .remarks>a:hover,
body.single-post main#main .blog_single .remarks>a:hover,
body.error404 main#main .blog .remarks>a:hover,
body.error404 main#main .blog_single .remarks>a:hover,
body.archive main#main .blog .remarks>a:hover,
body.archive main#main .blog_single .remarks>a:hover {
  background: #ec930e;
  color: #fff;
}

body.blog main#main .blog a.category-100,
body.blog main#main .blog_single a.category-100,
body.single-post main#main .blog a.category-100,
body.single-post main#main .blog_single a.category-100,
body.error404 main#main .blog a.category-100,
body.error404 main#main .blog_single a.category-100,
body.archive main#main .blog a.category-100,
body.archive main#main .blog_single a.category-100 {
  background: #3297E1;
}

body.blog main#main .blog a.category-100:hover,
body.blog main#main .blog_single a.category-100:hover,
body.single-post main#main .blog a.category-100:hover,
body.single-post main#main .blog_single a.category-100:hover,
body.error404 main#main .blog a.category-100:hover,
body.error404 main#main .blog_single a.category-100:hover,
body.archive main#main .blog a.category-100:hover,
body.archive main#main .blog_single a.category-100:hover {
  background: #1e83cc;
}

body.blog main#main .blog a.category-101,
body.blog main#main .blog_single a.category-101,
body.single-post main#main .blog a.category-101,
body.single-post main#main .blog_single a.category-101,
body.error404 main#main .blog a.category-101,
body.error404 main#main .blog_single a.category-101,
body.archive main#main .blog a.category-101,
body.archive main#main .blog_single a.category-101 {
  background: #1FBC99;
}

body.blog main#main .blog a.category-101:hover,
body.blog main#main .blog_single a.category-101:hover,
body.single-post main#main .blog a.category-101:hover,
body.single-post main#main .blog_single a.category-101:hover,
body.error404 main#main .blog a.category-101:hover,
body.error404 main#main .blog_single a.category-101:hover,
body.archive main#main .blog a.category-101:hover,
body.archive main#main .blog_single a.category-101:hover {
  background: #19997c;
}

body.blog main#main .blog a.category-102,
body.blog main#main .blog_single a.category-102,
body.single-post main#main .blog a.category-102,
body.single-post main#main .blog_single a.category-102,
body.error404 main#main .blog a.category-102,
body.error404 main#main .blog_single a.category-102,
body.archive main#main .blog a.category-102,
body.archive main#main .blog_single a.category-102 {
  background: #1AA083;
}

body.blog main#main .blog a.category-102:hover,
body.blog main#main .blog_single a.category-102:hover,
body.single-post main#main .blog a.category-102:hover,
body.single-post main#main .blog_single a.category-102:hover,
body.error404 main#main .blog a.category-102:hover,
body.error404 main#main .blog_single a.category-102:hover,
body.archive main#main .blog a.category-102:hover,
body.archive main#main .blog_single a.category-102:hover {
  background: #147d66;
}

body.blog main#main .blog a.category-103,
body.blog main#main .blog_single a.category-103,
body.single-post main#main .blog a.category-103,
body.single-post main#main .blog_single a.category-103,
body.error404 main#main .blog a.category-103,
body.error404 main#main .blog_single a.category-103,
body.archive main#main .blog a.category-103,
body.archive main#main .blog_single a.category-103 {
  background: #F1C500;
}

body.blog main#main .blog a.category-103:hover,
body.blog main#main .blog_single a.category-103:hover,
body.single-post main#main .blog a.category-103:hover,
body.single-post main#main .blog_single a.category-103:hover,
body.error404 main#main .blog a.category-103:hover,
body.error404 main#main .blog_single a.category-103:hover,
body.archive main#main .blog a.category-103:hover,
body.archive main#main .blog_single a.category-103:hover {
  background: #c8a400;
}

body.blog main#main .blog a.category-173,
body.blog main#main .blog_single a.category-173,
body.single-post main#main .blog a.category-173,
body.single-post main#main .blog_single a.category-173,
body.error404 main#main .blog a.category-173,
body.error404 main#main .blog_single a.category-173,
body.archive main#main .blog a.category-173,
body.archive main#main .blog_single a.category-173 {
  background: #3297E1;
}

body.blog main#main .blog a.category-173:hover,
body.blog main#main .blog_single a.category-173:hover,
body.single-post main#main .blog a.category-173:hover,
body.single-post main#main .blog_single a.category-173:hover,
body.error404 main#main .blog a.category-173:hover,
body.error404 main#main .blog_single a.category-173:hover,
body.archive main#main .blog a.category-173:hover,
body.archive main#main .blog_single a.category-173:hover {
  background: #1e83cc;
}

body.blog main#main .blog a.category-174,
body.blog main#main .blog_single a.category-174,
body.single-post main#main .blog a.category-174,
body.single-post main#main .blog_single a.category-174,
body.error404 main#main .blog a.category-174,
body.error404 main#main .blog_single a.category-174,
body.archive main#main .blog a.category-174,
body.archive main#main .blog_single a.category-174 {
  background: #1FBC99;
}

body.blog main#main .blog a.category-174:hover,
body.blog main#main .blog_single a.category-174:hover,
body.single-post main#main .blog a.category-174:hover,
body.single-post main#main .blog_single a.category-174:hover,
body.error404 main#main .blog a.category-174:hover,
body.error404 main#main .blog_single a.category-174:hover,
body.archive main#main .blog a.category-174:hover,
body.archive main#main .blog_single a.category-174:hover {
  background: #19997c;
}

body.blog main#main .blog a.category-175,
body.blog main#main .blog_single a.category-175,
body.single-post main#main .blog a.category-175,
body.single-post main#main .blog_single a.category-175,
body.error404 main#main .blog a.category-175,
body.error404 main#main .blog_single a.category-175,
body.archive main#main .blog a.category-175,
body.archive main#main .blog_single a.category-175 {
  background: #1AA083;
}

body.blog main#main .blog a.category-175:hover,
body.blog main#main .blog_single a.category-175:hover,
body.single-post main#main .blog a.category-175:hover,
body.single-post main#main .blog_single a.category-175:hover,
body.error404 main#main .blog a.category-175:hover,
body.error404 main#main .blog_single a.category-175:hover,
body.archive main#main .blog a.category-175:hover,
body.archive main#main .blog_single a.category-175:hover {
  background: #147d66;
}

body.blog main#main .blog a.category-176,
body.blog main#main .blog_single a.category-176,
body.single-post main#main .blog a.category-176,
body.single-post main#main .blog_single a.category-176,
body.error404 main#main .blog a.category-176,
body.error404 main#main .blog_single a.category-176,
body.archive main#main .blog a.category-176,
body.archive main#main .blog_single a.category-176 {
  background: #F1C500;
}

body.blog main#main .blog a.category-176:hover,
body.blog main#main .blog_single a.category-176:hover,
body.single-post main#main .blog a.category-176:hover,
body.single-post main#main .blog_single a.category-176:hover,
body.error404 main#main .blog a.category-176:hover,
body.error404 main#main .blog_single a.category-176:hover,
body.archive main#main .blog a.category-176:hover,
body.archive main#main .blog_single a.category-176:hover {
  background: #c8a400;
}

body.blog main#main .blog a.category-177,
body.blog main#main .blog_single a.category-177,
body.single-post main#main .blog a.category-177,
body.single-post main#main .blog_single a.category-177,
body.error404 main#main .blog a.category-177,
body.error404 main#main .blog_single a.category-177,
body.archive main#main .blog a.category-177,
body.archive main#main .blog_single a.category-177 {
  background: #F39D00;
}

body.blog main#main .blog a.category-177:hover,
body.blog main#main .blog_single a.category-177:hover,
body.single-post main#main .blog a.category-177:hover,
body.single-post main#main .blog_single a.category-177:hover,
body.error404 main#main .blog a.category-177:hover,
body.error404 main#main .blog_single a.category-177:hover,
body.archive main#main .blog a.category-177:hover,
body.archive main#main .blog_single a.category-177:hover {
  background: #ca8300;
}

body.blog main#main .blog a.category-178,
body.blog main#main .blog_single a.category-178,
body.single-post main#main .blog a.category-178,
body.single-post main#main .blog_single a.category-178,
body.error404 main#main .blog a.category-178,
body.error404 main#main .blog_single a.category-178,
body.archive main#main .blog a.category-178,
body.archive main#main .blog_single a.category-178 {
  background: #3297E1;
}

body.blog main#main .blog a.category-178:hover,
body.blog main#main .blog_single a.category-178:hover,
body.single-post main#main .blog a.category-178:hover,
body.single-post main#main .blog_single a.category-178:hover,
body.error404 main#main .blog a.category-178:hover,
body.error404 main#main .blog_single a.category-178:hover,
body.archive main#main .blog a.category-178:hover,
body.archive main#main .blog_single a.category-178:hover {
  background: #1e83cc;
}

body.blog main#main .blog a.category-179,
body.blog main#main .blog_single a.category-179,
body.single-post main#main .blog a.category-179,
body.single-post main#main .blog_single a.category-179,
body.error404 main#main .blog a.category-179,
body.error404 main#main .blog_single a.category-179,
body.archive main#main .blog a.category-179,
body.archive main#main .blog_single a.category-179 {
  background: #1FBC99;
}

body.blog main#main .blog a.category-179:hover,
body.blog main#main .blog_single a.category-179:hover,
body.single-post main#main .blog a.category-179:hover,
body.single-post main#main .blog_single a.category-179:hover,
body.error404 main#main .blog a.category-179:hover,
body.error404 main#main .blog_single a.category-179:hover,
body.archive main#main .blog a.category-179:hover,
body.archive main#main .blog_single a.category-179:hover {
  background: #19997c;
}

body.blog main#main .blog a.category-180,
body.blog main#main .blog_single a.category-180,
body.single-post main#main .blog a.category-180,
body.single-post main#main .blog_single a.category-180,
body.error404 main#main .blog a.category-180,
body.error404 main#main .blog_single a.category-180,
body.archive main#main .blog a.category-180,
body.archive main#main .blog_single a.category-180 {
  background: #1AA083;
}

body.blog main#main .blog a.category-180:hover,
body.blog main#main .blog_single a.category-180:hover,
body.single-post main#main .blog a.category-180:hover,
body.single-post main#main .blog_single a.category-180:hover,
body.error404 main#main .blog a.category-180:hover,
body.error404 main#main .blog_single a.category-180:hover,
body.archive main#main .blog a.category-180:hover,
body.archive main#main .blog_single a.category-180:hover {
  background: #147d66;
}

body.blog main#main .blog a.category-181,
body.blog main#main .blog_single a.category-181,
body.single-post main#main .blog a.category-181,
body.single-post main#main .blog_single a.category-181,
body.error404 main#main .blog a.category-181,
body.error404 main#main .blog_single a.category-181,
body.archive main#main .blog a.category-181,
body.archive main#main .blog_single a.category-181 {
  background: #F1C500;
}

body.blog main#main .blog a.category-181:hover,
body.blog main#main .blog_single a.category-181:hover,
body.single-post main#main .blog a.category-181:hover,
body.single-post main#main .blog_single a.category-181:hover,
body.error404 main#main .blog a.category-181:hover,
body.error404 main#main .blog_single a.category-181:hover,
body.archive main#main .blog a.category-181:hover,
body.archive main#main .blog_single a.category-181:hover {
  background: #c8a400;
}

body.blog main#main .blog a.category-182,
body.blog main#main .blog_single a.category-182,
body.single-post main#main .blog a.category-182,
body.single-post main#main .blog_single a.category-182,
body.error404 main#main .blog a.category-182,
body.error404 main#main .blog_single a.category-182,
body.archive main#main .blog a.category-182,
body.archive main#main .blog_single a.category-182 {
  background: #F39D00;
}

body.blog main#main .blog a.category-182:hover,
body.blog main#main .blog_single a.category-182:hover,
body.single-post main#main .blog a.category-182:hover,
body.single-post main#main .blog_single a.category-182:hover,
body.error404 main#main .blog a.category-182:hover,
body.error404 main#main .blog_single a.category-182:hover,
body.archive main#main .blog a.category-182:hover,
body.archive main#main .blog_single a.category-182:hover {
  background: #ca8300;
}

body.blog main#main .blog a.category-183,
body.blog main#main .blog_single a.category-183,
body.single-post main#main .blog a.category-183,
body.single-post main#main .blog_single a.category-183,
body.error404 main#main .blog a.category-183,
body.error404 main#main .blog_single a.category-183,
body.archive main#main .blog a.category-183,
body.archive main#main .blog_single a.category-183 {
  background: #3297E1;
}

body.blog main#main .blog a.category-183:hover,
body.blog main#main .blog_single a.category-183:hover,
body.single-post main#main .blog a.category-183:hover,
body.single-post main#main .blog_single a.category-183:hover,
body.error404 main#main .blog a.category-183:hover,
body.error404 main#main .blog_single a.category-183:hover,
body.archive main#main .blog a.category-183:hover,
body.archive main#main .blog_single a.category-183:hover {
  background: #1e83cc;
}

body.blog main#main .blog a.category-184,
body.blog main#main .blog_single a.category-184,
body.single-post main#main .blog a.category-184,
body.single-post main#main .blog_single a.category-184,
body.error404 main#main .blog a.category-184,
body.error404 main#main .blog_single a.category-184,
body.archive main#main .blog a.category-184,
body.archive main#main .blog_single a.category-184 {
  background: #1FBC99;
}

body.blog main#main .blog a.category-184:hover,
body.blog main#main .blog_single a.category-184:hover,
body.single-post main#main .blog a.category-184:hover,
body.single-post main#main .blog_single a.category-184:hover,
body.error404 main#main .blog a.category-184:hover,
body.error404 main#main .blog_single a.category-184:hover,
body.archive main#main .blog a.category-184:hover,
body.archive main#main .blog_single a.category-184:hover {
  background: #19997c;
}

body.blog main#main .blog a.category-185,
body.blog main#main .blog_single a.category-185,
body.single-post main#main .blog a.category-185,
body.single-post main#main .blog_single a.category-185,
body.error404 main#main .blog a.category-185,
body.error404 main#main .blog_single a.category-185,
body.archive main#main .blog a.category-185,
body.archive main#main .blog_single a.category-185 {
  background: #1AA083;
}

body.blog main#main .blog a.category-185:hover,
body.blog main#main .blog_single a.category-185:hover,
body.single-post main#main .blog a.category-185:hover,
body.single-post main#main .blog_single a.category-185:hover,
body.error404 main#main .blog a.category-185:hover,
body.error404 main#main .blog_single a.category-185:hover,
body.archive main#main .blog a.category-185:hover,
body.archive main#main .blog_single a.category-185:hover {
  background: #147d66;
}

body.blog main#main .blog a.category-186,
body.blog main#main .blog_single a.category-186,
body.single-post main#main .blog a.category-186,
body.single-post main#main .blog_single a.category-186,
body.error404 main#main .blog a.category-186,
body.error404 main#main .blog_single a.category-186,
body.archive main#main .blog a.category-186,
body.archive main#main .blog_single a.category-186 {
  background: #F1C500;
}

body.blog main#main .blog a.category-186:hover,
body.blog main#main .blog_single a.category-186:hover,
body.single-post main#main .blog a.category-186:hover,
body.single-post main#main .blog_single a.category-186:hover,
body.error404 main#main .blog a.category-186:hover,
body.error404 main#main .blog_single a.category-186:hover,
body.archive main#main .blog a.category-186:hover,
body.archive main#main .blog_single a.category-186:hover {
  background: #c8a400;
}

body.blog main#main .blog a.category-187,
body.blog main#main .blog_single a.category-187,
body.single-post main#main .blog a.category-187,
body.single-post main#main .blog_single a.category-187,
body.error404 main#main .blog a.category-187,
body.error404 main#main .blog_single a.category-187,
body.archive main#main .blog a.category-187,
body.archive main#main .blog_single a.category-187 {
  background: #F39D00;
}

body.blog main#main .blog a.category-187:hover,
body.blog main#main .blog_single a.category-187:hover,
body.single-post main#main .blog a.category-187:hover,
body.single-post main#main .blog_single a.category-187:hover,
body.error404 main#main .blog a.category-187:hover,
body.error404 main#main .blog_single a.category-187:hover,
body.archive main#main .blog a.category-187:hover,
body.archive main#main .blog_single a.category-187:hover {
  background: #ca8300;
}

@media (max-width: 767px) {
  body.single-post .breadcrumbs span:nth-of-type(n+3) {
    display: none;
  }
}

body.error404 h2 {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  body.error404 h2 {
    text-align: center;
    font-size: 1.8rem;
  }
}

body.error404 .not_found404 {
  margin: 0px auto 70px auto;
}

body.error404 .not_found404 ul {
  width: 100%;
  margin: 50px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  body.error404 .not_found404 ul {
    width: 95%;
    margin: 50px auto 0px auto;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  body.error404 .not_found404 ul {
    font-size: calc(1.45vmin/414*1000);
  }
}

@media (max-width: 1023px) and (max-width: 375px) {
  body.error404 .not_found404 ul {
    font-size: calc(1.45vmin/375*1000);
  }
}

body.error404 .not_found404 ul li {
  width: 100%;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 767px) {
  body.error404 .not_found404 ul li {
    margin-bottom: 5px;
  }
}

body.error404 .not_found404 ul li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 0.6rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

body.error404 .not_found404 ul li:first-child {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media (max-width: 414px) {
  body.error404 .not_found404 ul li:first-child {
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body.error404 .not_found404 ul li:first-child {
    font-size: calc(1.5vmin/375*1000);
  }
}

body.error404 .not_found404 ul li:first-child:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: 300;
  color: #C1392B;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

@media (max-width: 767px) {
  body.error404 .not_found404 ul li:first-child:before {
    left: -5px;
  }
}

body.error404 .not_found404 .not404 {
  width: 100%;
  color: #BEC3C7;
  padding-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.error404 .not_found404 .not404 span {
    margin: 0px auto 0px auto;
  }
}

body.error404 .not_found404 .not404 span:first-child {
  font-size: 18rem;
  font-weight: 700;
  display: block;
  line-height: 14rem;
}

@media (max-width: 767px) {
  body.error404 .not_found404 .not404 span:first-child {
    font-size: 15rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.error404 .not_found404 .not404 span:first-child {
    font-size: calc(15vmin/414*1000);
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  body.error404 .not_found404 .not404 span:first-child {
    font-size: calc(15vmin/375*1000);
  }
}

body.error404 .not_found404 .not404 span:last-child {
  font-size: 7rem;
  display: block;
  line-height: 7rem;
  margin-left: 10px;
}

@media (max-width: 767px) {
  body.error404 .not_found404 .not404 span:last-child {
    margin: 10px auto 0px auto;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.error404 .not_found404 .not404 span:last-child {
    font-size: calc(7.5vmin/414*1000);
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  body.error404 .not_found404 .not404 span:last-child {
    font-size: calc(7.5vmin/375*1000);
  }
}

body .tiny_midashi1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 70px 0px 15px 0px;
  padding: 5px 0px 20px 0px;
  border-bottom: solid 2px #181818;
  display: block;
}

@media (max-width: 414px) {
  body .tiny_midashi1 {
    font-size: calc(2.8vmin/414*1000);
  }
}

body .tiny_komidashi1 {
  width: auto;
  padding: 15px 15px 15px 20px;
  margin: 40px 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  background: #F3F3F3;
  display: block;
}

@media (max-width: 767px) {
  body .tiny_komidashi1 {
    padding: 10px 8px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body .tiny_komidashi1 {
    font-size: calc(1.6vmin/414*1000);
  }
}

body .tiny_komidashi2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #333;
  padding: 0 0 0 20px;
  margin: 50px 0 10px 0;
  line-height: 1.2;
  position: relative;
  display: block;
}

body .tiny_komidashi2:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #EF5E00;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 414px) {
  body .tiny_komidashi2 {
    font-size: calc(1.7vmin/414*1000);
    padding: 0px 0px 0px calc(2vmin/414*1000);
    margin: calc(5vmin/414*1000) 0px calc(1vmin/414*1000) 0px;
  }
}

body .tiny_underLine {
  border-bottom: solid 3px #EF5E00;
  font-weight: bold;
}

body .tiny_marker {
  background: #f4af48;
  padding: 0px 2px;
}

body .tiny_linkBtn {
  background: #F3A530;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  -ms-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  display: block;
  padding: 15px 0px;
  text-align: center;
}

@media (max-width: 414px) {
  body .tiny_linkBtn {
    font-size: calc(1.5vmin/414*1000);
  }
}

body .tiny_linkBtn b {
  position: relative;
  padding: 0px 0px 0px 15px;
}

@media (max-width: 414px) {
  body .tiny_linkBtn b {
    padding: 0px 0px 0px calc(1.5vmin/414*1000);
  }
}

body .tiny_linkBtn b:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

@media (max-width: 414px) {
  body .tiny_linkBtn b:before {
    font-size: calc(1.8vmin/414*1000);
  }
}

body .tiny_linkBtn:hover {
  background: #e38d0d;
}

body .breadcrumbs {
  width: 100%;
  padding: 12px 0px 13px 0px;
  margin: 0px 0px 50px 0px;
  background: #f0f0f0;
  font-size: 1.3rem;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body .breadcrumbs {
    padding: 12px 0px 13px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body .breadcrumbs {
    padding: 12px 0px 13px 10px;
  }
}

@media (max-width: 767px) {
  body .breadcrumbs {
    padding: 12px 5px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body .breadcrumbs {
    font-size: calc(1.2vmin/414*1000);
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  body .breadcrumbs {
    font-size: calc(1.15vmin/375*1000);
  }
}

body .breadcrumbs .wrapper {
  width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  body .breadcrumbs .wrapper {
    width: 100%;
  }
}

body .breadcrumbs span {
  margin-right: 25px;
  position: relative;
  display: block;
  color: #666;
}

@media (max-width: 767px) {
  body .breadcrumbs span {
    margin-right: 10px;
  }
}

body .breadcrumbs span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: -25px;
}

@media (max-width: 767px) {
  body .breadcrumbs span:before {
    left: -12px;
    margin-top: 1px;
    color: #666;
  }
}

body .breadcrumbs span:first-child:before {
  display: none;
}

body .breadcrumbs a,
body .breadcrumbs a>span {
  text-decoration: underline;
  color: #666;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body .breadcrumbs a:hover,
body .breadcrumbs a>span:hover {
  color: #F3A530;
}

body .breadcrumbs a.home,
body .breadcrumbs a>span.home {
  padding: 0 0 0 16px;
  display: block;
  position: relative;
}

@media (max-width: 767px) {

  body .breadcrumbs a.home,
  body .breadcrumbs a>span.home {
    padding: 0px 0px 0px 13px;
  }
}

body .breadcrumbs a.home:before,
body .breadcrumbs a>span.home:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #EF5E00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

@media (max-width: 414px) {

  body .breadcrumbs a.home:before,
  body .breadcrumbs a>span.home:before {
    font-size: 3.2vmin;
  }
}

body .breadcrumbs a .category,
body .breadcrumbs a>span .category {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

body .breadcrumbs a .date-year,
body .breadcrumbs a>span .date-year {
  padding: 5px 15px;
  margin: 0px 20px 0px 10px;
  background-color: #444444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #FFF;
}

body .breadcrumbs a .date-year:after,
body .breadcrumbs a>span .date-year:after {
  content: "";
  width: 19px;
  height: 20px;
  background: #444444;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

body .breadcrumbs a .date-year:hover,
body .breadcrumbs a>span .date-year:hover {
  color: #FFF;
}

body #toc_container {
  width: 100%;
  padding: 10px 30px 20px 30px;
  margin: 30px auto 30px auto;
  background: #f7f7f7;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body #toc_container .toc_title {
  width: auto;
  padding: 0px 0px 0px 20px;
  margin: 0 auto 10px auto;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}

body #toc_container .toc_title:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

body #toc_container ul.toc_list {
  width: 100%;
  border-top: 1px dashed #bcbcbc;
  padding: 15px 0 0 0;
  font-weight: bold;
  font-size: 1.45rem;
  color: #666;
  margin: 0 0 15px 0;
  position: relative;
}

body #toc_container ul.toc_list>li {
  width: 100%;
}

body #toc_container ul.toc_list>li>a {
  padding: 0px 0px 0px 10px;
  margin: 20px 0px 0px 0px;
  position: relative;
  display: block;
}

body #toc_container ul.toc_list>li>a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 0.8rem;
  font-weight: 500;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin-top: 3px;
}

body #toc_container ul.toc_list>li>a:hover {
  text-decoration: underline;
  color: #DB4D37;
}

body #toc_container ul.toc_list>li>ul {
  margin: 10px 0px 0px 0px;
}

body #toc_container ul.toc_list>li>ul>li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  padding: 0 0 0 10px;
  position: relative;
}

body #toc_container ul.toc_list>li>ul>li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin-top: 1px;
}

body .wp-pagenavi {
  width: 100%;
  margin: 50px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  body .wp-pagenavi {
    font-size: calc(1.3vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body .wp-pagenavi {
    font-size: calc(1.3vmin/375*1000);
  }
}

body .wp-pagenavi a {
  text-decoration: none;
  color: #333;
}

body .wp-pagenavi .pages {
  margin: 10px 10px 0px 0px;
}

body .wp-pagenavi .page,
body .wp-pagenavi .current {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
  margin: 0px 8px 5px 0px;
}

@media (max-width: 767px) {

  body .wp-pagenavi .page,
  body .wp-pagenavi .current {
    width: 8vmin;
    height: 8vmin;
  }
}

body .wp-pagenavi .page {
  background: #fdeed9;
  color: #F3A530;
}

body .wp-pagenavi .page:hover {
  background: #F3A530;
  color: #FFF;
}

body .wp-pagenavi .current {
  background: #F3A530;
  color: #fff;
  font-weight: bold;
}

body .wp-pagenavi .previouspostslink,
body .wp-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #484848;
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

body .wp-pagenavi .previouspostslink:hover,
body .wp-pagenavi .nextpostslink:hover {
  background-color: #484848;
}

body .wp-pagenavi .previouspostslink:hover:before,
body .wp-pagenavi .nextpostslink:hover:before {
  color: #fff;
}

body .wp-pagenavi .previouspostslink:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 15px;
}

body .wp-pagenavi .nextpostslink:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 18px;
}

body .wp-pagenavi .first,
body .wp-pagenavi .last {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 0 13px 0;
  color: #FFF;
  display: block;
  text-align: center;
}

body article.type-stores {
  width: 100%;
  padding: 0px 0px 35px 0px;
  margin: 0px 0px 45px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 3px #ededed solid;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body article.type-stores {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  body article.type-stores {
    width: 95%;
    margin: 0px auto 30px auto;
  }
}

body article.type-stores .main_content {
  width: 65%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body article.type-stores .main_content {
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  body article.type-stores .main_content {
    width: 100%;
  }
}

body article.type-stores .main_content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #434343;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body article.type-stores .main_content h2 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

body article.type-stores .main_content h2 a {
  line-height: 1;
  margin: 0px 0px 0px 5px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

body article.type-stores .main_content h2 span {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

body article.type-stores .main_content h2 span.box {
  background: #F3A530;
}

body article.type-stores .main_content h2 span.box:after {
  content: 'R';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body article.type-stores .main_content h2 span.box:after {
    margin-top: 2px;
  }
}

body article.type-stores .main_content h2 span.bike {
  background: #268AFF;
  z-index: -1;
  margin: 0px 0px 0px -5px;
}

body article.type-stores .main_content h2 span.bike:before {
  content: 'B';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

body article.type-stores .main_content ul.archives_price,
body article.type-stores .main_content ul.archives_price_bike {
  width: 100%;
  margin: 10px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body article.type-stores .main_content ul.archives_price li,
body article.type-stores .main_content ul.archives_price_bike li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 767px) {

  body article.type-stores .main_content ul.archives_price li,
  body article.type-stores .main_content ul.archives_price_bike li {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {

  body article.type-stores .main_content ul.archives_price li,
  body article.type-stores .main_content ul.archives_price_bike li {
    font-size: 3.6vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {

  body article.type-stores .main_content ul.archives_price li,
  body article.type-stores .main_content ul.archives_price_bike li {
    font-size: 3.6vmin;
  }
}

body article.type-stores .main_content ul.archives_price li:nth-of-type(1),
body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
  -webkit-box-ordinal-group: -2;
  -moz-box-ordinal-group: -2;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  padding: 0px 0px 0px 15px;
  position: relative;
}

@media (max-width: 767px) {

  body article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {

  body article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {

  body article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 320px) {

  body article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    margin-top: 0px;
  }
}

body article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  font-weight: 300;
  color: #F3A530;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

@media (max-width: 767px) {

  body article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
  body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {

  body article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
  body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {

  body article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
  body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
    font-size: 3.3vmin;
  }
}

body article.type-stores .main_content ul.archives_price li:nth-of-type(3),
body article.type-stores .main_content ul.archives_price_bike li:nth-of-type(3) {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

body article.type-stores .main_content ul.archives_price li>span,
body article.type-stores .main_content ul.archives_price_bike li>span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
}

body article.type-stores .main_content .campaignarchives {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0px 0px 0px;
}

body article.type-stores .main_content .campaignarchives>span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  background: transparent;
  padding: 0px 0px 0px 15px;
  position: relative;
  line-height: 1.7;
}

@media (max-width: 767px) {
  body article.type-stores .main_content .campaignarchives>span {
    width: 33%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body article.type-stores .main_content .campaignarchives>span {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  body article.type-stores .main_content .campaignarchives>span {
    font-size: 3.3vmin;
  }
}

body article.type-stores .main_content .campaignarchives>span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #ff7a23;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 1px;
}

@media (max-width: 414px) {
  body article.type-stores .main_content .campaignarchives>span:before {
    font-size: 3vmin;
    margin-top: 1px;
  }
}

body article.type-stores .main_content .campaignarchives div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body article.type-stores .main_content .campaignarchives div {
    width: 67%;
  }
}

body article.type-stores .main_content .campaignarchives div span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 8px;
  margin: 0px 10px 0px 0px;
  background: #ff7a23;
}

@media (max-width: 414px) {
  body article.type-stores .main_content .campaignarchives div span {
    font-size: calc(1.2vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body article.type-stores .main_content .campaignarchives div span {
    font-size: calc(1.2vmin/375*1000);
    padding: 2px 4px;
  }
}

body article.type-stores .main_content .campaignarchives div span.free {
  background: #268AFF;
}

body article.type-stores .main_content .campaignarchives div span.transport {
  background: #e6a724;
}

@media (max-width: 767px) {
  body article.type-stores .main_content .campaignarchives div span:nth-of-type(3) {
    margin: 3px 0px 0px 0px;
  }
}

body article.type-stores .main_content .campaignarchives div span:nth-of-type(3).transport {
  background: #e6a724;
}

body article.type-stores .main_content span.address {
  width: 100%;
  padding: 0px 0px 0px 15px;
  margin: 10px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 414px) {
  body article.type-stores .main_content span.address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 3.3vmin;
  }
}

@media (max-width: 375px) {
  body article.type-stores .main_content span.address {
    font-size: 3.3vmin;
  }
}

body article.type-stores .main_content span.address:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  font-weight: 300;
  color: #dc4735;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 2px;
  margin: 1px 0px 0px 0px;
}

@media (max-width: 767px) {
  body article.type-stores .main_content span.address:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    font-weight: 300;
    color: #dc4735;
    position: absolute;
    top: 7px;
    right: auto;
    bottom: auto;
    left: 2px;
  }
}

@media (max-width: 414px) {
  body article.type-stores .main_content span.address:before {
    font-size: 3.6vmin;
  }
}

@media (max-width: 375px) {
  body article.type-stores .main_content span.address:before {
    font-size: 3.6vmin;
  }
}

body article.type-stores .main_content span.address b {
  font-weight: 300;
}

@media (min-width: 1200px) {
  body article.type-stores .main_content span.address b:nth-of-type(1) {
    min-width: 85px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body article.type-stores .main_content span.address b:nth-of-type(1) {
    min-width: 85px;
  }
}

@media (max-width: 767px) {
  body article.type-stores .main_content span.address b:nth-of-type(1) {
    min-width: 20vmin;
  }
}

body article.type-stores .main_content a.accesslink {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  padding: 5px 20px;
  background: #F3A530;
  position: relative;
}

@media (max-width: 767px) {
  body article.type-stores .main_content a.accesslink {
    margin-top: 20px;
  }
}

@media (max-width: 414px) {
  body article.type-stores .main_content a.accesslink {
    font-size: calc(1.4vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body article.type-stores .main_content a.accesslink {
    font-size: calc(1.4vmin/375*1000);
  }
}

body article.type-stores .main_content a.accesslink:hover {
  background: #e38d0d;
}

body article.type-stores .main_content a.accesslink:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
  left: auto;
}

body article.type-stores a {
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

body article.type-stores a:hover {
  color: #EF5E00;
}

body article.type-stores .thumbnail {
  width: 240px;
  height: 200px;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body article.type-stores .thumbnail {
    width: 30%;
  }
}

@media (max-width: 767px) {
  body article.type-stores .thumbnail {
    width: 100%;
    height: 150px;
  }
}

body article.type-stores .thumbnail:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

body article.type-stores .thumbnail img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  body article.type-stores .thumbnail img {
    width: 110%;
    height: auto;
  }
}

body article.type-stores .remarks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body article.type-stores .remarks .timestamp {
  padding: 0 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

body article.type-stores:last-of-type {
  margin-bottom: 0px;
}

body .area-description {
  position: relative;
}

body .area-description p {
  width: 100%;
  background: #FBE4C1;
  border: 5px solid #F3A530;
  padding: 20px;
  padding-right: 5%;
  margin-bottom: 50px;
  border-radius: 10px;
  line-height: 1.8;
  font-weight: 500;
}

body .area-description p strong {
  font-size: 2.2rem;
  font-weight: 700;
  color: #EA5616;
}

@media (max-width: 767px) {
  body .area-description p {
    width: 95%;
    padding-right: 9%;
    font-size: 1.35rem;
  }
}

body .area-description img {
  position: absolute;
  top: auto;
  right: -2%;
  bottom: -10%;
  left: auto;
  height: 70%;
  z-index: 10;
}

@media (max-width: 767px) {
  body .area-description img {
    right: -2%;
    bottom: -5%;
    height: 50%;
  }
}

body #varioustypes {
  width: 100%;
  margin: 15px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body #varioustypes span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  position: relative;
  padding: 0px 0px 0px 25px;
}

body #varioustypes span.box {
  margin-right: 15px;
}

body #varioustypes span.box:after {
  content: "R";
  width: 20px;
  height: 20px;
  background: #F3A530;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  body #varioustypes span.box:after {
    margin-top: 2px;
  }
}

body #varioustypes span.bike:before {
  content: "B";
  width: 20px;
  height: 20px;
  background: #268AFF;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

body aside.storeside {
  width: 30%;
}

@media (max-width: 1023px) {
  body aside.storeside {
    width: 100%;
    margin: 50px auto 0px auto;
    padding: 20px 0px 100px 0px;
    background: #fff;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  body aside.storeside {
    width: 95%;
    left: 2.5%;
  }
}

body aside.storeside #storearea {
  background: #fbe4c1;
  padding: 0px 0px 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 1023px) {
  body aside.storeside #storearea {
    width: 100%;
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  body aside.storeside #storearea {
    margin: 0px auto 0px auto;
    max-width: 600px;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  body aside.storeside #storearea {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}

body aside.storeside #storearea h3 {
  background: #e38d0d;
  padding: 10px 5px;
  border-bottom: 5px solid #F3A530;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  body aside.storeside #storearea h3 {
    background: #0064d9;
    border-bottom: none;
  }
}

@media (max-width: 375px) {
  body aside.storeside #storearea h3 {
    font-size: 3.6vmin;
  }
}

body aside.storeside #storearea h3 span {
  padding: 0px 0px 0px 15px;
  position: relative;
}

@media (max-width: 375px) {
  body aside.storeside #storearea h3 span {
    padding-left: 3.6vmin;
  }
}

body aside.storeside #storearea h3 span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

@media (max-width: 375px) {
  body aside.storeside #storearea h3 span:before {
    margin: -.3vmin 0px 0px 0px;
    font-size: 3.6vmin;
  }
}

body aside.storeside #storearea ul {
  width: 100%;
  margin: 10px 0px 7px 0px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  body aside.storeside #storearea ul {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body aside.storeside #storearea ul:last-of-type li:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}

body aside.storeside #storearea ul li {
  width: 48%;
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px #ccc solid;
  }

  body aside.storeside #storearea ul li:nth-child(even) {
    border-right: none;
  }
}

body aside.storeside #storearea ul li:nth-of-type(n+4) {
  margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li:nth-of-type(n+4) {
    margin: 0px 0px 0px 0px;
  }
}

body aside.storeside #storearea ul li a {
  width: 100%;
  background: #F3A530;
  padding: 5px 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    padding: 12px 0px 12px 10px;
    color: #333;
    background: #f7f7f7;
    position: relative;
  }

  body aside.storeside #storearea ul li a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    font-weight: 300;
    color: #939393;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    left: auto;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body aside.storeside #storearea ul li a:before {
    right: 3vmin;
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 414px) {
  body aside.storeside #storearea ul li a {
    font-size: calc(1.35vmin/414*1000);
    padding: 3vmin 0 3vmin 2.5vmin;
  }
}

body aside.storeside #storearea ul li a:hover {
  background: #e38d0d;
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li a:hover {
    background: #dedede;
  }
}

body aside.storeside #storearea ul li a>b {
  background: #fff;
  padding: 2px 4px;
  margin: 1px 0px 0px 5px;
  color: #e38d0d;
  line-height: 1;
  font-size: 1.05rem;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li a>b {
    color: #333;
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body aside.storeside #storearea ul li a>b {
    padding: 1vmin 1.5vmin;
    font-size: calc(1.15vmin/414*1000);
  }
}

body aside.storeside #storearea ul li.areaname {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li.areaname {
    padding: 0px 0px 0px 10px;
  }
}

body aside.storeside #storearea ul li.areaname h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 10px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #cb7e0c;
  border-left: 5px solid #e38d0d;
  line-height: 1.2;
  background: transparent;
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li.areaname h4 {
    border-left: 5px solid #0064d9;
    background: #fff;
    color: #333;
    margin: 10px 0px 10px 0px;
    padding: 1px 0px 1px 4px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body aside.storeside #storearea ul li.areaname h4 {
    font-size: calc(1.4vmin/414*1000);
  }
}

body aside.storeside #storearea ul li.areaname>a {
  position: absolute;
  top: -7px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  width: auto;
  color: #333;
  font-weight: 500;
  padding-left: 15px;
  background: transparent;
  display: inline-block;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body aside.storeside #storearea ul li.areaname>a {
    top: -1vmin;
    right: 4vmin;
  }
}

body aside.storeside #storearea ul li.areaname>a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #DB4E51;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

body aside.storeside #storearea ul li.areaname>a:hover {
  color: #E38D0D;
}

body aside.storeside ul#widgetarea {
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  background: #fbe4c1;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

@media (max-width: 1023px) {
  body aside.storeside ul#widgetarea {
    width: 100%;
    margin: 20px auto 0px auto;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  body aside.storeside ul#widgetarea {
    margin: 15px auto 0px auto;
    max-width: 600px;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  body aside.storeside ul#widgetarea {
    margin: 0px 0px 0px 0px;
  }
}

body aside.storeside ul#widgetarea li {
  padding: 10px 7px 0px 7px;
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li {
    padding: 10px 5px 0px 5px;
  }
}

body aside.storeside ul#widgetarea li.widgettitle {
  background: #e38d0d;
  padding: 10px 5px;
  border-bottom: 5px solid #F3A530;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li.widgettitle {
    font-size: 3.6vmin;
  }
}

body aside.storeside ul#widgetarea li.widgettitle span {
  padding: 0px 0px 0px 15px;
  position: relative;
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li.widgettitle span {
    padding-left: 3.6vmin;
  }
}

body aside.storeside ul#widgetarea li.widgettitle span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: -5px;
  margin: 3px 0px 0px 0px;
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li.widgettitle span:before {
    font-size: 3.6vmin;
    margin: .2vmin 0px 0px 0px;
  }
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li.widgettitle span:before {
    margin: .8vmin 0px 0px 0px;
  }
}

body aside.storeside ul#widgetarea li .textwidget {
  width: 100%;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul {
  width: 100%;
}

@media (max-width: 1023px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 0px 0px 8px;
  margin: 10px 0px 10px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #cb7e0c;
  border-left: 5px solid #e38d0d;
  line-height: 1.2;
  background: transparent;
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li h4 {
    font-size: 3.8vmin;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1) {
  width: 100%;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
  width: 49%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
    width: 49%;
  }
}

@media (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
    width: 49%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
    width: 49%;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item input[type='radio'],
body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item input[type='checkbox'] {
  display: none;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label {
  width: 100%;
  padding: 5px 3px 5px 25px;
  position: relative;
  cursor: pointer;
  background: #f4af48;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label {
    font-size: 1.45rem;
    font-weight: 500;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label {
    font-size: calc(1.45vmin/414*1000);
    padding-left: 6vmin;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  left: 5px;
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:before {
    content: "";
    width: 3.8vmin;
    height: 3.8vmin;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #E38D0D;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 3.6vmin;
    font-weight: 300;
    color: #E38D0D;
    position: absolute;
    top: 1.5vmin;
    right: auto;
    bottom: auto;
    left: 1.5vmin;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:after {
    top: .95vmin;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label.checked {
  background: #e38d0d;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1023px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2) {
    width: 60%;
  }
}

@media (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2) {
    margin: 20px 0px 20px 0px;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li input[type='radio'],
body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li input[type='checkbox'] {
  display: none;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
  width: 100%;
  padding: 0px 0px 0px 25px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-weight: 500;
  }
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-size: calc(1.45vmin/414*1000);
    padding: 0px 0px 0px 7vmin;
  }
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-size: calc(1.45vmin/375*1000);
  }
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-size: 3.5vmin;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  border: solid #ECD6B7 3px;
  z-index: 2;
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before {
    border: solid #ECD6B7 .8vmin;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F3A530;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border: solid #fff 5px;
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    border: solid #fff 5px;
  }
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    border: solid #fff 1.5vmin;
  }
}

@media (max-width: 414px) {

  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before,
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    width: 5vmin;
    height: 5vmin;
    top: .4vmin;
  }
}

@media (max-width: 414px) and (max-width: 375px) {

  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before,
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    top: 0;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label.checked:before {
  background: transparent;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1023px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3) {
    width: 40%;
  }
}

@media (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3) {
    margin: 20px 0px 20px 0px;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li input[type='radio'],
body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li input[type='checkbox'] {
  display: none;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label {
  width: 100%;
  padding: 0px 0px 0px 25px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label {
    font-weight: 500;
  }
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label {
    font-size: calc(1.45vmin/414*1000);
    padding: 0px 0px 0px 7vmin;
  }
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label {
    font-size: calc(1.45vmin/375*1000);
  }
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label {
    font-size: 3.5vmin;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  border: solid #ECD6B7 3px;
  z-index: 2;
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:before {
    border: solid #ECD6B7 .8vmin;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F3A530;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border: solid #fff 5px;
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:after {
    border: solid #fff 5px;
  }
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:after {
    border: solid #fff 1.5vmin;
  }
}

@media (max-width: 414px) {

  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:before,
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:after {
    width: 5vmin;
    height: 5vmin;
    top: .4vmin;
  }
}

@media (max-width: 414px) and (max-width: 375px) {

  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:before,
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label:after {
    top: 0;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label.checked:before {
  background: transparent;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul li label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1023px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4) {
    width: 48%;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4) {
    width: 100%;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item input[type='radio'],
body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item input[type='checkbox'] {
  display: none;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
  width: 100%;
  padding: 0px 0px 0px 25px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
    font-weight: 500;
  }
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
    font-size: calc(1.45vmin/375*1000);
    padding: 0px 0px 0px 7vmin;
  }
}

@media (max-width: 375px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
    font-size: calc(1.45vmin/375*1000);
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  left: 0;
  border: solid #ECD6B7 3px;
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:before {
    width: 5vmin;
    height: 5vmin;
    border: solid #ECD6B7 2px;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.7rem;
  font-weight: 300;
  color: #E38D0D;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 2px;
  -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 414px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:after {
    font-size: 3.8vmin;
    position: absolute;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 0.8vmin;
  }
}

@media (max-width: 320px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:after {
    top: 1px;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) {
  width: 100%;
  position: relative;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5):after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 75px;
  margin: 5px 0px 0px 0px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5):after {
    left: 40px;
    margin-top: 7px;
  }
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) input {
  width: 100%;
  background: #e38d0d;
  border-bottom: 5px solid #b36f0a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body aside.storeside ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) input:hover {
  background: #cb7e0c;
}

body aside.storeside li.cautiontext {
  width: 100%;
  padding: 0px 20px 0px 10px !important;
  font-size: 1.3rem;
}

body .snumber {
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block;
}

@media (max-width: 767px) {
  body .snumber {
    width: 90%;
    margin: 0px auto 10px auto;
  }
}

body .snumber b {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #F3A530;
  padding: 0px 5px 0px 0px;
}

@media (max-width: 414px) {
  body .snumber b {
    font-size: 6.5vmin;
  }
}

body #storelist {
  width: 100%;
  margin: 0px 0px 80px 0px;
}

@media (max-width: 767px) {
  body #storelist {
    width: 95%;
    margin: 0px auto 80px auto;
  }
}

body #storelist h2 {
  margin: 0px 0px 30px 0px;
}

body #storelist>ul {
  width: 100%;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  background: #fdeed9;
  border: solid 5px #F3A530;
  overflow: hidden;
}

body #storelist>ul>li {
  width: 100%;
}

body #storelist>ul>li.arealist {
  width: 100%;
  padding: 8px 5px 8px 25px;
  margin: 0px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #F3A530;
}

@media (max-width: 414px) {
  body #storelist>ul>li.arealist {
    font-size: 4vmin;
    padding-left: 10px;
  }
}

body #storelist>ul>li ul {
  width: 100%;
  padding: 20px 20px 20px 20px;
}

@media (max-width: 414px) {
  body #storelist>ul>li ul {
    padding: 4vmin;
  }
}

body #storelist>ul>li ul:nth-child(even) {
  background: #fbe4c1;
}

body #storelist>ul>li ul li {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}

@media (max-width: 414px) {
  body #storelist>ul>li ul li {
    margin: 0px 20px 10px 0px;
  }
}

body #storelist>ul>li ul li.areaname {
  width: 100%;
}

body #storelist>ul>li ul li.areaname h4 {
  display: inline-block;
  background: #F3A530;
  padding: 2px 5px;
  margin: 0px 0px 10px 0px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

body #storelist>ul>li ul li a {
  width: 100%;
  color: #484848;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body #storelist>ul>li ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  text-decoration: underline;
}

@media (max-width: 414px) {
  body #storelist>ul>li ul li a span {
    font-size: 3.6vmin;
  }
}

@media (max-width: 375px) {
  body #storelist>ul>li ul li a span {
    font-size: 3.6vmin;
  }
}

body #storelist>ul>li ul li a b {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #cb7e0c;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  background: #f7c478;
  line-height: 1;
  margin: 0px 0px 0px 5px;
}

body #storelist>ul>li ul li a:hover {
  color: #F3A530;
}

body #storelist>ul>li ul li a:hover span {
  color: #F3A530;
}

body #storelist>ul>li ul li a:hover b {
  background: #F3A530;
  color: #fff;
}

@media (max-width: 767px) {
  body.single-stores {
    width: 100%;
    margin: 50px auto 0px auto;
  }
}

body.single-stores #content {
  width: 67%;
}

@media (max-width: 767px) {
  body.single-stores #content {
    width: 100%;
  }
}

body.single-stores #content #storephoto {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0px 0px 0px;
}

@media (max-width: 767px) {
  body.single-stores #content #storephoto {
    width: 100%;
    height: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) and (max-width: 320px) {
  body.single-stores #content #storephoto {
    width: 100%;
    height: 270px;
  }
}

body.single-stores #content #storephoto #stage {
  width: 100%;
  height: 75%;
  overflow: hidden;
  position: relative;
}

body.single-stores #content #storephoto #stage div {
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

body.single-stores #content #storephoto #stage div.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

body.single-stores #content #storephoto #stage div#photo1 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

body.single-stores #content #storephoto #stage div img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body.single-stores #content #storephoto #stage div img {
    width: 120%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  body.single-stores #content #storephoto #stage div img {
    width: auto;
    height: 105%;
  }
}

body.single-stores #content #storephoto #gallery {
  width: 100%;
  height: 22%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.single-stores #content #storephoto #gallery {
    margin: 2% 0px 0px 0px;
  }
}

body.single-stores #content #storephoto #gallery>div {
  width: 24%;
  height: 100%;
  background: #333;
  margin: 0px 1.3% 0px 0px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

body.single-stores #content #storephoto #gallery>div:nth-of-type(4) {
  margin: 0px 0px 0px 0px;
}

body.single-stores #content #storephoto #gallery>div:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 35%;
  right: auto;
  bottom: auto;
  left: 40%;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}

@media (max-width: 414px) {
  body.single-stores #content #storephoto #gallery>div:before {
    top: 25%;
    font-size: 5vmin;
  }
}

body.single-stores #content #storephoto #gallery>div>img {
  width: 110%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body.single-stores #content #storephoto #gallery>div>img {
    width: 120%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores #content #storephoto #gallery>div>img {
    width: 120%;
    height: auto;
  }
}

@media (max-width: 767px) {
  body.single-stores #content #storephoto #gallery>div>img {
    width: auto;
    height: 110%;
  }
}

body.single-stores #content #storephoto #gallery>div:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

body.single-stores #content #storephoto #gallery>div:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

body.single-stores #content ul#feature {
  width: 100%;
  padding: 20px 20px 10px 20px;
  margin: 30px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 170px;
  background: #f8dfcd;
  border: 1px #f3cbae solid;
}

@media (max-width: 767px) {
  body.single-stores #content ul#feature {
    padding: 15px 5px;
    height: 35vmin;
  }
}

body.single-stores #content ul#feature li {
  width: 32%;
  padding: 5px 8px 5px 8px;
  margin: 0px 0 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 767px) {
  body.single-stores #content ul#feature li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
}

body.single-stores #content ul#feature li:nth-of-type(n+7) {
  margin-bottom: 0px;
}

body.single-stores #content ul#feature li span {
  position: relative;
  padding: 0px 0px 0px 25px;
}

@media (max-width: 767px) {
  body.single-stores #content ul#feature li span {
    padding: 0px 0px 0px 0px;
    font-size: 2.8vmin;
  }
}

body.single-stores #content ul#feature li span:before {
  color: #ccc;
}

@media (max-width: 767px) {
  body.single-stores #content ul#feature li span:before {
    display: none;
  }
}

body.single-stores #content ul#feature li.bike span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 700;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 2px;
  margin-top: 1px;
}

body.single-stores #content ul#feature li.car span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 3px;
}

body.single-stores #content ul#feature li.asphalt span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 4px;
  margin-top: 1px;
}

body.single-stores #content ul#feature li.twentyfour span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 8px;
  margin-top: 1px;
}

body.single-stores #content ul#feature li.credit span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 700;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 3px;
  margin-top: 1px;
}

body.single-stores #content ul#feature li.light span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  font-weight: 700;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 7px;
  margin-top: 1px;
}

body.single-stores #content ul#feature li.camera span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 700;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 5px;
  margin-top: 1px;
}

body.single-stores #content ul#feature li.listing span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 8px;
  margin-top: 2px;
}

body.single-stores #content ul#feature li.space span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 5px;
  margin-top: 1px;
}

body.single-stores #content ul#feature li.on {
  background: #EF5E00;
  color: #fff;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

@media (min-width: 1024px) {
  body.single-stores #content ul#feature li.on {
    background: #fff;
    color: #ccc;
    -webkit-transition: All 0.6s ease-in-out;
    -ms-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
    transition: All 0.6s ease-in-out;
  }

  body.single-stores #content ul#feature li.on.anime {
    background: #EF5E00;
    color: #fff;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(1) {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(2) {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(3) {
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(4) {
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(5) {
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(6) {
    -webkit-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(7) {
    -webkit-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(8) {
    -webkit-transition-delay: 1.7s;
    -ms-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }

  body.single-stores #content ul#feature li.on.anime:nth-of-type(9) {
    -webkit-transition-delay: 1.9s;
    -ms-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
}

body.single-stores #content ul#feature li.on span:before {
  color: #fff;
}

body.single-stores #content ul#campaigntype {
  background: #f3f3f3;
  margin: 50px 0px 0px 0px;
  padding: 40px 7px 30px 7px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body.single-stores #content ul#campaigntype {
    padding: 40px 8px 30px 8px;
  }
}

@media (max-width: 414px) {
  body.single-stores #content ul#campaigntype {
    padding: 40px 5px 30px 5px;
  }
}

body.single-stores #content ul#campaigntype>li {
  width: 48%;
  margin: 0px auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores #content ul#campaigntype>li {
    width: 48%;
    max-width: 380px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  body.single-stores #content ul#campaigntype>li {
    width: 100%;
    max-width: 360px;
    margin-bottom: 15px;
  }
}

body.single-stores #content ul#campaigntype>li:nth-of-type(1) {
  width: 100%;
  position: absolute;
  top: -20px;
  right: 0px;
  bottom: auto;
  left: 0px;
  text-align: center;
}

@media (min-width: 1024px) {
  body.single-stores #content ul#campaigntype>li:nth-of-type(1) {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }

  body.single-stores #content ul#campaigntype>li:nth-of-type(1).anime {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

body.single-stores #content ul#campaigntype>li:nth-of-type(1) img {
  width: 35%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores #content ul#campaigntype>li:nth-of-type(1) img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  body.single-stores #content ul#campaigntype>li:nth-of-type(1) img {
    width: 70%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.single-stores #content ul#campaigntype>li:nth-of-type(1) img {
    width: 70%;
  }
}

@media (min-width: 1024px) {

  body.single-stores #content ul#campaigntype>li:nth-of-type(2),
  body.single-stores #content ul#campaigntype>li:nth-of-type(4) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }

  body.single-stores #content ul#campaigntype>li:nth-of-type(2).anime,
  body.single-stores #content ul#campaigntype>li:nth-of-type(4).anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  body.single-stores #content ul#campaigntype>li:nth-of-type(3) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  }

  body.single-stores #content ul#campaigntype>li:nth-of-type(3).anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

body.single-stores #content ul#campaigntype>li#transportarea {
  width: 80%;
  margin: 10px auto 0px auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  body.single-stores #content ul#campaigntype>li#transportarea {
    width: 99%;
  }
}

body.single-stores #content ul#campaigntype>li div#month {
  background: #fff;
  padding: 15px;
  border-top: solid 7px #EF5E00;
  border-bottom: solid 7px #EF5E00;
  max-height: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li div#month>span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}

body.single-stores #content ul#campaigntype>li div#month>span>strong {
  display: inline-block;
  padding: 0px 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: #EF5E00;
}

body.single-stores #content ul#campaigntype>li div#month>strong {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: 1;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(1) {
    font-size: 5rem;
  }
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(1) {
    font-size: 15vmin;
  }
}

body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 3px;
}

body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(2) em {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: 1;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(2) em {
    font-size: 6vmin;
  }
}

body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(2) b {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: .8;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(2) b {
    font-size: 6vmin;
  }
}

body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: 1.1;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(3) {
    font-size: 5vmin;
  }
}

body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(4) {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #EF5E00;
  position: relative;
  margin-left: 10px;
  line-height: 1.2;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(4) {
    width: 17vmin;
    height: 17vmin;
    font-size: 3vmin;
  }
}

body.single-stores #content ul#campaigntype>li div#month>strong>span:nth-of-type(4):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #EF5E00;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 5px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

body.single-stores #content ul#campaigntype>li div#month p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #888;
  width: 100%;
  line-height: 1.2;
  margin: 10px 0px 0px 0px;
}

body.single-stores #content ul#campaigntype>li #free {
  background: #EF5E00;
  padding: 10px;
  max-height: 180px;
}

body.single-stores #content ul#campaigntype>li #free>div {
  border: #fff solid 3px;
}

body.single-stores #content ul#campaigntype>li #free>div>div {
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  padding: 5px;
  position: relative;
}

body.single-stores #content ul#campaigntype>li #free>div>div:before {
  content: "";
  width: 4px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: -20px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

body.single-stores #content ul#campaigntype>li #free>div>div:after {
  content: "";
  width: 4px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 10px;
  right: -20px;
  bottom: auto;
  left: auto;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(1) {
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(1) {
    font-size: 4vmin;
  }
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2) {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(1) {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(1)>em {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(1)>em {
    font-size: 1.5rem;
  }
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(1)>em {
    font-size: 5vmin;
  }
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(1)>b {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(1)>b {
    font-size: 1.5rem;
  }
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(1)>b {
    font-size: 5vmin;
  }
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(2) {
  width: 35%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(2)>span:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 5px 0px 0px 0px;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(2)>span:nth-of-type(1) {
    font-size: 7.5vmin;
  }
}

body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(2)>span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 1px 3px 0px #a34000;
  -moz-text-shadow: 1px 3px 0px #a34000;
  -ms-text-shadow: 1px 3px 0px #a34000;
  text-shadow: 1px 3px 0px #a34000;
  line-height: 1;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li #free>div>div>span:nth-of-type(2)>span:nth-of-type(2)>span:nth-of-type(2) {
    font-size: 13vmin;
  }
}

body.single-stores #content ul#campaigntype>li #free>div ul {
  width: 100%;
  padding: 5px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}

body.single-stores #content ul#campaigntype>li #free>div ul li {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #free>div ul li:nth-of-type(2) {
  border-left: 1px dotted #EF5E00;
  border-right: 1px dotted #EF5E00;
}

body.single-stores #content ul#campaigntype>li #free>div ul li:nth-of-type(3) {
  border-right: 1px dotted #EF5E00;
}

body.single-stores #content ul#campaigntype>li #free>div ul li span {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #free>div ul li span:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #EF5E00;
}

@media (max-width: 375px) {
  body.single-stores #content ul#campaigntype>li #free>div ul li span:nth-of-type(1) {
    font-size: 2.8vmin;
  }
}

body.single-stores #content ul#campaigntype>li #free>div ul li span:nth-of-type(2) em {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #EF5E00;
  margin: 5px 0px 0px -5px;
}

body.single-stores #content ul#campaigntype>li #free>div ul li span:nth-of-type(2) b {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: 1;
}

body.single-stores #content ul#campaigntype>li #onemonth {
  background: #fef9f1;
  padding: 15px;
  border-top: solid 7px #EF5E00;
  border-bottom: solid 7px #EF5E00;
  max-height: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #onemonth>span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 0px 10px 0px;
}

body.single-stores #content ul#campaigntype>li #onemonth>span strong {
  display: inline-block;
  padding: 0px 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: #EF5E00;
}

body.single-stores #content ul#campaigntype>li #onemonth strong {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #onemonth strong>span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: 1;
}

body.single-stores #content ul#campaigntype>li #onemonth strong>span:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #EF5E00;
  margin: 15px 0px 0px 0px;
}

body.single-stores #content ul#campaigntype>li #onemonth strong>span:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: 1.1;
  margin: 7px 0px 0px 5px;
}

body.single-stores #content ul#campaigntype>li #onemonth strong>span:nth-of-type(4) {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #EF5E00;
  position: relative;
  margin-left: 10px;
  line-height: 1.2;
}

body.single-stores #content ul#campaigntype>li #onemonth strong>span:nth-of-type(4):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #EF5E00;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 5px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

body.single-stores #content ul#campaigntype>li #onemonth p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #888;
  width: 100%;
  line-height: 1.2;
  margin: 25px 0px 0px 0px;
}

body.single-stores #content ul#campaigntype>li #transport {
  width: 100%;
  background: url(images/transport_bg.gif) no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 0px 0px 20px 0px;
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #transport a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  z-index: 10;
}

@media (max-width: 767px) {
  body.single-stores #content ul#campaigntype>li #transport {
    background: none;
    margin: 0px 0px 0px 0px;
  }

  body.single-stores #content ul#campaigntype>li #transport a {
    width: auto;
    height: auto;
    position: static;
  }

  body.single-stores #content ul#campaigntype>li #transport:before,
  body.single-stores #content ul#campaigntype>li #transport:after {
    display: none;
  }
}

body.single-stores #content ul#campaigntype>li #transport:before {
  content: "";
  width: 10px;
  height: 45px;
  background: #d33737;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: -10px;
}

body.single-stores #content ul#campaigntype>li #transport:after {
  content: "";
  width: 4px;
  height: 3px;
  background: #861e1e;
  position: absolute;
  top: 50px;
  right: auto;
  bottom: auto;
  left: -4px;
}

body.single-stores #content ul#campaigntype>li #transport>span:nth-of-type(1) {
  width: 75%;
  background: #d33737;
  position: relative;
  margin: 10px 0px 0px 0px;
  padding: 5px 0px 5px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0px 2px 0px #721919;
  -moz-text-shadow: 0px 2px 0px #721919;
  -ms-text-shadow: 0px 2px 0px #721919;
  text-shadow: 0px 2px 0px #721919;
}

body.single-stores #content ul#campaigntype>li #transport>span:nth-of-type(1):before {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  top: 0px;
  right: -40px;
  bottom: auto;
  left: auto;
  border-style: solid;
  border-width: 40px 50px 0 0;
  border-color: #d33737 transparent transparent transparent;
}

body.single-stores #content ul#campaigntype>li #transport>span:nth-of-type(1):after {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  top: auto;
  right: -40px;
  bottom: 0px;
  left: auto;
  border-style: solid;
  border-width: 40px 0 0 50px;
  border-color: transparent transparent transparent #d33737;
}

body.single-stores #content ul#campaigntype>li #transport>span:nth-of-type(1) strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin: 0px 5px 0px 0px;
}

body.single-stores #content ul#campaigntype>li #transport>span:nth-of-type(2) {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

body.single-stores #content ul#campaigntype>li #transport div {
  width: 100%;
  height: 110px;
  margin: 15px auto 0px auto;
  padding: 0px 0px 0px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(1) {
  width: 17%;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(1) img {
  width: 100%;
  margin-top: 10px;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(2) {
  width: 28%;
  margin: 0px 0px 0px 3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(2) strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(2) b {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(3) {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  line-height: 1.1;
  letter-spacing: 1.5px;
  background: #e58100;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(4) {
  width: 34%;
  padding: 0px 2%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(4)>span {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(4) b {
  width: 100%;
  padding: 4px 5px 5px 5px;
  margin: 10px 0px 0px 0px;
  position: relative;
  background: #E58100;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

body.single-stores #content ul#campaigntype>li #transport div>span:nth-of-type(4) b:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 10px;
}

body.single-stores #content ul#campaigntype>li #transport img {
  width: 100%;
}

body.single-stores #content #pricedescription {
  width: 100%;
  min-height: 165px;
  margin: 30px 0px 0px 0px;
  padding: 8px 0px 0px 0px;
  background: #FCF3ED;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  body.single-stores #content #pricedescription {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }

  body.single-stores #content #pricedescription.anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  body.single-stores #content #pricedescription {
    width: 95%;
    margin: 20px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }

  body.single-stores #content #pricedescription img {
    width: 100%;
  }
}

body.single-stores #content #pricedescription:before {
  content: "";
  width: 100%;
  height: 32%;
  background: #EF5E00;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

@media (max-width: 767px) {
  body.single-stores #content #pricedescription:before {
    display: none;
  }
}

body.single-stores #content #pricedescription div {
  z-index: 1;
}

body.single-stores #content #pricedescription div:nth-of-type(1) {
  width: 25%;
  margin: 0px 4%;
  padding: 15px 0px 0px 40px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content #pricedescription div:nth-of-type(1):before {
  content: "";
  width: 170px;
  height: 170px;
  background: #fff;
  position: absolute;
  top: -30px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

body.single-stores #content #pricedescription div:nth-of-type(1):after {
  content: "";
  font-family: "FontAwesome";
  font-size: 5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -50px;
  left: 0px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  transform: rotate(140deg);
}

body.single-stores #content #pricedescription div:nth-of-type(1) span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  z-index: 1;
}

body.single-stores #content #pricedescription div:nth-of-type(1) span:nth-of-type(2) b {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #EF5E00;
  line-height: 1.2;
  margin-left: -5px;
  text-decoration: underline;
}

body.single-stores #content #pricedescription div:nth-of-type(2) {
  width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content #pricedescription div:nth-of-type(2) span:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin: 5px 0px 0px 0px;
}

body.single-stores #content #pricedescription div:nth-of-type(2) span:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #EF5E00;
  letter-spacing: 2px;
  text-shadow: white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px;
}

body.single-stores #content #pricedescription div:nth-of-type(2) span:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: #EF5E00;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px;
}

body.single-stores #content #pricedescription div:nth-of-type(3) {
  width: 20%;
  padding: 1px 0px 0px 4px;
  line-height: 1;
  letter-spacing: 1.5px;
  background: url(images/price_stroke.png) no-repeat left top;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4rem;
  font-weight: 900;
  color: #EF5E00;
}

body.single-stores #content #pricedescription a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  z-index: 10;
}

body.single-stores #content #creditbanner {
  width: 95%;
  margin: 10px auto 0px auto;
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores #content #creditbanner {
    width: 100%;
  }
}

body.single-stores #content #creditbanner img {
  width: 100%;
}

body.single-stores #content table {
  width: 100%;
  margin: 30px 0px 0px 0px;
  table-layout: fixed;
}

body.single-stores #content table tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content table tr:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

body.single-stores #content table tr:nth-child(odd) {
  background: #f7f7f7;
}

body.single-stores #content table tr:last-of-type td {
  border-bottom: 1px #ccc solid;
}

body.single-stores #content table tr th {
  padding: 15px 5px;
  border-right: 1px #f9cf90 solid;
  background: #F3A530;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  body.single-stores #content table tr th {
    font-size: calc(1.35vmin/414*1000);
  }
}

body.single-stores #content table tr th:nth-of-type(1) {
  width: 10%;
}

@media (max-width: 767px) {
  body.single-stores #content table tr th:nth-of-type(1) {
    width: 20%;
  }
}

body.single-stores #content table tr th:nth-of-type(2) {
  width: 25%;
}

@media (max-width: 767px) {
  body.single-stores #content table tr th:nth-of-type(2) {
    width: 35%;
  }
}

body.single-stores #content table tr th:nth-of-type(3) {
  width: 65%;
  border: none;
}

@media (max-width: 767px) {
  body.single-stores #content table tr th:nth-of-type(3) {
    width: 45%;
  }
}

body.single-stores #content table tr td {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 5px;
  border-right: 1px #ccc solid;
}

body.single-stores #content table tr td:nth-of-type(1) {
  width: 10%;
  border-left: 1px #ccc solid;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td:nth-of-type(1) {
    width: 20%;
  }
}

body.single-stores #content table tr td:nth-of-type(2) {
  width: 25%;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td:nth-of-type(2) {
    width: 35%;
  }
}

body.single-stores #content table tr td:nth-of-type(3) {
  width: 65%;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td:nth-of-type(3) {
    width: 45%;
  }
}

body.single-stores #content table tr td ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content table tr td ul li:nth-of-type(1) {
  width: 40%;
  padding: 0px 40px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul li:nth-of-type(1) {
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.single-stores #content table tr td ul li:nth-of-type(1) b {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #484848;
}

body.single-stores #content table tr td ul li:nth-of-type(2) {
  width: 50%;
  padding: 0px 20px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul li:nth-of-type(2) {
    width: 80%;
    max-width: 145px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
  }
}

body.single-stores #content table tr td ul li div.btnArea {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px 3px 0px;
}

body.single-stores #content table tr td ul li div.btnArea form {
  width: 48%;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul li div.btnArea form {
    width: 100%;
    margin-bottom: 5px;
  }
}

body.single-stores #content table tr td ul li div.btnArea form input {
  width: 100%;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
  background: #EF5E00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 3px #e0e0e0;
  -moz-box-shadow: 0px 2px 3px #e0e0e0;
  -ms-box-shadow: 0px 2px 3px #e0e0e0;
  box-shadow: 0px 2px 3px #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

@media (max-width: 414px) {
  body.single-stores #content table tr td ul li div.btnArea form input {
    font-size: 3.6vmin;
    padding: 3px 8px;
  }
}

body.single-stores #content table tr td ul li div.btnArea form input:hover {
  background: #a34000;
}

body.single-stores #content table tr td ul li div.btnArea a.estimate {
  width: 48%;
  background: #F3A530;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 3px #e0e0e0;
  -moz-box-shadow: 0px 2px 3px #e0e0e0;
  -ms-box-shadow: 0px 2px 3px #e0e0e0;
  box-shadow: 0px 2px 3px #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul li div.btnArea a.estimate {
    width: 100%;
    padding: 3px 8px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.single-stores #content table tr td ul li div.btnArea a.estimate {
    font-size: 3.6vmin;
  }
}

body.single-stores #content table tr td ul li div.btnArea a.estimate:hover {
  background: #cb7e0c;
}

@media (max-width: 414px) {
  body.single-stores #content table tr td ul.campaign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(1) {
  width: 25%;
  padding: 0px 0px 0px 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }

  body.single-stores #content table tr td ul.campaign li:nth-of-type(1).anime {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  body.single-stores #content table tr td ul.campaign li:nth-of-type(1).anime:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1) {
    width: auto;
    margin: 0px auto 0px auto;
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: 300;
  color: #EF5E00;
  position: absolute;
  top: 25px;
  right: -15px;
  bottom: auto;
  left: auto;
}

@media (min-width: 1024px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1):before {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1):before {
    font-size: calc(1.5vmin/768*1000);
  }
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1):before {
    content: "";
    font-family: "FontAwesome";
    font-size: 3.6vmin;
    font-weight: 300;
    color: #EF5E00;
    position: absolute;
    top: 45px;
    right: 0;
    bottom: auto;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) and (min-width: 415px) and (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1):before {
    font-size: 2rem;
    top: 42px;
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(1) span:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ababab;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1) span:nth-of-type(1) {
    font-size: 3vmin;
  }
}

@media (max-width: 767px) and (min-width: 415px) and (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(1) span:nth-of-type(1) {
    font-size: 1.2rem;
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(1) span:nth-of-type(2) {
  position: relative;
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(1) span:nth-of-type(2):before {
  content: "";
  width: 80%;
  height: 3px;
  background: #EF5E00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(1) b {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ababab;
  line-height: 1;
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(1) em {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ababab;
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(2) {
  width: 50%;
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) {
    width: 45%;
  }
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) {
    width: 100%;
    margin: 30px auto 0px auto;
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #333;
  margin-left: -5px;
}

@media (min-width: 1024px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(1) {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  }
}

@media (max-width: 414px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(1) {
    font-size: 3vmin;
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(2) b {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #EF5E00;
  line-height: 1;
  display: inline-block;
}

@media (min-width: 1024px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(2) b {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
  }
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(2) b {
    font-size: 8vmin;
  }
}

@media (max-width: 767px) and (min-width: 415px) and (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(2) b {
    font-size: 3.6rem;
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(2) em {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #EF5E00;
  margin: 10px 0px 0px 5px;
  display: inline-block;
}

@media (min-width: 1024px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2) span:nth-of-type(2) em {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 1024px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(2).anime span:nth-of-type(1) {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  body.single-stores #content table tr td ul.campaign li:nth-of-type(2).anime span:nth-of-type(2) b {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  body.single-stores #content table tr td ul.campaign li:nth-of-type(2).anime span:nth-of-type(2) em {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

body.single-stores #content table tr td ul.campaign li:nth-of-type(3) {
  width: 25%;
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(3) {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s;
  }

  body.single-stores #content table tr td ul.campaign li:nth-of-type(3).anime {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(3) {
    width: 30%;
  }
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(3) {
    width: 95%;
    margin: 15px auto 0px auto;
  }
}

@media (max-width: 767px) and (min-width: 415px) and (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li:nth-of-type(3) {
    width: 60%;
  }
}

body.single-stores #content table tr td ul.campaign li div.btnArea {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 10px 3px 0px;
}

@media (max-width: 767px) {
  body.single-stores #content table tr td ul.campaign li div.btnArea {
    padding: 0px 0px 3px 0px;
  }
}

body.single-stores #content table tr td ul.campaign li div.btnArea form {
  width: 100%;
  margin-bottom: 3px;
}

body.single-stores #content table tr td ul.campaign li div.btnArea a.estimate {
  width: 100%;
  padding: 5px 15px;
  margin-top: 3px;
}

body.single-stores #content #comment {
  background: #F8DFCD;
  border: 5px solid #F3A530;
  margin: 30px 0px 0px 0px;
}

body.single-stores #content #comment h3 {
  background: #F3A530;
  padding: 0px 10px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores #content #comment h3 img {
  width: 40px;
}

body.single-stores #content #comment p {
  width: 100%;
  padding: 5px 20px 20px 20px;
  line-height: 1.8;
}

body.single-stores #content #comment p span {
  border-bottom: dashed 1px #666;
}

body.single-stores #content #mailform {
  width: 100%;
}

body.single-stores #content #mailform a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 3px #e0e0e0;
  -moz-box-shadow: 0px 2px 3px #e0e0e0;
  -ms-box-shadow: 0px 2px 3px #e0e0e0;
  box-shadow: 0px 2px 3px #e0e0e0;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  background: #F3A530;
  margin: 30px 0px 0px 0px;
  padding: 15px 0px;
}

@media (max-width: 767px) {
  body.single-stores #content #mailform a {
    width: 90%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 30px auto 0px auto;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.single-stores #content #mailform a {
    font-size: 5vmin;
  }
}

body.single-stores #content #mailform a span {
  padding: 0px 0px 0px 30px;
  position: relative;
}

body.single-stores #content #mailform a span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

body.single-stores #content #mailform a:hover {
  background: #e38d0d;
}

body.single-stores #content #maparea .acf-map {
  width: 100%;
  height: 400px;
  margin: 30px 0px 0px 0px;
}

@media (min-width: 1024px) {
  body.single-stores #content #maparea .acf-map {
    width: 0%;
    -webkit-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  body.single-stores #content #maparea .acf-map.anime {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 414px) {
  body.single-stores #content #maparea .acf-map {
    height: 250px;
  }
}

body.single-stores #content #maparea .acf-map img {
  max-width: inherit !important;
}

body.single-stores #content #maparea a {
  width: 100%;
  padding: 0px 0px 0px 15px;
  margin: 10px 0px 0px 0px;
  display: block;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 414px) {
  body.single-stores #content #maparea a {
    padding: 0px 20px 0px 20px;
  }
}

body.single-stores #content #maparea a em {
  display: none;
}

body.single-stores #content #maparea a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #dc4735;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

@media (max-width: 767px) {
  body.single-stores #content #maparea a:before {
    left: 5px;
  }
}

body.single-stores section.nearby {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body.single-stores section.nearby.anime {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

body.single-stores section.nearby>h2 {
  width: 100%;
  padding: 20px 0px 20px 35px;
  margin-top: 40px;
  position: relative;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 767px) {
  body.single-stores section.nearby>h2 {
    width: 95%;
    margin: 0px auto 5vmax auto;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.single-stores section.nearby>h2 {
    margin: 10vmin auto 5vmin auto;
    padding: 5vmin 0px 5vmin 35px;
    font-size: calc(2vmin/414*1000);
  }
}

body.single-stores section.nearby>h2:before {
  content: "";
  width: 20px;
  height: 4px;
  background: #EF5E00;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.single-stores section.nearby article.type-stores {
  width: 30%;
  padding: 0px 0px 15px 0px;
  margin: 40px 5% 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}

body.single-stores section.nearby article.type-stores:nth-of-type(3n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores section.nearby article.type-stores {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores {
    width: 95%;
    margin: 0px auto 30px auto;
  }
}

body.single-stores section.nearby article.type-stores .main_content {
  width: 100%;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores section.nearby article.type-stores .main_content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #434343;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0px 10px 0px;
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .main_content h2 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

body.single-stores section.nearby article.type-stores .main_content h2 a {
  line-height: 1;
  margin: 0px 0px 0px 5px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

body.single-stores section.nearby article.type-stores .main_content h2 span {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

body.single-stores section.nearby article.type-stores .main_content h2 span.box {
  background: #F3A530;
}

body.single-stores section.nearby article.type-stores .main_content h2 span.box:after {
  content: 'R';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .main_content h2 span.box:after {
    margin-top: 2px;
  }
}

body.single-stores section.nearby article.type-stores .main_content h2 span.bike {
  background: #268AFF;
  z-index: -1;
  margin: 0px 0px 0px -5px;
}

body.single-stores section.nearby article.type-stores .main_content h2 span.bike:before {
  content: 'B';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

body.single-stores section.nearby article.type-stores .main_content ul.archives_price,
body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike {
  width: 100%;
  margin: 10px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores section.nearby article.type-stores .main_content ul.archives_price li,
body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 767px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li,
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li,
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li {
    font-size: 3.6vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li,
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li {
    font-size: 3.6vmin;
  }
}

body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1),
body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
  -webkit-box-ordinal-group: -2;
  -moz-box-ordinal-group: -2;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  padding: 0px 0px 0px 15px;
  position: relative;
}

@media (max-width: 767px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 320px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1),
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1) {
    margin-top: 0px;
  }
}

body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  font-weight: 300;
  color: #F3A530;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

@media (max-width: 767px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {

  body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(1):before,
  body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(1):before {
    font-size: 3.3vmin;
  }
}

body.single-stores section.nearby article.type-stores .main_content ul.archives_price li:nth-of-type(3),
body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li:nth-of-type(3) {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

body.single-stores section.nearby article.type-stores .main_content ul.archives_price li>span,
body.single-stores section.nearby article.type-stores .main_content ul.archives_price_bike li>span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0px 0px 0px;
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives>span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  background: transparent;
  padding: 0px 0px 0px 15px;
  position: relative;
  line-height: 1.7;
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives>span {
    width: 33%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives>span {
    font-size: 3.3vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives>span {
    font-size: 3.3vmin;
  }
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives>span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #ff7a23;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 1px;
}

@media (max-width: 414px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives>span:before {
    font-size: 3vmin;
    margin-top: 1px;
  }
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives div {
    width: 67%;
  }
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives div span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 8px;
  margin: 0px 10px 0px 0px;
  background: #ff7a23;
}

@media (max-width: 414px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives div span {
    font-size: calc(1.2vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives div span {
    font-size: calc(1.2vmin/375*1000);
    padding: 2px 4px;
  }
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives div span.free {
  background: #268AFF;
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives div span.transport {
  background: #e6a724;
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .main_content .campaignarchives div span:nth-of-type(3) {
    margin: 3px 0px 0px 0px;
  }
}

body.single-stores section.nearby article.type-stores .main_content .campaignarchives div span:nth-of-type(3).transport {
  background: #e6a724;
}

body.single-stores section.nearby article.type-stores .main_content span.address {
  width: 100%;
  padding: 0px 0px 0px 15px;
  margin: 10px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 414px) {
  body.single-stores section.nearby article.type-stores .main_content span.address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 3.3vmin;
  }
}

@media (max-width: 375px) {
  body.single-stores section.nearby article.type-stores .main_content span.address {
    font-size: 3.3vmin;
  }
}

body.single-stores section.nearby article.type-stores .main_content span.address:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  font-weight: 300;
  color: #dc4735;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 2px;
  margin: 1px 0px 0px 0px;
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .main_content span.address:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    font-weight: 300;
    color: #dc4735;
    position: absolute;
    top: 7px;
    right: auto;
    bottom: auto;
    left: 2px;
  }
}

@media (max-width: 414px) {
  body.single-stores section.nearby article.type-stores .main_content span.address:before {
    font-size: 3.6vmin;
  }
}

@media (max-width: 375px) {
  body.single-stores section.nearby article.type-stores .main_content span.address:before {
    font-size: 3.6vmin;
  }
}

body.single-stores section.nearby article.type-stores .main_content span.address b {
  font-weight: 300;
}

@media (min-width: 1200px) {
  body.single-stores section.nearby article.type-stores .main_content span.address b:nth-of-type(1) {
    min-width: 85px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores section.nearby article.type-stores .main_content span.address b:nth-of-type(1) {
    min-width: 85px;
  }
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .main_content span.address b:nth-of-type(1) {
    min-width: 20vmin;
  }
}

body.single-stores section.nearby article.type-stores .main_content a.accesslink {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  margin-top: 15px;
  padding: 5px 20px;
  background: #F3A530;
  position: relative;
}

@media (max-width: 414px) {
  body.single-stores section.nearby article.type-stores .main_content a.accesslink {
    font-size: calc(1.4vmin/414*1000);
    margin-top: 0px;
  }
}

body.single-stores section.nearby article.type-stores .main_content a.accesslink:hover {
  background: #e38d0d;
}

body.single-stores section.nearby article.type-stores .main_content a.accesslink:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
  left: auto;
}

body.single-stores section.nearby article.type-stores a {
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}

body.single-stores section.nearby article.type-stores a:hover {
  color: #EF5E00;
}

body.single-stores section.nearby article.type-stores .thumbnail {
  width: 100%;
  height: 140px;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.single-stores section.nearby article.type-stores .thumbnail {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .thumbnail {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.single-stores section.nearby article.type-stores .thumbnail {
    width: 100%;
    height: 120px;
  }
}

body.single-stores section.nearby article.type-stores .thumbnail:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

body.single-stores section.nearby article.type-stores .thumbnail img {
  width: 105%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  body.single-stores section.nearby article.type-stores .thumbnail img {
    width: 110%;
    height: auto;
  }
}

body.single-stores section.nearby article.type-stores .remarks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-stores section.nearby article.type-stores .remarks .timestamp {
  padding: 0 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

body.single-stores section.nearby article.type-stores:last-of-type {
  margin-bottom: 0px;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

body.home .common {
  padding: 8px 0px 8px 0px;
}

body.home #loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  background: #fff;
  z-index: 1001;
}

body.home #loader .progressBar_wrap {
  position: absolute;
  top: 43%;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: auto;
  width: calc(50% + 125px);
  height: 48px;
}

body.home #loader .progressBar_wrap img {
  width: 250px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  -webkit-animation: load 0.2s ease 0.3s;
  -moz-animation: load 0.2s ease 0.3s;
  animation: load 0.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  margin: auto;
}

body.home #loader .progressBar_wrap .progressBar {
  width: 101%;
  height: 101%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes load {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes load {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

body.home h2 {
  width: 100%;
  margin: 0px 0px 40px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  body.home h2 {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  }
}

body.home h2 span:nth-of-type(1) {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {
  body.home h2 span:nth-of-type(1) {
    font-size: 5vmin;
  }
}

body.home h2 span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #CF9C50;
  position: relative;
}

@media (max-width: 414px) {
  body.home h2 span:nth-of-type(2) {
    font-size: 3vmin;
  }
}

body.home h2 span:nth-of-type(2):before {
  content: "";
  width: 50px;
  height: 4px;
  background: #CF9C50;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -6px;
  left: 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0px auto 0px auto;
}

@media (min-width: 1024px) {
  body.home h2 span:nth-of-type(2):before {
    width: 0px;
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
  }
}

body.home h2.anime {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

body.home h2.anime span:nth-of-type(2):before {
  width: 50px;
  height: 4px;
}

body.home .flickity {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 155px 0px 0px 0px;
  position: relative;
}

body.home .flickity:before {
  content: "";
  width: 450px;
  height: 201px;
  background: transparent;
  position: absolute;
  top: -50px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(images/top_mask_img.png) center center no-repeat;
  margin: auto;
  z-index: 30;
}

@media (min-width: 415px) and (max-width: 767px) {
  body.home .flickity:before {
    content: "";
    width: 80%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: -15px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-width: 450px;
    background: url(images/top_mask_img_sp.png) center center no-repeat;
    background-size: 100%;
    margin: auto;
    z-index: 30;
  }
}

@media (max-width: 414px) {
  body.home .flickity:before {
    content: "";
    width: 85%;
    height: 75%;
    background: transparent;
    position: absolute;
    top: -15px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(images/top_mask_img_sp.png) center center no-repeat;
    background-size: 100%;
    max-width: auto;
    margin: auto;
    z-index: 30;
  }
}

body.home .flickity:after {
  content: "";
  width: 369px;
  height: 238px;
  background: transparent;
  position: absolute;
  top: 162px;
  right: 0px;
  bottom: 0px;
  left: 580px;
  background: url(images/top_mask_img2.png) center center no-repeat;
  margin: auto;
  z-index: 30;
}

@media (max-width: 1023px) {
  body.home .flickity:after {
    display: none;
  }
}

@media (max-width: 1023px) {
  body.home .flickity {
    margin: 50px 0px 0px 0px;
  }
}

body.home .flickity .slide {
  width: 1100px;
  height: 400px;
  margin: 0px 30px 0px 0px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home .flickity .slide {
    width: 100%;
    height: 380px;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  body.home .flickity .slide {
    width: 100%;
    height: 320px;
  }
}

@media (max-width: 414px) {
  body.home .flickity .slide {
    width: 100%;
    height: 250px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}

body.home .flickity .slide img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  body.home .flickity .slide img {
    width: auto;
    height: 130%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home .flickity .slide img {
    height: 100%;
  }
}

body.home .flickity .flickity-page-dots {
  bottom: -30px;
}

body.home .flickity .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  background: #f6ba60;
  border: 2px #fff solid;
}

body.home .flickity .flickity-page-dots .dot.is-selected {
  background: #F3A530;
}

body.home .flickity .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

body.home .flickity .flickity-prev-next-button.previous {
  left: 0;
}

body.home .flickity .flickity-prev-next-button.next {
  right: 0;
}

@media (max-width: 767px) {
  body.home .flickity .flickity-prev-next-button {
    display: none;
  }
}

body.home .flickity .flickity-prev-next-button .arrow {
  fill: #fff;
}

body.home .flickity .flickity-prev-next-button svg {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@-moz-keyframes line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@keyframes line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
    left: 0;
    right: 0;
  }
}

body.home #searchform {
  width: 100%;
  position: relative;
}

body.home #searchform form {
  width: 300px;
  margin: 0px auto 0px auto;
  z-index: 31;
  position: absolute;
  top: -180px;
  right: 0px;
  bottom: auto;
  left: 0px;
}

@media (max-width: 767px) {
  body.home #searchform form {
    position: absolute;
    top: -145px;
    right: 0px;
    bottom: auto;
    left: 0px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home #searchform form {
    width: 75%;
    top: -27vmin;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  body.home #searchform form {
    top: -31vmin;
  }
}

@media (max-width: 767px) and (max-width: 320px) {
  body.home #searchform form {
    top: -35vmin;
  }
}

body.home #searchform form label.word {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

body.home #searchform form label.word input {
  width: 100%;
  height: 44px;
  border: 5px #F3A530 solid;
  padding: 0px 5px 0px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 414px) {
  body.home #searchform form label.word input {
    font-size: calc(1.9vmin/414*1000);
  }
}

@media (max-width: 375px) {
  body.home #searchform form label.word input {
    font-size: calc(1.9vmin/414*1000);
    line-height: 1.2;
  }
}

@media (max-width: 320px) {
  body.home #searchform form label.word input {
    height: 38px;
  }
}

body.home #searchform form label.word input:focus {
  background: #fdeed9;
}

body.home #searchform form label.btn {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}

body.home #searchform form label.btn:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 500;
  color: #F3A530;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0px;
}

@media (max-width: 320px) {
  body.home #searchform form label.btn:before {
    top: 5px;
  }
}

body.home #searchform form label.btn input {
  background: transparent;
}

body.home main#main {
  width: 100%;
  margin: 40px 0px 0px 0px;
}

body.home main#main #headline {
  width: 100%;
  background: url(images/headline_bg.png) center bottom repeat-x;
  padding: 0px 0px 150px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home main#main #headline h1 {
  width: 700px;
  margin: 25px auto 0px auto;
  padding: 0px 0px 20px 0px;
  line-height: 1.8;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  -webkit-transform: rotate(0.001deg);
  -ms-transform: rotate(0.001deg);
  -moz-transform: rotate(0.001deg);
  -o-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.home main#main #headline h1 {
    -webkit-text-stroke: 0.2px #333;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    -moz-transform: rotate(0.05deg);
    -o-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
  }
}

@media (max-width: 767px) {
  body.home main#main #headline h1 {
    width: 100%;
    padding: 0px 5% 0px 5%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home main#main #headline h1 {
    width: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 4vmin;
    font-weight: 700;
    color: #333;
  }
}

body.home main#main #headline p {
  width: 700px;
  margin: 30px auto 0px auto;
  padding: 25px 65px;
  background: #FFF9EF;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  body.home main#main #headline p:before {
    content: "";
    width: 8px;
    height: 140%;
    background: #eee;
    position: absolute;
    top: -40%;
    right: auto;
    bottom: auto;
    left: -150px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1023px) {
  body.home main#main #headline p:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  body.home main#main #headline p:after {
    content: "";
    width: 8px;
    height: 140%;
    background: #eee;
    position: absolute;
    top: -40%;
    right: -150px;
    bottom: auto;
    left: auto;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1023px) {
  body.home main#main #headline p:after {
    display: none;
  }
}

@media (max-width: 767px) {
  body.home main#main #headline p {
    width: 100%;
    padding: 20px 10px;
  }
}

body.home main#main #headline p>span:nth-of-type(1) {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.home main#main #headline p>span:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  body.home main#main #headline p>span:nth-of-type(1) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s ease-in-out 0.3s;
    -ms-transition: All 0.3s ease-in-out 0.3s;
    -moz-transition: All 0.3s ease-in-out 0.3s;
    -o-transition: All 0.3s ease-in-out 0.3s;
    transition: All 0.3s ease-in-out 0.3s;
  }
}

@media (min-width: 1024px) {
  body.home main#main #headline p>span:nth-of-type(1).anime {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

body.home main#main #headline p>span:nth-of-type(1)>span {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 27px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  body.home main#main #headline p>span:nth-of-type(1)>span {
    padding: 0px 0px 0px 35px;
  }
}

@media (max-width: 414px) {
  body.home main#main #headline p>span:nth-of-type(1)>span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  }
}

@media (max-width: 375px) {
  body.home main#main #headline p>span:nth-of-type(1)>span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6vmin;
    font-weight: 500;
    color: #333;
  }
}

body.home main#main #headline p>span:nth-of-type(1)>span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: 500;
  color: #F3A530;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 5px;
  margin: 1px 0px 0px 0px;
}

body.home main#main #headline p>span:nth-of-type(2) {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: 65px;
  bottom: auto;
  left: auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  body.home main#main #headline p>span:nth-of-type(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }
}

@media (max-width: 767px) {
  body.home main#main #headline p>span:nth-of-type(2) {
    display: none;
  }
}

body.home main#main #headline p>span:nth-of-type(2).anime {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body.home main#main #headline p>span:nth-of-type(2) img {
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.home main#main #headline>h2 {
  width: 1000px;
  margin: 100px auto 50px auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  background: #FCE8CB;
  padding: 30px 80px 30px 50px;
  border-radius: 20px;
  border: 10px solid #EED1A8;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 1200px) {
  body.home main#main #headline>h2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }
}

@media (max-width: 1023px) {
  body.home main#main #headline>h2 {
    width: 90%;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  body.home main#main #headline>h2 {
    font-size: 1.35rem;
    margin: 30px auto;
    padding: 20px 20px 20px 15px;
  }
}

body.home main#main #headline>h2.anime {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

body.home main#main #headline>h2 img {
  width: 120px;
  position: absolute;
  top: auto;
  right: -40px;
  bottom: -25px;
  left: auto;
}

@media (max-width: 767px) {
  body.home main#main #headline>h2 img {
    width: 75px;
    position: absolute;
    top: auto;
    right: -30px;
    bottom: -20px;
    left: auto;
  }
}

body.home #searcharea {
  width: 100%;
  background: #FCE8CB;
  position: relative;
  padding: 40px 0px 100px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #searcharea {
    width: 100%;
    padding: 40px 5px 100px 5px;
  }
}

body.home #searcharea #storearea {
  width: 30%;
  background: #fef7ec;
  padding: 0px 0px 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 1024px) {
  body.home #searcharea #storearea {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: All 0.4s ease-in-out;
    -ms-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  body.home #searcharea #storearea.anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #searcharea #storearea {
    width: 33%;
  }
}

@media (max-width: 767px) {
  body.home #searcharea #storearea {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background: #fff;
  }
}

body.home #searcharea #storearea h3 {
  background: #e38d0d;
  padding: 10px 5px;
  border-bottom: 5px solid #F3A530;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea h3 {
    background: #0064d9;
    border-bottom: none;
  }
}

@media (max-width: 375px) {
  body.home #searcharea #storearea h3 {
    font-size: 3.6vmin;
  }
}

body.home #searcharea #storearea h3 span {
  padding: 0px 0px 0px 15px;
  position: relative;
}

@media (max-width: 375px) {
  body.home #searcharea #storearea h3 span {
    padding-left: 3.6vmin;
  }
}

body.home #searcharea #storearea h3 span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

@media (max-width: 375px) {
  body.home #searcharea #storearea h3 span:before {
    margin: -.3vmin 0px 0px 0px;
    font-size: 3.6vmin;
  }
}

body.home #searcharea #storearea ul {
  width: 100%;
  margin: 20px 0px 10px 0px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body.home #searcharea #storearea ul:last-of-type li:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}

body.home #searcharea #storearea ul li {
  width: 48%;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }

  body.home #searcharea #storearea ul li:nth-child(even) {
    border-right: 1px #ccc solid;
  }
}

body.home #searcharea #storearea ul li:nth-of-type(n+4) {
  margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li:nth-of-type(n+4) {
    margin: 0px 0px 0px 0px;
  }
}

body.home #searcharea #storearea ul li a {
  width: 100%;
  background: #F3A530;
  padding: 5px 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    padding: 12px 0px 12px 10px;
    color: #333;
    background: #f7f7f7;
    position: relative;
  }

  body.home #searcharea #storearea ul li a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    font-weight: 300;
    color: #939393;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    left: auto;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home #searcharea #storearea ul li a:before {
    right: 3vmin;
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 414px) {
  body.home #searcharea #storearea ul li a {
    font-size: calc(1.35vmin/414*1000);
    padding: 3vmin 0 3vmin 2.5vmin;
  }
}

body.home #searcharea #storearea ul li a:hover {
  background: #e38d0d;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li a:hover {
    background: #dedede;
  }
}

body.home #searcharea #storearea ul li a>b {
  background: #fff;
  padding: 2px 4px;
  margin: 1px 0px 0px 5px;
  color: #e38d0d;
  line-height: 1;
  font-size: 1.05rem;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li a>b {
    color: #333;
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home #searcharea #storearea ul li a>b {
    padding: 1vmin 1.5vmin;
    font-size: calc(1.15vmin/414*1000);
  }
}

body.home #searcharea #storearea ul li.areaname {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li.areaname {
    padding: 0px 0px 0px 10px;
  }
}

body.home #searcharea #storearea ul li.areaname h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 10px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #cb7e0c;
  border-left: 5px solid #e38d0d;
  line-height: 1.2;
  background: transparent;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li.areaname h4 {
    border-left: 5px solid #0064d9;
    background: #fff;
    color: #333;
    margin: 10px 0px 10px 0px;
    padding: 1px 0px 1px 4px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home #searcharea #storearea ul li.areaname h4 {
    font-size: calc(1.4vmin/414*1000);
  }
}

body.home #searcharea #storearea ul li.areaname>a {
  position: absolute;
  top: -7px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  width: auto;
  color: #333;
  font-weight: 500;
  padding-left: 15px;
  background: transparent;
  display: inline-block;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body.home #searcharea #storearea ul li.areaname>a {
    top: -1vmin;
    right: 4vmin;
  }
}

body.home #searcharea #storearea ul li.areaname>a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #DB4E51;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

body.home #searcharea #storearea ul li.areaname>a:hover {
  color: #E38D0D;
}

body.home #searcharea ul#widgetarea {
  width: 66%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background: #fef7ec;
}

@media (min-width: 1024px) {
  body.home #searcharea ul#widgetarea {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: All 0.4s ease-in-out;
    -ms-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  body.home #searcharea ul#widgetarea.anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea {
    width: 100%;
    margin: 0px auto 0px auto;
  }
}

body.home #searcharea ul#widgetarea li {
  padding: 10px 12px 0px 12px;
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li {
    padding: 10px 7px 0px 7px;
  }
}

body.home #searcharea ul#widgetarea li.widgettitle {
  background: #e38d0d;
  padding: 10px 5px;
  border-bottom: 5px solid #F3A530;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li.widgettitle {
    border-bottom: none;
  }
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li.widgettitle {
    font-size: 3.6vmin;
  }
}

body.home #searcharea ul#widgetarea li.widgettitle span {
  padding: 0px 0px 0px 15px;
  position: relative;
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li.widgettitle span {
    padding-left: 3.6vmin;
  }
}

body.home #searcharea ul#widgetarea li.widgettitle span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: -5px;
  margin: 3px 0px 0px 0px;
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li.widgettitle span:before {
    font-size: 3.6vmin;
    margin: .2vmin 0px 0px 0px;
  }
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li.widgettitle span:before {
    margin: .8vmin 0px 0px 0px;
  }
}

body.home #searcharea ul#widgetarea li .textwidget {
  width: 100%;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li {
  width: 30%;
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li {
    width: 100%;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 0px 0px 8px;
  margin: 10px 0px 10px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #cb7e0c;
  border-left: 5px solid #e38d0d;
  line-height: 1.2;
  background: transparent;
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li h4 {
    font-size: 3.8vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1) {
  width: 100%;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
  width: 30%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
    width: 49%;
  }
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
    width: 49%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item {
    width: 49%;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item input[type='radio'],
body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item input[type='checkbox'] {
  display: none;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label {
  width: 100%;
  padding: 5px 3px 5px 30px;
  position: relative;
  cursor: pointer;
  background: #f4af48;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label {
    font-size: 1.45rem;
    font-weight: 500;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label {
    font-size: calc(1.45vmin/414*1000);
    padding-left: 6vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  left: 5px;
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:before {
    content: "";
    width: 3.8vmin;
    height: 3.8vmin;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #E38D0D;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 3.6vmin;
    font-weight: 300;
    color: #E38D0D;
    position: absolute;
    top: 1.5vmin;
    right: auto;
    bottom: auto;
    left: 1.5vmin;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label:after {
    top: .95vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label.checked {
  background: #e38d0d;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(1)>ul li.cat-item label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2) {
  width: 38%;
}

@media (max-width: 1023px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2) {
    width: 60%;
  }
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2) {
    margin: 20px 0px 20px 0px;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li input[type='radio'],
body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li input[type='checkbox'] {
  display: none;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
  width: 100%;
  padding: 0px 0px 0px 25px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-weight: 500;
  }
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-size: calc(1.45vmin/414*1000);
    padding: 0px 0px 0px 8vmin;
  }
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-size: calc(1.45vmin/375*1000);
  }
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label {
    font-size: 3.5vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  border: solid #ECD6B7 3px;
  z-index: 2;
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before {
    border: solid #ECD6B7 .8vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F3A530;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border: solid #fff 5px;
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    border: solid #fff 5px;
  }
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    border: solid #fff 1.5vmin;
  }
}

@media (max-width: 414px) {

  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before,
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    width: 5vmin;
    height: 5vmin;
    top: .4vmin;
  }
}

@media (max-width: 414px) and (max-width: 375px) {

  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:before,
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label:after {
    top: 0;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label.checked:before {
  background: transparent;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(2)>ul>li label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3) {
  width: 25%;
}

@media (max-width: 1023px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3) {
    width: 40%;
  }
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3) {
    margin: 20px 0px 20px 0px;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li input[type='radio'],
body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li input[type='checkbox'] {
  display: none;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label {
  width: 100%;
  padding: 0px 0px 0px 25px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label {
    font-weight: 500;
  }
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label {
    font-size: calc(1.45vmin/414*1000);
    padding: 0px 0px 0px 8vmin;
  }
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label {
    font-size: calc(1.45vmin/375*1000);
  }
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label {
    font-size: 3.5vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  border: solid #ECD6B7 3px;
  z-index: 2;
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:before {
    border: solid #ECD6B7 .8vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F3A530;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border: solid #fff 5px;
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:after {
    border: solid #fff 5px;
  }
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:after {
    border: solid #fff 1.5vmin;
  }
}

@media (max-width: 414px) {

  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:before,
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:after {
    width: 5vmin;
    height: 5vmin;
    top: .4vmin;
  }
}

@media (max-width: 414px) and (max-width: 375px) {

  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:before,
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label:after {
    top: 0;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label.checked:before {
  background: transparent;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(3)>ul>li label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4) {
  width: 37%;
}

@media (max-width: 1023px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4) {
    margin: 20px 0px 20px 0px;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item input[type='radio'],
body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item input[type='checkbox'] {
  display: none;
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
  width: 100%;
  padding: 0px 0px 0px 25px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
    font-weight: 500;
  }
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
    font-size: calc(1.45vmin/375*1000);
    padding: 0px 0px 0px 7vmin;
  }
}

@media (max-width: 375px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label {
    font-size: calc(1.45vmin/375*1000);
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  left: 0;
  border: solid #ECD6B7 3px;
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:before {
    width: 5vmin;
    height: 5vmin;
    border: solid #ECD6B7 2px;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.7rem;
  font-weight: 300;
  color: #E38D0D;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 2px;
  -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:after {
    font-size: 3.8vmin;
    position: absolute;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 0.8vmin;
  }
}

@media (max-width: 320px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label:after {
    top: 1px;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cat-item label.checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 1200px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(4)>ul li.cautiontext {
    padding-left: 0;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) {
  width: 40%;
  margin: 0px auto 0px auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) {
    width: 90%;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5):after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 75px;
  top: 55%;
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5):after {
    display: none;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) input {
  width: 100%;
  background: #e38d0d;
  border-bottom: 5px solid #b36f0a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 414px) {
  body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) input {
    font-size: 3.6vmin;
  }
}

body.home #searcharea ul#widgetarea li .textwidget form div>ul>li:nth-of-type(5) input:hover {
  background: #cb7e0c;
}

body.home #searcharea:after {
  content: "";
  width: 130px;
  height: 100px;
  background: transparent;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -55px;
  left: 0px;
  background: url(images/campaign_sticker.svg) center top no-repeat;
  margin: 0px auto 0px auto;
  z-index: 11;
}

body.home #campaign_top {
  width: 100%;
  padding: 40px 0px 50px 0px;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

body.home #campaign_top h2 {
  margin-top: 20px;
}

body.home #campaign_top:before {
  content: "";
  width: 30%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: -22.5%;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 10;
}

body.home #campaign_top:after {
  content: "";
  width: 30%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  right: -22.5%;
  bottom: auto;
  left: auto;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 10;
}

body.home #campaign_top .flickity2 {
  width: 100%;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 1023px) {
  body.home #campaign_top .flickity2 {
    margin: 15px 0px 0px 0px;
  }
}

body.home #campaign_top .flickity2 article.slide {
  width: 240px;
  padding: 0px 0px 20px 0px;
  margin: 0px 20px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 4px 4px 2px 2px;
  -moz-border-radius: 4px 4px 2px 2px;
  -ms-border-radius: 4px 4px 2px 2px;
  border-radius: 4px 4px 2px 2px;
  -webkit-box-shadow: 0px 1px 4px #ccc;
  -moz-box-shadow: 0px 1px 4px #ccc;
  -ms-box-shadow: 0px 1px 4px #ccc;
  box-shadow: 0px 1px 4px #ccc;
  border-bottom: 4px #eee solid;
  min-height: 280px;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #campaign_top .flickity2 article.slide {
    width: 30%;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  body.home #campaign_top .flickity2 article.slide {
    width: 48%;
  }
}

@media (max-width: 414px) {
  body.home #campaign_top .flickity2 article.slide {
    width: 75%;
  }
}

body.home #campaign_top .flickity2 article.slide h3 {
  width: 100%;
  padding: 8px 5px 10px 5px;
  margin: 0px 0px 10px 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

body.home #campaign_top .flickity2 article.slide h3 a {
  position: relative;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body.home #campaign_top .flickity2 article.slide h3 a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -3px;
  left: 0px;
  margin: 0px auto 0px auto;
}

body.home #campaign_top .flickity2 article.slide .data {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #campaign_top .flickity2 article.slide .data span {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px;
}

body.home #campaign_top .flickity2 article.slide .data span.month {
  background: #F3A530;
}

body.home #campaign_top .flickity2 article.slide .data span.free {
  background: #268AFF;
}

body.home #campaign_top .flickity2 article.slide .data span:nth-of-type(1) {
  margin: 0px 0px 10px 0px;
}

body.home #campaign_top .flickity2 article.slide a.thumbnail {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

body.home #campaign_top .flickity2 article.slide a.thumbnail img {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body.home #campaign_top .flickity2 article.slide a.thumbnail img:hover {
  width: 110%;
}

body.home #campaign_top .flickity2 .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  z-index: 20;
}

@media (max-width: 767px) {
  body.home #campaign_top .flickity2 .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}

body.home #campaign_top .flickity2 .flickity-prev-next-button:hover {
  background: #F3A530;
}

body.home #campaign_top .flickity2 .flickity-prev-next-button.previous {
  top: 40%;
  left: 6%;
}

@media (max-width: 767px) {
  body.home #campaign_top .flickity2 .flickity-prev-next-button.previous {
    left: 0;
  }
}

body.home #campaign_top .flickity2 .flickity-prev-next-button.next {
  top: 40%;
  right: 6%;
}

@media (max-width: 767px) {
  body.home #campaign_top .flickity2 .flickity-prev-next-button.next {
    right: 0;
  }
}

body.home #campaign_top .flickity2 .flickity-prev-next-button .arrow {
  fill: #fff;
}

body.home #campaign_top .flickity2 .flickity-prev-next-button svg {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.home #pickup {
  width: 100%;
  padding: 60px 0px 80px 0px;
  position: relative;
  background: url(images/slide2.jpg) left top no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}

@media all and (-ms-high-contrast: none) {
  body.home #pickup {
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  body.home #pickup {
    background-attachment: inherit;
  }
}

body.home #pickup:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #pickup .wrapper {
    padding: 0px 10px;
  }
}

body.home #pickup .wrapper h2 {
  z-index: 2;
}

body.home #pickup .wrapper div {
  width: 32%;
  z-index: 2;
  margin: 25px 0px 0px 0px;
  padding: 25px 20px 20px 20px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 8px #ccc;
  -moz-box-shadow: 0px 2px 8px #ccc;
  -ms-box-shadow: 0px 2px 8px #ccc;
  box-shadow: 0px 2px 8px #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  body.home #pickup .wrapper div {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: All 0.5s ease-in-out;
    -ms-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    transition: All 0.5s ease-in-out;
  }

  body.home #pickup .wrapper div.anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  body.home #pickup .wrapper div.anime:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  body.home #pickup .wrapper div.anime:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  body.home #pickup .wrapper div.anime:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #pickup .wrapper div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 20px 0px;
  }
}

@media (max-width: 767px) {
  body.home #pickup .wrapper div {
    width: 95%;
    margin: 10px auto 30px auto;
    padding: 10px 10px 10px 10px;
  }
}

body.home #pickup .wrapper div h3 {
  width: 100%;
  margin: 15px 0px 0px 0px;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #EF5E00;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #pickup .wrapper div h3 {
    width: 90%;
    margin: 15px auto 0px auto;
    font-size: 1.5rem;
  }
}

@media (max-width: 375px) {
  body.home #pickup .wrapper div h3 {
    font-size: 4.8vmin;
  }
}

body.home #pickup .wrapper div span {
  width: 100%;
  height: 180px;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023px) {
  body.home #pickup .wrapper div span {
    height: 130px;
  }
}

@media (max-width: 1023px) and (max-width: 414px) {
  body.home #pickup .wrapper div span {
    height: 100px;
  }
}

body.home #pickup .wrapper div span img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #pickup .wrapper div span img {
    width: 110%;
  }
}

@media (max-width: 767px) {
  body.home #pickup .wrapper div span img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

body.home #pickup .wrapper div p {
  width: 100%;
  min-height: 100px;
  margin: 5px 0px 0px 0px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #pickup .wrapper div p {
    width: 90%;
    margin: 5px auto 0px auto;
  }
}

@media (max-width: 767px) {
  body.home #pickup .wrapper div p {
    min-height: auto;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.home #pickup .wrapper div p {
    font-size: 3.2vmin;
  }
}

@media (max-width: 767px) and (max-width: 414px) and (max-width: 375px) {
  body.home #pickup .wrapper div p {
    font-size: 3.2vmin;
  }
}

body.home #pickup .wrapper div a {
  width: 100%;
  padding: 10px 0px;
  margin: 30px auto 0px auto;
  background: #F3A530;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #pickup .wrapper div a {
    width: 90%;
    margin: 30px auto 0px auto;
  }
}

@media (max-width: 414px) {
  body.home #pickup .wrapper div a {
    font-size: 3.6vmin;
  }
}

@media (max-width: 414px) and (max-width: 375px) {
  body.home #pickup .wrapper div a {
    font-size: 3.6vmin;
  }
}

body.home #pickup .wrapper div a:hover {
  background: #e38d0d;
}

body.home #pickup .wrapper div a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 60px;
  margin: 2px 0px 0px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #pickup .wrapper div a:before {
    left: 20px;
  }
}

@media (max-width: 414px) {
  body.home #pickup .wrapper div a:before {
    font-size: 3.6vmin;
    left: 22vmin;
  }
}

body.home #news {
  width: 100%;
  padding: 60px 0px 80px 0px;
  background: #fcfcfc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  body.home #news {
    background: #f7f7f7;
  }
}

body.home #news h3 {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #news h3 span:nth-of-type(1) {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {
  body.home #news h3 span:nth-of-type(1) {
    font-size: 2rem;
  }
}

@media (max-width: 375px) {
  body.home #news h3 span:nth-of-type(1) {
    font-size: 5.6vmin;
  }
}

body.home #news h3 span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ccc;
  padding: 0px 0px 3px 0px;
  position: relative;
}

@media (max-width: 414px) {
  body.home #news h3 span:nth-of-type(2) {
    font-size: 1.2rem;
  }
}

@media (max-width: 375px) {
  body.home #news h3 span:nth-of-type(2) {
    font-size: 2.4vmin;
  }
}

body.home #news h3 span:nth-of-type(2):before {
  content: "";
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -2px;
  left: 0px;
  margin: 0px auto 0px auto;
}

body.home #news #bloglist {
  width: 48.5%;
}

@media (min-width: 1024px) {
  body.home #news #bloglist {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  body.home #news #bloglist.anime {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #news #bloglist {
    width: 80%;
    margin: 0px auto 30px auto;
  }
}

@media (max-width: 767px) {
  body.home #news #bloglist {
    width: 95%;
    margin: 0px auto 60px auto;
  }
}

body.home #news #bloglist ul {
  width: 100%;
  margin: 25px 0px 0px 0px;
}

body.home #news #bloglist ul li {
  width: 100%;
  min-height: 105px;
  margin: 0px 0px 20px 0px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 2px 4px #eee;
  -moz-box-shadow: 0px 2px 4px #eee;
  -ms-box-shadow: 0px 2px 4px #eee;
  box-shadow: 0px 2px 4px #eee;
}

body.home #news #bloglist ul li a.thumbnail {
  width: 35%;
  position: relative;
  overflow: hidden;
}

body.home #news #bloglist ul li a.thumbnail img {
  width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.home #news #bloglist ul li div {
  width: 60%;
  margin: 0px 0px 0px 5%;
  padding: 0px 5px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home #news #bloglist ul li div span {
  width: 100%;
  margin: 8px 0px 8px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
}

body.home #news #bloglist ul li div a {
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

body.home #news #bloglist ul li div a:nth-of-type(1) {
  width: 100%;
  padding: 0px 0px 0px 18px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #333;
}

body.home #news #bloglist ul li div a:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #F3A530;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 1px 0px 0px 0px;
}

body.home #news #bloglist ul li div a:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
  body.home #news #bloglist ul li div a:nth-of-type(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
  }
}

body.home #news #bloglist ul li div a:hover {
  color: #F3A530;
}

body.home #news #newslist {
  width: 48.5%;
}

@media (min-width: 1024px) {
  body.home #news #newslist {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  body.home #news #newslist.anime {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #news #newslist {
    width: 80%;
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 767px) {
  body.home #news #newslist {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

body.home #news #newslist ul {
  width: 100%;
  height: 505px;
  margin: 25px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  body.home #news #newslist ul {
    margin: 0px 0px 0px 0px;
    height: 250px;
  }
}

body.home #news #newslist ul li {
  width: 100%;
  padding: 25px 0px 20px 8px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px #ccc solid;
}

body.home #news #newslist ul li:nth-child(even) {
  background: #f7f7f7;
}

@media (max-width: 767px) {
  body.home #news #newslist ul li {
    padding-bottom: 6px;
  }
}

body.home #news #newslist ul li span {
  margin: 0px 20px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 767px) {
  body.home #news #newslist ul li span {
    font-size: 1.2rem;
  }
}

body.home #news #newslist ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.45rem;
  font-weight: 300;
  color: #333;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  body.home #news #newslist ul li a {
    font-size: 1.35rem;
  }
}

body.home #news #newslist ul li a:hover {
  color: #F3A530;
}

h2.headline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto 50px auto;
  line-height: 1.3;
  letter-spacing: 2px;
  overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  h2.headline {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  h2.headline {
    width: 100%;
    margin: 30px auto 20px auto;
  }
}

h2.headline div {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

h2.headline div em {
  padding: 0 75px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #333;
  font-style: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}

@media (max-width: 1023px) {
  h2.headline div em {
    font-size: 2.4rem;
    padding: 0px 10%;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  h2.headline div em {
    font-size: 1.8rem;
  }
}

@media (max-width: 414px) {
  h2.headline div em {
    font-size: 4.3vmin;
  }
}

h2.headline div em span {
  font-size: 1.4rem;
}

@media (min-width: 415px) and (max-width: 767px) {
  h2.headline div em span {
    font-size: 1.1rem;
  }
}

@media (max-width: 414px) {
  h2.headline div em span {
    font-size: 2.4vmin;
  }
}

h2.headline div:before {
  content: '';
  width: 150%;
  height: 1px;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #959595;
}

section:nth-child(even) h2.headline em {
  background: #fff;
}

section:nth-child(odd) h2.headline em {
  background: #fff;
}

.headline2 {
  width: 100%;
  padding: 0px 0px 0px 10px;
  margin: 0px auto 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 5px solid #EF5E00;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
}

.headline2 em {
  font-style: normal;
}

@media (max-width: 767px) {
  .headline2 em {
    position: relative;
    padding: 0px 10px;
  }

  .headline2 em:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #EF5E00;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 0px;
  }
}

.headline2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ccc;
  padding: 0px 0px 0px 2px;
  line-height: 1;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .headline2 {
    width: 100%;
    border: none;
    text-align: center;
    padding: 0px 0px 8px 0px;
    margin: 0px auto 0px auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.headline3 {
  width: 100%;
  padding: 2px 0px 10px 10px;
  margin: 0px auto 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 7px solid #EF5E00;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
}

@media (max-width: 767px) {
  .headline3 {
    width: 95%;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  .headline3 {
    font-size: 5vmin;
  }
}

.headline3 em {
  font-style: normal;
}

.headline3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ccc;
  padding: 0px 0px 0px 2px;
  line-height: 1;
  letter-spacing: 1px;
}

.headline3:before {
  content: "";
  width: 99%;
  height: 2px;
  background: #ddd;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 1%;
}

#top_page #information {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

@media (min-width: 1200px) {
  #top_page #information {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
  }

  #top_page #information.anime {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 1023px) {
  #top_page #information {
    padding: 35px 0;
  }
}

#top_page #information ul {
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
}

#top_page #information ul li {
  margin: 0 auto;
  background: #F6F6F6;
}

#top_page #information ul li:nth-child(odd) {
  background: #EEEEEE;
}

#top_page #information ul li a {
  width: 700px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 25px 0px;
  color: #EF5E00;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #top_page #information ul li a {
    width: 70%;
    padding: 10px 0px;
    display: block;
  }
}

@media (max-width: 767px) {
  #top_page #information ul li a {
    width: 90%;
    padding: 8px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#top_page #information ul li a span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 3px;
  padding: 0px 20px 0px 0px;
}

@media (max-width: 767px) {
  #top_page #information ul li a span:nth-of-type(1) {
    width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 415px) and (max-width: 767px) {
  #top_page #information ul li a span:nth-of-type(1) {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  #top_page #information ul li a span:nth-of-type(1) {
    font-size: 3vmin;
  }
}

#top_page #information ul li a span:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 414px) {
  #top_page #information ul li a span:nth-of-type(2) {
    font-size: 3.3vmin;
  }
}

#top_page #information ul li a:hover span:nth-of-type(2) {
  text-decoration: underline;
}

#top_page .list {
  width: 100%;
  padding: 50px 0 100px 0;
  background: #fff;
}

#top_page .list ul.listAddress {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #top_page .list ul.listAddress {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  #top_page .list ul.listAddress {
    width: 100%;
    padding: 0 10px;
  }
}

#top_page .list ul.listAddress li {
  width: 26%;
  padding: 0 0 10px 0;
  border-bottom: 1px #989898 solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

@media (max-width: 767px) {
  #top_page .list ul.listAddress li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#top_page .list ul.listAddress li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin: 5px 0 0 0;
  padding: 0 0 0 18px;
  position: relative;
}

@media (max-width: 767px) {
  #top_page .list ul.listAddress li span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
  }
}

#top_page .list ul.listAddress li span:nth-of-type(1) {
  width: 100%;
  padding: 0 0 5px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

#top_page .list ul.listAddress li span:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 300;
  color: #EF5E00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0;
}

@media (max-width: 767px) {
  #top_page .list ul.listAddress li span:nth-of-type(1) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
  }
}

#top_page .list ul.listAddress li span:nth-of-type(2) a {
  margin: 0 0 0 5px;
}

@media (max-width: 767px) {
  #top_page .list ul.listAddress li span:nth-of-type(2) {
    width: 100%;
  }
}

#top_page .list ul.listAddress li span:nth-of-type(2):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #989898;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0;
}

#top_page .list ul.listAddress li span:nth-of-type(3) {
  margin-right: 10px;
}

#top_page .list ul.listAddress li span:nth-of-type(3):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #989898;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 2px;
}

#top_page .list ul.listAddress li span:nth-of-type(4) {
  width: 45%;
}

#top_page .list ul.listAddress li span:nth-of-type(4):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.1rem;
  font-weight: 300;
  color: #989898;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 2px;
}

#top_page figure {
  width: 33.5%;
  position: relative;
  padding: 0 0 20px 0;
  text-align: center;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  #top_page figure {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 1024px) {
  #top_page figure:last-child {
    width: 33%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #top_page figure:last-child {
    width: 33%;
  }
}

#top_page figure figcaption {
  width: 100%;
  padding: 5px 0px 5px 35px;
  margin: 20px auto 35px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  display: inline-block;
  position: relative;
  border-left: 1px dashed #b1b1b1;
  text-align: left;
  line-height: 1;
}

@media (max-width: 767px) {
  #top_page figure figcaption {
    width: auto;
    padding: 5px 10px 2px 10px;
    border-left: none;
    border-bottom: 1px solid #555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#top_page figure figcaption:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #EF5E00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 17px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #top_page figure figcaption:before {
    margin: 10px auto;
  }
}

@media (max-width: 767px) {
  #top_page figure figcaption:before {
    display: none;
  }
}

#top_page figure figcaption span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #ccc;
  padding: 0px 0px 0px 10px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (min-width: 1024px) {
  #top_page figure:last-of-type figcaption {
    border-right: 1px dashed #b1b1b1;
  }
}

#top_page figure a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

#top_page figure .imgWhole {
  width: 100%;
  height: 180px;
  background: #333;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#top_page figure .imgWhole .imgBlock {
  width: 110%;
  position: relative;
  margin: -5% 0 0 -5%;
  z-index: 1;
}

@media (max-width: 1023px) {
  #top_page figure .imgWhole .imgBlock {
    width: 120%;
  }
}

#top_page figure .imgWhole .imgBlock>img {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 2;
}

#top_page figure .imgWhole .imgBlock .blur {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 5%;
  right: auto;
  bottom: auto;
  left: 0px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

@media (min-width: 1024px) {
  #top_page figure .imgWhole .imgBlock .blur {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

#top_page figure .imgWhole>span.details {
  width: 180px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 0;
  margin: auto;
  z-index: 10;
}

#top_page figure .imgWhole>span.details:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

#top_page figure .imgWhole>span.details:after {
  content: "";
  width: 1px;
  height: 0%;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

#top_page figure .imgWhole>span.details .view:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

#top_page figure .imgWhole>span.details .view:after {
  content: "";
  width: 1px;
  height: 0%;
  background: #fff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

#top_page figure:hover .imgBlock>img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1200px) {
  #top_page figure:hover figcaption {
    color: #009FBC;
    padding-left: 40px;
  }

  #top_page figure:hover figcaption:before {
    padding-left: 4px;
  }

  #top_page figure:hover figcaption span {
    color: #009FBC;
  }
}

#top_page figure:hover span.details {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#top_page figure:hover span.details:before {
  width: 100%;
  -webkit-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

#top_page figure:hover span.details:after {
  height: 100%;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#top_page figure:hover span.details .view:before {
  width: 100%;
  -webkit-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

#top_page figure:hover span.details .view:after {
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#question {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#question h2 {
  margin-bottom: 50px;
}

#question section {
  width: 100%;
  padding: 25px 0px 25px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #D5D5D5;
}

#question section:nth-child(even) {
  background: #f7f7f7;
}

#question section h3 {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  cursor: pointer;
  padding: 0px 0px 0px 60px;
  position: relative;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  #question section h3 {
    padding: 0px 60px 0px 60px;
  }
}

@media (max-width: 414px) {
  #question section h3 {
    font-size: calc(1.5vmin/414*1000);
    padding: 0px 15vmin 0px 15vmin;
  }
}

@media (max-width: 375px) {
  #question section h3 {
    font-size: calc(1.5vmin/375*1000);
  }
}

#question section h3:before {
  content: "Q";
  width: 30px;
  height: 30px;
  background: #EF5E00;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

@media (max-width: 414px) {
  #question section h3:before {
    width: calc(3vmin/414*1000);
    height: calc(3vmin/414*1000);
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #question section h3:before {
    width: calc(3vmin/375*1000);
    height: calc(3vmin/375*1000);
    font-size: calc(1.5vmin/375*1000);
  }
}

#question section h3:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: 300;
  color: #ddd;
  position: absolute;
  top: -2px;
  right: 25px;
  bottom: auto;
  left: auto;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 414px) {
  #question section h3:after {
    font-size: calc(2.4vmin/414*1000);
    right: calc(3vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #question section h3:after {
    font-size: calc(25vmin/375*1000);
    right: calc(25vmin/375*1000);
  }
}

#question section h3:hover {
  color: #F3A530;
}

#question section h3.active:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: -2px;
  right: 25px;
  bottom: auto;
  left: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 414px) {
  #question section h3.active:after {
    font-size: 5.6vmin;
    right: calc(25vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #question section h3.active:after {
    font-size: 5.6vmin;
    right: calc(25vmin/375*1000);
  }
}

#question section p {
  padding: 0px 10px 0px 60px;
  margin: 30px 0px 20px 0px;
  position: relative;
}

@media (max-width: 767px) {
  #question section p {
    padding: 0px 60px 0px 60px;
  }
}

@media (max-width: 414px) {
  #question section p {
    font-size: calc(1.5vmin/414*1000);
    padding: 0px 10vmin 0px 15vmin;
  }
}

@media (max-width: 375px) {
  #question section p {
    font-size: calc(1.5vmin/375*1000);
  }
}

#question section p:before {
  content: "A";
  width: 30px;
  height: 30px;
  background: #F3A530;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  left: 10px;
}

@media (max-width: 414px) {
  #question section p:before {
    width: 7.2vmin;
    height: 7.2vmin;
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #question section p:before {
    width: 7.2vmin;
    height: 7.2vmin;
    font-size: calc(1.5vmin/375*1000);
  }
}

@media (max-width: 767px) {
  #agreement {
    padding: 0px 0 50px 0;
  }
}

#agreement ul {
  width: 100%;
  padding: 40px 0px 40px 0px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 250px;
  border-bottom: 3px solid #EAEAEA;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  #agreement ul {
    width: 95%;
    min-height: auto;
    margin: 0px auto 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#agreement ul:nth-of-type(1) {
  margin: 50px 0px 0px 0px;
}

@media (max-width: 767px) {
  #agreement ul:nth-of-type(1) {
    margin: 0px auto 0px auto;
  }
}

#agreement ul:nth-of-type(3) li:nth-of-type(2) div:nth-of-type(1) {
  background: #ccc;
}

#agreement ul:nth-of-type(4) li:nth-of-type(2) div:nth-of-type(2) {
  background: #ccc;
}

@media (max-width: 767px) {
  #agreement ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #EAEAEA;
  }
}

#agreement ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
  #agreement ul li {
    margin: 0;
  }
}

#agreement ul li:nth-of-type(1) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  width: 25%;
  position: relative;
}

@media (max-width: 767px) {
  #agreement ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: auto;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
    width: 100%;
    line-height: 1;
    font-size: 1.8rem;
    color: #fff;
    z-index: 10;
  }
}

#agreement ul li:nth-of-type(1) span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccc;
  margin: 30% 0px 0px 0px;
}

@media (max-width: 767px) {
  #agreement ul li:nth-of-type(1) span {
    font-size: 1.4rem;
    margin: 0px 0px 0px 0px;
    color: #fff;
  }
}

#agreement ul li:nth-of-type(2) {
  width: 50%;
  padding: 0 5% 10px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #agreement ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 0 10px 0 0;
    width: 100%;
  }
}

#agreement ul li:nth-of-type(2) div {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  min-width: 70px;
  margin: 0px 0px 8px 0px;
}

@media (max-width: 767px) {
  #agreement ul li:nth-of-type(2) div {
    min-width: 75px;
    padding: 3px 10px;
    font-size: 1.3rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  #agreement ul li:nth-of-type(2) div {
    font-size: 3.6vmin;
  }
}

@media (max-width: 767px) and (max-width: 320px) {
  #agreement ul li:nth-of-type(2) div {
    font-size: 3.6vmin;
  }
}

#agreement ul li:nth-of-type(2) div:nth-of-type(1) {
  background: #F3A530;
  margin: 5px 0px 8px 0px;
}

#agreement ul li:nth-of-type(2) div:nth-of-type(2) {
  background: #3c8ce4;
}

#agreement ul li:nth-of-type(2) span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 767px) {
  #agreement ul li:nth-of-type(2) span {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  #agreement ul li:nth-of-type(2) span {
    font-size: 3.6vmin;
  }
}

@media (max-width: 767px) and (max-width: 320px) {
  #agreement ul li:nth-of-type(2) span {
    font-size: 3.6vmin;
  }
}

#agreement ul li:nth-of-type(2) span:nth-of-type(1) {
  margin: 0px 0px 25px 0px;
}

@media (min-width: 1024px) {
  #agreement ul li:nth-of-type(2):before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: All 0.6s ease-in-out;
    -ms-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
    transition: All 0.6s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    z-index: 10;
  }
}

#agreement ul li:nth-of-type(2).anime:before {
  left: 100%;
}

#agreement ul li:nth-of-type(3) {
  width: 25%;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  #agreement ul li:nth-of-type(3) {
    width: 100%;
    height: 100px;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    padding: 0 0 0 0;
    margin: 5px 0 25px 0;
    overflow: hidden;
    position: relative;
    background: #333;
  }
}

#agreement ul li:nth-of-type(3) img {
  height: 110%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

@media (max-width: 767px) {
  #agreement ul li:nth-of-type(3) img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

#agreement ul:before {
  content: "";
  width: 5px;
  height: 0%;
  background: #eaeaea;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 140px;
  -webkit-transition: All 0.6s ease-in-out;
  -ms-transition: All 0.6s ease-in-out;
  -moz-transition: All 0.6s ease-in-out;
  -o-transition: All 0.6s ease-in-out;
  transition: All 0.6s ease-in-out;
  z-index: 20;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #agreement ul:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #eaeaea;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 130px;
  }
}

#agreement ul:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 134px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #F3A530;
  margin: auto;
  z-index: 21;
}

@media (min-width: 1024px) {
  #agreement ul:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #agreement ul:after {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 125px;
  }
}

@media (min-width: 1024px) {
  #agreement ul.anime:before {
    height: 100%;
  }

  #agreement ul.anime:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 767px) {

  #agreement ul:before,
  #agreement ul:after {
    display: none;
  }
}

#docment {
  width: 100%;
  padding: 0px 0px 100px 0px;
  margin: 100px 0px 0px 0px;
}

@media (max-width: 767px) {
  #docment {
    margin: 30px 0px 0px 0px;
  }
}

#docment ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0px 0px;
}

@media (min-width: 1200px) {
  #docment ul {
    gap: 5%;
  }
}

@media (max-width: 767px) {
  #docment ul {
    width: 90%;
    margin: 30px auto 0px auto;
  }
}

#docment ul li {
  width: 30%;
  background: #EF5E00;
  margin-bottom: 20px;
  min-height: 78px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  #docment ul li {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

@media (min-width: 1024px) {
  #docment ul li.anime {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  #docment ul li.anime:nth-of-type(1) {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  #docment ul li.anime:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  #docment ul li.anime:nth-of-type(3) {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  #docment ul li.anime:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  #docment ul li.anime:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}

@media (max-width: 767px) {
  #docment ul li {
    width: 100%;
  }
}

#docment ul li:hover {
  background: #d65400;
}

#docment ul li a {
  padding: 15px 10px 15px 35px;
  position: relative;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  #docment ul li a {
    padding: 8px 5px 8px 20px;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  #docment ul li a {
    font-size: 3.8vmin;
  }
}

#docment ul li a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 10px;
}

@media (max-width: 767px) {
  #docment ul li a:before {
    left: 0;
  }
}

@media (max-width: 767px) {
  #docment ul li a br {
    display: none;
  }
}

body.page-company #content table,
body.page-recruit #content table {
  width: 100%;
  margin: 30px 0px 80px 0px;
  background: #f7f7f7;
}

@media (max-width: 767px) {

  body.page-company #content table,
  body.page-recruit #content table {
    width: 95%;
    margin: 30px auto 80px auto;
  }
}

body.page-company #content table th,
body.page-recruit #content table th {
  width: 20%;
  background: #F3A530;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px #fff solid;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 414px) {

  body.page-company #content table th,
  body.page-recruit #content table th {
    font-size: calc(1.3vmin/414*1000);
    padding: calc(2vmin/414*1000) calc(1vmin/414*1000) calc(2vmin/414*1000) calc(1vmin/414*1000);
  }
}

body.page-company #content table td,
body.page-recruit #content table td {
  width: 80%;
  padding: 10px 10px 10px 50px;
  border-bottom: 1px #ccc solid;
  vertical-align: middle;
}

@media (max-width: 414px) {

  body.page-company #content table td,
  body.page-recruit #content table td {
    font-size: calc(1.3vmin/414*1000);
    padding: calc(1vmin/414*1000) calc(2vmin/414*1000) calc(1vmin/414*1000) calc(2vmin/414*1000);
  }
}

body.page-company #content table tr:last-of-type td,
body.page-recruit #content table tr:last-of-type td {
  border: none;
}

body.page-operation #mainvisual {
  width: 100%;
  height: 450px;
  position: relative;
  margin: 135px 0px 0px 0px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  body.page-operation #mainvisual {
    width: 100%;
    height: 35vmin;
    margin: 50px 0px 0px 0px;
  }
}

body.page-operation #mainvisual img {
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  body.page-operation #mainvisual img {
    width: 150%;
    height: auto;
    min-width: auto;
    top: 0%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  body.page-operation #mainvisual img {
    width: 100%;
  }
}

body.page-operation>main#main {
  margin: 0px 0px 0px 0px;
}

body.page-operation>main#main .breadcrumbs {
  margin: 0px 0px 0px 0px;
}

body.page-operation>main#main #content_single {
  width: 100%;
}

body.page-operation>main#main #content_single section h2 {
  width: 100%;
  background: #F3A530;
  padding: 20px 0px 20px 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section h2 {
    padding: 3vmin 0px;
  }
}

body.page-operation>main#main #content_single section h2:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 6rem;
  font-weight: 300;
  color: #F3A530;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -50px;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  z-index: 40;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section h2:before {
    font-size: 10vmin;
    bottom: -8vmin;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section h2:after {
    content: "";
    width: 1100px;
    height: 100%;
    background: #F3A530;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: 0px auto 0px auto;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: All 1s ease-in-out 0.3s;
    -ms-transition: All 1s ease-in-out 0.3s;
    -moz-transition: All 1s ease-in-out 0.3s;
    -o-transition: All 1s ease-in-out 0.3s;
    transition: All 1s ease-in-out 0.3s;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section h2.anime:after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

body.page-operation>main#main #content_single section h2 span:nth-of-type(1) {
  font-size: 2.4rem;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section h2 span:nth-of-type(1) {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section h2 span:nth-of-type(2) {
  font-size: 3rem;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section h2 span:nth-of-type(2) {
    font-size: 5vmin;
  }
}

body.page-operation>main#main #content_single section#trouble {
  width: 100%;
}

body.page-operation>main#main #content_single section#trouble .trouble {
  width: 100%;
  padding: 60px 0px 0px 0px;
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble {
    padding-bottom: 60px;
  }
}

body.page-operation>main#main #content_single section#trouble .trouble .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist {
    width: 100%;
    padding: 0px 2.5%;
  }
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul {
  width: 100%;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: All 0.5s ease-in-out 0.3s;
    -ms-transition: All 0.5s ease-in-out 0.3s;
    -moz-transition: All 0.5s ease-in-out 0.3s;
    -o-transition: All 0.5s ease-in-out 0.3s;
    transition: All 0.5s ease-in-out 0.3s;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul.anime {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) {
  position: relative;
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 10px 0px;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) li span {
  width: 25px;
  margin: 0px 10px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: #bbb;
  line-height: 1.3;
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) li span {
    width: 10%;
    max-width: 25px;
    min-height: 25px;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) li span {
    font-size: 3.8vmin;
  }
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) li em {
    width: 85%;
    font-weight: 300;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1) li em {
    font-size: 3.6vmin;
  }
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 4rem;
  font-weight: 300;
  color: #F3A530;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -60px;
  left: 35%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1):before {
    left: 48%;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(1):before {
    font-size: 8.5vmin;
    left: calc(50vmin - 8.5vmin/2);
  }
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) {
  margin: 80px 0px 0px 0px;
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 20px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li span {
  width: 50px;
  margin: 0px 10px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #F3A530;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li span {
    width: 7%;
    min-height: 25px;
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li span {
    width: 10%;
    max-width: 25px;
    min-height: 25px;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li span {
    font-size: 3.8vmin;
  }
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li em {
    width: 85%;
    font-weight: 700;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li em {
    font-size: 3.6vmin;
  }
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble .troublelist ul:nth-of-type(2) li em br {
    display: none;
  }
}

body.page-operation>main#main #content_single section#trouble .trouble span.trouble_img {
  width: 40%;
  padding: 30px 0px 0px 0px;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#trouble .trouble span.trouble_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: All 0.2s ease-in-out 0.6s;
    -ms-transition: All 0.2s ease-in-out 0.6s;
    -moz-transition: All 0.2s ease-in-out 0.6s;
    -o-transition: All 0.2s ease-in-out 0.6s;
    transition: All 0.2s ease-in-out 0.6s;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#trouble .trouble span.trouble_img.anime {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

body.page-operation>main#main #content_single section#trouble .trouble span.trouble_img img {
  width: 100%;
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#trouble .trouble span.trouble_img {
    display: none;
  }
}

body.page-operation>main#main #content_single section#merit {
  width: 100%;
  background: #f7f7f7;
  padding: 40px 0px 50px 0px;
}

body.page-operation>main#main #content_single section#merit h3 {
  width: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0px auto 50px auto;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px #ccc solid;
  position: relative;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#merit h3:after {
    content: "";
    width: 1100px;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    -webkit-transition: All 1s ease-in-out 0.3s;
    -ms-transition: All 1s ease-in-out 0.3s;
    -moz-transition: All 1s ease-in-out 0.3s;
    -o-transition: All 1s ease-in-out 0.3s;
    transition: All 1s ease-in-out 0.3s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#merit h3 {
    width: 90%;
    padding: 0px 0px 8px 0px;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  body.page-operation>main#main #content_single section#merit h3 {
    font-size: 5.6vmin;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#merit h3.anime:after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

body.page-operation>main#main #content_single section#merit .wrapper {
  background: #fff;
  padding: 40px 80px 50px 80px;
  margin: 0px auto 40px auto;
  -webkit-box-shadow: 0px 2px 10px #e0e0e0;
  -moz-box-shadow: 0px 2px 10px #e0e0e0;
  -ms-box-shadow: 0px 2px 10px #e0e0e0;
  box-shadow: 0px 2px 10px #e0e0e0;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#merit .wrapper {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }
}

body.page-operation>main#main #content_single section#merit .wrapper.anime {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#merit .wrapper {
    width: 95%;
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#merit .wrapper {
    width: 95%;
    padding: 40px 5px;
  }
}

body.page-operation>main#main #content_single section#merit .wrapper h4 {
  width: 70%;
  margin: 0px auto 50px auto;
  padding: 10px 0px;
  background: #268AFF;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#merit .wrapper h4 {
    width: 90%;
    margin: 0px auto 20px auto;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#merit .wrapper h4 {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section#merit .wrapper h4:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 4rem;
  font-weight: 300;
  color: #268AFF;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -30px;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  z-index: 40;
}

body.page-operation>main#main #content_single section#merit .wrapper .merit_img {
  width: 40%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#merit .wrapper .merit_img {
    width: 100%;
    min-height: 100px;
  }
}

body.page-operation>main#main #content_single section#merit .wrapper .merit_img img {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#merit .wrapper .merit_img img {
    height: auto;
  }
}

body.page-operation>main#main #content_single section#merit .wrapper ul {
  width: 55%;
  margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#merit .wrapper ul {
    width: 100%;
    padding: 0px 5px;
  }
}

body.page-operation>main#main #content_single section#merit .wrapper ul li {
  width: 100%;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 20px 0px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#merit .wrapper ul li {
    font-size: 3.6vmin;
    font-weight: 300;
  }
}

body.page-operation>main#main #content_single section#merit .wrapper ul li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: 300;
  color: #0070f2;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#merit .wrapper ul li:before {
    font-size: 3.6vmin;
  }
}

body.page-operation>main#main #content_single section#plan {
  width: 100%;
  padding: 0px 0px 80px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#plan .wrapper {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#plan h3 {
  width: 100%;
  background: #268AFF;
  padding: 30px 0px 25px 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#plan h3 {
    font-size: 5.6vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#plan h3 {
    font-size: 5.6vmin;
  }
}

body.page-operation>main#main #content_single section#plan h3:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 6rem;
  font-weight: 300;
  color: #f7f7f7;
  position: absolute;
  top: -40px;
  right: 0px;
  bottom: auto;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  z-index: 40;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#plan h3:before {
    font-size: 10vmin;
    top: -6.5vmin;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#plan h3:after {
    content: "";
    width: 1100px;
    height: 100%;
    background: #268AFF;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    -webkit-transition: All 1s ease-in-out 0.3s;
    -ms-transition: All 1s ease-in-out 0.3s;
    -moz-transition: All 1s ease-in-out 0.3s;
    -o-transition: All 1s ease-in-out 0.3s;
    transition: All 1s ease-in-out 0.3s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin: 0px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#plan h3.anime:after {
  -webkit-transform: translateX(1100px);
  -ms-transform: translateX(1100px);
  -moz-transform: translateX(1100px);
  -o-transform: translateX(1100px);
  transform: translateX(1100px);
}

body.page-operation>main#main #content_single section#plan p {
  width: 60%;
  margin: 50px auto 0px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#plan p {
    width: 95%;
  }
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#plan p {
    font-size: 4vmin;
    font-weight: 300;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#plan p {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section#plan ul {
  width: 100%;
  margin: 50px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-operation>main#main #content_single section#plan ul li {
  width: 24%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#plan ul li {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: All 0.5s ease-in-out;
    -ms-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    transition: All 0.5s ease-in-out;
  }

  body.page-operation>main#main #content_single section#plan ul li:nth-of-type(1) {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  body.page-operation>main#main #content_single section#plan ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  body.page-operation>main#main #content_single section#plan ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  body.page-operation>main#main #content_single section#plan ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#plan ul li.anime {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#plan ul li {
    width: 100%;
    margin: 0px 0px 50px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.page-operation>main#main #content_single section#plan ul li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 10px 0px 10px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#plan ul li h5 {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#plan ul li h5 {
    line-height: 1.2;
    margin: 0px 0px 5px 10px;
  }
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#plan ul li h5 {
    font-size: 4vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#plan ul li h5 {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section#plan ul li span:nth-of-type(1) {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #333;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#plan ul li span:nth-of-type(1) {
    width: 38px;
    height: 38px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#plan ul li span:nth-of-type(1) {
    width: 8vmin;
    height: 8vmin;
    margin: 0px 0px 5px 5px;
  }
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#plan ul li span:nth-of-type(1) {
    font-size: 5vmin;
  }
}

body.page-operation>main#main #content_single section#plan ul li>p {
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #333;
}

body.page-operation>main#main #content_single section#plan ul li span.plan_img {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

body.page-operation>main#main #content_single section#plan ul li span.plan_img img {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.page-operation>main#main #content_single section#landplan {
  width: 100%;
}

body.page-operation>main#main #content_single section#landplan h3 {
  width: 100%;
  background: #F3A530;
  padding: 20px 0px 20px 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#landplan h3 {
    font-size: 5.6vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#landplan h3 {
    font-size: 5.6vmin;
  }
}

body.page-operation>main#main #content_single section#landplan h3:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 6rem;
  font-weight: 300;
  color: #F3A530;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -50px;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  z-index: 40;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#landplan h3:before {
    font-size: 8.5vmin;
    bottom: -7vmin;
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan h3:after {
    content: "";
    width: 1100px;
    height: 100%;
    background: #F3A530;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    -webkit-transition: All 1s ease-in-out 0.3s;
    -ms-transition: All 1s ease-in-out 0.3s;
    -moz-transition: All 1s ease-in-out 0.3s;
    -o-transition: All 1s ease-in-out 0.3s;
    transition: All 1s ease-in-out 0.3s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin: 0px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#landplan h3.anime:after {
  -webkit-transform: translateX(1100px);
  -ms-transform: translateX(1100px);
  -moz-transform: translateX(1100px);
  -o-transform: translateX(1100px);
  transform: translateX(1100px);
}

body.page-operation>main#main #content_single section#landplan h3:nth-of-type(2) {
  padding: 40px 0px 20px 0px;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#landplan h3:nth-of-type(2) {
    padding: 20px 0px 20px 0px;
  }
}

body.page-operation>main#main #content_single section#landplan h3:nth-of-type(2):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 6rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: -39px;
  right: 0px;
  bottom: auto;
  left: 0px;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#landplan h3:nth-of-type(2):before {
    font-size: 8.5vmin;
    top: -5.5vmin;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#landplan .wrapper {
    width: 95%;
    margin: 20px auto 60px auto;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul {
  width: 100%;
  margin: 80px 0px 60px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul {
    margin: 0px 0px 60px 0px;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li {
  width: 48%;
  position: relative;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li {
    -webkit-transition: All 0.5s ease-in-out 0.3s;
    -ms-transition: All 0.5s ease-in-out 0.3s;
    -moz-transition: All 0.5s ease-in-out 0.3s;
    -o-transition: All 0.5s ease-in-out 0.3s;
    transition: All 0.5s ease-in-out 0.3s;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li:nth-of-type(1) {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li:nth-of-type(2) {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li.anime {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li {
    width: 90%;
    margin: 80px auto 20px auto;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li h4 {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
  border: 5px solid #fff;
  background: #F3A530;
  z-index: 10;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li h4 {
    width: 30vmin;
    height: 30vmin;
    font-size: 4.2vmin;
    left: -15px;
    top: -15vmin;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li span.landplan_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li span.landplan_img {
    height: 150px;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li span.landplan_img img {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0px 0px 0px;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p {
    font-size: 3.6vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p {
    font-size: 3.4vmin;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p:nth-of-type(1) {
  margin: 5px 0px 20px 0px;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p span:nth-of-type(1) {
  display: inline-block;
  background: #F3A530;
  padding: 2px 5px;
  margin: 0px 0px 3px 0px;
  line-height: 1.2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p:nth-of-type(2) {
  min-height: 75px;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p:nth-of-type(3) {
  margin: 20px 0px 0px 0px;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(1) ul li p:nth-of-type(3) span:nth-of-type(1) {
  background: #0058bf;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0px 100px 0px;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul {
  width: 48%;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-transition: All 0.5s ease-in-out 0.3s;
    -ms-transition: All 0.5s ease-in-out 0.3s;
    -moz-transition: All 0.5s ease-in-out 0.3s;
    -o-transition: All 0.5s ease-in-out 0.3s;
    transition: All 0.5s ease-in-out 0.3s;
  }
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li {
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px #ccc dashed;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li h5 {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li h5 span {
  margin: 0px 0px 0px 10px;
  padding: 2px 5px 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li h5 span {
    font-size: 3vmin;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li h5 span:nth-of-type(1) {
  background: #F3A530;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li h5 span:nth-of-type(2) {
  background: #268AFF;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li p {
    font-size: 3.2vmin;
    margin: 5px 0px 0px 0px;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) ul li:last-of-type {
  margin: 0px 0px 0px 0px;
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) span.land_owner_img {
  width: 40%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) span.land_owner_img {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) span.land_owner_img {
    display: none;
  }
}

body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2) span.land_owner_img img {
  width: 100%;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2).anime ul {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  body.page-operation>main#main #content_single section#landplan .wrapper:nth-of-type(2).anime span.land_owner_img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

body.page-operation>main#main #content_single section#flow {
  background: url(images/flow_bg.png) left top repeat;
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#flow {
    background-size: 10vmin;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#flow {
    background-size: 5vmin;
  }
}

body.page-operation>main#main #content_single section#flow .wrapper {
  width: 850px;
  padding: 0px 0px 100px 0px;
}

@media (max-width: 1023px) {
  body.page-operation>main#main #content_single section#flow .wrapper {
    width: 90%;
    margin: 0px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#flow h3 {
  width: 100%;
  padding: 20px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #333;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#flow h3 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }
}

body.page-operation>main#main #content_single section#flow h3.anime {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow h3 {
    font-size: 8vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#flow h3 {
    font-size: 8vmin;
  }
}

body.page-operation>main#main #content_single section#flow p {
  width: 50px;
  height: 850px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background: #268AFF;
  margin: 40px 0px 0px 0px;
  position: relative;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow p {
    width: 10vmin;
    height: 870px;
  }
}

body.page-operation>main#main #content_single section#flow p:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0 45px;
  border-color: #268AFF transparent transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -38px;
  left: -20px;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow p:before {
    border-width: 9vmin 10vmin 0 10vmin;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -8.5vmin;
    left: -5vmin;
  }
}

body.page-operation>main#main #content_single section#flow p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  margin: auto;
  letter-spacing: 8px;
  position: absolute;
  top: 100px;
  right: 9px;
  bottom: auto;
  left: auto;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow p span {
    font-size: 4vmin;
    right: 2.8vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#flow p span {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section#flow ul {
  width: 85%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-operation>main#main #content_single section#flow ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  border: 4px solid #268AFF;
  margin: 40px 0px 20px 0px;
  padding: 10px 0px 10px 100px;
  background: #fff;
  position: relative;
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#flow ul li {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: All 0.5s ease-in-out 0.3s;
    -ms-transition: All 0.5s ease-in-out 0.3s;
    -moz-transition: All 0.5s ease-in-out 0.3s;
    -o-transition: All 0.5s ease-in-out 0.3s;
    transition: All 0.5s ease-in-out 0.3s;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}

@media (min-width: 1024px) {
  body.page-operation>main#main #content_single section#flow ul li.anime {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-operation>main#main #content_single section#flow ul li {
    padding: 10px 10px;
  }
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow ul li {
    padding: 10px 10px 10px 10px;
  }
}

body.page-operation>main#main #content_single section#flow ul li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 6rem;
  font-weight: 300;
  color: #268AFF;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -80px;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow ul li:before {
    font-size: 8vmin;
    bottom: -16vmin;
  }
}

body.page-operation>main#main #content_single section#flow ul li:last-of-type:before {
  display: none;
}

body.page-operation>main#main #content_single section#flow ul li>div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow ul li>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.page-operation>main#main #content_single section#flow ul li>div>span {
  width: 65px;
  display: block;
  margin: 0px 20px 0px 0px;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow ul li>div>span {
    width: 20%;
  }
}

body.page-operation>main#main #content_single section#flow ul li>div>span img {
  width: 100%;
}

body.page-operation>main#main #content_single section#flow ul li>div>div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow ul li>div>div {
    width: 70%;
  }
}

body.page-operation>main#main #content_single section#flow ul li>div>div span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #666;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow ul li>div>div span:nth-of-type(1) {
    font-size: 4vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#flow ul li>div>div span:nth-of-type(1) {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section#flow ul li>div>div span:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flow ul li>div>div span:nth-of-type(2) {
    font-size: 4vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#flow ul li>div>div span:nth-of-type(2) {
    font-size: 4vmin;
  }
}

body.page-operation>main#main #content_single section#flowcontact {
  width: 100%;
  padding: 50px 0px 50px 0px;
  background: #fdeed9;
}

body.page-operation>main#main #content_single section#flowcontact .wrapper {
  width: 500px;
  margin: 0px auto 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper {
    width: 100%;
  }
}

body.page-operation>main#main #content_single section#flowcontact .wrapper h4 {
  width: 90%;
  padding: 5px 0px 5px 0px;
  margin: 0px auto 0px auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #EF5E00;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper h4 {
    width: 98%;
    font-size: 4vmin;
  }
}

@media (max-width: 375px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper h4 {
    font-size: 4vmin;
  }
}

@media (max-width: 767px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper>div {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 10px 0px 0px;
  pointer-events: none;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a {
    background-size: 14vmin;
    padding: 0px 0px 0px 0px;
  }
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #484848;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  background: url(images/freedial.jpg) 5px center no-repeat;
  background-size: 60px;
  padding: 0px 0px 0px 70px;
  line-height: 1;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a span:nth-of-type(1) {
    font-size: 10vmin;
    padding: 0px 0px 0px 17vmin;
    background-size: 13vmin;
    margin: 0px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a span:nth-of-type(2) {
  padding: 0px 0px 0px 1px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #484848;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a span:nth-of-type(2) {
    font-size: 3.4vmin;
    margin: 5px auto 0px auto;
  }
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a span:nth-of-type(2) b {
  font-weight: 500;
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a span:nth-of-type(2) em {
  padding: 0px 0px 0px 20px;
  position: relative;
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>div>a span:nth-of-type(2) em:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: 500;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 10px;
  margin: 1px 0px 0px 0px;
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>a {
  width: 90%;
  background: #F3A530;
  margin: 10px auto 0px auto;
  padding: 10px 0px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper>a {
    font-size: 5vmin;
    padding: 7px 0px 7px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>a:hover {
  background: #e38d0d;
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>a span {
  position: relative;
  padding: 0px 0px 0px 30px;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper>a span {
    padding: 0px 0px 0px 5.6vmin;
  }
}

body.page-operation>main#main #content_single section#flowcontact .wrapper>a span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

@media (max-width: 414px) {
  body.page-operation>main#main #content_single section#flowcontact .wrapper>a span:before {
    font-size: 5vmin;
  }
}

#container_series p {
  margin: 20px 0px 0px 0px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #container_series p {
    width: 95%;
    margin: 20px auto 0px auto;
  }
}

@media (max-width: 414px) {
  #container_series p {
    font-size: 3.6vmin;
  }
}

@media (max-width: 375px) {
  #container_series p {
    font-size: 3.6vmin;
  }
}

#container_series p#trunkroom,
#container_series p#sign {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#container_series p#trunkroom img,
#container_series p#sign img {
  width: 25%;
}

@media (min-width: 768px) and (max-width: 1023px) {

  #container_series p#trunkroom img,
  #container_series p#sign img {
    width: 40%;
  }
}

@media (max-width: 767px) {

  #container_series p#trunkroom img,
  #container_series p#sign img {
    width: 100%;
  }
}

#container_series p#trunkroom span,
#container_series p#sign span {
  display: block;
  width: 70%;
  line-height: 2;
}

@media (min-width: 768px) and (max-width: 1023px) {

  #container_series p#trunkroom span,
  #container_series p#sign span {
    width: 55%;
  }
}

@media (max-width: 767px) {

  #container_series p#trunkroom span,
  #container_series p#sign span {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
}

#container_series h3#trunk_title {
  background: #F3A530;
  padding: 5px 40px 5px 20px;
  margin: 50px 0px 0px 0px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

@media (max-width: 767px) {
  #container_series h3#trunk_title {
    margin: 50px 0px 0px 2.5%;
  }
}

#container_series #trunk_recommend {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px;
  background: #fefbf6;
  border: solid #F3A530 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #container_series #trunk_recommend {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

#container_series #trunk_recommend ul {
  width: 65%;
}

@media (max-width: 767px) {
  #container_series #trunk_recommend ul {
    width: 100%;
  }
}

#container_series #trunk_recommend ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0px 0px 0px;
}

#container_series #trunk_recommend ul li h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #333;
}

@media (max-width: 414px) {
  #container_series #trunk_recommend ul li h4 {
    font-size: 4vmin;
  }
}

@media (max-width: 375px) {
  #container_series #trunk_recommend ul li h4 {
    font-size: 4vmin;
  }
}

#container_series #trunk_recommend ul li span {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 414px) {
  #container_series #trunk_recommend ul li span {
    font-size: 3.2vmin;
  }
}

@media (max-width: 375px) {
  #container_series #trunk_recommend ul li span {
    font-size: 3.2vmin;
  }
}

#container_series #trunk_recommend ul li span b {
  color: #DC3336;
  font-weight: bold;
}

#container_series #trunk_recommend #trunk_img {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #container_series #trunk_recommend #trunk_img {
    width: 100%;
  }
}

#container_series #trunk_recommend #trunk_img img {
  width: 100%;
  margin: 10px 0px 0px 0px;
  border: 1px #fff solid;
}

#container_series #sign_recommend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0px 0px 0px;
}

#container_series #sign_recommend h3 {
  width: 100%;
  padding: 8px 0px 8px 10px;
  background: #F3A530;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 414px) {
  #container_series #sign_recommend h3 {
    font-size: 4vmin;
  }
}

@media (max-width: 375px) {
  #container_series #sign_recommend h3 {
    font-size: 4vmin;
  }
}

#container_series #sign_recommend p {
  width: 100%;
  margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
  #container_series #sign_recommend p {
    width: 95%;
    margin: 10px auto 0px auto;
  }
}

#container_series #sign_recommend img {
  margin: 20px 0px 0px 0px;
}

@media (max-width: 767px) {
  #container_series #sign_recommend img {
    width: 100%;
    padding: 0px 5px;
  }
}

#container_series table {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 35px 0px 0px 0px;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  #container_series table {
    width: 95%;
    margin: 35px auto 0px auto;
  }
}

#container_series table tr:nth-of-type(1) td {
  padding: 12px 0px 12px 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #484848;
}

@media (max-width: 414px) {
  #container_series table tr:nth-of-type(1) td {
    font-size: 3vmin;
  }
}

@media (max-width: 375px) {
  #container_series table tr:nth-of-type(1) td {
    font-size: 3vmin;
  }
}

#container_series table tr td {
  padding: 5px 0px 5px 10px;
  font-size: 1.35rem;
  border: 1px solid #666;
  vertical-align: middle;
}

@media (max-width: 414px) {
  #container_series table tr td {
    font-size: 2.4vmin;
    padding: 5px 0px 5px 0px;
    text-align: center;
  }
}

@media (max-width: 375px) {
  #container_series table tr td {
    font-size: 2.4vmin;
  }
}

#container_series table tr td.size {
  background: #f7f7f7;
}

#container_series table tr td.photo {
  text-align: center;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

#contactArea {
  width: 100%;
  padding: 0px 0px 30px 0px;
  margin: 0px auto 30px auto;
}

@media (max-width: 1023px) {
  #contactArea {
    width: 100%;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 50px 0px;
  }
}

form#mailformpro {
  width: 100%;
}

@media (max-width: 767px) {
  form#mailformpro {
    width: 95%;
    margin: 30px auto 0px auto;
  }
}

form#mailformpro dl {
  width: 100%;
  padding: 30px 10px 30px 10px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  form#mailformpro dl {
    padding: 40px 0px 15px 0px;
  }

  form#mailformpro dl _::-webkit-full-page-media,
  form#mailformpro dl _:future,
  form#mailformpro dl :root .css_selector {
    background: #f00;
  }
}

form#mailformpro dl:nth-of-type(1) {
  border-top: none;
}

form#mailformpro dl dt {
  width: 35%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1023px) {
  form#mailformpro dl dt {
    width: 25%;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  form#mailformpro dl dt {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

form#mailformpro dl dt span:nth-of-type(1) {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  line-height: 1;
  background: #c65b5b;
}

@media (max-width: 1023px) {
  form#mailformpro dl dt span:nth-of-type(1) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    padding: 2px 5px;
  }
}

form#mailformpro dl dd {
  width: 60%;
  position: relative;
}

@media (max-width: 1023px) {
  form#mailformpro dl dd {
    width: 75%;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  form#mailformpro dl dd {
    width: 100%;
    margin: 5px 0px 0px 0px;
  }
}

form#mailformpro dl dd ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#mailformpro dl dd ul li {
  list-style: none;
  width: 48%;
}

form#mailformpro input,
form#mailformpro select {
  width: 100%;
  padding: 8px 5px 8px 5px;
  margin: 0px 0px 0px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #acacac;
  box-shadow: inset 1px 4px 7px -8px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #484848;
}

@media (max-width: 767px) {

  form#mailformpro input,
  form#mailformpro select {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #333;
  }
}

form#mailformpro textarea {
  width: 100% !important;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #acacac;
  min-height: 150px;
}

form#mailformpro input[type='radio'],
form#mailformpro input[type='checkbox'] {
  display: none;
}

form#mailformpro label {
  width: 100%;
  position: relative;
  font-weight: 300;
}

form#mailformpro label:before,
form#mailformpro label:after {
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

form#mailformpro dd.type ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#mailformpro dd.type ul li {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#mailformpro dd.type ul li label {
  width: 45%;
  padding: 10px 20px;
  background: #fad9a9;
  border-radius: 50px;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  form#mailformpro dd.type ul li label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

form#mailformpro dd.type ul li label.mfp_checked {
  background: #F3A530;
}

form#mailformpro .check ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#mailformpro .check ul li {
  width: 33%;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  form#mailformpro .check ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #333;
    width: 100%;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  form#mailformpro .check ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #333;
    width: 32%;
    padding: 12px 0px 12px 0px;
    margin: 0px 0px 10px 0px;
  }
}

@media (min-width: 1024px) {
  form#mailformpro .check ul li label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: -25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 3px solid #dddddd;
  }

  form#mailformpro .check ul li label:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.7rem;
    font-weight: 300;
    color: #bc5d5d;
    position: absolute;
    top: -2px;
    right: auto;
    bottom: auto;
    left: -23px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

@media (max-width: 1023px) {
  form#mailformpro .check ul li label {
    border: 2px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 5px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
  }
}

form#mailformpro .check .mfp_checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1023px) {
  form#mailformpro .check .mfp_checked {
    background: #A64547;
    border: 3px solid #A64547;
    color: #fff;
  }
}

@media (min-width: 1024px) {
  form#mailformpro .check .mfp_err {
    min-width: 1100px;
    margin-left: -25px;
  }
}

form#mailformpro .radio ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#mailformpro .radio ul li {
  width: 50%;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#mailformpro .radio ul li:nth-of-type(n+3) {
  margin: 15px 0 0 0;
}

form#mailformpro .radio ul li label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #dddddd;
}

form#mailformpro .radio ul li label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #b94646;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: -19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

form#mailformpro .radio ul li label.mfp_checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

form#mailformpro .radio .mfp_err {
  margin: 10px 0 0 -25px;
}

form#mailformpro ol {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#mailformpro ol li {
  width: 100%;
  padding: 22px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
}

form#mailformpro ol li:last-child {
  margin: 0;
}

form#mailformpro ol li span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

table#mfp_confirm_table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #F6F7F9;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  border-top: solid 1px #CCC;
  padding: 25px 10px 25px 30px;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  font-size: 2.4rem;
  padding: 10px 0px;
  text-align: center;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  padding: 15px 15px 15px 15px;
  margin: 0px auto 0px auto;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

div.mfp_thanks {
  width: 80%;
  padding: 50px 80px 50px 80px;
  margin: 50px 0px 300px 0px;
  margin: 0px auto 0px auto;
  border: 4px solid #ccc;
  background: #f7f7f7;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  div.mfp_thanks {
    margin: 30px auto 300px auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  div.mfp_thanks {
    width: 80%;
    padding: 20px 30px;
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  div.mfp_thanks {
    width: 100%;
    padding: 20px 30px;
    margin: 30px 0px;
  }
}

div.mfp_thanks p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  line-height: 2;
}

@media (max-width: 767px) {
  div.mfp_thanks p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
  }
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next,
button.mfp_prev {
  font-size: 1.4rem;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeWrapper div.prefcodeResult {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  border: solid 3px #CCC;
  background-color: #FFF;
  display: none;
  z-index: 10;
}

div.prefcodeWrapper div.prefcodeResult div {
  cursor: pointer;
  line-height: 1.8;
  padding: 2px 10px;
  -webkit-transition: All 0.1s ease-in-out;
  -ms-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #333;
}

div.prefcodeWrapper div.prefcodeResult div:hover {
  background-color: #EEE;
}

div.prefcodeWrapper div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

div.prefcodeWrapper div.prefcodeResult div.prefcodeNext:hover {
  background: #E3E3E3;
}

.confilm div {
  width: 100%;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 1023px) {
  .confilm div {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .confilm div {
    padding: 0px 0px 0px 25px;
  }
}

.confilm label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: -25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #dddddd;
}

.confilm label:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.7rem;
  font-weight: 300;
  color: #bc5d5d;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: -23px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: All 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 767px) {
  .confilm label {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: All 0.2s ease-in-out;
    -ms-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    border: 2px solid #eee;
    padding: 8px 5px;
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }

  .confilm label:before,
  .confilm label:after {
    display: none;
  }
}

.confilm .mfp_checked:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767px) {
  .confilm .mfp_checked {
    background-color: #e95f06;
    color: #fff;
    border: none;
  }

  .confilm .mfp_checked span {
    display: none;
  }

  .confilm .mfp_checked b {
    display: inline-block;
    position: relative;
  }

  .confilm .mfp_checked b:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.3rem;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: -20px;
  }
}

.confilm .mfp_err {
  margin: 10px 0 0 0px;
}

@media (max-width: 767px) {
  .confilm .mfp_err {
    font-size: 1.2rem;
  }
}

.confilm b {
  display: none;
}

div.mfp_buttons {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.mfp_buttons button {
  width: 250px;
  padding: 15px 30px 15px 30px;
  margin: 0px 30px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #d65400;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

div.mfp_buttons button:hover {
  background-color: #bc4a00;
}

@media (max-width: 767px) {
  div.mfp_buttons button {
    width: auto;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 50px 0px;
    min-width: 40%;
  }

  div.mfp_buttons button:nth-of-type(1) {
    margin-right: 5px;
  }

  div.mfp_buttons button:nth-of-type(2) {
    margin-left: 5px;
  }
}

div.mfp_err {
  width: auto;
  padding: 3px 0px 5px 17px;
  margin: 5px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #cb4d4d;
  display: none;
  position: relative;
  text-align: left;
}

div.mfp_err:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: 300;
  color: #C65B5B3;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
}

@media (max-width: 767px) {
  div.mfp_err:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.6rem;
    font-weight: 300;
    color: #C65B5B3;
    position: absolute;
    top: 1px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  border: 2px solid #cb4d4d;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  font-size: 1.4rem;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 1.8rem;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  font-size: 1.4rem;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 1.8rem;
  color: #F00;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_ok {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  border: solid 1px #090;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #090;
  display: none;
}

body.page-thanks p {
  margin-top: 20px;
  line-height: 2;
}

@media (max-width: 1023px) {
  body.page-thanks p {
    width: 95%;
    margin: 20px auto 0 auto;
  }
}

#guidance #transport img {
  width: 100%;
  margin: 20px 0px 0px 0px;
}

#guidance #transport h3 {
  width: 100%;
  padding: 10px 0px 10px 45px;
  margin: 50px 0px 0px 0px;
  background: #F3A530;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

@media (max-width: 414px) {
  #guidance #transport h3 {
    font-size: calc(1.7vmin/414*1000);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}

@media (max-width: 375px) {
  #guidance #transport h3 {
    font-size: calc(1.7vmin/375*1000);
  }
}

#guidance #transport h3:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 15px;
}

#guidance #transport p {
  line-height: 1.8;
  margin: 15px 0px 0px 0px;
  padding: 15px;
  background: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 414px) {
  #guidance #transport p {
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #transport p {
    font-size: calc(1.5vmin/375*1000);
  }
}

#guidance #transport ul {
  margin: 15px 0px 0px 0px;
}

@media (max-width: 767px) {
  #guidance #transport ul {
    width: 95%;
    margin: 15px auto 0px auto;
  }
}

#guidance #transport ul li {
  position: relative;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 5px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 414px) {
  #guidance #transport ul li {
    font-size: calc(1.35vmin/414*1000);
    margin: 0px 0px 10px 0px;
  }
}

@media (max-width: 375px) {
  #guidance #transport ul li {
    font-size: calc(1.35vmin/414*1000);
  }
}

#guidance #transport ul li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.2rem;
  font-weight: 300;
  color: #F3A530;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  margin: 2px 0px 0px 0px;
}

#guidance #lease {
  width: 100%;
  margin: 30px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #guidance #lease {
    padding: 0px 0px 100px 0px;
  }
}

@media (max-width: 767px) {
  #guidance #lease {
    width: 95%;
    margin: 30px auto 0px auto;
  }
}

#guidance #lease ul:nth-of-type(1) {
  width: 100%;
  margin: 0px 0px 130px 0px;
  padding: 30px 25px 170px 25px;
  background: #f7f7f7;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #guidance #lease ul:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media (max-width: 414px) {
  #guidance #lease ul:nth-of-type(1) {
    padding: 30px calc(2.5vmin/414*1000) 30px calc(2.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #lease ul:nth-of-type(1) {
    padding: 30px calc(2.5vmin/414*1000) 30px calc(2.5vmin/414*1000);
  }
}

#guidance #lease ul:nth-of-type(1):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 8rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -75px;
  left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
}

#guidance #lease ul:nth-of-type(1):after {
  content: "";
  width: 160px;
  height: 140px;
  background: transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 40px;
  background: url(images/lease_photo3.png) left top no-repeat;
  background-size: 100%;
}

@media (min-width: 1024px) {
  #guidance #lease ul:nth-of-type(1):after {
    height: 0;
    -webkit-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -ms-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -moz-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    -o-transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
    transition: All 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
  }
}

@media (max-width: 767px) {
  #guidance #lease ul:nth-of-type(1):after {
    display: none;
  }
}

@media (min-width: 1024px) {
  #guidance #lease ul:nth-of-type(1).anime:after {
    height: 140px;
  }
}

#guidance #lease ul:nth-of-type(1) li {
  width: 48%;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

@media (min-width: 1024px) {
  #guidance #lease ul:nth-of-type(1) li {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }
}

@media (max-width: 414px) {
  #guidance #lease ul:nth-of-type(1) li {
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #lease ul:nth-of-type(1) li {
    font-size: calc(1.5vmin/375*1000);
  }
}

#guidance #lease ul:nth-of-type(1) li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-weight: 300;
  color: #EF5E00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
}

@media (max-width: 414px) {
  #guidance #lease ul:nth-of-type(1) li:before {
    font-size: calc(1.8vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #lease ul:nth-of-type(1) li:before {
    font-size: calc(1.8vmin/375*1000);
  }
}

#guidance #lease ul:nth-of-type(1) li:nth-of-type(1) {
  width: 100%;
  margin: 10px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {
  #guidance #lease ul:nth-of-type(1) li:nth-of-type(1) {
    font-size: calc(2vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #lease ul:nth-of-type(1) li:nth-of-type(1) {
    font-size: calc(2vmin/375*1000);
  }
}

#guidance #lease ul:nth-of-type(1) li:nth-of-type(1):before {
  display: none;
}

@media (min-width: 1024px) {
  #guidance #lease ul:nth-of-type(1) li:nth-of-type(1).anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 1024px) {
  #guidance #lease ul:nth-of-type(1) li:nth-of-type(n+2).anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}

#guidance #lease ul:nth-of-type(2) {
  width: 50%;
}

@media (min-width: 1024px) {
  #guidance #lease ul:nth-of-type(2) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.3s ease-in-out 0.8s;
    -ms-transition: All 0.3s ease-in-out 0.8s;
    -moz-transition: All 0.3s ease-in-out 0.8s;
    -o-transition: All 0.3s ease-in-out 0.8s;
    transition: All 0.3s ease-in-out 0.8s;
  }
}

@media (max-width: 767px) {
  #guidance #lease ul:nth-of-type(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}

@media (min-width: 1024px) {
  #guidance #lease ul:nth-of-type(2).anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

#guidance #lease ul:nth-of-type(2) li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {
  #guidance #lease ul:nth-of-type(2) li {
    font-size: calc(1.65vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #lease ul:nth-of-type(2) li {
    font-size: calc(1.65vmin/375*1000);
  }
}

#guidance #lease ul:nth-of-type(2) li:nth-of-type(2) {
  width: 100%;
  margin: 30px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#guidance #lease ul:nth-of-type(2) li:nth-of-type(2) b {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #333;
  line-height: 0.5;
  margin: 0px 0px 0px 8px;
}

@media (max-width: 414px) {
  #guidance #lease ul:nth-of-type(2) li:nth-of-type(2) b {
    font-size: calc(3.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #lease ul:nth-of-type(2) li:nth-of-type(2) b {
    font-size: calc(3.5vmin/375*1000);
  }
}

#guidance #lease ul:nth-of-type(2) li:nth-of-type(2) em {
  width: 100%;
  margin: 5px 0px 0px 0px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
}

#guidance #lease ul:nth-of-type(2) li:nth-of-type(2) em span {
  color: #D94447;
  display: inline;
}

#guidance #lease ul:nth-of-type(2) li:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
}

#guidance #lease h3 {
  width: 100%;
  margin: 0px 0px 60px 0px;
  position: relative;
}

@media (min-width: 1024px) {
  #guidance #lease h3 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: All 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -ms-transition: All 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -moz-transition: All 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    -o-transition: All 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    transition: All 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  }
}

@media (max-width: 767px) {
  #guidance #lease h3 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px;
    background: #EF5E00;
  }
}

#guidance #lease h3:before {
  content: "";
  width: 250px;
  height: 160px;
  background: transparent;
  position: absolute;
  top: -20px;
  right: 0px;
  bottom: auto;
  left: auto;
  background: url(images/lease_photo4.png) left top no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  #guidance #lease h3:before {
    display: none;
  }
}

@media (min-width: 1024px) {
  #guidance #lease h3.anime {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#guidance #lease h3>span {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #EF5E00;
}

@media (max-width: 414px) {
  #guidance #lease h3>span {
    font-size: calc(2.5vmin/414*1000);
    color: #fff;
  }
}

@media (max-width: 375px) {
  #guidance #lease h3>span {
    font-size: calc(2.5vmin/375*1000);
  }
}

#guidance #lease>span {
  width: 45%;
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #guidance #lease>span {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: All 0.5s ease-in-out 0.8s;
    -ms-transition: All 0.5s ease-in-out 0.8s;
    -moz-transition: All 0.5s ease-in-out 0.8s;
    -o-transition: All 0.5s ease-in-out 0.8s;
    transition: All 0.5s ease-in-out 0.8s;
  }
}

@media (min-width: 1024px) {
  #guidance #lease>span.anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  #guidance #lease>span {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 20px 0px 20px 0px;
  }
}

#guidance #lease>span img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #guidance #lease>span img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #guidance #house {
    padding: 0px 0px 300px 0px;
  }
}

#guidance #house p {
  width: 100%;
  margin: 20px 0px 40px 0px;
}

@media (max-width: 767px) {
  #guidance #house p {
    width: 95%;
    margin: 20px auto 40px auto;
  }
}

#guidance #house ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #guidance #house ul {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

#guidance #house ul li {
  width: 48%;
  margin: 0px 0px 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #guidance #house ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#guidance #house ul li>span {
  width: 40%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  #guidance #house ul li>span {
    width: 100%;
    height: 100px;
  }
}

#guidance #house ul li>span img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #guidance #house ul li>span img {
    width: 120%;
    height: auto;
  }
}

#guidance #house ul li div {
  width: 55%;
}

@media (max-width: 767px) {
  #guidance #house ul li div {
    width: 100%;
  }
}

#guidance #house ul li div h4 {
  width: 100%;
}

#guidance #house ul li div span {
  width: 100%;
  margin: 5px 0px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 414px) {
  #guidance #house ul li div span {
    font-size: calc(1.35vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #house ul li div span {
    font-size: calc(1.35vmin/375*1000);
  }
}

#guidance #credit {
  width: 100%;
}

@media (max-width: 1023px) {
  #guidance #credit {
    width: 95%;
    margin: 0px auto 0px auto;
  }
}

#guidance #credit ul {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 0px 0px;
}

#guidance #credit ul li {
  width: 100%;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 80px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 6px #EA5515 solid;
  position: relative;
  background: #FFF6EB;
  list-style: none;
}

@media (max-width: 767px) {
  #guidance #credit ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#guidance #credit ul li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 3.6rem;
  font-weight: 300;
  color: #EA5515;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -70px;
  left: 47%;
}

@media (max-width: 414px) {
  #guidance #credit ul li:before {
    font-size: calc(3vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #credit ul li:before {
    font-size: calc(3vmin/375*1000);
  }
}

#guidance #credit ul li:nth-of-type(4):before {
  display: none;
}

#guidance #credit ul li span:nth-of-type(1) {
  width: 15%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #E76F3C;
  padding: 0px 0px 0px 10px;
  line-height: 1;
}

@media (max-width: 414px) {
  #guidance #credit ul li span:nth-of-type(1) {
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #credit ul li span:nth-of-type(1) {
    font-size: calc(1.5vmin/375*1000);
  }
}

#guidance #credit ul li span:nth-of-type(1) b {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #EA5515;
  padding: 0px 10px 0px 5px;
  border-right: 1px dotted #EA5515;
}

@media (max-width: 414px) {
  #guidance #credit ul li span:nth-of-type(1) b {
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #credit ul li span:nth-of-type(1) b {
    font-size: calc(1.4vmin/375*1000);
  }
}

#guidance #credit ul li span:nth-of-type(2) {
  width: 80%;
  padding: 0px 0px 0px 30px;
}

@media (max-width: 767px) {
  #guidance #credit ul li span:nth-of-type(2) {
    width: 75%;
    padding: 0px 5px 0px 20px;
  }
}

#guidance #credit h3 {
  width: 100%;
  padding: 12px 10px;
  background: #EA5515;
  color: #fff;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

#guidance #credit h3 span {
  position: relative;
  border-left: 3px #FFF solid;
  padding: 0px 0px 0px 10px;
}

#guidance #credit h3 span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 2px;
  right: -25px;
  bottom: auto;
  left: auto;
}

@media (max-width: 414px) {
  #guidance #credit h3 span:before {
    display: none;
  }
}

#guidance #credit p {
  width: 100%;
  margin: 20px 0px 20px 0px;
}

#guidance #credit .card {
  width: 100%;
  padding: 20px 20px;
  background: #FFF6EB;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  #guidance #credit .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#guidance #credit .card img {
  width: 15%;
  border: 2px solid #fff;
}

@media (max-width: 414px) {
  #guidance #credit .card img {
    width: 30%;
  }

  #guidance #credit .card img:nth-of-type(2) {
    margin: 0px 5px 0px 5px;
  }

  #guidance #credit .card img:nth-of-type(n+4) {
    margin: 5px 5px 0px 5px;
  }
}

#guidance #price {
  width: 100%;
  padding: 0px 7% 100px 0px;
}

@media (max-width: 1023px) {
  #guidance #price {
    padding: 0px 0px 100px 0px;
  }
}

#guidance #price>h3 {
  width: 100%;
  margin: 20px 0px 60px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#guidance #price>h3 span {
  display: inline-block;
  padding: 9px 100px 9px 20px;
  background: #F3A530;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  #guidance #price>h3 span {
    padding: 9px 10vmin 9px 20px;
  }
}

@media (max-width: 414px) {
  #guidance #price>h3 span {
    font-size: calc(1.45vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #price>h3 span {
    font-size: calc(1.45vmin/375*1000);
  }
}

#guidance #price>h3 span:before {
  content: "";
  width: 40px;
  height: 30px;
  background: #F3A530;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -20px;
  left: auto;
}

#guidance #price>h3 span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 40px 0 40px;
  border-color: #F3A530 transparent transparent;
  position: absolute;
  top: auto;
  right: -19px;
  bottom: -50px;
  left: auto;
}

#guidance #price h4 {
  width: 100%;
  padding: 40px 65px 50px 15px;
  margin: 100px 0px 0px 0px;
  border: 8px solid #ff893d;
  background: #F3A530;
  position: relative;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #guidance #price h4 {
    width: 95%;
    margin: 70px auto 0px auto;
    padding: 40px 15px 50px 15px;
  }
}

@media (max-width: 414px) {
  #guidance #price h4 {
    font-size: calc(1.8vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #price h4 {
    font-size: calc(1.7vmin/375*1000);
  }
}

#guidance #price h4 strong {
  font-size: 2.8rem;
  line-height: 1;
  margin: -10px 0px 0px 5px;
}

@media (max-width: 767px) {
  #guidance #price h4 strong {
    margin: 5px 0px 5px 0px;
  }
}

#guidance #price h4 strong b {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

#guidance #price h4 img {
  width: 200px;
  position: absolute;
  top: auto;
  right: -120px;
  bottom: -80px;
  left: auto;
}

@media (max-width: 1023px) {
  #guidance #price h4 img {
    display: none;
  }
}

#guidance #price .reason {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 60px 0px;
  border-bottom: 4px #ddd solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  #guidance #price .reason {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -ms-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -moz-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    -o-transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
    transition: All 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  }
}

@media (min-width: 1024px) {
  #guidance #price .reason.anime {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  #guidance #price .reason {
    width: 95%;
    margin: 0px auto 20px auto;
  }
}

#guidance #price .reason h3 {
  width: 100%;
  margin: 30px 0px 0px 0px;
}

#guidance #price .reason h3 span {
  min-width: 185px;
  background: #EF5E00;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 20px;
}

@media (max-width: 414px) {
  #guidance #price .reason h3 span {
    font-size: calc(1.5vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #price .reason h3 span {
    font-size: calc(1.5vmin/375*1000);
  }
}

#guidance #price .reason div {
  width: 48%;
}

@media (max-width: 767px) {
  #guidance #price .reason div {
    width: 49%;
  }
}

#guidance #price .reason div table {
  width: 100%;
  margin: 20px 0px 0px 0px;
  border-collapse: collapse;
}

#guidance #price .reason div table.other tr:nth-of-type(1) td {
  background: #f7f7f7;
}

#guidance #price .reason div table.mycom tr:nth-of-type(1) td {
  background: #F3A530;
  color: #fff;
  border: 1px solid #F3A530;
}

#guidance #price .reason div table.mycom tr td:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #484848;
}

@media (max-width: 414px) {
  #guidance #price .reason div table.mycom tr td:nth-of-type(2) {
    font-size: calc(1.4vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #price .reason div table.mycom tr td:nth-of-type(2) {
    font-size: calc(1.3vmin/375*1000);
  }
}

#guidance #price .reason div table tr:nth-child(odd) {
  background: #f7f7f7;
}

#guidance #price .reason div table tr:nth-of-type(1) td {
  text-align: center;
  padding: 8px 0px 8px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {
  #guidance #price .reason div table tr:nth-of-type(1) td {
    font-size: calc(1.4vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #price .reason div table tr:nth-of-type(1) td {
    font-size: calc(1.3vmin/375*1000);
  }
}

#guidance #price .reason div table tr td {
  border: 1px solid #ccc;
  padding: 8px 10px 8px 10px;
  font-size: 1.4rem;
  vertical-align: middle;
  height: 45px;
}

@media (max-width: 414px) {
  #guidance #price .reason div table tr td {
    font-size: calc(1.2vmin/414*1000);
    padding: 8px 3px 8px 3px;
    height: auto;
  }
}

@media (max-width: 375px) {
  #guidance #price .reason div table tr td {
    font-size: calc(1.2vmin/375*1000);
  }
}

#guidance #price .reason div table tr td:nth-of-type(2) {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 414px) {
  #guidance #price .reason div table tr td:nth-of-type(2) {
    font-size: calc(1.3vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #price .reason div table tr td:nth-of-type(2) {
    font-size: calc(1.2vmin/375*1000);
  }
}

#guidance #price .reason div table tr td:nth-of-type(2) em {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
  margin: 0px 0px 0px 3px;
}

#guidance #price .reason div p {
  margin: 15px 0px 0px 0px;
  padding: 10px 10px 10px 20px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  #guidance #price .reason div p {
    font-size: calc(1.3vmin/414*1000);
  }
}

@media (max-width: 375px) {
  #guidance #price .reason div p {
    font-size: calc(1.2vmin/375*1000);
  }
}

#guidance #price .reason div p span {
  width: 100%;
}

#guidance #price .reason div:nth-of-type(1) p {
  border: 4px #ccc solid;
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#guidance #price .reason div:nth-of-type(1) p b {
  color: #BF2B2D;
  display: inline;
}

#guidance #price .reason div:nth-of-type(2) p {
  padding: 10px 70px 10px 20px;
  border: solid 4px #f6ba60;
  background: #fdeed9;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  #guidance #price .reason div:nth-of-type(2) p {
    padding: 10px 10px 10px 10px;
  }
}

#guidance #price .reason div:nth-of-type(2) p span {
  position: relative;
  padding: 0px 0px 0px 17px;
}

#guidance #price .reason div:nth-of-type(2) p span:before {
  content: "※";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e38d0d;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: -2px;
}

#guidance #price .reason div:nth-of-type(2) p span:nth-of-type(2) {
  margin: 8px 0px 0px 0px;
}

#guidance #price .reason div:nth-of-type(2) p img {
  width: 125px;
  position: absolute;
  top: auto;
  right: -70px;
  bottom: -4px;
  left: auto;
}

@media (max-width: 1023px) {
  #guidance #price .reason div:nth-of-type(2) p img {
    display: none;
  }
}

#guidance #price .reason:nth-of-type(1) p {
  min-height: 160px;
}

#guidance #price .reason:nth-of-type(2) p {
  min-height: 120px;
}

#guidance #price .reason:nth-of-type(2) p img {
  width: 145px !important;
}

@media (max-width: 1023px) {
  #guidance #price .reason:nth-of-type(2) p img {
    display: none;
  }
}

#guidance #price .reason:nth-of-type(3) p {
  min-height: 120px;
}

#guidance #price .reason:last-of-type {
  border: none;
  margin-bottom: 0px;
}

body.page-calculation input {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  border: none;
  background: transparent;
}

body.page-calculation ul.cal {
  width: 100%;
  padding: 30px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  background: #f9efd4;
  border: 3px solid #eed590;
}

@media (max-width: 414px) {
  body.page-calculation ul.cal {
    width: 98%;
    margin: 0px auto 0px auto;
    padding: 30px 5px 10px 5px;
  }
}

body.page-calculation ul.cal li {
  width: 68%;
  margin: 0 auto 15px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-calculation ul.cal li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  body.page-calculation ul.cal li {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 414px) {
  body.page-calculation ul.cal li {
    font-size: calc(1.3vmin/414*1000);
  }
}

body.page-calculation ul.cal li ＆:nth-of-type(4) {
  width: 75%;
}

@media (max-width: 767px) {
  body.page-calculation ul.cal li ＆:nth-of-type(4) {
    width: 100%;
  }
}

@media (max-width: 414px) {
  body.page-calculation ul.cal li ＆:nth-of-type(4) {
    font-size: calc(1.3vmin/414*1000);
  }
}

body.page-calculation ul.cal li.usage {
  display: none;
}

body.page-calculation ul.cal li span {
  width: 160px;
  display: inline-block;
  padding-right: 3%;
  text-align: right;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

@media (max-width: 767px) {
  body.page-calculation ul.cal li span {
    width: 30%;
    font-size: calc(1.5vmin/767*1000);
  }
}

@media (max-width: 414px) {
  body.page-calculation ul.cal li span {
    width: 30%;
    font-size: calc(1.2vmin/414*1000);
    padding-right: 0;
  }
}

body.page-calculation ul.cal #t0 {
  padding-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #EF5E00;
}

@media (max-width: 767px) {
  body.page-calculation ul.cal #t0 {
    width: 70%;
    text-align: left;
  }
}

@media (max-width: 414px) {
  body.page-calculation ul.cal #t0 {
    font-size: calc(1.5vmin/414*1000);
  }
}

body.page-calculation ul.cal select {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  padding: 2px 20px 2px 8px;
  margin: 0px 5px 0px 5px;
  box-shadow: none;
  border: 1px #ccc solid;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-calculation ul.cal select {
    background-position: right 8px center;
  }
}

@media (max-width: 414px) {
  body.page-calculation ul.cal select {
    font-size: calc(1.5vmin/414*1000);
    padding: calc(.8vmin/414*1000) calc(2vmin/414*1000) calc(.8vmin/414*1000) calc(.8vmin/414*1000);
    margin: 0px 2px 0px 2px;
    background-position: right 1vmin center;
  }
}

body.page-calculation ul.cal .calbtn {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.page-calculation ul.cal .calbtn {
    width: 90%;
  }
}

body.page-calculation ul.cal .calbtn>div {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-calculation ul.cal .submit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #EF5E00;
  letter-spacing: 2px;
  border-bottom: 4px solid #b14415;
  padding: 5px 50px 5px 60px;
  cursor: pointer;
}

body.page-calculation ul.cal .submit:hover {
  margin: 8px 0 0 0;
  border-bottom: none;
}

body.page-calculation #estimate {
  width: 100%;
  margin: 30px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  body.page-calculation #estimate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.page-calculation #estimate #cam,
body.page-calculation #estimate #cam2 {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

body.page-calculation #estimate>div:nth-of-type(1) {
  margin-right: 5%;
}

@media (max-width: 767px) {
  body.page-calculation #estimate>div:nth-of-type(1) {
    margin-right: 0;
  }
}

body.page-calculation #estimate>div #campaign,
body.page-calculation #estimate>div #normal {
  min-height: 555px;
  width: 100%;
  padding: 20px 25px 40px 25px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-calculation #estimate>div>div:nth-of-type(1) {
  background: #fbf1de;
}

body.page-calculation #estimate>div>div:nth-of-type(2) {
  background: #f7f7f7;
}

body.page-calculation #estimate #campaign {
  background: #fbf1de;
}

body.page-calculation #estimate #normal {
  background: #f7f7f7;
}

body.page-calculation #estimate h3 {
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #EF5E00;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

body.page-calculation #estimate h4 {
  width: 100%;
  border-bottom: 1px solid #333;
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-calculation #estimate h4 span:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
  display: block;
  line-height: 1.3;
}

body.page-calculation #estimate h4 input {
  width: 150px;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #EF5E00;
}

@media (max-width: 414px) {
  body.page-calculation #estimate h4 input {
    width: calc(15vmin/414*1000);
    font-size: calc(3vmin/414*1000);
  }
}

body.page-calculation #estimate ul {
  width: 100%;
  padding: 10px 20px 20px 20px;
  margin: 20px 0px 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

body.page-calculation #estimate ul li {
  width: 100%;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #666;
  position: relative;
}

body.page-calculation #estimate ul li span:nth-of-type(1) {
  display: inline-block;
}

body.page-calculation #estimate ul li input {
  width: 80px;
  text-align: right;
}

body.page-calculation #estimate ul li.dc input,
body.page-calculation #estimate ul li#secwaribiki2 input,
body.page-calculation #estimate ul li#secwaribiki3 input {
  color: #E93437;
}

body.page-calculation .runscore {
  min-height: 250px;
  margin: 30px 0px 0px 0px;
  width: 100%;
  padding: 0px 25px 20px 25px;
  margin: 40px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-calculation .runscore h4 {
  width: 100%;
  border-bottom: 1px solid #333;
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-calculation .runscore h4 span:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
  display: block;
  line-height: 1.3;
}

body.page-calculation .runscore h4 input {
  width: 130px;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #EF5E00;
}

body.page-calculation .runscore>ul {
  width: 100%;
  padding: 10px 20px 20px 20px;
  margin: 20px 0px 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

body.page-calculation .runscore>ul li {
  width: 100%;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #666;
  position: relative;
}

body.page-calculation .runscore>ul li span:nth-of-type(1) {
  display: inline-block;
}

body.page-calculation .runscore>ul li input {
  width: 80px;
  text-align: right;
}

body.page-calculation p.caution {
  width: 100%;
  min-height: 260px;
  margin: 30px 0px 0px 0px;
  padding: 30px 20px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #EF5E00;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-calculation #cam p.caution {
  background: #fffdf7;
  border: solid #F60 3px;
}

body.page-calculation #cam2 h3 {
  background: transparent;
  color: #333;
}

body.page-calculation #cam2 p.caution {
  background: #f7f7f7;
  border: solid #ccc 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

@media (min-width: 1200px) {
  body.page-template-stores-map aside {
    display: none;
  }
}

@media (max-width: 1023px) {
  body.page-template-stores-map .navi #search-btn {
    display: none !important;
  }
}

body main#main #content.store-map {
  width: 100%;
}

@media (max-width: 767px) {
  body main#main #content.store-map {
    width: 100%;
  }
}

body main#main #content.store-map p {
  margin: 30px 0 0 0;
}

@media (max-width: 767px) {
  body main#main #content.store-map p {
    width: 95%;
    margin: 5vmin auto 0vmin auto;
  }
}

body main#main #content.store-map #map {
  width: 100%;
  height: 650px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  body main#main #content.store-map #map {
    width: 95%;
    height: 80vh;
    margin: 10vmin auto 0 auto;
  }
}

body main#main #content.store-map .gm-style-iw {
  width: 500px;
  max-height: 500px !important;
  overflow: visible !important;
  top: 63px !important;
  left: -13px !important;
}

@media (max-width: 767px) {
  body main#main #content.store-map .gm-style-iw {
    width: 85vmin;
    height: 80vmin;
    max-width: 500px !important;
    left: 0px !important;
  }
}

body main#main #content.store-map .gm-style-iw-tc:after {
  top: 63px !important;
  left: -13px !important;
}

body main#main #content.store-map .gm-style-iw-d {
  overflow: visible;
  padding: 20px 15px 25px 15px;
}

body main#main #content.store-map .gm-style-iw-d+button {
  background: #EA9339 !important;
  opacity: 1 !important;
  border: 4px solid #fff !important;
  box-sizing: content-box;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
}

body main#main #content.store-map .gm-style-iw-d+button img {
  display: none !important;
}

body main#main #content.store-map .gm-style-iw-d+button:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body main#main #content.store-map .gm-style-iw-d+button:hover {
  background: #d97a17 !important;
}

body main#main #content.store-map .mapblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body main#main #content.store-map .mapblock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body main#main #content.store-map .mapblock .ribbon {
  width: 170px;
  height: 50px;
  z-index: 999;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: -5px;
}

@media (max-width: 767px) {
  body main#main #content.store-map .mapblock .ribbon {
    height: 60vmin;
  }
}

body main#main #content.store-map .mapblock .ribbon img {
  width: 100%;
}

body main#main #content.store-map .gm-ui-hover-effect>span {
  background: transparent !important;
}

body main#main #content.store-map .mapblock .map_content {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #434343;
}

@media (max-width: 767px) {
  body main#main #content.store-map .mapblock .map_content {
    width: 100% !important;
  }
}

body main#main #content.store-map .mapblock .map_content .type {
  font-size: 1.15rem;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body main#main #content.store-map .mapblock .map_content .type>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 8px;
}

body main#main #content.store-map .mapblock .map_content .type .container {
  background: #EA9339;
}

body main#main #content.store-map .mapblock .map_content .type .container.trank {
  background: #F26A7A;
}

body main#main #content.store-map .mapblock .map_content .type .container.garage {
  background: #A3CD3C;
}

body main#main #content.store-map .mapblock .map_content .type .bike {
  margin-left: 5px;
  background: #268AFF;
}

body main#main #content.store-map .mapblock .map_content .address {
  font-size: 1.3rem;
  text-indent: 15px;
  position: relative;
}

body main#main #content.store-map .mapblock .map_content .address:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #D05A5C;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0px;
  left: -13px;
}

body main#main #content.store-map .mapblock .map_content h3 {
  font-size: 1.5rem;
  margin: 3px 0;
}

body main#main #content.store-map .mapblock .map_content a.accesslink {
  background: #EA9339;
  position: relative;
  width: 70%;
  padding: 4px 0 5px 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  border-radius: 2.5px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}

@media (max-width: 767px) {
  body main#main #content.store-map .mapblock .map_content a.accesslink {
    width: 100%;
  }
}

body main#main #content.store-map .mapblock .map_content a.accesslink:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: auto;
  left: 0px;
  -webkit-transition: All 0.2s ease-in-out;
  -ms-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  top: 55%;
  left: 10%;
}

@media (min-width: 1200px) {
  body main#main #content.store-map .mapblock .map_content a.accesslink:hover {
    background: #e88622;
  }

  body main#main #content.store-map .mapblock .map_content a.accesslink:hover:before {
    left: 12%;
  }
}

body main#main #content.store-map .mapblock span.image {
  width: 35%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  body main#main #content.store-map .mapblock span.image {
    width: 100%;
    height: 25vmin;
    margin-bottom: 5vmin;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}

body main#main #content.store-map .mapblock span.image img {
  height: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  body main#main #content.store-map .mapblock span.image img {
    width: 100%;
    height: auto;
  }
}

body.single-stores #content table tr.multi-title {
  background: transparent;
}

body.single-stores #content table tr.multi-title:nth-of-type(1) {
  border-top: none;
}

body.single-stores #content table tr.multi-title:nth-of-type(1) td {
  border-top: none;
  color: #333;
}

body.single-stores #content table tr.multi-title td {
  width: calc(100% - 1px);
  justify-content: flex-start;
  border: none;
  border-top: 1px solid #ccc;
  padding: 50px 0 10px 0;
}

body.single-stores #content table tr.multi-title td span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}

body.single-stores #content table tr.multi-title td span:before {
  content: '■';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #EF5E00;
}