@charset "utf-8";
/****************************************
	   reset
*****************************************/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1em;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote {
  font-size: 1em;
  padding: 0;
  line-height: 1.6;
  text-align: left;
  display: block;
  margin: 0px;
}

table {
  line-height: 1.6;
  font-size: 1em;
  margin: 0;
  empty-cells: show;
}

hr,
.areaAnchor,
.anchor {
  display: none;
}

img {
  border: none;
  vertical-align: bottom;
  display: block;
}

li {
  list-style: none;
}

acronym,
abbr {
  cursor: help;
}

option {
  padding-right: 10px;
}

* + html option {
  padding-right: 0;
}

* html option {
  padding-right: 0;
}

/****************************************
		general
*****************************************/

a:link {
  color: #f29c9f;
  text-decoration: underline;
}

a:visited {
  color: #f29c9f;
}

a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

a:active {
  color: #f29c9f;
}

div,
dl {
  zoom: 1;
}

div:after,
dl:after,
section::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

* html div,
* html dl {
  display: inline-table;
  /*\*/
  display: block;
  /**/
}

#wpadminbar div:after {
  clear: none;
}

#wpadminbar ul:after {
  clear: none;
}

a:hover img {
  opacity: 0.5;
}

img {
  width: 100%;
}

.clear {
  clear: both;
}

.btn {
  width: 90%;
  max-width: 400px;
  margin: 50px auto;
}

.btn a {
  text-align: center;
  font-weight: bold;
  background: #fff;
  display: block;
  padding: 20px;
  border-radius: 10px;
}
.clr1 {
  border: solid 1px #f29c9f;
  color: #f29c9f;
}

.btn a:hover {
  opacity: 0.5;
}
.sec_inner {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
}
ul.slider {
  overflow: hidden;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  ul.slider {
    padding-top: 5rem;
  }
}

/****************************************
		header / footer
*****************************************/

header {
  background: #fff;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1700px;
  padding: 0 1rem;
  margin: 0 auto;
  right: 0;
  z-index: 2;
}
.header::after {
  display: none !important;
}
.header__r {
  display: flex;
  align-items: flex-start;
}

.nav__btn {
  position: relative;
  width: 40px;
  height: 24px;
  margin-top: 0 !important;
  z-index: 200;
}
.nav__btn:hover {
  cursor: pointer;
}
.nav__btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #f29c9f;
  border-radius: 10px;
  transition: all 0.3s;
  bottom: -3px;
  right: 0;
}
.nav__btn span::before,
.nav__btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f29c9f;
  position: absolute;
  border-radius: 10px;
  transition: all 0.3s;
  right: 0;
}
.nav__btn span::before {
  top: 12px;
}
.nav__btn span::after {
  top: 24px;
}

.nav__btn p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  color: #f29c9f;
  font-size: 13px;
  margin-top: 32px;
  margin-right: 2px;
}
.white {
  color: #fff !important;
}

.hmb.open {
  background: transparent;
}

.hmb.open::before {
  transform: rotate(30deg);
  opacity: 1;
  top: 10px;
  background: #fff;
}
.hmb.open::after {
  transform: rotate(-30deg);
  opacity: 1;
  top: 10px;
  background: #fff;
}

.header__sns {
  display: flex;
  gap: 1.75rem;
  margin-top: 2rem;
}
.header__sns img {
  width: 25px;
  height: 25px;
}

nav {
  background: #f29c9f;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100vh;
  display: flex;
  z-index: 100;
  transition: all 0.5s;
  opacity: 1;
}
.nav_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  width: 100%;
  margin: 100px auto 0;
}

.nav_inner ul {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.nav_inner ul li {
  margin-bottom: 2rem;
}
.nav_inner ul li a {
  color: #fff !important;
}
.nav__reserve {
  padding: 15px 0;
  display: block;
  text-align: center;
  margin-left: 30px;
  margin-right: 3rem;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #eaeaea;
  background: #fff !important;
  color: #f29c9f !important;
  width: 100%;
  margin: 0 !important;
  box-shadow: 0 3px 6px #00000017 !important;
}
.hide {
  right: -100%;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  header {
    padding: 1rem 0;
  }

  .header {
    padding: 10px 1rem;
  }
  .nav__btn span {
    margin-top: -12px;
  }
  .nav__btn span::before {
    top: 8px;
  }

  .nav__btn span::after {
    top: 16px;
  }

  .nav__btn p {
    margin-top: 20px;
  }

  .hmb.open {
    background: transparent;
  }

  .header__sns {
    gap: 1rem;
  }

  .header__sns img {
    width: 25px;
    height: 25px;
  }

  nav {
    width: 100vw;
    height: 100vh;
  }
  .nav_inner {
    margin: 2rem auto 0;
  }

  .nav_inner ul li {
    font-size: 1.125em;
    margin-bottom: 1rem;
  }

  .nav_inner ul li::before {
    width: 5px;
    height: 5px;
  }

  .hide {
    left: 100%;
    opacity: 0;
  }
}

footer {
  padding: 20px 0;
  position: relative;
}
header ul,
footer ul {
  display: inline;
  vertical-align: middle;
  margin-top: 60px;
}
header .sec_inner > div,
footer .sec_inner > div {
  float: right;
  margin-top: 45px;
}
header ul li,
footer ul li {
  display: inline-block;
  font-size: 17px;
  margin-right: 15px;
}
header ul li a:link {
  color: #f29c9f;
}
header a:link,
footer a:link {
  text-decoration: none;
}
a.reserve {
  color: #fff;
  padding: 15px 42px;
  background-color: #f29c9f;
  display: inline-block;
  margin-left: 30px;
  margin-right: 3rem;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #eaeaea;
}
header a:link {
  text-decoration: none;
}
header .sec_inner,
footer .sec_inner {
  text-align: right;
  position: relative;
}
footer {
  background: #f29c9f;
}
footer a img {
  height: 14px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
footer a:link,
footer a:visited {
  color: #fff !important;
  font-size: 0.8em;
}

footer .sec_inner ul {
  vertical-align: middle;
}
.credit {
  color: #fff;
}
.logo_sp {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .logo_sp {
    width: 30%;
  }
}
@media screen and (max-width: 680px) {
  footer .sec_inner > div {
    float: none !important;
    margin-top: 20px !important;
    text-align: center;
  }
  footer a img {
    height: 24px !important;
    margin-right: 20px !important;
    margin-bottom: 30px;
  }
}
.sp {
  display: none;
}

.mini {
  font-size: 0.8em;
}
.inner_l {
  width: 46%;
  float: left;
}
.inner_r {
  width: 46%;
  float: right;
}

@media screen and (min-width: 681px) {
  .logo_pc {
    max-width: 200px;
    display: inline-block;
    float: left;
  }
  header {
    vertical-align: middle;
  }

  .credit {
    text-align: right;
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .inner_l,
  .inner_r {
    width: 100% !important;
    float: none;
  }
  .logo_pc {
    display: none;
  }
  .logo_sp {
    width: 50%;
  }
  header ul {
    display: none;
  }
  a.reserve {
    position: fixed;
    right: 0px;
    top: 10px;
    font-size: 0.75em;
    margin: 10px;
    padding: 5px 10px;
    z-index: 9999;
  }
  h2 {
    font-size: 1.5em !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  footer ul {
    display: none;
  }
}

/****************************************
		main
*****************************************/
h2 {
  color: #f29c9f;
  font-size: 2em;
  text-align: center;
  margin-bottom: 50px;
}
h3 {
  color: #f29c9f;
  font-size: 1.5em;
  margin-bottom: 15px;
}
p {
  color: #383838;
  text-align: center;
  line-height: 2em;
}

/* .announce {
  width: 90%;
  max-width: 1020px;
  border-radius: 15px;
  border: solid 2px #f29c9f;
  padding: 2rem 2rem 3rem;
  margin: 3rem auto;
  box-shadow: inset 5px 5px 30px #f29c9f4a;
}

@media screen and (max-width: 680px) {
  .announce {
    width: 80%;
    padding: 2rem 1rem;
  }
}
.announce h3 {
  text-align: center;
}
.announce p {
  text-align: left;
}
@media screen and (max-width: 680px) {
  .announce p {
    font-size: 14px;
  }
}
.announce span {
  display: block;
  text-align: right;
} */

section#sec1 {
  padding: 70px 0 70px;
  background: url(img/back1_pc.jpg);
  background-size: 100% 100%;
}
section#sec1 h2 {
  margin-bottom: 50px;
}
section#sec1 .sec_inner {
  margin: 70px auto 0px;
}
#sec1 .inner_l {
  width: 40%;
}
#sec1 .inner_r {
  margin-top: 50px;
}
section#sec1 ul li {
  margin-bottom: 10px;
  text-indent: -1em;
}
.triple_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
}
.triple_box:nth-of-type(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 680px) {
  section#sec1 {
    background: url(img/back1_sp.jpg);
    background-size: 100% 100%;
    padding: 70px 4%;
  }

  .triple_box {
    width: 100%;
    float: none;
  }
  #sec1 h3 {
    text-align: center;
  }
}

#sec2 .triple_box p {
  color: #f29c9f;
}
.arrow {
  width: 120px;
  margin: 50px auto 0;
}
#sec2 p {
  line-height: 1.5em;
  margin-top: 20px;
}

#sec3 h2 {
  margin-top: 70px;
  display: inline-block;
  position: relative;
}
#sec3 .sec_inner {
  text-align: center;
}
#sec3 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #ffeeee;
  position: absolute;
  bottom: 8px;
  z-index: -1;
}
#sec3 li {
  box-sizing: border-box;
  font-size: 1.125em;
  border-bottom: dashed 3px #f29a76;
  padding: 15px 20px;
}
#sec3 li::before {
  content: "●";
  margin-right: 1em;
  color: #f29c9f;
}
@media screen and (max-width: 680px) {
  #sec3 li {
    padding-left: 2em;
    text-indent: -3em;
    font-size: 0.9em;
  }
  #sec3 li::before {
    margin-left: 1em;
  }
}
section#sec4 {
  margin: 70px 0;
}
@media screen and (max-width: 680px) {
  section#sec4 {
    margin: 30px 0;
  }
}
section#sec4 h3 {
  font-size: 1em;
  color: #383838;
  margin-bottom: 0;
}
section#sec4 .sec_inner {
  background: #fffaf2;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  border: dashed 3px #f29a76;
}
section#sec4 .triple_box {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
  min-height: 150px;
}
section#sec4 .triple_box p {
  font-size: 0.8em;
  line-height: 1.5em;
}
section#sec4 .mini {
  text-align: left;
  margin-bottom: 30px;
}
section#sec4 h4 {
  color: #f29a76;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  #sec4 .triple_box {
    min-height: initial !important;
  }
}
.biyou {
  border-top: #f29a76 dashed 3px;
  padding-top: 30px;
}
.biyou p {
  line-height: 1.5em;
  font-size: 0.8em;
}
.kogao {
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
}
.kogao h4 {
  text-align: center;
  vertical-align: middle;
  margin-top: 0.7em;
}
.kogao .inner_l {
  width: 20%;
}
.kogao .inner_r {
  width: 80%;
}
.kogao p {
  text-align: left;
}
@media screen and (max-width: 680px) {
  .kogao div {
    width: 100% !important;
    float: none !important;
  }
  #sec4 .sec_inner {
    padding: 20px !important;
  }
}
section#sec5 {
  background: #f29c9f;
  padding: 70px 0;
}
section#sec5 h2 {
  color: #fff;
}
section#sec5 .triple_box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  min-height: 890px;
}
section#sec5 h3 {
  text-align: center;
}
section#sec5 img {
  margin-bottom: 10px;
}
section#sec5 p {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.5em;
}
section#sec5 h4 {
  margin: 15px 0 5px;
}
@media screen and (max-width: 680px) {
  #sec5 .triple_box {
    min-height: initial !important;
  }
}

section#sec6 {
  margin: 70px 0;
}
section#sec6 .sec_inner {
  background: #f5f8fd;
  border: dashed 2px #6c9bd2;
  border-radius: 20px;
  padding: 50px 30px;
}
section#sec6 h2,
section#sec6 h3 {
  color: #6c9bd2;
}
section#sec6 h3 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
}
section#sec6 h3::first-letter {
  font-size: 2em;
}
section#sec6 p {
  font-size: 0.7em;
  text-align: left;
  padding-left: 40%;
  line-height: 1.5em;
}
section#sec6 .triple_box {
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px 10px;
  position: relative;
  min-height: 180px;
}
section#sec6 img {
  position: absolute;
  left: -5%;
  width: 47%;
  bottom: 0px;
}
section#sec6 .triple_box:nth-of-type(2) img {
  position: absolute;
  left: -3%;
  width: 40%;
  top: 70px;
}
@media screen and (max-width: 680px) {
  #sec6 img,
  #sec6 p {
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
  }
  #sec6 img {
    margin-top: 10px;
  }
  #sec6 .triple_box {
    padding-bottom: 20px !important;
  }
}

section#sec7 .inner_l,
section#sec7 .inner_r {
  background: #f29c9f;
  padding: 3px;
  border-radius: 20px;
}
section#sec7 .in_border {
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}

section#sec7 h2 {
  margin-bottom: 0.5rem;
}

section#sec7 p,
section#sec7 h3 {
  color: #fff;
  text-align: center;
}

section#sec7 .in_border p:nth-of-type(2) {
  font-size: 1.6em;
  font-weight: 500;
}
section#sec7 .detail {
  color: #383838;
  margin-bottom: 3rem;
}
section#sec7 img {
  margin-bottom: 10px;
}
section#sec7 .muinits {
  background: #fff;
  color: #f29c9f;
  padding: 3px 8px;
  margin-right: 16px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 0.85em;
}
section#sec7 .small {
  font-size: 0.8em;
}

section#sec7 .set_pc {
  width: 70%;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 680px) {
  #sec7 .inner_l {
    margin-bottom: 30px;
  }
  section#sec7 .set_sp {
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  section#sec7 .in_border p:nth-of-type(2) {
    font-size: 1.5em;
  }
  section#sec7 .detail {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
section#sec8 {
  padding: 70px 15%;
}
@media screen and (max-width: 680px) {
  section#sec8 {
    padding: 70px 0;
  }
}
section#sec9 {
  background: url(img/back2_pc.jpg);
  background-size: 100% 100%;
  padding: 50px 0;
}
section#sec9 h2 {
  margin-bottom: 2rem !important;
}
.sec9__p {
  text-align: left;
  display: flex;
  justify-content: center;
  line-height: 1.6;
}
section#sec9 .reserve_box {
  background: #fff;
  padding: 30px 0;
  margin-top: 60px;
  border: solid 1px #f29c9f;
  border-radius: 20px;
}
section#sec9 .inner_l {
  width: 50%;
}
section#sec9 .inner_l img {
  width: 60%;
  margin: 30px auto;
}
section#sec9 .inner_l {
  border-right: solid 1px #f29c9f;
}
section#sec9 .inner_r img {
  width: 30%;
  margin: 30px auto;
}
@media screen and (max-width: 680px) {
  #sec9 .reserve_box {
    padding: 0 4% !important;
    margin-top: 30px !important;
  }
  #sec9 .reserve_box div {
    width: 100% !important;
  }
  #sec9 .inner_l {
    border-right: none !important;
    border-bottom: solid 1px #f29c9f;
  }
  #sec9 .inner_l img {
    width: 100% !important;
  }
  #sec9 .inner_r img {
    width: 60% !important;
  }
}
section#sec10 {
  padding: 70px 0;
}
section#sec10 h2 {
  font-size: 1em;
}
section#sec10 .sec_inner {
  width: 80%;
  max-width: 800px;
}
section#sec10 h3 {
  color: #383838;
}
section#sec10 dt {
  display: inline-block;
  width: 30%;
  float: left;
  font-weight: bold;
}
section#sec10 dd {
  display: inline-block;
  width: 69%;
}
@media screen and (max-width: 680px) {
  #sec10 h2 {
    font-size: 1em !important;
    letter-spacing: 0.2em;
  }
  #sec10 h3 {
    text-align: center;
    margin-top: 20px;
  }
  #sec10 dt,
  #sec10 dd {
    width: 100% !important;
  }
}
section#sec11 img {
  margin: 20px 0;
}
section#sec11 dt,
section#sec11 dd {
  display: inline-block;
}
section#sec11 dt {
  width: 30%;
  float: left;
}
section#sec11 dd::before {
  content: "：";
}
section#sec11 dd {
  width: 70%;
  text-indent: -1em;
}
section#sec11 p {
  text-align: left;
}
section#sec11 .mini {
  margin-top: 20px;
  font-size: 0.75em;
  line-height: 1.2em;
}
#sec11 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #sec11 {
    margin-bottom: 40px;
  }
}
#sec11 .inner_r > img {
  width: 60%;
}

@media screen and (max-width: 680px) {
  #sec11 .inner_r > img {
    margin: 30px auto 0;
  }
}

/* 新規追加0321 */
.voice {
  background: #fffcfc;
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 3rem 0;
  }
}
.voice h2 {
  margin-bottom: 1rem !important;
}

.voice__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 3.75rem;
  margin-bottom: 5.25rem;
}
@media screen and (max-width: 1100px) {
  .voice__wrap {
    margin-top: 2rem;
    margin-bottom: 0;
    gap: 1%;
  }
}
.voice__item {
  background: #fff;
  flex-basis: 26%;
  margin-bottom: 2rem;
  border: solid 5px #feeeee;
  border-radius: 20px;
  padding: 20px;
}
.voice__item:hover {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .voice__item {
    flex-basis: 42%;
  }
}
@media screen and (max-width: 768px) {
  .voice__item {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}

.voice__title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #f29c9f;
  margin: 0 0 10px;
  min-height: 3em;
}
@media screen and (max-width: 768px) {
  .voice__title {
    letter-spacing: 0px;
    min-height: 1.75em !important;
  }
}

@media screen and (max-width: 1000px) {
  #voice04 .voice__title {
    min-height: 3em !important;
  }
}

.voice__title::before {
  position: absolute;
  content: "";
  background-image: url(./img/voice_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  z-index: 5;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice__title::before {
    width: 14px;
    height: 14px;
    right: 7px;
  }
}
.voice__title::after {
  position: absolute;
  content: "";
  background-color: #f29c9f;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice__title::after {
    width: 24px;
    height: 24px;
  }
}
.voice__p {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  color: #f29c9f !important;
}
@media screen and (max-width: 768px) {
  .voice__p {
    font-size: 0.75em;
  }
}

/* モーダル */

.none {
  display: none;
}

.grid {
  display: grid !important;
}

.modal-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}

.modal-content__inner {
  position: relative;
  display: block;
  width: 80%;
  height: 80%;
  max-width: 1400px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.062745098);
  border-radius: 20px;
  margin: 2rem auto;
  padding: 3rem;
  border: solid 5px #feeeee;
  overflow-y: scroll;
}
.modal-content__inner::-webkit-scrollbar {
  border-radius: 30px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .modal-content__inner {
    height: 87%;
    margin: 20px auto;
    padding: 40px 20px 30px;
    border-radius: 20px;
  }
}
.modal-content__inner .close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1000px) {
  .modal-content__inner .close {
    width: 25px;
    top: 30px;
    right: 20px;
  }
}

.modal-content__inner .close:hover {
  cursor: pointer;
}

.modal-content__inner .close::before,
.modal-content__inner .close::after {
  position: absolute;
  content: "";
  background: #f29c9f;
  width: 35px;
  height: 2px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .modal-content__inner .close::before,
  .modal-content__inner .close::after {
    width: 30px;
  }
}
.modal-content__inner .close::before {
  transform: rotate(45deg);
}
.modal-content__inner .close::after {
  transform: rotate(-45deg);
}

.modal__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .modal__wrap {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.modal__wrap img {
  width: 47%;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .modal__wrap img {
    width: 100%;
  }
}

.modal__title {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #f29c9f;
  border-bottom: solid 1px #f29c9f;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .modal__title {
    font-size: 1.2em;
    letter-spacing: 0px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.modal__name {
  font-weight: bold;
  color: #f29c9f;
  margin: 1rem 0 14px;
}
@media screen and (max-width: 1000px) {
  .modal__name {
    margin: 0 0 10px;
  }
}
.modal__lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  text-align: left;
}

.modal__right {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .modal__right {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.modal__comment {
  background: #fffcfc;
  border: solid 2px #feeeee;
  border-radius: 20px;
  padding: 2rem;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .modal__comment {
    padding: 1rem;
    margin-top: 2rem;
  }
}
.modal__comment h5 {
  color: #f29c9f;
  font-size: 18px;
  border-bottom: solid 1px #f29c9f;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .modal__comment h5 {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.modal__comment p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  text-align: left;
}

/* 感染症対策 */

.kansen {
  background: #f5f8fd !important;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .kansen {
    padding: 60px 0;
  }
}

.kansen h2,
.kansen__p {
  color: #6c9bd2 !important;
}
.kansen h2 {
  margin-bottom: 2rem;
}
.kansen__p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .kansen__p {
    margin-bottom: 2.5rem;
  }
}
.kansen__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.kansen__item {
  position: relative;
  flex-basis: 28%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.85rem;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  border: solid 5px #d0e0f4;
}

@media screen and (max-width: 1000px) {
  .kansen__item {
    flex-basis: 36%;
  }
}
@media screen and (max-width: 520px) {
  .kansen__item {
    flex-basis: 100%;
    margin-bottom: 2.5rem;
  }
}
.kansen__item span {
  position: absolute;
  top: -35px;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d0e0f4;
  color: #6c9bd2;
  font-weight: bold;
  width: 13%;
  height: 25px;
  border-radius: 36px 36px 0 0;
  border: solid 5px #d0e0f4;
}
.kansen__item img {
  width: 25%;
}
.kansen__item p {
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
}
.kansen__detail {
  font-size: 14px;
  line-height: 1.6;
}

/* マップ */
.map {
  margin-bottom: 60px;
}
.map__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .map__wrap {
    display: block;
  }
}
.map__left {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .map__left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.map__right {
  width: 43%;
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .map__right {
    width: 100%;
  }
  .map__right img {
    width: 100%;
  }
}
.map__right p {
  background: #f5f5f5;
  font-size: 14px;
  padding: 1rem;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .map__right p {
    padding: 0.85rem;
    border-radius: 10px;
  }
}

.map p {
  text-align: left;
  line-height: 1.6;
  margin-top: 1rem;
}

#greeting,
#sejutsu,
#menu,
#voice,
#kansen,
#yoyaku,
#access,
#hajimete,
#shojo,
#nagare {
  display: block;
  height: 30px;
}
#sejutsu {
  height: 50px;
}
/* @media screen and (max-width: 768px) {
  #greeting,
  #sejutsu,
  #menu,
  #voice,
  #kansen,
  #yoyaku,
  #access {
    height: 10px;
  }
} */
