@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------
  style.css ver.0
-----------------------------------------------------------------*/
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* =================================
CSS Animation
================================= */
/* Fade-in */
.css-fade-in {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
}
video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
/* header */
header {
  text-align: center;
  background-color: #fff;
  border-bottom: #ccc 1px solid;
  padding: 0;
}
header h1 {
  margin: 0;
}
header img {
  max-width: 114px;
  height: auto;
}
h1 {
  margin: 10px auto 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 135%;
  /* identical to box height, or 41px */
  text-align: center;
  color: #4F4F4F;
}
h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
  color: #4F4F4F;
  margin: 70px auto 30px;
}
h2 img {
  max-width: 100%;
  margin: 0 5px 3px 0;
}
h3 {
  margin: 60px 0 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  line-height: 160%;
  /* or 38px */
  text-align: center;
  color: #4F4F4F;
}
p {}
.mb5 {
  margin: 0 0 5px;
}
.f-b {
  font-weight: bold;
}
.mb65 {
  margin: 16px 0 56px;
}
.mb65 img {
  width: 100%;
  text-align: center;
  max-width: 364px;
}
.mb65:last-child {
  margin: 16px 0 5px;
}
.mt10 {
  margin: 10px 0 0;
}
.font_le {
  font-size: 90%;
}
.right {
  margin: 0 0 0 0;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;

}
#wrap {
  max-width: 100%;
  margin: 0 auto;
}
header {
  text-align: center;
  background-color: #fff;
  border-bottom: #ccc 1px solid;
  padding: 10px 0;
}



/* Inner
------------------------------------------------------------- */
div.inner {
  margin: 0 auto;
  padding: 0 16px 20px;
  /*  clear: both; */
}
div.inner2 {
  margin: 0 auto;
  padding: 0 0;
  background: #fff;
  max-width: 700px;
  box-sizing: border-box;
  /*  clear: both; */
}
div.inner2 .top {
  text-align: center;
  margin: 30px 0 -40px;
}
div.inner2 .top img {
  max-width: 100%;
  height: auto;
}
.MV {
  text-align: center;
  margin: 0 0 0;
}
.MV img {
  max-width: 100%;
  width: 700px;
  height: auto;
}
div.content {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* BOX
------------------------------------------------------------- */
.txt_box {
  display: block;
  max-width: 100%;
  font-weight: normal;
  margin: 23.5px auto 30px;
  padding: 0 16px;
}
.txt_box02 {
  display: block;
  padding: 0 20px;
  width: 100%;
  max-width: 600px;
  font-weight: normal;
  margin: 23.5px auto 30px;
}
.img_box {
  padding: 0 0;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  max-width: 550px;
}
.img_box img {
  width: 100%;
  height: auto;
}
.img_box_02 {
  padding: 0 0;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  max-width: 400px;
  text-align: center;
}
.img_box_02 img {
  width: 100%;
  height: auto;
  border: solid 2px #ccc;
}
.img_box_02 img[data-type="no_line"] {
  border: none;
}
.app_box {
  display: flex;
  max-width: 280px;
  align-items: center;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  align-items: center;
  text-align: center;
}
.flex_box_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  align-items: baseline;
  text-align: center;
}
.two_box {
  flex-basis: 55%;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  line-height: 2.5;
}
.two_box:first-child {
  flex-basis: 45%;
  text-align: right;
}
.two_box img {
  width: 62%;
}
.one_box {
  margin: 0;
  width: 100%;
  max-width: 550px;
}
.one_box img {
  margin: 0;
  width: 30%;
}
.three_box02 {
  flex-basis: 33%;
  margin: 0;
  padding: 10px;
}
.three_box02 img {
  max-width: 95%;
}
.three_box01 {
  flex-basis: 33%;
  margin: 0;
  padding: 10px;
}
.three_box01 img {
  max-width: 87%;
}
.three_box03 {
  flex-basis: 33%;
  margin: 0;
  padding: 10px;
}
.three_box03 img {
  max-width: 100%;
}
.logo_box {
  padding: 10px 10px 30px;
  margin: 0;
  border-radius: 20px;
  border: #ddd solid 3px;
  ;
}
.table_ds {
  display: flex;
  gap: 0px 0px;
  font-size: 14px;
  justify-content: flex-end;
}
.table_ds_item {
  margin: 0;
  white-space: nowrap;
}
/* 修飾系
------------------------------------------------------------- */
.map :hover {
  opacity: 0.7;
}
.t_c {
  text-align: center;
}
.t_r {
  text-align: right !important;
}
.f_big {
  font-size: 110%;
  line-height: 1.3;
}
.f-b {
  font-weight: bold;
}
.suica_blue {
  background: #9fd9f6;
}
.suica_green {
  background: #AACE36;
}
.au_orange {
  background: #EB5505;
}
.blue {
  color: #0E0D6A;
}
.red {
  color: #EB5505;
}
.pr_font {
  color: #333333 !important;
}
.indent {
  margin-left: 3.5em;
  text-indent: -3.5em;
}
.indent02 {
  margin-left: 3.5em;
}
.indent_1 {
  margin-left: 1em;
  text-indent: -1em;
}
br.sp {
  display: none;
}
br.pc {
  display: block;
}
br.sp_02 {
  display: none;
}
br.sp_03 {
  display: none;
}
.bottom_line {
  border-bottom: #333 solid 3px;
  padding: 0 0 15px 0;
}


@media (max-width:566px) {
  .table_ds {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 200px;
  }
}

@media (max-width:550px) {
  .table_ds {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 160px;
  }
}
@media (max-width:500px) {
  .table_ds {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 120px;
  }
}
@media (max-width:480px) {
  .table_ds {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 110px;
  }
}

@media (max-width:460px) {
.flex_box_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  align-items: baseline;
  text-align: center;
}
 .bottom_line {
  border-bottom: #333 solid 3px;
  padding: 0 0 10px 0;
}
  .table_ds {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 90px;
  }
}
@media (max-width:440px) {
  .table_ds {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 110px;
  }
}
@media (max-width:410px) {
  .table_ds {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 80px;
  }
}
@media (max-width:387px) {
  .table_ds {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 60px;
  }
}
@media (max-width:367px) {
  .table_ds {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 40px;
  }

}
@media (max-width:340px) {
  .table_ds {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 20px;
  }
  .two_box {
  flex-basis: 60%;
  text-align: left;
  font-size: 90%;
  padding-left:5px;
  font-weight: bold;
  line-height: 2.5;
}
.two_box:first-child {
  flex-basis: 40%;
  text-align: right;
}
 .bottom_line {
  border-bottom: #333 solid 2px;
  padding: 0 0 10px 0;
}
}
@media (max-width:310px) {
  .table_ds {
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 40px;
  }
}
@media (max-width:300px) {
  .table_ds {
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 30px;
  }
}
@media (max-width:280px) {
  .table_ds {
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-start;
    margin: 0 0 5px 20px;
  }
}
@media (max-width:999px) {
  h1 {
    margin: 10px auto 20px;
    font-weight: bold;
    font-size: 26px;
    line-height: 135%;
    /* or 35px */
    text-align: center;
    color: #000000;
  }
  h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000000;
    margin: 60px auto 30px;
  }
  h2 img {
    max-width: 100%;
    margin: 0 5px 3px 0;
  }
  h3 {
    font-size: 22px;
  }
  .txt_box02 {
    display: block;
    padding: 16px 10px;
    width: 100%;
    font-weight: normal;
    margin: 23.5px auto 30px;
    max-width: 500px;
  }
  p {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    color: #333333;
  }
}
@media screen and (max-width:800px) {
  div.inner2 {
    margin: 0 auto;
    padding: 0 16px 10px;
    background: #fff;
    max-width: 1360px;
    /*  clear: both; */
  }
  div.inner2 .top {
    margin: 20px 0 -40px;
  }
  div.inner2 .top img {
    max-width: 100%;
    height: auto;
  }
  h1 {
    margin: 10px auto 20px;
    font-weight: bold;
    font-size: 26px;
    line-height: 135%;
    /* or 35px */
    text-align: center;
    color: #000000;
  }
  h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #000000;
    margin: 50px auto 15px;
  }
  h2 img {
    max-width: 100%;
    margin: 0 5px 3px 0;
  }
  h3 {
    font-size: 18px;
    margin: 50px 0 20px;
  }
  .txt_box02 {
    display: block;
    padding: 16px 10px;
    width: 100%;
    font-weight: normal;
    margin: 0 auto 30px;
    max-width: 500px;
  }
  .img_box {
    margin: 40px auto 30px;
  }
  p {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    /* or 26px */
    color: #333333;
  }
}
/* Button
------------------------------------------------------------- */
.btn_link {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 10px auto;
  text-align: left;
  font-size: 22px;
  line-height: 0.9;
  background: #AACE36;
  padding: 30px 20px 30px 20px;
}
.btn_link[data-type="01"] {
  padding: 20px 20px 20px 20px;
}
.btn_link a {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.btn_link a span {
  font-size: 12px;
}
.btn_link a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -6px -10px 0 0;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Table
------------------------------------------------------------- */

#suica_table table.layoutTable01 {
  border: 2px solid #000000 !important;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
}
#suica_table table tr th.line {
  border-bottom: 1px solid #000000 !important;
}
#suica_table table.layoutTable01 tr th {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 8px 8px 5px 10px;
  vertical-align: middle;
}
#suica_table table.layoutTable01 tr td {
  border: 1px solid #000000;
  padding: 10px 20px;
  vertical-align: middle;
}
#suica_table table.layoutTable01 tr th, #suica_table table.layoutTable01 tr td {
  font-size: 14px;
}
#suica_table table.layoutTable01 tr th img {
  width: auto;
  max-height: 60px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}
#suica_table img .img_70 {
  max-height: 50px;
  margin: 0 auto;
  display: block;
}
#suica_table table.layoutTable01 tr th {
  text-align: left;
}
#suica_table table.layoutTable01 tr td {
  text-align: center;
}
#suica_table table.layoutTable01 tr td:nth-of-type(1) {
  background-color: #fffed3;
}
@media screen and (max-width:640px) {
  #suica_table table.layoutTable01 {
    margin-bottom: 10px;
  }
  #suica_table table.layoutTable01 tr th, #suica_table table.layoutTable01 tr td {
    padding: 2% 1% 1% 2%;
    font-size: 14px;
  }
  #suica_table table.layoutTable01 tr th img {
    width: auto;
    max-height: 50px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width:460px) {
  #suica_table table.layoutTable01 tr th, #suica_table table.layoutTable01 tr td {
    padding: 1% 1% 1% 2%;
    font-size: 12px;
  }
  #suica_table table.layoutTable01 tr th img {
    width: auto;
    max-height: 40px;
    margin: 0 auto;
    display: block;
  }
  #suica_table table.layoutTable01 tr th {}
  #suica_table table.layoutTable01 tr td {
    white-space: nowrap;
  }
}
/* =================================
Tablet
================================= */
@media (max-width:666px) {
  #wrap {
    font-size: 0.9em;
  }
  .intxt {
    margin: 0 0 1.5rem;
  }
  .btn_link {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
    text-align: left;
    font-size: 20px;
    line-height: 1;
    background: #AACE36;
    padding: 20px 10px 20px 10px;
  }
  .btn_link[data-type="01"] {
    padding: 15px 10px 15px 10px;
  }
  .btn_link a {
    display: block;
    position: relative;
    color: #000;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .btn_link a span {
    font-size: 14px;
  }
  .btn_link a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -6px -10px 0 5px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (max-width:572px) {
  div.inner2 .top {
    margin: 20px 0 -30px;
  }
  div.inner2 .top img {
    width: 70%;
    max-width: 60px;
    height: auto;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  br.sp_02 {
    display: block;
  }
}
/* =================================
Smartphone
================================= */
@media (max-width:460px) {
  #wrap {
    min-height: 100%;
    font-size: 0.8em !important;
  }
  h2 {
    font-size: 22px;
    margin: 50px auto 20px;
  }
  h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 50px 0 10px;
  }
  .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 0 0 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .app_box {
    display: flex;
    max-width: 250px;
    align-items: center;
  }
  .txt_box {
    display: block;
    padding: 0;
    width: 100%;
    font-weight: normal;
    margin: 15px 0 20px;
  }
  .img_box {
    margin: 30px auto;
  }
  .three_box02 {
    flex-basis: 33%;
    margin: 0;
    padding: 5px;
  }
  .three_box02 img {
    max-width: 97%;
  }
  .three_box01 {
    flex-basis: 33%;
    margin: 0;
    padding: 5px;
  }
  .three_box01 img {
    max-width: 90%;
  }
  .three_box03 {
    flex-basis: 33%;
    margin: 0;
    padding: 5px;
  }
  .three_box03 img {
    max-width: 100%;
  }
}
@media (max-width:390px) {
  .btn_link {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
    text-align: left;
    font-size: 17px;
    line-height: 1;
    background: #AACE36;
    padding: 20px 10px 20px 10px;
  }
  .btn_link[data-type="01"] {
    padding: 15px 10px 15px 10px;
  }
  .btn_link a {
    display: block;
    position: relative;
    color: #000;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .btn_link a span {
    font-size: 12px;
  }
  .btn_link a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -6px -10px 0 5px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width:330px) {
  .btn_link {
    font-size: 15px;
  }
  h2 {
    font-size: 20px;
  }
}
@media (max-width:303px) {
  br.sp_02 {
    display: none;
  }
}
@media (max-width:395px) {
  br.sp_03 {
    display: block;
  }
}

/* FAQ
------------------------------------------------------------- */

#Fa {
  max-width: 700px;
  margin: 10px auto 40px;
  line-height: 1;
  padding: 0 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#Fa dl {
  border-bottom: 1px solid #efefef;
  margin: 0 auto;
  padding: 20px 0;
}
#Fa dl:last-child {
  border-bottom: none;
}
.question {
  font-weight: normal;
  font-size: 20px;
  position: relative;
  line-height: 1.5;
  padding: 0 60px 0 40px;
  letter-spacing: 0.03em;
  margin: 0 auto 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 500px;
  perspective: 500px;
  cursor: pointer;
}
.question:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background: url(../img/question.png) no-repeat center center;
  background-size: contain;
}
.question:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 30px;
  width: 11px;
  height: 11px;
  border-top: solid 1px #c1a679;
  border-right: solid 1px #c1a679;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.answer {
  display: none;
  margin-left: 0;
  padding: 10px;
}
.question[data-is-open="true"] + .answer {
  display: block;
  padding: 20px 40px 0;
  line-height: 1.7;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.question[data-is-open="true"] + .answer::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background: url(../img/answer.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.question[data-is-open]::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.question[data-is-open="true"]::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media (max-width:640px) {
  #Fa {
    max-width: 640px;
    margin: 0 auto 20px;
    line-height: 1;
    padding: 0 16px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #Fa dl {
    border-bottom: 1px solid #efefef;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 1.5;
  }
  .question {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    padding: 0 30px 0;
    letter-spacing: 0.03em;
    margin: 0 auto 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-perspective: 500px;
    perspective: 500px;
    cursor: pointer;
  }
  .question:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -10px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background: url(../img/question.png) no-repeat center center;
    background-size: contain;
  }
  .question:after {
    content: "";
    position: absolute;
    top: 10%;
    right: 3px;
    width: 11px;
    height: 11px;
    border-top: solid 1px #c1a679;
    border-right: solid 1px #c1a679;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .answer {
    display: none;
    margin-left: 0;
    padding: 10px;
  }
  .question[data-is-open="true"] + .answer {
    display: block;
    padding: 20px 30px 0;
    line-height: 1.7;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
  }
  .question[data-is-open="true"] + .answer::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -10px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background: url(../img/answer.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .question[data-is-open]::after {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .question[data-is-open="true"]::after {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

@media (max-width:460px) {
  #Fa {
    max-width: 640px;
    margin: 0 auto 20px;
    line-height: 1;
    padding: 0 16px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #Fa dl {
    border-bottom: 1px solid #efefef;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 1.5;
  }
  .question {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    padding: 0 30px 0;
    letter-spacing: 0.03em;
    margin: 0 auto 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-perspective: 500px;
    perspective: 500px;
    cursor: pointer;
  }
  .question:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -10px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background: url(../img/question.png) no-repeat center center;
    background-size: contain;
  }
  .question:after {
    content: "";
    position: absolute;
    top: 5%;
    right: 3px;
    width: 11px;
    height: 11px;
    border-top: solid 1px #c1a679;
    border-right: solid 1px #c1a679;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .answer {
    display: none;
    margin-left: 0;
    padding: 10px;
  }
  .question[data-is-open="true"] + .answer {
    display: block;
    padding: 20px 30px 0;
    line-height: 1.7;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
  }
  .question[data-is-open="true"] + .answer::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -10px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background: url(../img/answer.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .question[data-is-open]::after {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .question[data-is-open="true"]::after {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
/* Footer
------------------------------------------------------------- */
#bottom h3 {
  text-align: center;
  margin-top: 20px;
}
#bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 1.6rem;
  background-color: #fcfcfc;
}
#bottom p {
  line-height: 1.5;
  margin: 5px;
  text-align: center;
}
#bottom a {
  color: #0066aa;
  text-decoration: none;
}
#bottom .red {
  color: #EB5505;
}
#bottom h2 {
  font-size: 2rem;
  margin-bottom: 5px;
}
#bottom h4 {
  font-size: 2rem;
  margin: 0.5em 0;
}
#bottom .name {
  font-size: 1.2em;
  margin: 0;
}
#bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 14px;
}
#bottom .flex div {
  width: 18em;
  margin-bottom: 2em;
}
#bottom .flex p {
  margin: 5px 0 0;
}
#bottom h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0;
}
#bottom footer {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 1.26rem;
  margin-top: 3em;
}
#bottom footer p {
  margin: 10px auto 0;
  font-size: 12.6px;
  text-align: center;
}
@media (max-width: 425px) {
  #bottom .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #bottom .flex div {
    width: 100%;
  }
}

/* Returm to top
------------------------------------------------------------- */
.returmtop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 999;
}
.returmtop a {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #444;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}
.returmtop a:hover, .returmtop a:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: all .3s ease;
}
@media (max-width:460px) {
  .returmtop {
    bottom: 44px;
  }
  .returmtop a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
}

/* Slider */
#slider h3 {}
#slider {
  padding: 0 0;
  margin: 0 auto 0;
  max-width: 660px;
}
#slider .imgset {
  padding: 0 0 16px 0;
}
#slider .imgset img {
  width: 100%;
}
#slider .sld_item {
  margin: 0 20px 30px 0;
  padding: 0 0 20px;
  position: relative;
}
#slider .sld_item_arrow {
  margin: 0;
  position: relative;
}
/*#slider .sld_item_arrow::after{
   content: "";
   background: url(../img/arrow.png) no-repeat;
   position: absolute;
    display: inline-block;
    width: 100px;
    height: 50px;
    top: 40%;
    right: -130px;
    background-size: contain;
    margin-right:10px;
}*/
#slider .sld_txt {
  padding: 10px 0 50px;
  font-size: 1.4rem;
}
@media (min-width :660px) {
  .pc_none {
    display: none;
  }
}
@media (max-width :460px) {
  #slider .sld_item {
    margin: 0 20px 30px 0;
    position: relative;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 100%;
    height: auto;
    margin-top: 40%;
    outline: none;
  }
}
/*.swiper-button-prev {
		background: url(../img/prev.png) no-repeat center center / contain;
		outline: none;
}
.swiper-button-prev::after {
		content: "";
		outline: none;
}*/
/*.swiper-button-next {
		background: url(../img/arrow.png) no-repeat center center / contain;
}
.swiper-button-next::after {
		content: "";
		outline: none;
}
}
*/
