@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
#wrapper {
  width: 100%;
  overflow: hidden;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 18px;
  line-height: 1.7;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 14px;
  }
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
body {
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

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

.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
  position: relative;
}

.mb_1 {
  margin-bottom: 1em !important;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
/****************************/
@media screen and (max-width: 768px) {
  #wrap {
    padding: 0px 10px;
  }
}
header {
  position: relative;
  max-width: 1200px;
  padding: 10px 20px;
  text-align: right;
  margin: auto;
}

header h1 {
  text-align: right;
}

header h1 img {
  width: 210px;
  height: auto;
}

@media screen and (max-width: 768px) {
  header h1 img {
    width: 140px;
    height: auto;
  }
}
#mainV {
  /* background-color: #f8e3ed; */
  width: 100%;
  /* overflow: hidden; */
  /* max-width:1200px; */
  margin: auto;
  position: relative;
}
#mainV .logo {
  display: block;
  position: absolute;
  width: 22%;
  aspect-ratio: 1/0.4;
  z-index: 1;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #mainV .logo {
    width: 55%;
  }
}

#mainV img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #mainV {
    /* background-color: #f8e3ed; */
    width: 100%;
    /* overflow: hidden; */
    max-width: 1200px;
    margin: auto;
    position: relative;
    /* aspect-ratio: 1 /1.2; */
  }
  #mainV img {
    width: 100%;
  }
}
.box {
  position: relative;
}

.box .inner {
  width: min(100%, 1200px);
  margin: auto;
  box-sizing: border-box;
}

.box1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .box1 {
    display: block;
  }
}
.box1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.box1 .box1_1 {
  text-align: center;
  width: 50%;
  padding: 2%;
  box-sizing: border-box;
  background-color: #efefef;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .box1 .box1_1 {
    width: 100%;
  }
}
.box1 .box1_1 h2 {
  text-align: center;
  font-size: clamp(18px, 2.3vw, 39px);
  font-weight: bold;
  border-bottom: 1px solid;
  font-weight: normal;
  margin-bottom: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box1 .box1_1 {
    padding-top: 40px;
  }
}
.box1 .box1_1 p {
  font-size: clamp(14px, 1.7vw, 20px);
  margin-bottom: 1em;
}
.box1 .box1_1 p strong {
  font-size: clamp(16px, 2.3vw, 30px);
  font-weight: bold;
}

.box1_2 {
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 1px;
  border: 1px solid #efefef;
  width: 50%;
  padding: 2%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .box1_2 {
    width: 100%;
  }
}

.box1_2 dl {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 1em;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 500px) {
  .box1_2 dl {
    width: 100% !important;
    box-sizing: border-box;
  }
}
.box1_2 dt {
  width: 6em;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  font-size: clamp(14px, 1.7vw, 20px);
}

.box1_2 dd {
  width: calc(100% - 6em);
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  font-size: clamp(14px, 1.7vw, 20px);
}

.box1_2 dl + p {
  font-size: 25px;
  text-align: center;
  margin: 10px auto auto;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff 70%);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  font-size: clamp(18px, 2vw, 25px);
}

.a_btn {
  background-color: #fff;
  color: #000;
  line-height: 1;
  padding: 15px 50px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: bold;
}

.a_btn2 {
  background-color: #333;
  color: #fff;
  line-height: 1;
  padding: 10px 30px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(14px, 1.4vw, 18px);
  margin-top: 1em;
}

#copy {
  font-size: 12px;
  text-align: center;
  padding: 100px 10px 30px;
}

.box2 {
  /*ベース*/
}
.box2 .toggle {
  display: none;
}
.box2 .Label { /*タイトル*/
  padding: 0.6em 1em;
  display: block;
  color: #fff;
  background: #000;
  margin-top: 2em;
}
.box2 .Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.box2 .Label,
.box2 .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.box2 .content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.box2 .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.box2 .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.box2 h2 {
  text-align: center;
  font-size: clamp(25px, 4.3vw, 52px);
  font-weight: bold;
  border-bottom: 1px solid;
  font-weight: normal;
  margin-bottom: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 1em 0px 0.3em;
  margin-bottom: 0.5em;
}
.box2 .box2_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box2 .box2_inner {
    display: block;
  }
}
.box2 .box2_inner .body {
  width: 50%;
  padding: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .box2 .box2_inner .body {
    width: 100%;
    margin: auto !important;
  }
}
.box2 .box2_inner .body img {
  width: 100%;
  box-shadow: 15px 15px 0px #efefef;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .box2 .box2_inner .body img {
    width: min(90%, 500px);
    margin: auto auto 2em !important;
    display: block;
  }
}
.box2 .box2_inner .body .wrapper {
  width: min(100%, 600px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .box2 .box2_inner .body .wrapper {
    width: min(90%, 500px);
    margin: auto auto 2em !important;
    display: block;
  }
}
.box2 .box2_inner .body .wrapper h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1022px) {
  .box2 .box2_inner .body .wrapper h3 br {
    display: none;
  }
}
.box2 .box2_inner .body2 .wrapper {
  margin: 0 auto 0 0;
}
.box2 .txtItem {
  font-size: clamp(14px, 1.7vw, 20px);
}

.accordion dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1%;
  box-sizing: border-box;
}
.accordion dl dt {
  font-weight: bold;
  width: 28%;
  padding: 3%;
  background-color: #eee;
  margin-bottom: 1%;
  font-size: 0.8em;
}
.accordion dl dd {
  width: 59%;
  padding: 3%;
  background-color: #efefef;
  margin-bottom: 1%;
  font-size: 0.8em;
}
.accordion dl dd ul li {
  margin-left: 1em;
  font-size: 0.8em;
}

.box3 {
  background-color: #333;
  color: white;
  font-size: 1.1em;
  text-align: center;
  padding: 1em 0px;
}
.box3 .wrapper dl {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.box3 .wrapper dl dt {
  width: 40%;
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .box3 .wrapper dl dt {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
.box3 .wrapper dl dd {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3%;
  box-sizing: border-box;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .box3 .wrapper dl dd {
    width: 100%;
    text-align: center;
  }
  .box3 .wrapper dl dd .a_btn {
    margin: auto;
  }
}

.box4 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .box4 .wrapper {
    display: block;
  }
}
.box4 .wrapper .info {
  width: 50%;
  padding: 0% 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .box4 .wrapper .info {
    width: 100%;
  }
}
.box4 .wrapper .info h3 {
  font-weight: bold;
}
.box4 .wrapper .info li {
  margin-left: 1em;
}
.box4 .wrapper .map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .box4 .wrapper .map {
    width: 100%;
    margin-top: 30px;
  }
}
.box4 .wrapper .map iframe {
  width: 100%;
  height: 200px;
}

.bnr_ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bnr_ul {
    display: block;
  }
}
.bnr_ul li {
  width: 50%;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .bnr_ul li {
    width: 100%;
  }
}
.bnr_ul li img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style2.css.map */