@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body #main {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-text-size-adjust: 100%;
}
body #main .en {
  font-family: "EB Garamond", serif;
}
body #main a, body #main button {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body #main a, body #main button {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main a:hover, body #main button:hover {
    opacity: 0.6;
  }
}
body #main a:hover, body #main button:hover {
  text-decoration: none;
}
body #main img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body #main sup, body #main sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body #main sup {
  bottom: 1ex;
}
body #main sub {
  top: 0.5ex;
}
body #main input, body #main textarea, body #main select, body #main button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body #main input::-ms-expand, body #main textarea::-ms-expand, body #main select::-ms-expand, body #main button::-ms-expand {
  display: none;
}
body #main .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body #main * {
  outline: none;
}
body #main *:hover, body #main *:active, body #main *:focus {
  outline: none;
}

.mv .image .text {
  position: relative;
}
.mv .image .text span {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body #main {
    min-width: 1280px;
  }
  body #main .inner {
    width: 1100px;
    margin: auto;
  }
  body #main .inner h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
  }
  body #main .inner p {
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
  }
  body #main .inner p.date {
    font-size: 15px;
    line-height: 15px;
  }
  body #main .inner .content_header {
    padding: 0 0 63px 0;
    background-image: url(../img/map.png);
    background-position: right bottom 22px;
    background-repeat: no-repeat;
  }
  body #main .inner .content_header h2 {
    width: auto;
    margin: 20px auto 0;
    font-size: 22px;
    text-align: center;
    letter-spacing: -0.02em;
  }
  body #main .inner .content_header h2 img {
    display: block;
    margin: 18px auto 0;
  }
  body #main .inner .content_header h2 span {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    overflow: hidden;
    display: none;
  }
  body #main .inner .content_header h3 {
    margin: 88px 0 30px 0;
  }
  body #main .inner .pref_wrap {
    margin-bottom: 1px;
  }
  body #main .inner .pref_wrap:has(.active) {
    margin-bottom: 0;
  }
  body #main .inner .pref_wrap .pref {
    display: block;
    padding: 22px 0 22px 30px;
    font-size: 26px;
    line-height: 26px;
    background-color: #F0EBE6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    cursor: pointer;
  }
  body #main .inner .pref_wrap .pref:before, body #main .inner .pref_wrap .pref:after {
    display: block;
    content: "";
    position: absolute;
    margin: auto;
    border-radius: 2px;
    background-color: #000000;
  }
  body #main .inner .pref_wrap .pref:before {
    top: 35px;
    right: 50px;
    width: 20px;
    height: 2px;
  }
  body #main .inner .pref_wrap .pref:after {
    top: 26px;
    right: 59px;
    width: 2px;
    height: 20px;
  }
  body #main .inner .pref_wrap .pref.active {
    margin-bottom: 0;
  }
  body #main .inner .pref_wrap .pref.active:after {
    display: none;
  }
  body #main .inner .pref_wrap .pref_content {
    display: none;
    background-color: #F9F8F7;
  }
  body #main .inner .pref_wrap .list_item {
    padding: 30px 50px 0;
  }
  body #main .inner .pref_wrap .list_item .store {
    padding-bottom: 30px;
    border-bottom: 1px solid #F0EBE6;
  }
  body #main .inner .pref_wrap .list_item:last-child .store {
    border: none;
  }
  body #main .inner .pref_wrap .list_item .name {
    width: 250px;
    float: left;
    font-size: 26px;
    line-height: 40px;
  }
  body #main .inner .pref_wrap .list_item .data {
    margin-left: 300px;
  }
  body #main .inner .pref_wrap .list_item .data .postcode {
    font-size: 13px;
    line-height: 25px;
  }
  body #main .inner .pref_wrap .list_item .data .address {
    font-size: 18px;
    line-height: 25px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 20px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .tel {
    float: left;
    margin-right: 50px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .tel span {
    display: block;
    float: left;
    background-color: #F0EBE6;
    width: 100px;
    text-align: center;
    margin-right: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .business_hours span {
    display: block;
    float: left;
    background-color: #F0EBE6;
    padding: 0 5px;
    margin-right: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .closed {
    margin: 10px 0 0;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .closed span {
    display: block;
    float: left;
    background-color: #F0EBE6;
    width: 100px;
    text-align: center;
    margin-right: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .closed small {
    font-size: 12px;
    margin-left: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .other_closed {
    margin: 10px 0 0;
    padding-left: 110px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .other_closed span {
    margin-left: -110px;
    display: block;
    float: left;
    background-color: #F0EBE6;
    width: 100px;
    text-align: center;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger {
    margin: 10px 0 0;
    background-color: #ffffff;
    overflow: hidden;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .charger_info > span {
    width: 100px;
    text-align: center;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger span {
    display: block;
    float: left;
    background-color: #F0EBE6;
    padding: 0 5px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time, body #main .inner .pref_wrap .list_item .data .other_info .charger .maker, body #main .inner .pref_wrap .list_item .data .other_info .charger .output {
    float: left;
    padding-right: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time span, body #main .inner .pref_wrap .list_item .data .other_info .charger .maker span, body #main .inner .pref_wrap .list_item .data .other_info .charger .output span {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    margin-right: 10px;
    padding: 0 10px 0 0;
    font-size: 12px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time span:before, body #main .inner .pref_wrap .list_item .data .other_info .charger .maker span:before, body #main .inner .pref_wrap .list_item .data .other_info .charger .output span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    margin: auto;
    background-color: #F0EBE6;
    top: 3px;
    right: 0;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time span {
    margin-left: 20px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .maker span, body #main .inner .pref_wrap .list_item .data .other_info .charger .output span {
    margin-left: 40px;
  }
  body #main p.back_btn {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  }
  body #main p.back_btn a {
    margin: 0 auto;
    width: 151px;
    display: block;
    transform: translateX(-20px);
  }
  #footer-area {
    margin-bottom: 100px;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body #main {
    min-width: 320px;
  }
  body #main .inner {
    width: 86.6666666667%;
    margin: auto;
  }
  body #main .inner h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
  }
  body #main .inner h3 span.text-animate {
    display: block;
  }
  body #main .inner p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
  }
  body #main .inner p.date {
    font-size: 13px;
    line-height: 13px;
  }
  body #main .inner .content_header {
    padding: 0 0 19.2vw 0;
    background-image: url(../img/map.png);
    background-position: right bottom 8.2666666667vw;
    background-repeat: no-repeat;
    background-size: 40vw auto;
  }
  body #main .inner .content_header h2 {
    width: 66.6666666667vw;
    margin: 2.6666666667vw auto 0;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.02em;
  }
  body #main .inner .content_header h2 img {
    display: block;
    width: 66.6666666667vw;
    margin: 1.3333333333vw auto 0;
  }
  body #main .inner .content_header h2 span {
    display: none;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    overflow: hidden;
  }
  body #main .inner .content_header h3 {
    margin: 14.6666666667vw 0 4vw 0;
  }
  body #main .inner .pref_wrap {
    margin-bottom: 1px;
  }
  body #main .inner .pref_wrap:has(.active) {
    margin-bottom: 0;
  }
  body #main .inner .pref_wrap .pref {
    display: block;
    padding: 12px 0 12px 15px;
    font-size: 16px;
    line-height: 16px;
    background-color: #F0EBE6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    cursor: pointer;
  }
  body #main .inner .pref_wrap .pref:before, body #main .inner .pref_wrap .pref:after {
    display: block;
    content: "";
    position: absolute;
    margin: auto;
    border-radius: 2px;
    background-color: #000000;
  }
  body #main .inner .pref_wrap .pref:before {
    top: 0;
    bottom: 0;
    right: 4vw;
    width: 4vw;
    height: 2px;
  }
  body #main .inner .pref_wrap .pref:after {
    top: 0;
    bottom: 0;
    right: 5.6vw;
    width: 2px;
    height: 3.7333333333vw;
  }
  body #main .inner .pref_wrap .pref.active {
    margin-bottom: 0;
  }
  body #main .inner .pref_wrap .pref.active:after {
    display: none;
  }
  body #main .inner .pref_wrap .pref_content {
    display: none;
    background-color: #F9F8F7;
  }
  body #main .inner .pref_wrap .list_item {
    padding: 5.3333333333vw 4vw 0;
  }
  body #main .inner .pref_wrap .list_item .store {
    padding-bottom: 4vw;
    border-bottom: 1px solid #F0EBE6;
  }
  body #main .inner .pref_wrap .list_item:last-child .store {
    border: none;
  }
  body #main .inner .pref_wrap .list_item .name {
    width: 250px;
    font-size: 20px;
    line-height: 25px;
  }
  body #main .inner .pref_wrap .list_item .data .postcode {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4vw;
  }
  body #main .inner .pref_wrap .list_item .data .address {
    font-size: 14px;
    line-height: 14px;
    margin-top: 1.0666666667vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info {
    margin: 4.5333333333vw 0 0;
    font-size: 12px;
    line-height: 4vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .tel {
    float: left;
    margin-right: 4.9333333333vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .tel span {
    display: block;
    float: left;
    width: 11.2vw;
    text-align: center;
    font-size: 10px;
    background-color: #F0EBE6;
    margin-right: 1.3333333333vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .business_hours span {
    display: block;
    float: left;
    font-size: 10px;
    background-color: #F0EBE6;
    padding: 0 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .closed {
    margin: 1.3333333333vw 0 0;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .closed span {
    display: block;
    float: left;
    width: 11.2vw;
    font-size: 10px;
    text-align: center;
    background-color: #F0EBE6;
    margin-right: 1.3333333333vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .closed small {
    font-size: 10px;
    margin-left: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .other_closed {
    margin: 1.3333333333vw 0 0;
    padding-left: 12.5333333333vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .other_closed:after {
    content: "";
    display: table;
    float: none;
    clear: both;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .other_closed span {
    margin-left: -12.5333333333vw;
    display: block;
    float: left;
    width: 11.2vw;
    font-size: 10px;
    text-align: center;
    background-color: #F0EBE6;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .other_closed small {
    font-size: 10px;
    margin-left: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger {
    margin: 1.3333333333vw 0 0;
    background-color: #ffffff;
    overflow: hidden;
    /*
    .working_time{
    	float: none;

    	span{
    		margin-left: calc(20 / 750 * 100vw);
    	}
    }
    .maker, .output{
    	span{
    		margin-left: calc(20 / 750 * 100vw);
    	}
    }
    */
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .charger_info > span {
    font-size: 10px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger span {
    display: block;
    float: left;
    width: 11.2vw;
    font-size: 10px;
    text-align: center;
    background-color: #F0EBE6;
    margin-right: 1.3333333333vw;
    line-height: 18px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time, body #main .inner .pref_wrap .list_item .data .other_info .charger .maker, body #main .inner .pref_wrap .list_item .data .other_info .charger .output {
    float: left;
    padding-right: 2.6666666667vw;
    line-height: 18px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time span, body #main .inner .pref_wrap .list_item .data .other_info .charger .maker span, body #main .inner .pref_wrap .list_item .data .other_info .charger .output span {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #ffffff;
    margin-right: 2.6666666667vw;
    padding: 0 2.6666666667vw 0 0;
    font-size: 10px;
    line-height: 18px;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time span:before, body #main .inner .pref_wrap .list_item .data .other_info .charger .maker span:before, body #main .inner .pref_wrap .list_item .data .other_info .charger .output span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.6666666667vw;
    margin: auto;
    background-color: #F0EBE6;
    top: 3px;
    right: 0;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .working_time span {
    margin-left: 2.6666666667vw;
  }
  body #main .inner .pref_wrap .list_item .data .other_info .charger .output {
    float: right;
    padding-right: 4vw;
  }
  body #main p.back_btn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  }
  body #main p.back_btn a {
    margin: 0 auto;
    width: 100px;
    display: block;
    transform: translateX(-12px);
  }
  #footer-area {
    margin-bottom: 60px;
  }
  .sp_none {
    display: none !important;
  }
}
.animate .slide-b,
.animate .slide-l,
.animate .slide-r, .animate-b .slide-b,
.animate-b .slide-l,
.animate-b .slide-r {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.animate .slide-b, .animate-b .slide-b {
  transform: translateY(30px);
}
.animate .slide-l, .animate-b .slide-l {
  transform: translateX(-40px);
}
.animate .slide-r, .animate-b .slide-r {
  transform: translateX(40px);
}
.animate .ani-title, .animate-b .ani-title {
  width: 100%;
  overflow: hidden;
}
.animate .ani-title span, .animate-b .ani-title span {
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 2s;
  transition-timing-function: ease-out;
}
.animate .ani-title2, .animate-b .ani-title2 {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 800;
  opacity: 0;
  transform: translateX(30px);
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate .ani-text, .animate-b .ani-text {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(135deg, #000, #000 45%, #ccc 55%, #ccc);
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400% 100%;
  transition-property: background-position;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.animate .ani-text.on, .animate-b .ani-text.on {
  background-position: 0 0;
}
.animate .view-title, .animate-b .view-title {
  letter-spacing: 0.2em;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transition-property: letter-spacing, font-variation-settings, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate.on .slide-b,
.animate.on .slide-l,
.animate.on .slide-r, .animate-b.on .slide-b,
.animate-b.on .slide-l,
.animate-b.on .slide-r {
  opacity: 1;
  transform: translate(0);
}
.animate.on .ani-title span, .animate-b.on .ani-title span {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 800;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .ani-title2, .animate-b.on .ani-title2 {
  letter-spacing: 0;
  font-variation-settings: "wght" 400;
  opacity: 1;
  transform: translateX(0);
}
.animate.on .view-title, .animate-b.on .view-title {
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 600;
  opacity: 1;
}
.animate .d1, .animate-b .d1 {
  transition-delay: 0.1s;
}
.animate .d2, .animate-b .d2 {
  transition-delay: 0.2s;
}
.animate .d3, .animate-b .d3 {
  transition-delay: 0.3s;
}
.animate .d4, .animate-b .d4 {
  transition-delay: 0.4s;
}
.animate .d5, .animate-b .d5 {
  transition-delay: 0.5s;
}
.animate .d6, .animate-b .d6 {
  transition-delay: 0.6s;
}
.animate .d7, .animate-b .d7 {
  transition-delay: 0.7s;
}
.animate .d8, .animate-b .d8 {
  transition-delay: 0.8s;
}
.animate .d9, .animate-b .d9 {
  transition-delay: 0.9s;
}
.animate .d10, .animate-b .d10 {
  transition-delay: 1s;
}
.animate .d11, .animate-b .d11 {
  transition-delay: 1.1s;
}
.animate .d12, .animate-b .d12 {
  transition-delay: 1.2s;
}
.animate .d13, .animate-b .d13 {
  transition-delay: 1.3s;
}
.animate .d14, .animate-b .d14 {
  transition-delay: 1.4s;
}
.animate .d15, .animate-b .d15 {
  transition-delay: 1.5s;
}
.animate .d16, .animate-b .d16 {
  transition-delay: 1.6s;
}
.animate .d17, .animate-b .d17 {
  transition-delay: 1.7s;
}
.animate .d18, .animate-b .d18 {
  transition-delay: 1.8s;
}
.animate .d19, .animate-b .d19 {
  transition-delay: 1.9s;
}
.animate .d20, .animate-b .d20 {
  transition-delay: 2s;
}