@charset "UTF-8";
/* CSS Document */

/* ========== base ========== */
html {
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-y: none;
}

body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
  -webkit-tap-highlight-color: transparent;
  background: url(../img/bg.png) no-repeat 50% 130px;
}
body * {
  outline: none;
}

body.no-scroll::-webkit-scrollbar {
  display: none;
}
body.no-scroll {
  scrollbar-width: none;
}

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

figure {
  margin: 0;
}

#wrap {
  overflow: hidden;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (min-width: 769px) {
  a,
  button {
    transition: opacity 0.5s;
  }

  a:hover,
  button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 900px) {
  body {
    background-position: 50% 54px;
  }

  #wrap {
    padding-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    background-image: url(../img/bg_sp.png);
    background-size: 100% auto;
    background-position: 50% 54px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  main {
    max-width: 750px !important;
  }
}
/* ========== header ========== */
header {
  z-index: 100;
  width: 100%;
  top: 0;
  background: #fff;
}
header .headerin {
  display: grid;
  grid-template-columns: 395px auto;
  max-width: 1200px;
  margin: 0 auto;
}
header > * {
  display: flex;
}
header h1 {
  grid-row: 1 / 3;
  align-items: center;
  max-height: 92px;
  padding: 20px;
}
header nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  padding: 35px 15px 0 0;
  font-size: 0.66em;
}
header nav a {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 6px;
  padding-left: 1em;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0;
  color: #333;
}
header nav a::before {
  content: "▶︎";
  position: absolute;
  display: block;
  top: calc(50% - 0.5em);
  left: 0;
  width: 1em;
  color: #00a8e5;
}
header .sns {
  display: flex;
  justify-content: flex-end;
  width: auto;
  padding: 0 20px 0;
}
header .sns .line_s {
  display: none;
}
header .sns a {
  margin-left: 0.55em;
}
header .sns a.line.rollover {
  width: 238px;
  height: 37px;
}
header .open {
  display: none;
}
header.fixed {
  position: fixed;
}
header.fixed .headerin {
  display: flex;
  align-items: center;
}
header.fixed .headerin div nav {
  flex-wrap: nowrap;
}
header.fixed h1 {
  width: 148px;
  padding: 10px 20px;
  flex-shrink: 0;
}
header.fixed .headerin div nav {
  padding-top: 0;
  flex-wrap: wrap;
}
header.fixed nav a {
  margin: 2.5px 0 2.5px 6px;
}
header.fixed .sns {
  /*padding: 15px 20px 0 10px;*/
}
header.fixed .sns img {
  height: 30px;
}
header.fixed .sns .line {
  display: none;
}
header.fixed .sns .line_s {
  display: inline;
}
header.fixed .sns .line_s.rollover {
  width: 112.73px;
  height: 30px;
}
header.fixed .sns .line_s.rollover img {
  width: 112.73px;
  height: 30px;
}
header.fixed .sns .line_s.rollover:hover img {
  width: 112.73px;
  height: 30px;
}

header.fixed {
  animation: h_fixed 0.5s 1;
}

@keyframes h_fixed {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 900px) {
  header {
    position: fixed;
  }
  header .headerin {
    display: block;
  }
  header h1 {
    padding: 8px 10px;
    max-height: 54px;
  }
  header h1 img {
    height: 38px;
  }
  header nav {
    display: none;
  }
  header .sns {
    display: none;
  }
  header .open {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 2px;
    right: 2px;
  }
}
/* ========== main ========== */
main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
main h2 {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.85em;
  font-weight: bold;
  color: #00a8e5;
}

@media screen and (max-width: 767px) {
  main h2 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
}
/* キービジュアル */
.kv_block {
  position: relative;
}
.kv_block p {
  position: absolute;
  width: 72.085%;
  bottom: 5%;
  left: 46%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s 1s;
}
.kv_block p.on {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .kv_block p {
    width: 94%;
    left: 50%;
    top: 37%;
    bottom: auto;
  }
}

.kv {
  position: relative;
  width: 108%;
  left: -4%;
  opacity: 0;
  transition: opacity 0.5s;
}
.kv.on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kv {
    width: 100%;
    left: 0;
  }
}

/* ラクすくって何？ */
.whats_block {
  position: relative;
}
.whats_block .sns {
  position: absolute;
  right: 3em;
  bottom: 1em;
  display: flex;
  align-items: center;
}
.whats_block .sns.pc a.line.rollover {
  width: 321.61px;
  height: 50px;
}
.whats_block .sns a:last-of-type,
.sns.sp a:last-of-type {
  margin-left: 0.74em;
}
.whats_block .sns a img {
  height: 50px;
}

@media screen and (max-width: 860px) {
  .whats_block .sns a img {
    height: 36px;
  }
  .whats_block .sns.pc a.line.rollover {
    width: 231.56px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .whats_block .sns,
  .sns.sp {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 1.5em 0.5em;
    text-align: center;
  }
  .whats_block .sns a img,
  .sns.sp img {
    height: 40px;
  }
  .whats_block .sns {
    display: none;
  }
}

/* 共通 */
.limited {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: 2.5em 1em 0;
}
.limited p.txt {
  position: relative;
  left: -5%;
  opacity: 0;
  transition: 0.5s 0s;
}
.limited.on p.txt {
  opacity: 1;
}

@media screen and (max-width: 970px) {
  .limited p.txt {
    left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .limited {
    padding-top: 1em;
    margin-top: 1.5em;
  }
}

/* 実際に使ってみる？ */
.howto_block p.txt {
  width: 68.65%;
}
.howto_block h2 {
  margin-bottom: 0.25em;
}
.howto_block > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.howto_block > ul li {
  width: 30%;
  margin: 0 0.75em 1em;
}
.howto_block > ul figure {
  position: relative;
  display: inline-block;
  max-width: 200px;
  margin: 0 0 0.75em;
}
.howto_block > ul li span {
  position: absolute;
  display: block;
  top: 6em;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #00a8e5;
  border-width: 1.25em 0 1.25em 1.5em;
}
.howto_block > ul li:nth-child(3n) span {
  display: none;
}
.howto_block > ul h3 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
}
.howto_block > ul p {
  font-size: 0.95em;
}

@media screen and (max-width: 850px) {
  .howto_block > ul {
    justify-content: space-between;
  }
  .howto_block > ul li {
    width: 45%;
    margin: 0 0 1em;
    letter-spacing: 0;
  }
  .howto_block > ul figure {
    width: 60%;
    min-width: 102px;
  }
  .howto_block > ul li span {
    top: 7em;
    border-width: 0.9em 0 0.9em 1.25em;
    left: calc(100% + 1em);
  }
  .howto_block > ul li:nth-child(3n) span {
    display: block;
  }
  .howto_block > ul li:nth-child(2n) span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .howto_block p.txt {
    width: 96%;
  }
  .howto_block > ul h3 {
    font-size: 1.1em;
    margin-bottom: 0.15em;
  }
  .howto_block > ul p {
    line-height: 1.3;
    font-size: 0.81em;
    letter-spacing: -0.01em;
  }
  .howto_block > ul li span {
    top: 6em;
    left: calc(100% + 1em);
  }
}
@media screen and (max-width: 550px) {
  .howto_block > ul li span {
    top: 3.5em;
    left: calc(100% + 0.5em);
  }
}

/* 対応エリア */
.area_block > div {
  position: relative;
  z-index: 1;
  border-radius: 0.66em;
}
.area_block > div > div.icon {
  position: absolute;
  width: 60px;
}

#mapoverlay {
  display: none;
}

.mapoverlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}

.mapoverlay + div.parking {
  display: block;
  position: absolute;
  max-width: 236px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1em;
  border-radius: 0.3em;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  border: solid 2px #00a8e5;
  background: #fff;
  z-index: 1001;
}

.mapoverlay + div.parking > h3 {
  padding: 0.1em 0.25em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #00a8e5;
}
.mapoverlay + div.parking figure {
  min-height: 177px;
  margin-bottom: 30px; /* slickのdot領域の高さ分 */
}
.mapoverlay + div.parking p {
  margin-bottom: 0.75em;
  font-size: 0.83em;
}
.mapoverlay + div.parking p span {
  color: #00a8e5;
}
.mapoverlay + div.parking p:first-of-type {
  padding-bottom: 0.75em;
  border-bottom: solid 1px #00a8e5;
}
.mapoverlay + div.parking div.sns {
  text-align: center;
}
.mapoverlay + div.parking div.sns a.line.rollover{
  width: 236px;
  height: 37px;
  display: inline-block;
}
.mapoverlay + div.parking .close {
  padding-top: 0.85em;
  text-align: center;
}
.mapoverlay + div.parking .close button {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  border: solid 1px #00a8e5;
  font-size: 0.75em;
  text-decoration: none;
  color: #00a8e5;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .mapoverlay + div.parking {
    width: 70%;
    max-width: 500px;
  }
  .mapoverlay + div.parking figure {
    height: 52.5vw;
    max-height: 375px;
  }
}

#areamap div.parking {
  font-size: 18px;
  display: block;
  position: absolute;
  max-width: 236px;
  left: 0;
  top: 0;
  transform: translate(-50%, calc(-100% - 40pt));
  padding: 1em;
  border-radius: 0.3em;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  border: solid 2px #00a8e5;
  background: #fff;
  max-height: 85vh;
  overflow-y: auto;
}

#areamap div.parking > h3 {
  padding: 0.1em 0.25em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #00a8e5;
  position: sticky;
  top: -1em;
  z-index: 1;
}
#areamap div.parking figure {
  margin-bottom: 0.83em;
  min-height: 176px;
}
#areamap div.parking p {
  margin-bottom: 0.75em;
  font-size: 0.83em;
}
#areamap div.parking p span {
  color: #00a8e5;
}
#areamap div.parking p:first-of-type {
  padding-bottom: 0.75em;
  border-bottom: solid 1px #00a8e5;
}
#areamap div.parking div.sns {
  text-align: center;
}
#areamap div.parking .close {
  padding-top: 0.85em;
  text-align: center;
}
#areamap div.parking .close button {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  border: solid 1px #00a8e5;
  font-size: 0.75em;
  text-decoration: none;
  color: #00a8e5;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #areamap div.parking {
    width: 70%;
    max-width: 500px;
  }
}

#areamap div.parking.infowindow {
  font-size: 18px;
  display: block;
  /* position: absolute; */
  position: static;
  max-width: 236px;
  /* left: 0; */
  /* top: 0; */
  /* transform: translate(-50%, calc(-100% - 40pt)); */
  transform: none;
  padding: 0.5em;
  border-radius: 0;
  box-shadow: none;
  /* border: solid 2px #00a8e5; */
  border: none;
  background: #fff;
  max-height: auto;
  overflow-y: visible;
}

#areamap div.parking.infowindow > h3 {
  padding: 0.1em 0.25em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #00a8e5;
  position: sticky;
  top: 0;
  z-index: 1;
}
#areamap div.parking.infowindow figure {
  margin-bottom: 0.83em;
  min-height: 176px;
}
#areamap div.parking.infowindow figure ul img {
  max-width: 100%;
}
#areamap div.parking.infowindow p {
  margin-bottom: 0.75em;
  font-size: 0.83em;
}
#areamap div.parking.infowindow p span {
  color: #00a8e5;
}
#areamap div.parking.infowindow p:first-of-type {
  padding-bottom: 0.75em;
  border-bottom: solid 1px #00a8e5;
}
#areamap div.parking.infowindow div.sns {
  text-align: center;
}
#areamap div.parking.infowindow .close {
  padding-top: 0.85em;
  text-align: center;
}
#areamap div.parking.infowindow .close button {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  border: solid 1px #00a8e5;
  font-size: 0.75em;
  text-decoration: none;
  color: #00a8e5;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #areamap div.parking.infowindow {
    font-size: 16px;
    width: 100%;
  }
}

.area_block div.btn_owner {
  margin-top: 1em;
  text-align: center;
}

/* 安全・安心への取り組み */
.safety_block > ul {
  display: flex;
}
.safety_block > ul > li {
  width: 30%;
  padding: 1.2em;
  border-radius: 0.3em;
  border: solid 2px #00a8e5;
  background: #fff;
  letter-spacing: 0;
}
.safety_block > ul > li + li {
  margin-left: 1em;
}
.safety_block > ul h3 {
  margin: 1em 0 0.5em;
  text-align: center;
  font-weight: bold;
  color: #00a8e5;
  letter-spacing: 0;
}
.safety_block > ul h3.nrw {
  letter-spacing: -0.075em;
}
.safety_block > ul p {
  font-size: 0.83em;
}

@media screen and (max-width: 767px) {
  .safety_block > ul {
    display: block;
  }
  .safety_block > ul > li {
    display: flex;
    width: auto;
    padding: 0.5em;
  }
  .safety_block > ul > li + li {
    margin: 0.5em 0 0;
  }
  .safety_block > ul picture {
    display: block;
    margin-right: 0.5em;
    flex: 0 0 25%;
  }
  .safety_block > ul picture > source {
    min-width: 100px;
  }
  .safety_block > ul source {
    display: block;
  }
  .safety_block > ul h3 {
    margin: 0 0 0.5em;
    text-align: left;
  }
}

/* NEWS */
.news_block {
  text-align: center;
}
.news_block p.txt {
  width: 68%;
}
.news_block ul {
  padding: 0 1em;
  border: solid 2px #00a8e5;
  background: #fff;
}
.news_block li {
  display: flex;
  width: 100%;
  padding: 1em 0;
  text-align: left;
}
.news_block li > div:nth-of-type(1) {
  font-size: 0.83em;
  color: #00a8e5;
}
.news_block li > div:nth-of-type(2) {
  flex: 1;
  padding: 0 1em;
  letter-spacing: 0;
}
.news_block li a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  font-size: 0.75em;
  text-decoration: none;
  color: #fff;
  background: #00a8e5;
}
@media screen and (max-width: 767px) {
  .news_block li a {
    font-size: 1em;
  }
}
.news_block li + li {
  border-top: solid 1px #00a8e5;
}
.news_block > div > a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  font-size: 0.75em;
  text-decoration: none;
  color: #fff;
  background: #00a8e5;
  margin-top: 1.5em;
  border: solid 1px #00a8e5;
  color: #00a8e5;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news_block > div > a {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .news_block p.txt {
    width: 96%;
  }
  .news_block ul li {
    display: block;
  }
  .news_block ul li div:nth-of-type(1),
  .news_block ul li div:nth-of-type(3) {
    text-align: center;
    font-size: 1em;
  }
  .news_block ul li div:nth-last-of-type(2) {
    padding: 0.5em 0;
  }
  .news_block ul li a {
    font-size: 1em;
  }
  .news_block > div > a {
    font-size: 1em;
  }
}

/* よくある質問 */
.qa_block ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 1.75em;
  border: solid 2px #00a8e5;
  background: #fff;
  letter-spacing: 0;
}
.qa_block li {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.qa_block li::after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  right: 100%;
  width: 1px;
  height: 80%;
  background: #00a8e5;
}
.qa_block li:nth-child(odd) {
  padding: 1em 1.5em 1em 0;
}
.qa_block li:nth-child(even) {
  padding: 1em 0 1em 1.5em;
}
.qa_block li:nth-child(odd)::after {
  content: none;
}
.qa_block li:nth-child(n + 3) {
  border-top: solid 1px #00a8e5;
}
.qa_block li > p:first-of-type {
  display: flex;
  align-items: flex-start;
}
.qa_block li > p:first-of-type img {
  flex-shrink: 0;
}
.qa_block li > p:first-of-type span {
  flex: 1;
  margin-left: 0.5em;
  padding-top: 0.25em;
  font-size: 1.1em;
  font-weight: bold;
}
.qa_block li > p:last-of-type {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 0.83em;
}
.qa_block li > p:last-of-type img {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

@media screen and (max-width: 767px) {
  .qa_block ul {
    display: block;
    padding: 0.5em 1em;
  }
  .qa_block ul li {
    width: 100%;
  }
  .qa_block ul li::after {
    content: none;
  }
  .qa_block ul li:nth-child(odd) {
    padding-right: 0;
  }
  .qa_block ul li:nth-child(even) {
    padding-left: 0;
  }
  .qa_block ul li:nth-child(n + 2) {
    border-top: solid 1px #00a8e5;
  }
  .qa_block li > p:last-of-type img {
    margin: 0 0.5em 0.3em 0;
  }
  .qa_block li > p:last-of-type {
    font-size: 0.94em;
    letter-spacing: -0.02em;
  }
}

/* お問い合わせフォーム */
.form_block h2 {
  margin-bottom: 0.25em;
}
.form_block.confirm h2 {
  margin-bottom: 1.5em;
}
.form_block > p {
  margin-bottom: 1em;
  text-align: center;
}
.form_block form {
  border: solid 2px #00a8e5;
  background: #fff;
  padding: 1em 1.5em 1.5em;
  text-align: center;
}
.form_block form p {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  text-align: left;
  font-size: 0.83em;
}
.form_block form span {
  color: #e71f19;
}
.form_block form input,
.form_block form textarea {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 1em;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.form_block form textarea {
  height: 15em;
  margin-bottom: 0;
}
.form_block form .form_count {
  text-align: left;
  font-size: 0.7em;
}
.form_block form .form_count span {
  color: inherit;
  padding-left: 0.25em;
}
.form_block form .charcounter.overflow {
  color: #f00;
}
.form_block form button,
.form_block form a {
  display: inline-block;
  min-width: 6em;
  margin: 0 auto;
  padding: 0.2em 1.5em;
  border: solid 1px #00a8e5;
  line-height: 1.6;
  font-size: 0.75em;
  text-decoration: none;
  color: #fff;
  background: #00a8e5;
}
.form_block form button {
  margin-top: 1em;
  padding: 0.2em 2.5em;
}
.form_block form a {
  color: #00a8e5;
  background: #fff;
}
.form_block ::placeholder {
  color: #c0c0c0;
}
.form_block p.result {
  margin-bottom: 1em;
  padding: 0.6em 1em;
  border: solid 1px #ccc;
  overflow-wrap: break-word;
  white-space: pre-line;
}
.form_block p.result.textarea {
  min-height: 9em;
}
.form_block.thanks {
  text-align: center;
}
.form_block div.label-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_block p.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.75em;
}
#wrap.confirm {
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  box-sizing: border-box;
}
#wrap.confirm main {
  width: 100%;
}
#wrap.thanks {
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  box-sizing: border-box;
}
.form_block.thanks p {
  background: #fff;
  margin-bottom: 3em;
}
.form_block.thanks a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1.5em;
  border: solid 1px #00a8e5;
  line-height: 1.6;
  font-size: 0.75em;
  text-decoration: none;
  color: #fff;
  background: #00a8e5;
}
.form_block p.err {
  margin: 0 0 0.5em;
  color: #f00;
  font-size: 0.7em;
}
.form_block p.err::before {
  content: "※";
}
.form_block input.err,
.form_block select.err,
.form_block textarea.err {
  background-color: #fdf2f2;
  border-color: #ba2020;
}
.form_block input:focus,
.form_block select:focus,
.form_block textarea:focus {
  border-color: #428cfc;
}

@media screen and (max-width: 767px) {
  .form_block.confirm {
    margin-bottom: 1em;
  }
  .form_block form button,
  .form_block form a {
    min-width: 5em;
    font-size: 1em;
  }
  .form_block form button {
    padding: 0.2em 2em;
  }
  .form_block.thanks p {
    background: none;
    margin-top: 1em;
    font-size: 1em;
    letter-spacing: -0.05em;
  }
  .form_block form p,
  .form_block form input,
  .form_block form textarea {
    font-size: 1em;
  }
  .form_block form textarea {
    height: 8em;
  }
  .form_block p.result.textarea {
    min-height: 7em;
  }
}

@media screen and (max-width: 767px) {
  .form_block form {
    padding: 0.5em 0.5em 1.5em;
  }
}
/* 下部イメージ */
.footerimg_block {
  padding-top: 2em;
  display: flex;
  justify-content: space-between;
}
.footerimg_block div {
  max-width: 238px;
  border-radius: 0.3em;
}
.footerimg_block div:nth-of-type(2) {
  margin: 0 0.75em;
}
.news .footerimg_block {
  display: none;
}
@media screen and (max-width: 767px) {
  .footerimg_block {
    margin: 0;
    padding: 0 1em;
  }
  .news .footerimg_block {
    display: flex;
  }
}
/* 下部インフォメーション */
.info_block {
  display: grid;
  grid-template-columns: 35% 65%;
  margin-top: 4.25em;
  margin-bottom: 3em;
}
.info_block div:nth-of-type(1) img {
  max-height: 70px;
}
.info_block p {
  margin-top: 1.5em;
  font-size: 0.66em;
}
.info_block div {
  font-size: 0.83em;
}
.info_block div a {
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
  color: #333;
}
.info_block div:nth-of-type(2),
.info_block div:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
info_block div:nth-of-type(3) {
  flex-wrap: wrap;
}
.info_block.ex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.info_outer {
  max-width: 1176px;
  margin: 0 auto;
  padding-top: 4.25em;
  padding-bottom: 3em;
  background: #fff;
}
.info_outer .info_block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .info_block.ex {
    display: block;
    margin-bottom: 1.5em;
  }
  .info_block.ex div:last-of-type {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 860px) {
  .info_block {
    grid-template-columns: 65% 35%;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .info_block div:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .info_block div:nth-of-type(1) img {
    max-height: 42px;
  }
  .info_block div:nth-of-type(2) {
    grid-column: 2/3;
  }
  .info_block div:nth-of-type(2) img {
    max-height: 22px;
  }
  .info_block div:nth-of-type(3) {
    grid-row: 1/2;
    grid-column: 1/3;
    display: block;
    text-align: center;
    margin-bottom: 2em;
  }
  .info_block p {
    grid-row: 3/4;
    grid-column: 1/2;
    white-space: nowrap;
  }
  .info_outer {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}
/* ========== footer ========== */
footer {
  line-height: 4.5em;
  color: #fff;
  background: #00a8e5;
  text-align: center;
  font-size: 0.66em;
}

/* フッターにLINEボタンあり用 
 24/9/17 時点
 トップ、NEWS、NEWS_datail */
@media screen and (max-width: 900px) {
  footer.btmsp {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer.btmsp {
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 516px) {
  footer.btmsp {
    padding-bottom: 16vw;
  }
}
/* ========== 右フロートSNS ========== */
.float_sns {
  position: fixed;
  display: none;
  right: 20px;
  bottom: calc(50% - 80px);
  text-align: right;
}
.float_sns a {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.float_sns a.line.rollover {
  width: 172px;
  height: 37px;
}

@media screen and (max-width: 767px) {
  .float_sns {
    display: none;
  }
}

/* ========== sp menu ========== */
.sp_menu {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0 8px;
  background: #fff;
  box-sizing: border-box;
  display: none;
  overflow-y: auto;
}
.sp_menu div:first-of-type {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  position: sticky;
  top: 0;
}
.sp_menu div:first-of-type img {
  max-height: 38px;
  padding-left: 10px;
}
.sp_menu div:first-of-type .close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 50px;
}
.sp_menu nav {
  margin-top: calc(2em - 8px);
  border-bottom: solid 1px #a1d4f3;
}
.sp_menu a {
  text-decoration: none;
}
.sp_menu nav a {
  display: block;
  padding: 0.75em 10px;
  border-top: solid 1px #a1d4f3;
  text-align: center;
  color: #333;
}
.sp_menu .sns {
  padding-top: 2em;
  text-align: center;
}
.sp_menu .sns a {
  display: inline-block;
}
.sp_menu .sns .sns_top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sp_menu .sns a.line.rollover {
  width: 238px;
  height: 37px;
}
.sp_menu .sns a.line.rollover img {
  padding: 0;
}
.sp_menu .sns a.twitter img {
  padding-left: 5px;
}
.sp_menu .sns a.owner {
  margin-top: 30px;
}

/* ========== paralax ========== */
.para {
  transform: translateY(100px);
  opacity: 0;
  transition:
    transform 1s,
    opacity 1s;
}

.para.on {
  transform: translateY(0);
  opacity: 1;
}

/* ========== animation ========== */
.bound {
  animation: bound 1s 1.3s 1 ease-in;
}

.bound2 {
  animation: bound2 1s 1s 1 ease-in;
}

@keyframes bound {
  0% {
    transform: translate(-50%, 0%) scale(1, 1);
  }
  15% {
    transform: translate(-51.5%, -3%) scale(1.1, 1.1);
  }
  30% {
    transform: translate(-50%, 0%) scale(1, 1);
  }
  45% {
    transform: translate(-51%, -2%) scale(1.05, 1.05);
  }
  60% {
    transform: translate(-50%, 0%) scale(1, 1);
  }
  75% {
    transform: translate(-50.5%, -1%) scale(1.025, 1.025);
  }
  90% {
    transform: translate(-50%, 0%) scale(1, 1);
  }
  100% {
    transform: translate(-50%, 0%) scale(1, 1);
  }
}
@keyframes bound2 {
  0% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  15% {
    transform: translate(-1.5%, -3%) scale(1.1, 1.1);
  }
  30% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  45% {
    transform: translate(-1%, -2%) scale(1.05, 1.05);
  }
  60% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  75% {
    transform: translate(-0.5%, -1%) scale(1.025, 1.025);
  }
  90% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  100% {
    transform: translate(0%, 0%) scale(1, 1);
  }
}

/* ===== お知らせ ===== */
.news_block div.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
.news_block div.pager a {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.5em;
  text-decoration: none;
  color: #00a8e5;
}
.news_block div.pager a.on {
  background: #00a8e5;
  color: #fff;
  cursor: default;
}
.news_block div.pager a.btn {
  margin: 0;
  padding: 0.25em 1.5em;
  font-size: 1em;
  border: solid 1px #00a8e5;
  background: #fff;
  color: #00a8e5;
  min-width: 5em;
}
.news_block div.pager span {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.5em;
  text-decoration: none;
  color: #333;
}
.news_block .date {
  text-align: left;
  color: #00a8e5;
}
.news_block .date span {
  background: #fff;
  padding: 0 0.1em;
}
.news_block h3 {
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #575757;
}
.news_block .cont {
  padding: 1.5em 1.5em;
  text-align: left;
  line-height: 2;
  font-size: 1.1em;
  border: solid 2px #00a8e5;
  background: #fff;
  overflow-wrap: break-word;
}
.news_block.detail .pager a.on {
  margin: 0;
  padding: 0.25em 1.5em;
  font-size: 1em;
  border: solid 1px #00a8e5;
  background: #fff;
  color: #00a8e5;
}
#wrap.news {
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  box-sizing: border-box;
}
#wrap.news main {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news main h2 {
    font-size: 2em;
  }
  .news_block h3 {
    text-align: left;
  }
  .news_block .date {
    text-align: right;
  }
  .news_block .date span {
    background: none;
  }
  .news_block.copy {
    padding-top: 0;
    margin-top: 0.5em;
  }
}

/* ===== 特定商取引法に基づく表記 ===== */
.laws {
  height: 100%;
}
.laws h2 {
  position: relative;
  width: 103.6%;
  margin-bottom: 0;
  padding-top: 34%;
  left: 0.35%;
  font-size: 1.72em;
  background: url("../img/bg_h2_laws.jpg") no-repeat 0 0 / 100% auto;
}
.laws h2 span {
  position: absolute;
  top: 24%;
  left: 14%;
  color: #333;
}
.lawsin {
  max-width: 1176px;
  margin: 0 auto;
  padding: 5.5em 8em 0;
  background: #fff;
  box-sizing: border-box;
}
.lawsin table {
  font-size: 0.94em;
  letter-spacing: 0;
}
.lawsin table th,
.lawsin table td {
  padding: 0.9em 0.5em;
  border-bottom: solid 1px #00a8e5;
}
.lawsin table th {
  width: 40%;
  padding-right: 1em;
  color: #00a8e5;
  font-weight: bold;
}
.lawsin table a {
  color: #005bac;
  text-decoration: none;
}
.lawsin .info_block {
  margin-bottom: 0;
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .laws h2 {
    width: auto;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 1.35em;
    background: #fff;
  }
  .laws h2 span {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0.5em;
    padding: 0.9em 0.5em;
    border-bottom: solid 1px #00a8e5;
  }
  .lawsin {
    max-width: auto;
    margin: 0 auto;
    padding: 0.5em;
  }
  .lawsin table {
    border-bottom: solid 1px #00a8e5;
  }
  .lawsin table th,
  .lawsin table td {
    display: block;
    padding: 0.5em;
    border-bottom: none;
    line-height: 1.8;
  }
  .lawsin table th {
    width: auto;
    padding-bottom: 0;
  }
  .lawsin table td {
    padding-top: 0.3em;
  }
  .lawsin table tr:last-child td {
    padding-bottom: 1.5em;
  }
  .lawsin .info_block {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
}

/* ===== overlay ===== */
div.overlay {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff url("../img/loading.png") no-repeat 50% 50% / 60px 60px;
}

/* ===== 初回利用は今だけ300円0FF！ ===== */
.float_300yenoff {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 300px;
  opacity: 0;
  transition:
    opacity 0.5s 1s,
    transform 0.5s 1s,
    bottom 0.5s;
}
.float_300yenoff.on {
  bottom: calc(0% + 190px);
}
.float_300yenoff a:hover {
  opacity: 1;
}
.bound_300yenoff {
  animation: bound_300yenoff 1s 1.5s 1 ease-in forwards;
}
.float_300yenoff__close {
  position: absolute;
  right: 15px;
  top: 0;
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  border-radius: 17px;
  background: #e71f19;
  cursor: pointer;
}
.float_1000yenoff .float_300yenoff__close{
  right: 10px;
}
.float_300yenoff__close::before,
.float_300yenoff__close::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  left: calc(50% - 1px);
  width: 2px;
  height: 14px;
  background: #fff;
}
.float_300yenoff__close::before {
  transform: rotate(-45deg);
}
.float_300yenoff__close::after {
  transform: rotate(45deg);
}
.float_sns {
  transition: bottom 0.5s;
  font-size: 10px;
}
.float_sns.on {
  bottom: calc(50% + 105px);
}

@media screen and (max-width: 900px) {
  .float_300yenoff {
    bottom: 100px;
  }
  .float_300yenoff.on {
    bottom: calc(0% + 220px);
  }
}
@media screen and (max-width: 767px) {
  .float_300yenoff {
    width: 240px;
  }
  .float_300yenoff.on {
    bottom: calc(0% + 220px);
  }
}

@keyframes bound_300yenoff {
  0% {
    opacity: 0;
    transform: translate(0, 0%) scale(1, 1);
  }
  15% {
    opacity: 1;
    transform: translate(0%, -3%) scale(1.1, 1.1);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0%) scale(1, 1);
  }
  45% {
    opacity: 1;
    transform: translate(0, -2%) scale(1.05, 1.05);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0%) scale(1, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0%, -1%) scale(1.025, 1.025);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0%) scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0%) scale(1, 1);
  }
}

/* ===== footer_LINEボタン ===== */
.footer_linebtn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  display: none;
}

@media screen and (max-width: 900px) {
  .footer_linebtn.sp {
    display: none;
    opacity: 0;
  }
  .footer_linebtn.md {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0.76);
    height: 100px;
  }
  .footer_linebtn.md .btn_line {
    width: 42.61vw;
    height: 6.71vw;
  }
  .footer_linebtn.md .btn_line img {
    width: 42.61vw;
    height: 6.71vw;
  }
  .footer_linebtn.md .btn_pagetop img {
    height: 6.71vw;
  }
  .footer_linebtn.md .footer_ttl {
    margin-right: 2.5vw;
    width: 22.89vw;
  }
  .footer_linebtn.md .btn_pagetop {
    margin-left: 7.51vw;
  }
}

@media screen and (max-width: 767px) {
  .footer_linebtn.md {
    display: none;
    opacity: 0;
  }
  .footer_linebtn.sp {
    display: flex;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 16vw;
    max-height: 82px;
  }
  .footer_linebtn.sp .wrap {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
  }
  .footer_linebtn.sp .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .footer_linebtn.sp .btn_line img {
    width: 70.13vw;
    max-height: 55px;
    height: auto;
  }
  .footer_linebtn.sp .footer_ttl {
    margin-right: 9px;
    padding: 5px 0;
  }
  .footer_linebtn.sp .footer_ttl img {
    width: 19.2vw;
    max-height: 69px;
  }
  .footer_linebtn.sp .btn_pagetop img {
    width: auto;
    height: auto;
  }
  .footer_linebtn.sp .btn_pagetop {
    position: absolute;
    top: -24px;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px 10px 0 0;
    width: 52px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .footer_linebtn.sp .btn_pagetop img {
    width: 17px;
    height: 10px;
  }
}

/* Rollover */
.rollover {
  position: relative;
  display: block;
  overflow: hidden;
}
.rollover:hover {
  opacity: 1 !important;
}
.rollover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.rollover:hover img:nth-of-type(2) {
  opacity: 0;
}
