@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

body {
  background-image: url(../image/base_bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-size: contain;
  background-attachment: fixed;
}

#content {
  max-width: 500px;
  margin: auto;
  min-height: 100vh;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  background: #fff;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

a {
  color: #2db479;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
img a:hover {
  opacity: 0.5;
}

li::marker {
  color: #2db479;
}

p {
  margin: 0.25em auto 0.75em;
  line-height: 1.6;
}

.btn {
  background: #f7b525;
  font-size: 1.6em;
  padding: 0.5em 1.75em;
  border-radius: 2em;
  border: none;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px #939393;
          box-shadow: 0 3px 6px #939393;
  display: inline-block;
  color: #000;
}
.btn:hover {
  background: #000;
  color: #fff;
}

.btn.green {
  background: #8dc33e;
}

.btn.red {
  background: #d70040;
  color: #fff;
}
.btn.red:hover {
  color: #000;
}

.btn.invalid,
.btn.invalid[disabled] {
  background: #ccc;
  color: #666;
  pointer-events: none;
}

.center {
  text-align: center;
}

.attention {
  color: red;
}

figure {
  margin: 0;
}

.bold-text {
  font-weight: bold;
}

h2 {
  margin: 1.75em auto 0.75em;
  padding: 0.4em;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner h2:first-child {
  margin-top: 0;
}

h3 {
  margin: 1.75em auto 0.75em;
  background: #58d0a6;
  padding: 0.25em 0;
  font-size: 1.2em;
  text-align: center;
  color: white;
}
h3.apply {
  background: #8ec4b7;
  margin: 2em 1em 1em;
  position: relative;
  border-radius: 20px;
  font-weight: normal;
}

h4 {
  margin: 1.75em auto 0.75em;
  font-size: 1.2em;
  border-bottom: 1px solid;
  padding: 0.25em 0;
}

h5 {
  font-size: 1.1em;
  margin: 1.75em auto 0.75em;
  color: #585858;
  border-left: 5px solid #f7b525;
  padding-left: 0.5em;
}

ul.attention-list {
  background: white;
  padding: 1em 2em;
  border-radius: 0.5em;
}
ul.attention-list li {
  margin: 0.5em 0.15em;
  line-height: 1.2;
}

.home-btn-area {
  margin: 1em auto;
}

/***form***/
input[type=text] {
  width: 100%;
}

button {
  cursor: pointer;
}

button.greenbtn {
  font-size: 1.6em;
  padding: 0.5em 1.75em;
  border-radius: 2em;
  border: none;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px #939393;
          box-shadow: 0 3px 6px #939393;
  display: inline-block;
  background: #8dc33e;
}

button.bluebtn {
  font-size: 1.6em;
  padding: 0.5em 1.75em;
  border-radius: 2em;
  border: none;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px #939393;
          box-shadow: 0 3px 6px #939393;
  display: inline-block;
  background: #3ca2cf;
  color: #FFF;
}

button.purplebtn {
  font-size: 1.6em;
  padding: 0.5em 1.75em;
  border-radius: 2em;
  border: none;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px #939393;
          box-shadow: 0 3px 6px #939393;
  display: inline-block;
  background: #9f5396;
  color: #FFF;
}

.img {
  margin: 1em auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after {
  clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-inner {
  border-bottom: 2px solid #432f72;
  background-color: #3ca2cf;
}
.header-inner .logo-area {
  padding: 5px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 0.5em;
}
.header-inner .logo-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.header-inner .logo-area a .w-miuru-logo {
  max-width: 60px;
}
@media (max-width: 380px) {
  .header-inner .logo-area a .w-miuru-logo {
    display: none;
  }
}
.header-inner .logo-area a .header-logo-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 350px) {
  .header-inner .logo-area a .header-logo-img {
    width: 180px;
  }
}
.header-inner .logo-area img {
  max-width: 240px;
}

.gmenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* --- 共通の「.menu a」スタイル --- */
}
.gmenu .menu {
  /* 最終カラムは右ボーダーをなくす */
  /* もともとあった current-menu 用（今回は上書きされるので残していてもOK） */
  /* --------------------------------------------------
     以下、各メニュー（.menu01/.menu02/.menu03）固有の
     「通常時：半透明」「.current-menu：不透明」設定
     -------------------------------------------------- */
  /* HOME（.menu01）の場合 */
  /* MAP（.menu02）の場合 */
  /* プレゼント応募（.menu03）の場合 */
}
.gmenu .menu a {
  display: block;
  width: 100%;
  height: 100%;
  /* デフォルトはオレンジ背景（既存のまま） */
  background: #f7b525;
  padding: 0.75em 0;
  text-align: center;
  color: white;
  font-weight: bold;
  border-right: 1px solid;
}
.gmenu .menu a:hover {
  background: #000;
}
.gmenu .menu:last-child a {
  border: none;
}
.gmenu .menu.current-menu a {
  background-color: #9f5396;
}
.gmenu .menu.menu01 a {
  /* #9f5396 を半透明に */
  background: rgba(159, 83, 150, 0.5);
}
.gmenu .menu.menu01.current-menu a {
  /* 選択中は不透明の #9f5396 */
  background: #9f5396;
}
.gmenu .menu.menu02 a {
  /* #342966 を半透明に */
  background: rgba(52, 41, 102, 0.5);
}
.gmenu .menu.menu02.current-menu a {
  /* 選択中は不透明の #342966 */
  background: #342966;
}
.gmenu .menu.menu03 a {
  /* #e72B6B を半透明に */
  background: rgba(231, 43, 107, 0.5);
}
.gmenu .menu.menu03.current-menu a {
  /* 選択中は不透明の #e72B6B */
  background: #e72b6b;
}

/*--------------------------------------------------------------
# SP-Menu
--------------------------------------------------------------*/
/****ハンバーガー****/
.sp-menu {
  border: 1px solid #fff;
  display: block;
  z-index: 99999;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
  background: #3ca2cf;
  padding-right: 42px;
  padding-bottom: 41px;
}

.sp-menu span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sp-menu span:nth-child(1) {
  top: 10px;
}

.sp-menu span:nth-child(2) {
  top: 20px;
}

.sp-menu span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.sp-menu.active span:nth-child(1) {
  top: 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-menu.active span:nth-child(2),
.sp-menu.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-menu-container {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #0083ca;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: calc(100vh - 2em);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 48px 0.5em 0;
  overflow-y: scroll;
  border-left: 5px solid #0083ca;
}
@media (min-width: 768px) {
  .sp-menu-container {
    width: 50%;
    height: 100vh;
  }
}

.sp-menu-container.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sp-menu-container nav ul {
  margin: 2em;
  padding: 0;
  list-style: none;
}
.sp-menu-container nav ul li {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.sp-menu-container nav ul li a {
  display: block;
  padding: 0.25em;
  color: #fff;
}
.sp-menu-container nav ul li a:hover {
  background-color: #2db479;
  color: #fff;
  border-left: 5px solid;
}

.is-fixed {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  display: block;
  padding: 1em;
  background: #432f72;
}
footer p.copyright {
  text-align: center;
  font-size: 0.8em;
  color: white;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.fv {
  position: relative;
}
.fv h1 {
  margin: 0;
}
.fv img {
  display: block;
}
.fv .entry-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv .entry-content .btn {
  background-color: #9f5396;
  color: #fff;
}
.fv .entry-content .btn:hover {
  color: #000;
}

.entry-content {
  width: calc(100% - 2em);
  margin: auto;
}
.entry-content .inner {
  margin: 2em auto;
}

.home-entry-content {
  width: calc(100% - 2em);
  margin: auto;
}

dt.faq-question {
  background: #f7b525;
  padding: 1em;
  border-radius: 0.75em 0.75em 0 0;
  padding-left: 2.65em;
  padding-bottom: 2em;
  cursor: pointer;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  position: relative;
}
dt.faq-question:hover {
  background: #000;
  color: #fff;
}
dt.faq-question:hover:after {
  background: #000;
}
dt.faq-question:before {
  content: "Q.";
  font-weight: bold;
  font-size: 1.15em;
  margin-right: 0.5em;
  margin-left: -1.65em;
}
dt.faq-question:after {
  content: "click";
  display: inline-block;
  text-align: right;
  background: #fff;
  padding: 0.15em 0.75em;
  border-radius: 1em;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 0.9em;
  border-bottom: 1px solid;
}

dd.faq-answer {
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  padding: 1em;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-container {
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-box .inner {
  background: rgba(255, 255, 255, 0.7);
  margin: 1em;
  padding: 1em 0.5em;
  border-radius: 2em;
  position: relative;
}
.login-box .fv {
  padding: 1em;
}
.login-box p {
  font-weight: bold;
  line-height: 1.4;
}
.login-box .item input {
  font-size: 1.4em;
  padding: 0.8em;
  border: none;
  text-align: center;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.login-box .login-form {
  width: calc(100% - 2em);
  margin: 1em auto 0.5em;
}
.login-box .login-form > div {
  margin: 0.5em auto 1em;
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.home-container {
  background-color: #fff;
  /*padding: 1.5em 0 4em;*/
}
.home-container .entry-content {
  /*
  border-radius: 1em;
  box-shadow: $shadow;
  background-color: #ffffff75;
  */
}
.home-container .entry-content .inner {
  padding: 0.5em 1em;
  margin: auto;
}
.home-container .entry-content .inner.bridge-container {
  padding: 3em 1em;
}
.home-container .entry-content .inner.bridge-container img {
  /* PCの右クリック禁止 */
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.nickname {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px;
}

.getpoint {
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #000;
  padding: 0.4em 0.1em;
  text-align: center;
  border-radius: 0.5em;
  margin: 1em auto;
  color: #000;
  background: #f7b525;
}

.bridge-archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.bridge-archive .spot {
  text-align: center;
  font-size: 1em;
  background: #8ec4b7;
  font-weight: 700;
  border-radius: 0.5em 0.5em 0 0;
  color: #1b783c;
  margin: 0.5em 0 0;
  padding: 0.28em 0;
}
.bridge-archive .spot span.num {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  line-height: 1.25;
  border-radius: 100%;
  border: 1px solid;
  letter-spacing: -2px;
  text-align: center;
  font-size: 0.9em;
  padding-right: 0.1em;
}
.bridge-archive .spot span.point {
  margin-left: 0.25em;
  background: #fff;
  font-size: 0.9em;
  padding: 0.1em 0.5em;
  border-radius: 5px;
}
.bridge-archive .thumb img {
  -webkit-box-shadow: 0 3px 6px #ccc;
          box-shadow: 0 3px 6px #ccc;
}
.bridge-archive .card .bridge .spot {
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bridge-archive .card .bridge img {
  border: 1px solid #8ec4b7;
  /* PCの右クリック禁止 */
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/*--------------------------------------------------------------
# MAP
--------------------------------------------------------------*/
.map {
  margin: 2em 0;
  position: relative;
}
.map .icon-map {
  position: absolute;
  max-width: 10%;
}

.icon-map01 {
  top: 38%;
  left: 90%;
}

.icon-map02 {
  top: 35%;
  left: 83%;
}

.icon-map03 {
  top: 43%;
  left: 82%;
}

.icon-map04 {
  top: 50%;
  left: 81%;
}

.icon-map05 {
  top: 43%;
  left: 70%;
}

.icon-map06 {
  top: 32%;
  left: 72%;
}

.icon-map07 {
  top: 50%;
  left: 63%;
}

.icon-map08 {
  top: 60%;
  left: 45%;
}

.icon-map09 {
  top: 25%;
  left: 40%;
}

.icon-map10 {
  top: 27%;
  left: 35%;
}

.icon-map11 {
  top: 40%;
  left: 25%;
}

.icon-map12 {
  top: 46%;
  left: 25%;
}

/*--------------------------------------------------------------
#bridge
--------------------------------------------------------------*/
h1.title {
  font-size: 1.2em;
  background: #1b783c;
  padding: 0.4em;
  border-radius: 3px;
  color: white;
}
h1.title .hurigana {
  font-size: 0.7em;
}

.return-btn-area {
  margin: 3em auto 1em;
}
.return-btn-area > div {
  margin: 1em auto;
}
.return-btn-area .btn {
  font-size: 1.4em;
}

/*--------------------------------------------------------------
#Apply
--------------------------------------------------------------*/
.sub-applytitle {
  font-size: 1.2em;
  color: darkgreen;
}

.miuru-yubisasi {
  max-width: 150px;
  margin: 1em auto;
}

p.image-info {
  padding-left: 1em;
}

/* 
2024夏追加分
*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gridbox {
  display: grid;
}

.g-box {
  line-height: 1.5;
}
.g-box .box-title {
  background-color: #342966;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
.g-box .box-content {
  background-color: #fff;
  border: 1px solid #342966;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 2em;
}
.g-box .box-content:last-child {
  margin-bottom: 1em;
}

.timemachine-parts {
  margin-bottom: 2em;
}
.timemachine-parts .box-content figure.timemachine {
  margin-bottom: 1em;
  max-width: 250px;
  margin: 10px auto;
}
.timemachine-parts .box-content .restore-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 10px auto;
}
.timemachine-parts .box-content .restore-text p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.timemachine-parts .box-content .restore-text img {
  max-width: 70px;
}

.fuel-status .box-content.charge-status p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fuel-status .box-content.charge-status .charge {
  position: relative; /* 疑似要素の配置に必要 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 0.5em;
  text-align: center;
  border: 4px solid #1b783c;
  border-radius: 10px;
  margin-bottom: 1em;
  /* 吹き出しの下向き矢印 */
}
.fuel-status .box-content.charge-status .charge figure.sankasya-miuru {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  max-width: 70px;
}
.fuel-status .box-content.charge-status .charge figure.sankasya-miuru.mantan {
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 80px;
}
.fuel-status .box-content.charge-status .charge .charge-text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.fuel-status .box-content.charge-status .charge .charge-text p.number-people {
  font-size: 24px;
  color: #1b783c;
  margin: 10px auto;
  line-height: 1;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-flex .fuel-icon img {
  height: 100%;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-flex p {
  margin: 0;
  font-size: 25px;
  color: #ec6701;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-meter {
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-bottom: 10px;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-meter .meter-text {
  margin: 0;
  font-size: 28px;
  color: #ec6701;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-meter .meter-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e3eaee;
  height: 100%;
  border-radius: 5px;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-meter .meter-icon .meter-memory {
  width: 20px;
  height: 100%;
}
.fuel-status .box-content.charge-status .fuel-information .fuel-meter .meter-icon .meter-memory img {
  height: 100%;
  width: 100%;
}
.fuel-status .box-content.charge-status .fuel-information .button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media (max-width: 350px) {
  .fuel-status .box-content.charge-status .fuel-information .button-container {
    display: block;
  }
}
.fuel-status .box-content.charge-status .fuel-information .btn {
  padding: 10px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-decoration: none; /* リンクの下線を消す */
  display: inline-block; /* ボタンのように表示 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fuel-status .box-content.charge-status .fuel-information .black-border {
  border: 2px solid black;
  background-color: white;
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media (max-width: 350px) {
  .fuel-status .box-content.charge-status .fuel-information .black-border {
    margin-bottom: 20px;
  }
}
.fuel-status .box-content.charge-status .fuel-information .black-border span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fuel-status .box-content.charge-status .fuel-information .black-border span img {
  max-width: 15px;
}
.fuel-status .box-content.charge-status .fuel-information .green-border {
  border: 2px solid green;
  background-color: white;
  color: green;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.fuel-status .box-content.charge-status .fuel-information .green-border span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fuel-status .box-content.charge-status .fuel-information .green-border span img {
  max-width: 25px;
}

.outinner-btn {
  margin: 2em auto 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outinner-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  background-color: #f7b525;
  font-size: 24px;
  padding: 10px;
  color: #000;
  border: 3px solid #000;
  line-height: 1;
  border-radius: 25px;
}

.submit-area p {
  margin-top: 20px;
}

.stamp-area {
  padding: 1.5em;
  background-color: rgba(255, 255, 255, 0.4588235294);
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0862745098);
  text-align: center;
}
.stamp-area .getimg {
  max-width: 200px;
}

.present-banner {
  padding: 0 1em;
  margin: 2em auto;
}
.present-banner a {
  display: block;
  background-color: #f7b525;
  color: #fff;
  font-size: 20px;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.present-banner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: slide 2s infinite;
          animation: slide 2s infinite;
}

span.sp-on {
  display: block;
  font-size: 14px;
}
@media (min-width: 500px) {
  span.sp-on {
    display: none;
  }
}
span.pc-on {
  display: none;
}
@media (min-width: 500px) {
  span.pc-on {
    display: block;
  }
}

@-webkit-keyframes slide {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes slide {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #2db479;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#back-to-top:hover {
  background-color: #1a864e;
}

.counttable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.counttable th,
.counttable td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.counttable th {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
}

.counttable tr:nth-child(even) {
  background-color: #f9f9f9;
}

.counttable tr:hover {
  background-color: #f1f1f1;
}

.map-content {
  display: none;
}

.message-pendant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pendant-area {
  width: 45%;
  text-align: center;
}

/*HOME画面*/
.box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-title img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.box-title p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

/*セリフとペンダント*/
.single-mode-area .box-title {
  background-color: #9f5396;
}

.miuru-message-area {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 2px solid #c1c1c1;
  border-radius: 8px; /* 角の丸み */
  padding: 10px 5px;
  max-width: 80%; /* 必要に応じて調整 */
  font-size: 1rem;
  height: 130px;
  color: #862e91; /* ご要望の紫系テキスト色 */
  display: table-cell;
  vertical-align: middle;
}

/* しっぽの枠線 */
.miuru-message-area::before {
  content: "";
  position: absolute;
  bottom: -11px; /* 吹き出し本体からの位置 */
  right: 24px; /* 水平位置（お好みで調整） */
  border-width: 11px 10px 0 10px; /* 上辺だけ太く、左右は透明 */
  border-style: solid;
  border-color: #c1c1c1 transparent transparent transparent;
}

/* しっぽの背景 */
.miuru-message-area::after {
  content: "";
  position: absolute;
  bottom: -10px; /* ::before より 1px 上に */
  right: 24px; /* ::before と同じ */
  border-width: 10px 9px 0 9px; /* 少し小さめに */
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/*スライダー*/
.miuru-photo-list {
  position: relative;
  width: 80%; /* お好みで */
  overflow: hidden;
  margin: 0 auto;
}

.miuru-photo-list .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.miuru-photo-list .slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.miuru-photo-list .slide img {
  display: block;
  width: 85%;
  height: auto;
}

/* 矢印ボタン */
.miuru-photo-list .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 1.5rem;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.miuru-photo-list .prev {
  left: 8px;
}

.miuru-photo-list .next {
  right: 8px;
}

/* ドットナビ */
.miuru-photo-list .dots {
  text-align: center;
  margin-top: 8px;
}

.miuru-photo-list .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 4px;
  cursor: pointer;
}

.miuru-photo-list .dot.active {
  background: #862e91;
}

/*ミウルのステータス*/
.single-mode-area p,
.miuru-status-area p,
.miuru-card-area p {
  font-size: 16px;
  font-weight: 500;
}

p[class*=text-purple] {
  color: #9f5396;
}

p[class*=status-text] {
  text-align: center;
}

.sns-share-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
}

.sns-share-area a {
  text-align: center;
}

.sns-share-area img {
  width: 70%;
}

/**/
.miuru-status-area .box-title {
  background-color: #342966;
}

/* フォトフレーム */
.pic-preview img {
  display: block;
  padding: 5px;
  border: 1px solid #1b783c;
}