/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-height: 100%;
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes cross_center_top_re {
  0% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes cross_center_top_re {
  0% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes cross_center_btm_re {
  0% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes cross_center_btm_re {
  0% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes cross_center_top {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
}
@keyframes cross_center_top {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
}
@-webkit-keyframes cross_center_btm {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
}
@keyframes cross_center_btm {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
            transform: translateY(0) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
}
@-webkit-keyframes button_hover {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes button_hover {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes rollLeft {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes rollLeft {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
body {
  font-size: 100%;
}

@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

.tar {
  text-align: right !important;
}

@media screen and (max-width: 800px) {
  .tar_sp {
    text-align: right !important;
  }
}

.center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 800px) {
  .center_sp {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.tal {
  text-align: left !important;
}

@media screen and (max-width: 800px) {
  .tal_sp {
    text-align: left !important;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fl_sp {
  float: left;
}
@media screen and (max-width: 800px) {
  .fl_sp {
    float: none;
  }
}

.fr_sp {
  float: right;
}
@media screen and (max-width: 800px) {
  .fr_sp {
    float: none;
  }
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 10px !important;
}

.mb2 {
  margin-bottom: 20px !important;
}

.mb3 {
  margin-bottom: 30px !important;
}

.mb4 {
  margin-bottom: 40px !important;
}

.mb5 {
  margin-bottom: 50px !important;
}

.mb6 {
  margin-bottom: 60px !important;
}

.mb7 {
  margin-bottom: 70px !important;
}

.mb8 {
  margin-bottom: 80px !important;
}

.mb9 {
  margin-bottom: 90px !important;
}

.mb10 {
  margin-bottom: 100px !important;
}

.mb11 {
  margin-bottom: 110px !important;
}

.mb12 {
  margin-bottom: 120px !important;
}

.mb13 {
  margin-bottom: 130px !important;
}

.mb14 {
  margin-bottom: 140px !important;
}

.mb15 {
  margin-bottom: 150px !important;
}

.mb16 {
  margin-bottom: 160px !important;
}

.mb17 {
  margin-bottom: 170px !important;
}

.mb18 {
  margin-bottom: 180px !important;
}

.mb19 {
  margin-bottom: 190px !important;
}

.mb20 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 800px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb1_sp {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb2_sp {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb3_sp {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb4_sp {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb5_sp {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb6_sp {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb7_sp {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb8_sp {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb9_sp {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 800px) {
  .mb10_sp {
    margin-bottom: 100px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 10px !important;
}

.mt2 {
  margin-top: 20px !important;
}

.mt3 {
  margin-top: 30px !important;
}

.mt4 {
  margin-top: 40px !important;
}

.mt5 {
  margin-top: 50px !important;
}

.mt6 {
  margin-top: 60px !important;
}

.mt7 {
  margin-top: 70px !important;
}

.mt8 {
  margin-top: 80px !important;
}

.mt9 {
  margin-top: 90px !important;
}

.mt10 {
  margin-top: 100px !important;
}

@media screen and (max-width: 800px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt1_sp {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt2_sp {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt3_sp {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt4_sp {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt5_sp {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt6_sp {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt7_sp {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt8_sp {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt9_sp {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 800px) {
  .mt10_sp {
    margin-top: 100px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 10px !important;
}

.mr2 {
  margin-right: 20px !important;
}

.mr3 {
  margin-right: 30px !important;
}

.mr4 {
  margin-right: 40px !important;
}

.mr5 {
  margin-right: 50px !important;
}

.mr6 {
  margin-right: 60px !important;
}

.mr7 {
  margin-right: 70px !important;
}

.mr8 {
  margin-right: 80px !important;
}

.mr9 {
  margin-right: 90px !important;
}

.mr10 {
  margin-right: 100px !important;
}

@media screen and (max-width: 800px) {
  .mr0_sp {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr1_sp {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr2_sp {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr3_sp {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr4_sp {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr5_sp {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr6_sp {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr7_sp {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr8_sp {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr9_sp {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 800px) {
  .mr10_sp {
    margin-right: 100px !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 10px !important;
}

.pt2 {
  padding-top: 20px !important;
}

.pt3 {
  padding-top: 30px !important;
}

.pt4 {
  padding-top: 40px !important;
}

.pt5 {
  padding-top: 50px !important;
}

.pt6 {
  padding-top: 60px !important;
}

.pt7 {
  padding-top: 70px !important;
}

.pt8 {
  padding-top: 80px !important;
}

.pt9 {
  padding-top: 90px !important;
}

.pt10 {
  padding-top: 100px !important;
}

@media screen and (max-width: 800px) {
  .pt0_sp {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt1_sp {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt2_sp {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt3_sp {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt4_sp {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt5_sp {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt6_sp {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt7_sp {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt8_sp {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt9_sp {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 800px) {
  .pt10_sp {
    padding-top: 100px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 10px !important;
}

.pb2 {
  padding-bottom: 20px !important;
}

.pb3 {
  padding-bottom: 30px !important;
}

.pb4 {
  padding-bottom: 40px !important;
}

.pb5 {
  padding-bottom: 50px !important;
}

.pb6 {
  padding-bottom: 60px !important;
}

.pb7 {
  padding-bottom: 70px !important;
}

.pb8 {
  padding-bottom: 80px !important;
}

.pb9 {
  padding-bottom: 90px !important;
}

.pb10 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 800px) {
  .pb0_sp {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb1_sp {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb2_sp {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb3_sp {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb4_sp {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb5_sp {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb6_sp {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb7_sp {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb8_sp {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb9_sp {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 800px) {
  .pb10_sp {
    padding-bottom: 100px !important;
  }
}

.w05 {
  width: 4% !important;
}
@media screen and (max-width: 800px) {
  .w05 {
    width: 100% !important;
  }
}

.w10 {
  width: 9% !important;
}
@media screen and (max-width: 800px) {
  .w10 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w10_sp {
    width: 9% !important;
  }
}

.w15 {
  width: 14% !important;
}
@media screen and (max-width: 800px) {
  .w15 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w15_sp {
    width: 14% !important;
  }
}

.w20 {
  width: 19% !important;
}
@media screen and (max-width: 800px) {
  .w20 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w20_sp {
    width: 19% !important;
  }
}

.w25 {
  width: 24% !important;
}
@media screen and (max-width: 800px) {
  .w25 {
    width: 100% !important;
  }
}

.w30 {
  width: 29% !important;
}
@media screen and (max-width: 800px) {
  .w30 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w30_sp {
    width: 29% !important;
  }
}

.w33 {
  width: 32% !important;
}
@media screen and (max-width: 800px) {
  .w33 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w33_sp {
    width: 32% !important;
  }
}

.w35 {
  width: 34% !important;
}
@media screen and (max-width: 800px) {
  .w35 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w35_sp {
    width: 34% !important;
  }
}

.w40 {
  width: 39% !important;
}
@media screen and (max-width: 800px) {
  .w40 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w40_sp {
    width: 39% !important;
  }
}

.w45 {
  width: 44% !important;
}
@media screen and (max-width: 800px) {
  .w45 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w45_sp {
    width: 44% !important;
  }
}

.w49 {
  width: 48% !important;
}
@media screen and (max-width: 800px) {
  .w49 {
    width: 100% !important;
  }
}

.w50 {
  width: 49% !important;
}
@media screen and (max-width: 800px) {
  .w50 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w50_sp {
    width: 49% !important;
  }
}

.w53 {
  width: 52% !important;
}
@media screen and (max-width: 800px) {
  .w53 {
    width: 100% !important;
  }
}

.w55 {
  width: 54% !important;
}
@media screen and (max-width: 800px) {
  .w55 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w55_sp {
    width: 54% !important;
  }
}

.w60 {
  width: 59% !important;
}
@media screen and (max-width: 800px) {
  .w60 {
    width: 100% !important;
  }
}

.w65 {
  width: 64% !important;
}
@media screen and (max-width: 800px) {
  .w65 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w60_sp {
    width: 59% !important;
  }
}

@media screen and (max-width: 800px) {
  .w65_sp {
    width: 64% !important;
  }
}

.w70 {
  width: 69% !important;
}
@media screen and (max-width: 800px) {
  .w70 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w70_sp {
    width: 69% !important;
  }
}

.w75 {
  width: 74% !important;
}
@media screen and (max-width: 800px) {
  .w75 {
    width: 100% !important;
  }
}

.w80 {
  width: 79% !important;
}
@media screen and (max-width: 800px) {
  .w80 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w80_sp {
    width: 79% !important;
  }
}

.w83 {
  width: 82% !important;
}
@media screen and (max-width: 800px) {
  .w83 {
    width: 100% !important;
  }
}

.w85 {
  width: 84% !important;
}
@media screen and (max-width: 800px) {
  .w85 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w85_sp {
    width: 84% !important;
  }
}

.w88 {
  width: 88% !important;
}
@media screen and (max-width: 800px) {
  .w88 {
    width: 100% !important;
  }
}

.w90 {
  width: 89% !important;
}
@media screen and (max-width: 800px) {
  .w90 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w90_sp {
    width: 89% !important;
  }
}

.w95 {
  width: 94% !important;
}
@media screen and (max-width: 800px) {
  .w95 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w95_sp {
    width: 94% !important;
  }
}

@media screen and (max-width: 800px) {
  .w25_sp {
    width: 24% !important;
  }
}

.w75 {
  width: 74% !important;
}
@media screen and (max-width: 800px) {
  .w75 {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .w75_sp {
    width: 74% !important;
  }
}

.w66 {
  width: 65% !important;
}
@media screen and (max-width: 800px) {
  .w66 {
    width: 100% !important;
  }
}

img.w100 {
  max-width: 100% !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .flex {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .sp-flex, .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.between {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  img {
    max-width: 100%;
  }
}

a {
  outline: none;
}

a:focus {
  outline: none;
}

a.fade:hover {
  opacity: 0.7;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

a.scale img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.scale:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

a.scale2 img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.scale2:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body {
  color: #40220f;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.top-access-img {
  margin-top: 40px;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .top-access-img {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-access-img {
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767.9px) {
  .top-access-img img {
    width: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
  }
}

.from {
  max-width: 1020px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .from {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.from__heading {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767.9px) {
  .from__heading {
    font-size: 1.0625rem;
  }
}
@media print, screen and (min-width: 768px) {
  .from__heading {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .from__heading span {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .from__heading span {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767.9px) {
  .from__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .from__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 7.6px;
       -moz-column-gap: 7.6px;
            column-gap: 7.6px;
  }
}
.from__list__img {
  margin-bottom: 14px;
}
.from__list li img {
  margin-right: auto;
  margin-left: auto;
}

.from__caption {
  margin-top: 10px;
  font-size: 0.625rem;
}

.pickup {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 44px;
  position: relative;
}

.pickup__heading {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  background: linear-gradient(-30deg, rgb(163, 147, 62) 4.29%, rgb(238, 232, 197) 38.88%, rgb(174, 157, 70) 72.64%, rgb(207, 194, 134) 94.45%);
  border-top: 2px solid #79241d;
  border-bottom: 2px solid #79241d;
}

.pickup__row {
  background-color: #d3c7c0;
}
@media print, screen and (min-width: 1024px) {
  .pickup__row {
    padding-right: 30px;
    padding-bottom: 18px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}

.pickup__text-area {
  padding-top: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .pickup__text-area {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.pickup__img-area {
  padding-top: 13px;
}
@media print, screen and (min-width: 768px) {
  .pickup__img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

@media only screen and (max-width: 767.9px) {
  .pickup__img-box + .pickup__img-box {
    margin-top: 20px;
  }
}

.pickup__img img {
  width: 100%;
}

.pickup__inner-heading {
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767.9px) {
  .pickup__inner-heading {
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 768px) {
  .pickup__inner-heading {
    line-height: 1.3;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup__inner-heading {
    font-size: 1.375rem;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .pickup__inner-heading br {
    display: none;
  }
}
@media only screen and (max-width: 767.9px) {
  .pickup__inner-heading br {
    display: block;
  }
}

.pickup__desc {
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.76;
}
@media print, screen and (min-width: 768px) {
  .pickup__desc {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup__desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .pickup__desc {
    font-size: 0.84375rem;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .pickup__desc br {
    display: none;
  }
}

.pickup__img-heading {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  background-color: #8c6855;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}

.pickup__name {
  margin-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  text-align: center;
}

.pickup__direct {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: #8c6855;
  font-size: 1.0625rem;
}

.pickup__caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  color: #fff;
  font-size: 0.625rem;
}

.pickup__shinyokohama {
  font-size: 1.75rem;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 1;
  color: #fff;
}

@media print, screen and (max-width: 1023.9px) {
  .pickup__shinkansen {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup__shinkansen {
    width: 49%;
    position: absolute;
    top: -18px;
    right: 0;
    z-index: 0;
  }
}

.simulation {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-right: 45px;
  padding-left: 45px;
  border: 1px solid #706760;
}
@media print, screen and (max-width: 1023.9px) {
  .simulation {
    width: 92%;
  }
}
@media only screen and (max-width: 767.9px) {
  .simulation {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
}

.simulation__heading {
  text-align: center;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  color: #706760;
  font-size: 1.1875rem;
}
@media only screen and (max-width: 767.9px) {
  .simulation__heading {
    padding-right: 10px;
    padding-left: 10px;
    word-break: keep-all;
    font-size: 1.125rem;
  }
}

.car-access {
  position: relative;
  background-color: #dde4e6;
}
@media only screen and (max-width: 767.9px) {
  .car-access {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .car-access {
    margin-top: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .car-access::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 252px;
    width: 493px;
    background-image: url(../img/access/access_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
  }
}

.car-access__inner {
  position: relative;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .car-access__inner::before {
    content: "image photo";
    font-size: 0.625rem;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 12%;
    right: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-access__inner::before {
    top: 24%;
  }
}

.car-access__heading {
  color: #a3b8bf;
  font-size: 1.875rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

.car-access__text-area {
  padding: 24px;
  background-color: #c1cfd4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media print, screen and (max-width: 1023.9px) {
  .car-access__text-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-access__text-area {
    max-width: 610px;
    width: 100%;
  }
}

.car-access__img-area {
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 1023.9px) {
  .car-access__img-area {
    padding: 10px 4% 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-access__img-area {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}

.car-access__map-img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .car-access__map-img {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-access__map-img {
    width: 100%;
    max-width: 407px;
  }
}
@media print, screen and (min-width: 768px) {
  .car-access__map-img img {
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-access__map-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.car-access__map-img figcaption {
  font-size: 0.625rem;
}
@media print, screen and (max-width: 1023.9px) {
  .car-access__map-img figcaption {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .car-access__map-img figcaption {
    position: absolute;
    bottom: -10%;
    right: 0;
    font-weight: bold;
  }
}

.car-access__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.car-access__copy {
  margin-top: 36px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 1.1875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767.9px) {
  .car-access__copy {
    font-size: 1rem;
  }
}

.car-access__desc {
  margin-top: 20px;
  line-height: 1.96;
  font-weight: 400;
  font-size: 0.89375rem;
}
@media only screen and (max-width: 767.9px) {
  .car-access__desc {
    font-size: 0.8125rem;
  }
}

.car-access__img-box {
  position: relative;
  width: calc((100% - 15px) / 2);
}

.car-access__box-heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  background-color: #858464;
}
@media only screen and (max-width: 767.9px) {
  .car-access__box-heading {
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    font-size: 0.75rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .car-access__box-heading {
    width: calc(100% - 36px);
    font-size: 0.875rem;
  }
}
.car-access__box-heading::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #858464 transparent transparent transparent;
}
@media only screen and (max-width: 767.9px) {
  .car-access__box-heading::before {
    right: -20px;
    border-width: 45.5px 20px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .car-access__box-heading::before {
    right: -36px;
    border-width: 42px 36px 0 0;
  }
}
.car-access__box-heading span {
  font-weight: 500;
}
@media only screen and (max-width: 767.9px) {
  .car-access__box-heading span {
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 768px) {
  .car-access__box-heading span {
    font-size: 1.75rem;
  }
}

.car-access__img {
  position: relative;
}
.car-access__img figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  font-size: 0.625rem;
}
.car-access__img img {
  width: 100%;
}

.root {
  background-color: #d9cec8;
  margin-right: auto;
  margin-left: auto;
  margin-top: 52px;
  max-width: 1020px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.root__heading {
  font-size: 1.375rem;
}

.root__desc {
  margin-top: 12px;
  font-size: 0.9375rem;
}

.form_contents {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .form_contents_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.head {
  display: block;
  font-size: 1.125rem;
  color: #59493e;
}
@media only screen and (max-width: 767.9px) {
  .head {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .head {
    margin-bottom: 2px;
  }
}

.input-item {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px solid #706760;
}
@media only screen and (max-width: 767.9px) {
  .input-item {
    width: 80%;
  }
}
.input-item.-disabled {
  pointer-events: none;
}
.input-item:focus {
  outline: none;
}

.input_parent {
  position: relative;
}
@media only screen and (max-width: 767.9px) {
  .input_parent:last-of-type {
    margin-top: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .input_parent:last-of-type {
    margin-left: 163px;
  }
}
.input_parent:last-of-type::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #706760;
}
@media only screen and (max-width: 767.9px) {
  .input_parent:last-of-type::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -130px;
    width: 1px;
    height: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .input_parent:last-of-type::before {
    bottom: 18px;
    left: -144px;
    height: 1px;
    width: 125px;
  }
}

.search-btn {
  background-color: #706760;
  border: none;
  margin-top: 34px;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.9375rem;
  padding: 10px 30px;
  cursor: pointer;
}

.shinyoko {
  margin-top: 100px;
}
@media only screen and (max-width: 767.9px) {
  .shinyoko {
    margin-top: 60px;
  }
}

.shinyoko__inner {
  max-width: 1020px;
  margin: 0 auto 60px;
  position: relative;
}
@media only screen and (max-width: 767.9px) {
  .shinyoko__inner {
    padding: 0 12px;
    margin-bottom: 30px;
  }
}

.shinyoko_img {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 710px;
  z-index: -1;
}
@media only screen and (max-width: 767.9px) {
  .shinyoko_img {
    position: static;
    width: 100%;
  }
}
.shinyoko_img figcaption {
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-size: 11px;
}

.inmb {
  padding-bottom: 160px;
}
@media only screen and (max-width: 767.9px) {
  .inmb {
    padding-bottom: 20px;
  }
}