@charset "utf-8";

/* 
Base style
*/
body {
  font-family:
    'Noto Sans JP',
    'Noto Serif JP',
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Arial",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0 auto;
}

summary {
  cursor: pointer;
}

/* 
header
*/
.header {
  /*width: 100vw;
  height: 80px;*/
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;

  /*position: fixed;
  z-index: 10;
  top: 0;
  left: 0;*/
}

.header-title>a {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 30px;
  display: block;
  text-decoration: none;
}

.header-nav {
  margin: 10px 0px 20px;
}

.header-navlist {
  margin: 0;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  line-height: 0px;
}

/* .header-navitem {} */
.header-navitem>a {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 25px;
  display: block;
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .25s;
  margin-left: 25px;
  margin-bottom: 15px;
}

.header-navitem-sec>a {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  margin-left: 15px;
}

.tel-1 {
  font-family: Noto Serif JP;
  font-weight: 400;
  position: relative;
  font-size: 30px;
}

.header-navitem>a:hover {
  opacity: 0.6;
  color: #fff;
}

.tel-1::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  font-size: 1.0em;
  vertical-align: text-bottom;
  padding-right: 5px;
  position: absolute;
  top: 2px;
  left: -35px;
}

/*.header-navitem > a:hover {
  border-bottom: 2px solid #333;
}*/


/* 
hero
*/
.hero {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.img-pc {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.img-sp {
  width: 100%;
  height: auto;
  display: none;
  z-index: 1;
}

.img-sp-an {
  width: 100%;
  height: auto;
  display: none;
  z-index: 1;
}

/* .img-main-up {
  position: absolute;
  z-index: 4;
  top: 10px;
  width: 60%;
} */

/* .img-main-under {
  position: absolute;
  z-index: 5;
  top: 67px;
  left: 10px;
  width: 41%;
} */

.hero>h2 {
  font-family: Noto Serif JP;
  font-size: 30px;
  color: #333;
  font-weight: 400;
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 5%;
}

.button01 a {
  font-family: Noto Serif JP;
  color: #333;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.7em 2em 0.4em 3em;
  width: 250px;
  height: 60px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  background-color: #907ACF;
  color: #fff;
  opacity: 95%;
  transition: 0.3s;
  position: absolute;
  z-index: 3;
  top: 85%;
  left: 37%;
  text-decoration: none;
}

.button01 ::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  font-size: 1.0em;
  vertical-align: text-bottom;
  padding-right: 5px;
  position: absolute;
  top: 14px;
  left: 45px;
}

.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
}

/* .hero-catch {
  position: absolute;
  z-index: 2;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-pills {
  position: absolute;
  z-index: 2;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);  
}

.hero-pills>img {
margin: 10px;
} */

/* 
container
*/
.container {
  width: 765px;
  height: auto;
  margin: 0 auto;
}

.wrapper-0 {
  width: 980px;
  height: auto;
  margin: 0 auto;
}

.wrapper-1,
.wrapper-2,
.wrapper-4,
.wrapper-5,
.wrapper-7,
.wrapper-8,
.wrapper-9,
.wrapper-10,
.wrapper-11,
.wrapper-12,
.wrapper-13 {
  width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0px 0px;
}

.wrap-1 {
  width: 765px;
  text-align: center;
  margin: 0 auto;
}

.wrap-1>h1 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.wrap-1>p {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  text-align: left;
  margin: 0;
  margin-top: 20px;
}

.wrap-2>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  line-height: 1.4em;
  margin: 0;
  margin-bottom: 30px;
}

.wrap-2 {
  text-align: center;
  margin: 0 auto;
}

.wrap-2-img {
  display: flex;
}

.wrap-2-img>img {
  width: 765px;
  height: auto;
}

.wrap-3-txt {
  width: 560px;
  margin: 0 auto;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin-bottom: 32px;
}

.wrap-2-txt>p,
.wrap-4-txt>p {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  margin: 0;
  line-height: 1.8em;
}

.wrapper-3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.wrap-3>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0;
  margin: 40px 0 24px 0;
}

/*.wrap-3-txt>p {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-align: left;
}*/

.wrap-3 {
  width: 100%;
  height: auto;
}

.figure-wrap {
  width: 765px;
  display: flex;
  margin: 0 auto;
}

.figure-wrap-1,
.figure-wrap-2 {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.aim {
  margin: 0;
}

.aim-image {
  margin: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.aim-headline {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.wrapper-4>.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.wrap-4 {
  background: url("../img/sunset/bk_001_small2.jpg");
  background-position: 45% 50%;
  width: 100%;
}

.wrap-4>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin: 0;
  padding-top: 50px;
}

.wrap-4>h3 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0;
}

.wrap-4>p {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  margin: 0;
  margin-top: -33px;
}


.wrap-4>p>span {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;

}

.wrapper-5>container {
  padding: 160px 0px 0px;
}

.wrap-5 {
  width: 100%;
  height: auto;
}

.wrap-5>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  line-height: 1.4em;
  margin: 0;
  padding-bottom: 64px;
}

.wrap-5-txt {
  width: 560px;
  margin: 0 auto;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  padding: 30px 0;
}

.wrap-5-img {
  display: flex;
}

.wrap-5-img>img {
  width: 765px;
  height: auto;
}

.wrapper-6 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0px 0px;
}

.wrap-6 {
  width: 765px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: repeat(2, 1fr);
  gap: 33px;
}

.box>img {
  width: 366px;
  height: 244px;
}

.item {
  background-color: aqua;
}

.box {
  /*border: solid;*/
  width: 366px;
  height: 420px;
  position: relative;
  /* 基準位置とする */
}

.box img,
.box-txt {
  position: absolute;
  /* 相対位置に指定 */
}

.box-txt {
  margin: 0;
  width: 316px;
  height: 230px;
  padding: 20px;
  background-color: #fff;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 1px #e4e4e4;
}

.box-txt>h3 {
  margin: 0;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: -4px;
}

.box-txt>p {
  margin: 0;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  padding: 0 18px;
  text-align: justify;
}

.br-sp {
  display: none;
}

.container-7 {
  background-color: rgb(189 233 251);
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap-7 {
  width: 765px;
  height: 400px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  text-align: center;
  box-shadow: 1px 1px 2px #626262;
  margin-top: 64px;
}

.container-7>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 26px;
  line-height: 2.5em;
  margin: 0;
  text-decoration: underline 1px;
  text-underline-offset: 0.5em;
  text-align: center;
}

.wrap-7>h3 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 26px;
}

.wrap-7>p {
  width: 560px;
  margin: 0 auto;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  text-align: justify;
  margin-bottom: 30px;
}

.wrap-7>span {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 20px;
  margin: 0 auto;
}

.sns {
  margin-top: 20px;
  display: inline-flex;
}

.fb-button {
  width: 110px
}

.line-btn {
  margin-left: 20px;
  width: 110px;
}


/*
video
*/
.wrap-8 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*position: relative;*/
}

.sunsetMovie {
  /* position: relative;
  width: 100%;
  padding-top: 56.25%; */

  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 48px;
}

.sunsetMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

video {

  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 48px;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.wrap-8>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.wrap-8>h3 {
  font-family: Noto Serif JP;
  font-weight: 400;
  color: #3D9BE9;
  font-size: 22px;
  text-align: center;
  line-height: 1.4em;
  margin: 0;
}

.wrap-8>p {
  width: 560px;
  margin: 0 auto;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  text-align: justify;
  margin-top: 20px;
}

.wrap-9 {
  width: 765px;
  height: 195px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  padding: 40px;
  background: url("../img/sunset/bk_001_small2.jpg");
  background-position: 25% 50%;
}

.wrap-9-sec {
  width: 765px;
  height: 195px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  padding: 40px;
  background: url("../img/sunset/bk_002_small2.jpg");
  background-position: 25% 50%;
}

.container-9>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  text-align: center;
}

.aim-9 {
  margin: 0;
  width: 100px;
  height: 100px;
}

.aim-9>img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  margin-left: 28px;
}


.aim-headline-9 {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 15px;
  width: 200px;
  text-align: left;
  margin: 0;
}

.aim-headline-9-sec {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 15px;
  width: 200px;
  text-align: left;
  margin: 0;
  padding-left: 10px;
}

.wrap-9>p,
.wrap-9-sec>p {
  padding-left: 80px;
  margin: 0;
}

/* 
アコーディオン
*/
.container-10>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

details:not(:last-child) {
  margin-bottom: 20px;
}

.accordion-10 summary {
  font-family: Noto Serif JP;
  color: #fff;
  list-style: none;
  cursor: pointer;
  padding: 5px;
  background: #40c0f2;
  font-size: 28px;
  width: 78.062%;
  margin: 0 auto;
}

/*** Chrome用のデフォルト三角削除**/
details summary::-webkit-details-marker {
  display: none;
}

/** * Font Awesomeの矢印アイコン使用**/
.accordion-10>summary::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "\f107";
  margin: 0 30px 0 30px;
}

/* * アコーディオンがオープン時は上矢印アイコンに変更*/
.accordion-10[open] summary::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "\f106";
  margin: 0 30px 0 30px;
}

details p {
  font-family: Noto Sans JP;
  font-weight: 400;
  width: 80%;
  margin: 0;
  padding: 20px;
  margin: 0 auto;
  margin: auto;
  text-align: justify;
}


details span {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 30px;
  color: #BDE9FB;
  padding-right: 20px;
}

.container-11 {
  background-color: rgb(189 233 251);
  background: url("../img/sunset/bk_003_small2.jpg");
  background-position: 75% 20%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.br-pc {
  display: block;
}

.wrap-11 {
  width: 765px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  text-align: center;
  box-shadow: 1px 1px 1px #626262;
  margin-top: 64px;
}

.container-11>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;
  line-height: 2.5em;
  margin: 0;
  text-align: center;
}

.container-11>p {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.container-11>h3 {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #40c0f2;
  margin: 0;
}

.wrap-11>h2 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px;
  color: #3D9BE9;
  border-bottom: 1px solid #333;
}

.wrap-11>h3 {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 26px;

}

ul.list {
  display: flex;
  list-style-type: none;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.list li {
  background-color: #40c0f278;
  margin: 5px 15px 0px;
  padding: 0.4em;
}

.sma {
  display: none;
}

.tel-2 {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 38px;
  margin: 0;
}

.tel-2>a {
  text-decoration-line: none;
  color: #333;
}

.tel-2>a:hover {
  opacity: 0.6;
  color: #40c0f2;
}

.tel-2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  font-size: 0.7em;
  vertical-align: text-bottom;
  padding-right: 5px;
}

.reception {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 20px;
  color: #3D9BE9;
  margin: 0;
}

.reception>span {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.wrap {
  display: flex;
}

.pills {
  margin: 50px 30px 50px 80px;
}

.pills>img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-right: 20px;
}

.contact {
  padding: 45px 30px 30px 0;
}

.suke {
  text-decoration: none;
  color: #333;
  display: inline-block;
  margin-top: 10px;
}

.kiyaku {
  text-decoration: none;
  display: block;
}

.wrap-12 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.wrapper-12>h2 {
  text-align: center;
  font-size: 26px;
}

.button {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  margin: 1em;
  width: 280px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #EB5E8A;
  text-indent: 1.1em;
  letter-spacing: 0.6em;
  border-radius: 2.5em;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 30px;
}

.button:hover {
  background: #fff;
  border: 1px solid #eb5e8a;
  color: #eb5e8a;
}

.button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
}

.button:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #eb5e8a;
  border-top: 1px solid #eb5e8a;
  transform: rotate(45deg);
  transition: right 0.5s;
}

.button-1 {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  margin: 1em;
  width: 480px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #EB5E8A;
  text-indent: 1.1em;
  letter-spacing: 0.6em;
  border-radius: 2.5em;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
}

.button-1:hover {
  background: #fff;
  border: 1px solid #eb5e8a;
  color: #eb5e8a;
}

.button-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
}

.button-1:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #eb5e8a;
  border-top: 1px solid #eb5e8a;
  transform: rotate(45deg);
  transition: right 0.5s;
}

.br-sp-se3 {
  display: none;
}

/*
レシポンシブ
*/
@media screen and (max-width: 768px) {

  .header {
    display: none;
  }

  .tel-1 {
    position: relative;
  }

  .header-navlist:active {
    opacity: 0.6;
    color: #fff;
  }

  .tel-1::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    font-size: 1rem;
    position: absolute;
    top: 1px;
    left: 6px;
  }

  .header-navlist {
    margin: 0;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    line-height: 10px;
    margin-right: 20px;
  }

  .header-navitem>a {
    font-size: 22px;
    transition: border-color .25s;
    margin-left: 30px;
  }

  .header-navitem-sec>a {
    font-size: 15px;
    margin-left: 15px;
  }

  .header-nav {
    margin: 5px 0px 15px;
    display: none;
  }

  .img-pc {
    width: 100%;
    height: auto;
    display: none;
    z-index: 1;
  }

  .img-sp {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
  }

  .img-sp-an {
    width: 100%;
    height: auto;
    display: none;
    z-index: 1;
  }

  .hero>h2 {
    font-size: 20px;
    position: absolute;
    z-index: 3;
    top: -5%;
  }

  .header-title>a {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    display: block;
    text-decoration: none;
    margin-left: 10px;
  }

  .button01 a {
    font-family: Noto Serif JP;
    color: #333;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 220px;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    background-color: #907ACF;
    color: #fff;
    opacity: 70%;
    transition: 0.3s;
    position: absolute;
    z-index: 3;
    top: 85%;
    left: 22%;
    text-decoration: none;
  }

  /* .img-main-up {
    position: absolute;
    z-index: 4;
    top: 10px;
    width: 65%;
    left: 10px;
  } */

  .img-main-under {
    position: absolute;
    z-index: 5;
    top: 42px;
    left: 14px;
    width: 50%;
  }

  .button01 ::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    font-size: 1.0em;
    vertical-align: text-bottom;
    padding-right: 5px;
    position: absolute;
    top: 12px;
    left: 35px;
  }

  .button01 a::after {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
  }

  .button01 a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
    border: solid 1px #000;
    background-color: #fff;
    color: #000;
  }

  .hero {
    /*width: 100%;*/
    text-align: center;
    margin: auto;
    /*width: 100vw;
    height: 100vh;*/
    position: relative;
    overflow: hidden;
  }

  .wrapper-0,
  .wrapper-1,
  .wrapper-2,
  .wrapper-4,
  .wrapper-5,
  .wrapper-6,
  .wrapper-7,
  .wrapper-8,
  .wrapper-9,
  .wrapper-10,
  .wrapper-11,
  .wrapper-12,
  .wrapper-13 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0px 0px;
  }

  .wrapper-0 {
    padding: 0px 0px 0px;
  }

  .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .wrap-1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .wrap-1>h1 {
    font-size: 26px;
    text-align: center;
    margin: 0;
  }

  .wrap-1>p {
    font-size: 16px;
    margin: 0;
    padding: 25px;
    text-align: justify;
  }

  .wrap-2>h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 20px;
  }

  .wrap-2-img {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
  }

  .wrap-2-img>img {
    width: 100%;
    height: auto;
  }

  .wrap-3>h2 {
    font-size: 22px;
    margin: 40px 0px 0px 0;
  }

  .wrap-3-txt {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 32px;
    text-align: justify;
    padding: 25px;
  }

  /*.hero>img {
    width: 100%;
    height: auto;
    z-index: 1;
  }*/

  .figure-wrap-1,
  .figure-wrap-2 {
    display: block;
    text-align: center;
  }

  .figure-wrap {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  .wrap-4>h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding-top: 50px;
  }

  .wrap-4>h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }

  .wrap-4>p {
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
  }

  .wrap-5>h2 {
    font-size: 24px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }

  .wrap-5-img {
    display: block;
  }

  .wrap-5-txt {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    padding: 25px;
    text-align: justify;
  }

  .wrap-5-img>img {
    width: 100%;
    height: auto;
  }

  .wrap-6 {
    width: 100%;
    height: auto;
    grid-auto-rows: repeat(2, 1fr);
    gap: 33px;
    grid-template: unset;
  }

  .box {
    width: 100%;
    height: auto;
    margin-bottom: 485px;
  }

  .box>img {
    width: 100%;
    height: auto;
  }

  .box {
    /*border: solid;*/
    width: 100%;
    height: auto;
    position: relative;
    /* 基準位置とする */
  }

  .box img,
  .box-txt {
    position: absolute;
    /* 相対位置に指定 */
  }

  .box-txt {
    margin: 0;
    width: 77%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 85%);
    box-shadow: 1px 1px 1px #e4e4e4;
  }

  /* .box-txt{
       margin: 0;
       width: 100%;
       height: auto;
       padding: 20px;
       background-color: #fff;
       top: 70%;
       left: 50%;
       transform: translate(-50%,-50%);
       box-shadow: 1px 1px 1px #e4e4e4;
     }*/

  .wrap-7 {
    width: 89%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    text-align: center;
    box-shadow: 1px 1px 2px #626262;
    margin-top: 64px;
  }

  .wrap-7>p {
    width: 100%;
    margin: 0 auto;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    text-align: justify;
    margin-bottom: 30px;
  }

  .container-7>h2 {
    font-size: 22px;
    line-height: 1.8em;
    margin: 0;
    text-decoration: underline 1px;
    text-underline-offset: 0.5em;
    text-align: center;
    padding: 0px 25px;
  }

  .wrap-7>h3 {
    font-family: Noto Serif JP;
    font-weight: 400;
    font-size: 22px;
  }

  .wrap-7>p {
    width: 100%;
    margin: 0 auto;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-align: justify;
    margin-bottom: 30px;
  }

  .fb-button {
    width: 110px
  }

  .line-btn {
    margin-left: 20px;
    width: 110px;
  }

  .wrap-8>h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    margin: 0;
  }

  .wrap-8>h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
  }

  .wrap-8>p {
    width: 90%;
    margin: 0 auto;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-align: justify;
    margin-top: 20px;
    padding: 25px;
  }

  .wrap-9 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    padding: 40px;
    background: url("../img/sunset/bk_001_small2.jpg");
    background-position: 25% 50%;
  }

  .container-9>h2 {
    font-size: 22px;
    margin: 0;
    text-align: center;
  }

  .wrap-9>p,
  .wrap-9-sec>p {
    padding-left: 12px;
    margin: 0;
    margin-top: 64px;
  }

  .wrap-9-sec {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    padding: 40px;
    background: url("../img/sunset/bk_002_small2.jpg");
    background-position: 25% 50%;
  }

  .aim-9>img {
    margin-left: 100px;
    margin-bottom: 10px;
  }

  .aim-headline-9 {
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    margin: 0;
    margin-left: 70px;
  }

  .aim-headline-9-sec {
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    margin: 0;
    margin-left: 78px;
  }

  .container-10>h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
  }

  .accordion-10 summary {
    font-size: 16px;
    width: 90.062%;
    margin: 0 auto;
    font-weight: 600;
  }

  .accordion-10>summary::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f107";
    margin: 0 5px 0 5px;
  }

  .accordion-10[open] summary::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f106";
    margin: 0 5px 0 5px;
  }

  details p {
    font-family: Noto Sans JP;
    font-weight: 400;
    width: 90%;
    padding: 20px;
    margin: auto;
    text-align: justify;
  }

  details span {
    font-size: 16px;
    padding-right: 5px;
  }

  .wrap-11 {
    width: 90%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    text-align: center;
    box-shadow: 1px 1px 1px #626262;
    margin-top: 64px;
  }

  .wrap-11>h2 {
    font-size: 20px;
    padding: 10px;
  }

  .container-11>h2 {
    font-size: 22px;
    line-height: 2.5em;
    margin: 0;
    text-align: center;
  }

  .br-sp-se3 {
    display: none;
  }

  .sma {
    display: block;
  }

  .container-11>p {
    font-size: 18px;
    text-align: center;
    padding: 25px;
  }

  .container-11>h3 {
    font-family: Noto Serif JP;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #40c0f2;
    margin: 0;
  }

  ul.list {
    width: 100%;
    height: 40px;
    margin: 18px 0px 0px 0px;
  }

  ul.list li {
    background-color: #40c0f278;
    margin: 8px 8px 0px;
    padding: 0.4em;
    font-size: 12px;
  }

  .pills {
    margin: 26px 30px 0px 40px;
  }

  .reception {
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
  }

  .tel-2 {
    font-size: 28px;
    margin: 0;
  }

  .tel-2>a:hover {
    opacity: 0.6;
    color: #40c0f2;
  }

  .wrap {
    display: block;
  }

  .suke-wrap {
    width: 100%;
    height: auto;
    background-color: #BDE9FB;
    margin: 0 auto;
  }


  .suke {
    text-decoration: none;
    color: #333;
    display: inline-block;
    margin: 10px 0px 10px;
  }

  .video {
    width: 320px;
    height: 500px;
  }

  .br-sp-se3 {
    display: none;
  }

  .wrap-12 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-12>h2 {
    text-align: center;
    font-size: 24px;
  }

  .button {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    margin: 1em;
    width: 178px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #EB5E8A;
    text-indent: 1.1em;
    letter-spacing: 0.6em;
    border-radius: 2.5em;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 30px;
  }

  .button:hover {
    background: #fff;
    border: 1px solid #eb5e8a;
    color: #eb5e8a;
  }

  .button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: right 0.5s;
  }

  .button:hover::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #eb5e8a;
    border-top: 1px solid #eb5e8a;
    transform: rotate(45deg);
    transition: right 0.5s;
  }

  .button-1 {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    margin: 1em;
    width: 337px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #EB5E8A;
    text-indent: 1.1em;
    letter-spacing: 0.6em;
    border-radius: 2.5em;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
  }

  .button-1:hover {
    background: #fff;
    border: 1px solid #eb5e8a;
    color: #eb5e8a;
  }

  .button-1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: right 0.5s;
  }

  .button-1:hover::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #eb5e8a;
    border-top: 1px solid #eb5e8a;
    transform: rotate(45deg);
    transition: right 0.5s;
  }
}

@media screen and (max-width: 768px) {

  .button-1 {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    margin: 1em;
    width: 315px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #EB5E8A;
    text-indent: 1.1em;
    letter-spacing: 0.6em;
    border-radius: 2.5em;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
  }

}

@media screen and (max-width: 380px) {

  .header {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .br-sp-se3 {
    display: block;
  }

  .img-pc {
    width: 100%;
    height: auto;
    display: none;
    z-index: 1;
  }

  .img-sp {
    width: 100%;
    height: auto;
    display: none;
    z-index: 1;
  }


  .img-sp-an {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
  }

  .button01 a {
    font-family: Noto Serif JP;
    color: #333;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 220px;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    background-color: #907ACF;
    color: #fff;
    opacity: 70%;
    transition: 0.3s;
    position: absolute;
    z-index: 3;
    top: 84%;
    left: 20%;
    text-decoration: none;
  }

  .wrap-1>p {
    font-size: 16px;
    margin: 0;
    padding: 25px;
    text-align: justify;
  }

  .wrap-2>h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 20px;
  }

  .wrap-3-txt {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 32px;
    text-align: justify;
    padding: 25px;
  }

  .wrap-4>h2 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding-top: 50px;
  }

  .box-txt {
    width: 85%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 60%);
    box-shadow: 1px 1px 1px #e4e4e4;
  }

  .wrap-7 {
    width: 89%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 16px;
    text-align: center;
    box-shadow: 1px 1px 2px #626262;
    margin-top: 64px;
  }

  .wrap-7>p {
    width: 94%;
    margin: 0 auto;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    text-align: justify;
    margin-bottom: 30px;
  }

  .wrap-7>h3 {
    font-family: Noto Serif JP;
    font-weight: 400;
    font-size: 21px;
    -webkit-font-smoothing: 0px;
    margin: 0px -2px 35px;
  }


  .wrap-8>h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding-top: 40px;
  }


  .container-9>h2 {
    font-size: 20px;
    margin: 0;
    text-align: center;
  }

  .aim-9>img {
    margin-left: 70px;
    margin-bottom: 10px;
  }

  .aim-headline-9 {
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    margin: 0;
    margin-left: 35px;
  }

  .wrap-9>p,
  .wrap-9-sec>p {
    margin: 0;
    margin-top: 64px;
    text-align: justify;
    padding: 0px;
    margin-right: 10px;
  }

  .aim-headline-9-sec {
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    margin: 0;
    margin-left: 41px;
  }

  .accordion-10>summary::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f107";
    margin: 0 5px 0 5px;
  }

  .accordion-10 summary {
    font-size: 15px;
    width: 93.062%;
    margin: 0 auto;
  }

  details p {
    font-family: Noto Sans JP;
    font-weight: 400;
    width: 90%;
    padding: 10px;
    margin: auto;
    text-align: justify;
  }

  .br-pc {
    display: none;
  }

  .container-11>p {
    font-size: 18px;
    text-align: center;
    padding: 0px 18px;
  }

  .container-11>h3 {
    font-family: Noto Serif JP;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #40c0f2;
    margin: 0;
    padding: 0px 26px;
  }

  ul.list li {
    background-color: #40c0f278;
    margin: 15px 10px 0px;
    padding: 0.4em;
    font-size: 8px;
  }

  .pills {
    margin: 26px -6px 0px 14px;
  }

}