@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@font-face {
  font-family: "bebas_neue_semirounded";
  src: url("../font/bebas_neue_semirounded_regular.otf") format("opentype");
}

/* init --------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
br,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

fieldset,
table,
img,
abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

object {
  outline: none;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: white;
  font-size: 1.35rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a {
  color: black;
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 250ms cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: black;
  text-decoration: none;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input[type="submit"],
button {
  border-radius: 0;
  -webkit-appearance: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
}

::-moz-selection {
  background: black;
  color: white;
}

::selection {
  background: black;
  color: white;
}

/* breakpoint ------------------------------*/
/* breakpoint ------------------------------*/
/* header ------------------------------------*/
.header {
  height: 220px;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .header {
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: 100px;
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__logo {
  max-width: 110px;
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .header__logo {
    maw-width: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
  }
}

.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: black;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .header__text {
    height: 160px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header__text span {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .header__text span {
    width: 40px;
  }
}

.header__text span b {
  color: #d6003a;
}

.header__text span:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #d6003a;
  position: absolute;
  top: 0;
  right: 0;
}

.header-contact {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  color: black;
}

@media screen and (max-width: 768px) {
  .header-contact {
    display: none;
  }
}

.header-contact__name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}

.header-contact__title {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contact__title:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background-image: url(../images/common/icon_tel.png);
  background-size: 100% auto;
  position: relative;
  top: 4px;
}

.header-contact-tel {
  font-family: "Lato", sans-serif;
  letter-spacing: -0.05em;
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  color: #d6003a;
}

@media screen and (max-width: 992px) {
  .header-contact-tel {
    font-size: 3rem;
  }
}

.header-contact-fax {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #d6003a;
}

.header-contact__text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .footer {
    display: block;
  }
}

.footer__logo {
  max-width: 110px;
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  padding: 0 5vw;
}

@media screen and (max-width: 576px) {
  .footer__logo {
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.footer__wrap {
  max-width: calc(100% - 110px - 10vw);
  -ms-flex-preferred-size: calc(100% - 110px - 10vw);
  flex-basis: calc(100% - 110px - 10vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  padding-right: 5vw;
  background-color: #d6003a;
  border-radius: 40px 0 0 0;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .footer__wrap {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .footer__wrap {
    max-width: 100%;
    padding: 30px 5vw;
    border-radius: 0;
    text-align: center;
  }
}

.footer-data {
  padding-right: 5vw;
}

@media screen and (max-width: 992px) {
  .footer-data {
    padding-right: 0;
  }
}

.footer-data__title {
  font-size: 1.8rem;
  line-height: 1.6;
}

.footer-data__text {
  font-size: 1.3rem;
  line-height: 1.8;
}

.footer-contact {
  padding-right: 5vw;
}

@media screen and (max-width: 992px) {
  .footer-contact {
    margin: 20px 0;
    padding-right: 0;
  }
}

.footer-contact__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

.footer-contact__title:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background-image: url(../images/common/icon_tel_w.png);
  background-size: 100% auto;
  position: relative;
  top: 4px;
}

.footer-contact-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .footer-contact-number {
    display: block;
  }
}

.footer-contact-number__tel {
  font-family: "Lato", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .footer-contact-number__tel {
    margin-right: 0;
  }
}

.footer-contact-number__fax {
  font-family: "Lato", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.footer-contact-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .footer-contact-open {
    display: block;
    margin-top: 10px;
  }
}

.footer-contact-open li {
  margin-right: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media screen and (max-width: 576px) {
  .footer-contact-open li {
    margin-right: 0;
  }
}

.footer-copyright {
  margin-left: auto;
  font-size: 1.1rem;
  line-height: 1.6;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* breakpoint ------------------------------*/
/* menu --------------------------------------*/
.menu {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  top: 20px;
  right: calc(5vw - 10px);
  z-index: 11;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu div {
  width: 25px;
  height: 2px;
  display: block;
  overflow: hidden;
  border-radius: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.menu div span {
  width: 200%;
  height: 2px;
  background-color: #d6003a;
  display: block;
}

.menu div:first-child {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-animation: close_line_1 350ms ease 0ms forwards;
  animation: close_line_1 350ms ease 0ms forwards;
}

.menu div:nth-child(2) {
  opacity: 1;
}

.menu div:nth-child(3) {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-animation: close_line_2 350ms ease 0ms forwards;
  animation: close_line_2 350ms ease 0ms forwards;
}

.gnav_open .menu div:first-child {
  -webkit-animation: open_line_1 350ms ease 0ms forwards;
  animation: open_line_1 350ms ease 0ms forwards;
}

.gnav_open .menu div:nth-child(2) {
  opacity: 0;
}

.gnav_open .menu div:nth-child(3) {
  -webkit-animation: open_line_2 350ms ease 0ms forwards;
  animation: open_line_2 350ms ease 0ms forwards;
}

.gnav_open .menu div span {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  visibility: visible !important;
}

@-webkit-keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  51% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 0);
    transform: translateY(2px) rotate3d(0, 0, 1, 0);
  }
  100% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
    transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
  }
}

@keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  51% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 0);
    transform: translateY(2px) rotate3d(0, 0, 1, 0);
  }
  100% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
    transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
  }
}

@-webkit-keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  51% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, 0);
    transform: translateY(-2px) rotate3d(0, 0, 1, 0);
  }
  100% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
    transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
  }
}

@keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  51% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, 0);
    transform: translateY(-2px) rotate3d(0, 0, 1, 0);
  }
  100% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
    transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
  }
}

@-webkit-keyframes close_line_1 {
  0% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
    transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 0);
    transform: translateY(2px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes close_line_1 {
  0% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
    transform: translateY(2px) rotate3d(0, 0, 1, 45deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate3d(0, 0, 1, 0);
    transform: translateY(2px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes close_line_2 {
  0% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
    transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
  }
  50% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, 0);
    transform: translateY(-2px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes close_line_2 {
  0% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
    transform: translateY(-2px) rotate3d(0, 0, 1, -45deg);
  }
  50% {
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, 0);
    transform: translateY(-2px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

/* navigation --------------------------------*/
.spnav {
  width: 100%;
  height: 100vh;
  padding: 100px 5vw;
  display: block;
  overflow-y: scroll;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  scroll-behavior: smooth;
}

.gnav_open .spnav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.spnav-list__item {
  margin-bottom: 5px;
}

.spnav-list__image {
  width: 100%;
  height: calc(30px + 20vw);
  overflow: hidden;
}

.spnav-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 600ms cubic-bezier(0.37, 0, 0.63, 1),
    -webkit-transform 600ms cubic-bezier(0.37, 0, 0.63, 1);
}

a:hover .spnav-list__image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.spnav-list__anc {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  color: white;
}

.spnav-list__anc:hover {
  color: white;
}

.gasstation .spnav-list__anc {
  background-color: rgba(106, 189, 77, 0.8);
}

.store .spnav-list__anc {
  background-color: rgba(251, 185, 9, 0.8);
}

.propane .spnav-list__anc {
  background-color: rgba(253, 101, 61, 0.8);
}

.spnav-list__name {
  padding: 15px 20px;
  padding-left: 70px;
  position: relative;
}

.spnav-list__name:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: white;
  background-size: 100% auto;
  position: absolute;
  left: 10px;
  top: calc(50% - 25px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gasstation .spnav-list__name:before {
  background-image: url(../images/home/icon_gasstation.png);
}

.store .spnav-list__name:before {
  background-image: url(../images/home/icon_store.png);
}

.propane .spnav-list__name:before {
  background-image: url(../images/home/icon_propane.png);
}

.spnav-list__name span {
  font-family: "bebas_neue_semirounded", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
}

.spnav-sub {
  margin-top: 30px;
}

.spnav-sub__item {
  margin: 10px 0;
}

.spnav-sub__item a {
  padding-left: 30px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  text-decoration: none;
  color: #d6003a;
}

.spnav-sub__item a:before,
.spnav-sub__item a:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spnav-sub__item a:before {
  width: 20px;
  height: 20px;
  border: 2px solid #d6003a;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.spnav-sub__item a:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #d6003a;
  border-right: 2px solid #d6003a;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  position: absolute;
  left: 6px;
  top: calc(50% - 3px);
}

/* main -------------------------------------- */
.completed .main {
  opacity: 1;
  pointer-events: inherit;
}

/* index parts ------------------------------- */
/* connon parts ------------------------------ */
.notice {
  margin: 10px 0;
}

.notice li {
  font-size: 1.2rem;
  line-height: 2.5;
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .notice li {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.notice li:before {
  content: "※";
}
