@charset "UTF-8";
/* =================================================== *

   基本設定

 * =================================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  outline: none;
  word-break: break-all;
}

html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  position: relative;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

html.fix, body.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol, ul, li, dt, dd {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.inblock-wrap {
  width: 100%;
  position: relative;
  font-size: 0;
}

.inblock-wrap > * {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.flex-wrap > * {
  position: relative;
}

a.bl {
  display: block;
}

/* =================================================== *

   フォント

 * =================================================== */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", 'メイリオ','Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #484848;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

p {
  margin-bottom: 0.75em;
}

a {
  text-decoration: none;
}

.ul {
  text-decoration: underline !important;
}

h1 {
  font-size: 300%;
  line-height: 1.3;
  margin: 0;
}

h2 {
  font-size: 150%;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}

h3, h4, h5, h6 {
  line-height: 1.5;
}

/* =================================================== *

   画像

 * =================================================== */
img {
  vertical-align: top;
}

.pic {
  position: relative;
}

.text-pic {
  position: relative;
  text-align: center;
}

.pic a {
  display: block;
  outline: none;
}

.pic img, .text-pic img {
  width: 100%;
  height: auto;
}

.hov {
  transition: opacity 0.3s linear;
}
.hov:hover {
  opacity: 0.7;
}

.imghov {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
}
.imghov img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.imghov .on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.imghov:hover .on {
  opacity: 1;
}

a {
  color: #484848;
}

.content1080 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .content1080 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .content1080 {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.min {
  font-family: "Noto Serif JP", serif;
}

.pink {
  color: #D6808C;
}

.pink2 {
  color: #E1607D;
}

.pin3 {
  color: #D36676;
}

.hr-gold {
  height: 30px;
  width: 100%;
  background: url("../images/bg-grad-gold.jpg") 0% 0% repeat;
  background-size: 1080px;
}
@media screen and (max-width: 768px) {
  .hr-gold {
    height: 15px;
    background: url(../images/bg-grad-gold.jpg) 0% 0% repeat;
    background-size: 100%;
  }
}

.hr-gold-sm {
  height: 2px;
  width: 100%;
  background: url("../images/bg-grad-gold.jpg") 0% 0% repeat;
  background-size: 1080px;
}
@media screen and (max-width: 768px) {
  .hr-gold-sm {
    height: 1px;
    background: url("../images/bg-grad-gold.jpg") 0% 0% repeat;
    background-size: 100%;
  }
}

.hr-pink {
  height: 2px;
  width: 100%;
  background: #D6808C;
}

.bg-flower {
  background: url("../images/bg-flower.jpg") 50% 0% repeat;
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .bg-flower {
    background: url("../images/bg-flower.jpg") 50% 0% repeat;
    background-size: 100%;
  }
}

.bg-gold {
  background: url("../images/bg-grad-gold.jpg") 0% 0% repeat;
  background-size: 1080px;
}
@media screen and (max-width: 768px) {
  .bg-gold {
    background: url("../images/bg-grad-gold.jpg") 0% 0% repeat;
    background-size: 100%;
  }
}

.bg-pink {
  background: #D6808C;
}

.bg-beige {
  background: #F9F1E6;
}

.youtube-wrap {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  margin-bottom: 0;
}

.youtube-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-biyou {
  width: 100%;
}
.box-biyou > .inner {
  width: 100%;
  max-width: 763px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box-biyou > .inner {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
.box-biyou .lead {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .box-biyou .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.box-biyou .hr-gold-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .box-biyou .hr-gold-sm {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.box-biyou .service-name {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .box-biyou .service-name {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.box-biyou .price {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .box-biyou .price {
    margin-top: 18px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.box-biyou .price s {
  text-decoration: line-through;
}
.box-biyou .price .big {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .box-biyou .price .big {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .box-biyou .price .pink {
    display: block;
  }
}
.box-biyou .linebtn, .box-biyou .telbtn {
  display: block;
  color: #fff;
  border-radius: 26px;
  max-width: 698px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.45;
  text-align: center;
  padding: 3px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .box-biyou .linebtn, .box-biyou .telbtn {
    width: 100%;
    max-width: 250px;
    font-size: 16px;
    font-size: 1rem;
    padding: 2px 5px;
  }
}
.box-biyou .linebtn {
  background: #06C755;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-biyou .linebtn {
    margin-top: 10px;
    padding: 9px 5px;
  }
}
.box-biyou .linebtn img {
  width: 48px;
  height: 48px;
  vertical-align: -13px;
}
@media screen and (max-width: 768px) {
  .box-biyou .linebtn img {
    width: 23px;
    height: 23px;
    vertical-align: -5px;
  }
}
.box-biyou .telbtn {
  background: #D36676;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .box-biyou .telbtn {
    margin-top: 10px;
    padding: 9px 5px;
  }
}
.box-biyou .senchaku {
  color: #D6808C;
  border: 1px solid #D6808C;
  border-radius: 26px;
  width: 100%;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.45;
  text-align: center;
  padding: 7px 10px;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .box-biyou .senchaku {
    border-radius: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 2px 10px;
    max-width: 350px;
    margin-bottom: 20px;
  }
}
.box-biyou .features {
  margin-top: 40px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 698px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .box-biyou .features {
    display: none;
  }
}
.box-biyou .features > div {
  background: #736357;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.33;
  border-radius: 20px;
  width: 197px;
  padding: 15px 10px;
}
.box-biyou .banner-tel-pink {
  margin-top: 50px;
  display: block;
  max-width: 519px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .box-biyou .banner-tel-pink {
    max-width: 250px;
    margin-top: 20px;
  }
}
.box-biyou .opendate {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-biyou .opendate {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .box-biyou .annot {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.33;
  }
}
.box-biyou .annot-bottom {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .box-biyou .annot-bottom {
    margin-bottom: 15px;
  }
}
.box-biyou .annot-top {
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-biyou .annot-top {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .common-checklist {
    display: block;
  }
}
.common-checklist > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  line-height: 1.45;
  margin-bottom: 8px;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 2em;
}
.common-checklist > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .common-checklist > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 18px;
  }
}
.common-checklist > li:before {
  content: url("../images/icon-check.svg");
  vertical-align: middle;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .common-checklist > li:before {
    content: url("../images/sp/icon-check-sp.svg");
  }
}

.annot {
  text-indent: -1em;
  padding-left: 1em;
}
.annot:before {
  content: '※';
}

.box-white {
  background: #fff;
  padding: 35px;
  margin-bottom: 40px;
}
.box-white:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .box-white {
    padding: 10px 10px 20px;
    margin-bottom: 30px;
  }
}
.box-white > .inner {
  flex-wrap: nowrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-white > .inner {
    display: block;
  }
}
.box-white > .inner > .el-left {
  width: 269px;
  min-width: 269px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .box-white > .inner > .el-left {
    display: block;
    width: 100%;
    max-height: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-white > .inner > .el-left .thumb {
    width: 100%;
    max-width: 224px;
    margin-right: auto;
    margin-left: auto;
  }
}
.box-white > .inner > .el-right {
  width: 100%;
}
.box-white h3 {
  text-align: left;
  line-height: 1.45;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .box-white h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .box-white h3.pink {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.box-white .hr {
  width: 100%;
  height: 1px;
  font-size: 0;
  background: #707070;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .box-white .hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.box-white .katagaki, .box-white .namae {
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-white .katagaki, .box-white .namae {
    font-size: 16px;
    font-size: 1rem;
  }
}
.box-white .katagaki {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-white .katagaki {
    margin-top: 15px;
  }
}

.lineinfo {
  margin-top: 60px;
  border-radius: 15px;
  background: #D6808C;
  padding: 25px 30px 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lineinfo {
    margin-top: 20px;
    padding: 12px;
  }
}
.lineinfo-layout1 {
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.lineinfo-layout1 > .el-left {
  width: 79px;
  min-width: 79px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout1 > .el-left {
    width: 49px;
    min-width: 49px;
    margin-right: 10px;
  }
}
.lineinfo-layout1 > .el-left .line-icon {
  width: 100%;
}
.lineinfo-layout1 > .el-right {
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout1 > .el-right {
    padding-top: 5px;
  }
}
.lineinfo-layout2 {
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout2 {
    display: block;
    margin-bottom: 20px;
  }
}
.lineinfo-layout2 > .el-left {
  width: 133px;
  min-width: 133px;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout2 > .el-left {
    width: 100%;
    max-width: 119px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
.lineinfo-layout2 > .el-center {
  width: 39%;
  max-width: 295px;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout2 > .el-center {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.lineinfo-layout2 > .el-right {
  width: 55%;
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout2 > .el-right {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
.lineinfo-layout3 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout3 {
    display: block;
  }
}
.lineinfo-layout3 > div {
  width: 31.1%;
  margin-right: 3.3%;
}
@media screen and (max-width: 768px) {
  .lineinfo-layout3 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .lineinfo-layout3 > div:last-child {
    margin-bottom: 0;
  }
}
.lineinfo-layout3 > div:nth-child(3n) {
  margin-right: 0;
}
.lineinfo-lead {
  line-height: 1.45;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lineinfo-lead {
    line-height: 1.33;
    font-size: 16px;
    font-size: 1rem;
  }
}
.lineinfo-tit {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lineinfo-tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.lineinfo-id {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lineinfo-id {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .lineinfo .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.45;
    margin-bottom: 8px;
  }
}
.lineinfo-tit2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.45;
  background: #fff;
  color: #D6808C;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .lineinfo-tit2 {
    padding: 2px 5px;
    margin-top: 8px;
  }
}
.lineinfo-desc {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lineinfo-desc {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
  }
}

.list-disc > li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-disc > li:before {
  content: '●';
}

#header {
  height: 140px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #header {
    height: 84px;
  }
}
#header-layout1 {
  padding-top: 30px;
  height: 95px;
}
@media screen and (max-width: 768px) {
  #header-layout1 {
    padding-top: 5px;
    height: auto;
  }
}
#header-layout1 > .inner {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #header-layout1 > .inner {
    align-items: center;
  }
}
#header-layout1 > .inner > .el-left {
  width: 350px;
  min-width: 450px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  #header-layout1 > .inner > .el-left {
    width: 260px;
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #header-layout1 > .inner > .el-left {
    width: 145px;
    min-width: 200px;
    margin-right: 10px;
    padding-top: 5px;
  }
}
#header-layout1 > .inner > .el-right {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header-layout1 > .inner > .el-right {
    display: block;
  }
}
#header-layout1 h1 {
  line-height: 1;
  color: #000000;
  font-size: 40px;
  font-size: 2.0rem;
  font-weight: 600;
  margin: 0;
}
#header-layout1 h1 > a > span:nth-child(1) {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
#header-layout1 h1 > a > span:nth-child(1) {
  font-size: 20px;
}
}
@media screen and (max-width: 1000px) {
  #header-layout1 h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  #header-layout1 h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #header-layout1 h1 > a > span {
    display: block;
    text-align: left;
  }
  #header-layout1 h1 > a > span:nth-child(2) {
    font-size: 36px;
    font-size: 1.5rem;
  }
}
#header-layout2 {
  height: 45px;
}
@media screen and (max-width: 768px) {
  #header-layout2 {
    display: none;
    width: 110px;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    right: 4%;
    background: #fff;
    height: auto;
  }
}
#header-layout2 > .inner, #header-layout2 > .inner > nav, #header-layout2 > .inner > nav > .nav-list {
  width: 100%;
  height: 100%;
}
#header-layout2 > .inner > nav > .nav-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #header-layout2 > .inner > nav > .nav-list {
    display: block;
  }
}
@media screen and (max-width: 1110px) {
  #header-layout2 > .inner > nav > .nav-list {
    justify-content: center;
  }
}
#header-layout2 > .inner > nav > .nav-list > li {
  height: 100%;
  position: relative;
  min-width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  #header-layout2 > .inner > nav > .nav-list > li {
    font-size: 16px;
    font-size: 1rem;
    min-width: 60px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  #header-layout2 > .inner > nav > .nav-list > li {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: left;
    min-width: auto;
    width: 100%;
    margin-left: 0;
  }
}
#header-layout2 > .inner > nav > .nav-list > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
}
#header-layout2 > .inner > nav > .nav-list > li > a:hover {
  color: #D6808C;
}
#header-layout2 > .inner > nav > .nav-list > li > a:after {
  content: '';
  position: absolute;
  background: transparent;
  display: block;
  height: 3px;
  width: 100%;
  bottom: 5px;
  left: 0;
  z-index: 1;
  transition: background 0.3s ease;
}
@media screen and (max-width: 768px) {
  #header-layout2 > .inner > nav > .nav-list > li > a:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header-layout2 > .inner > nav > .nav-list > li > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
  }
}
#header-layout2 > .inner > nav > .nav-list > li.current > a {
  color: #D6808C;
}
#header-layout2 > .inner > nav > .nav-list > li.current > a:after {
  background: #D6808C;
}
@media screen and (max-width: 768px) {
  #header-layout2 > .inner > nav > .nav-list > li.current > a {
    color: #484848;
  }
}
#header-btn-label {
  width: 161px;
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  #header-btn-label {
    width: 32%;
    margin-right: 2%;
  }
}
#header-label-tel {
  width: 196px;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  #header-label-tel {
    width: 30%;
    margin-right: 2%;
  }
}
#header-label-compass {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  #header-label-compass {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  #header-label-compass {
    max-width: 182px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #header-togglebtn {
    width: 36px;
    height: 36px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: 0;
  }

  #header-togglebtn .on {
    display: none;
  }

  #header-togglebtn.open .off {
    display: none;
  }

  #header-togglebtn.open .on {
    display: inline;
  }
}
#footer {
  position: relative;
}
#footer-section1 {
  padding-top: 75px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footer-section1 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
#footer-section1-btn1 {
  display: block;
  width: 60px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.45;
  font-weight: 700;
  color: #D6808C;
}
@media screen and (max-width: 768px) {
  #footer-section1-btn1 {
    font-size: 20px;
    font-size: 1.25rem;
    width: 45px;
  }
}
#footer-section2 {
  background: #D6808C;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footer-section2 {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
#footer-section2-list1 {
  text-align: center;
  justify-content: center;
}
#footer-section2-list1 > li {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footer-section2-list1 > li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 8px;
  }
}
#footer-section2-list1 > li > a {
  color: #fff;
}
#footer-section2-list1 > li > a:hover {
  text-decoration: underline;
}
#footer-section2-list1 > li:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer-section2-list1 > li:not(:last-child):after {
    margin-left: 8px;
  }
}
#footer-section2 .copyright {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer-section2 .copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#gotoTop {
  width: 56px;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 50px;
  left: auto;
  z-index: 10;
  display: none;
  transition: opacity 0.3s linear;
}
@media screen and (max-width: 768px) {
  #gotoTop {
    width: 56px;
    right: 4%;
    bottom: 70px;
  }
}
#gotoTop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #fixbanner {
    background: #D6808C;
    padding: 12px 0;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
  }
  #fixbanner-buttons {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #fixbanner-buttons > div {
    width: 49%;
    max-width: 173px;
    margin-right: 2%;
  }
  #fixbanner-buttons > div:nth-child(2n) {
    margin-right: 0;
  }
}
#main {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 84px;
  }
}

#mainvisual {
  background: url("../images/mainvisual.jpg") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 53.59375vw;
}
@media screen and (max-width: 768px) {
  #mainvisual {
    background: url("../images/sp/mainvisual.jpg") 50% 50% no-repeat;
    background-size: 100%;
    height: 111vw;
  }
}

#section1 {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #section1 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  #section1-layout0-sp > div {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 8px;
    background: #D6808C;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
  }
  #section1-layout0-sp > div:last-child {
    margin-bottom: 0;
  }
}
#section1-text1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  #section1-text1 {
    margin-top: 30px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#section1-layout1 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #section1-layout1 {
    margin-top: 25px;
  }
}
#section1-layout2 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #section1-layout2 {
    margin-top: 35px;
  }
}

#section1-layout2 {
  border: 3px solid #000;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  #section1-layout2 {
    margin-top: 35px;
    border-width: 2px;
  }
}
#section1-layout2 > div {
  border: 3px solid #000;
  padding: 25px 40px 30px;
}
@media screen and (max-width: 768px) {
  #section1-layout2 > div {
    border-width: 2px;
    padding: 10px;
  }
}
#section1-layout2-text1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 52px;
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  #section1-layout2-text1 {
    font-size: 16px;
    font-size: 1rem;
  }
}
#section1-layout2-text2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #section1-layout2-text2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#section1-layout2-pic1 {
  width: 100%;
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#section1-layout2-checklist {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #section1-layout2-checklist {
    margin-top: 15px;
  }
}
#section1-layout2-text3 {
  line-height: 1.45;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section1-layout2-text3 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}

#section2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #section2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#section2-pic1 {
  width: 100%;
  max-width: 1080px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #section2-pic1 {
    margin-bottom: 15px;
  }
}
#section2-text1 {
  text-align: right;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #section2-text1 {
    margin-bottom: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#section3 {
  padding-top: 40px;
  padding-bottom: 60px;
  background: url("../images/section3-bg1.jpg") 0% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #section3 {
    padding-top: 15px;
    padding-bottom: 40px;
    background: url("../images/sp/section3-bg1.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
#section3-text1 {
  line-height: 1.33;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #section3-text1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#section3-text2 {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #section3-text2 {
    margin-top: 15px;
    line-height: 1.33;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section3-text1, #section3-text2 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#section3-box1 {
  background: #fff;
  margin-top: 50px;
  border: 3px solid #C9C9C9;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  #section3-box1 {
    margin-top: 20px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
#section3-box1 > div {
  border: 3px solid #C9C9C9;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #section3-box1 > div {
    border: 2px solid #C9C9C9;
    padding: 10px;
  }
}
#section3-checklist > li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #section3-checklist > li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
#section3-checklist > li:last-child {
  margin-bottom: 0;
}

#section4 {
  padding-top: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #section4 {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
#section4-text1 {
  line-height: 1.33;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section4-text1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#section4-text2 {
  line-height: 1.33;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section4-text2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section4-text3 {
  line-height: 1.33;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section4-text3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section4-layout1 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #section4-layout1 {
    display: block;
  }
}
#section4-layout1 > .el-left {
  width: 41%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #section4-layout1 > .el-left {
    width: 100%;
    margin-right: 0;
  }
}
#section4-layout1 > .el-right {
  width: 57%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #section4-layout1 > .el-right {
    width: 100%;
  }
}
#section4-pic1 {
  width: 100%;
  max-width: 439px;
}
@media screen and (max-width: 768px) {
  #section4-pic1 {
    max-width: none;
  }
}
#section4-text4 {
  line-height: 1.33;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #section4-text4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
#section4-text5 {
  line-height: 1.33;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section4-text5 {
    line-height: 1.75;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section4 .tri {
  margin-top: 55px;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
  line-height: 1.33;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section4 .tri {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#section4 .tri > span {
  position: relative;
  z-index: 1;
}
#section4 .tri:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 106px 95px 0 95px;
  border-color: #ffe601 transparent transparent transparent;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
}
@media screen and (max-width: 768px) {
  #section4 .tri:after {
    border-width: 72px 64.5px 0 64.5px;
    top: -15px;
  }
}

#section5 {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #section5 {
    padding-bottom: 0;
  }
}
#section5 > .inner {
  padding-top: 70px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section5 > .inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#section5-text1 {
  color: #fff;
  line-height: 1.75;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section5-text1 {
    line-height: 1.45;
    font-size: 16px;
    font-size: 1rem;
  }
}
#section5-layout1 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #section5-layout1 {
    margin-top: 15px;
  }
}
#section5-layout1 > .tr {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #section5-layout1 > .tr {
    margin-bottom: 20px;
  }
}
#section5-layout1 > .tr:last-child {
  margin-bottom: 0;
}
#section5-layout1 > .tr > .el-left {
  width: 23%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #section5-layout1 > .tr > .el-left {
    width: 71px;
    min-width: 71px;
    margin-right: 9px;
  }
}
#section5-layout1 > .tr > .el-left .circle {
  width: 100%;
  width: 159px;
  height: 159px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  background: #D6808C;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section5-layout1 > .tr > .el-left .circle {
    width: 71px;
    height: 71px;
    font-size: 16px;
    font-size: 1rem;
  }
}
#section5-layout1 > .tr > .el-right {
  width: 72%;
}
@media screen and (max-width: 768px) {
  #section5-layout1 > .tr > .el-right {
    width: 100%;
  }
}
#section5-layout1 > .tr > .el-right .mid {
  line-height: 1.33;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section5-layout1 > .tr > .el-right .mid {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
#section5-layout1 > .tr > .el-right .desc {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section5-layout1 > .tr > .el-right .desc {
    font-family: "Noto Serif JP", serif;
    line-height: 1.33;
    font-size: 16px;
    font-size: 1rem;
  }
}
#section5-layout1 > .tr:last-chid {
  margin-bottom: 0;
}
#section5-pic2 {
  margin-top: 70px;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #section5-pic2 {
    margin-top: 0;
  }
}

#section6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #section6 {
    padding: 15px;
  }
}
#section6 > .inner {
  background: #fff;
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  #section6 > .inner {
    padding: 20px;
  }
}
#section6-text1 {
  line-height: 1.45;
  font-size: 45px;
  font-size: 2.8125rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #section6-text1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 7px;
    margin-top: 7px;
  }
}
#section6-text2 {
  line-height: 1.45;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #section6-text2 {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#section6-layout1 {
  margin-top: 20px;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #section6-layout1 {
    display: block;
  }
}
#section6-layout1 > div {
  width: 45%;
  max-width: 422px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #section6-layout1 > div {
    width: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
#section6-layout1 > div:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #section6-layout1 > div:nth-child(2n) {
    margin-right: auto;
  }
}
#section6-layout1 > div:last-child {
  margin-bottom: 0;
}

#section7 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #section7 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
  }
}
#section7 > .inner {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #section7 > .inner {
    padding: 0 4%;
  }
}

#section8 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #section8 {
    padding-top: 0;
  }
}
#section8 > .inner {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #section8 > .inner {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
#section8-text1 {
  line-height: 1.45;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section8-text1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section8-text2 {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section8-text2 {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section8-layout1 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #section8-layout1 {
    margin-top: 30px;
    display: block;
  }
}
#section8-layout1 > div {
  width: 48.62%;
  margin-right: 2.75%;
}
@media screen and (max-width: 768px) {
  #section8-layout1 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #section8-layout1 > div:last-child {
    margin-bottom: 0;
  }
}
#section8-layout1 > div:nth-child(2n) {
  margin-right: 0;
}
#section8-layout1 > div > .thumb {
  width: 100%;
  max-width: 525px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #section8-layout1 > div > .thumb {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
}
#section8-layout1 > div > .tit {
  line-height: 1.45;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section8-layout1 > div > .tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#section8-layout1 > div > .text {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section8-layout1 > div > .text {
    margin-top: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section8-text3 {
  margin-top: 70px;
  text-align: center;
  color: #fff;
  background: #D6808C;
  line-height: 1.45;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 0;
  font-weight: 600;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #section8-text3 {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 2px 5px;
  }
}
#section8-text4 {
  margin-top: 25px;
  text-align: center;
  line-height: 1.45;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section8-text4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 10px;
  }
}
#section8-layout2 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #section8-layout2 {
    margin-top: 20px;
    display: block;
  }
}
#section8-layout2 > .row {
  margin-bottom: 80px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #section8-layout2 > .row {
    margin-bottom: 30px;
    display: block;
  }
}
#section8-layout2 > .row:last-child {
  margin-bottom: 0;
}
#section8-layout2 > .row > .el-left {
  width: 40.3%;
  max-width: 435px;
  margin-right: 2.7%;
}
@media screen and (max-width: 768px) {
  #section8-layout2 > .row > .el-left {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#section8-layout2 > .row > .el-right {
  width: 57%;
}
@media screen and (max-width: 768px) {
  #section8-layout2 > .row > .el-right {
    width: 100%;
  }
}
#section8-layout2 > .row > .el-right > .tit {
  line-height: 1.33;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section8-layout2 > .row > .el-right > .tit {
    font-size: 16px;
    font-size: 1rem;
  }
}
#section8-layout2 > .row > .el-right > .text {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section8-layout2 > .row > .el-right > .text {
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}

#section9 > .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #section9 > .inner {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
#section9-text1 {
  line-height: 1.33;
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 0;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section9-text1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section9-text2 {
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section9-text2 {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}
#section9-pic2 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #section9-pic2 {
    margin-top: 20px;
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
  }
}
#section9-list1 {
  margin-top: 40px;
  margin-bottom: 40px;
  counter-reset: idx;
}
@media screen and (max-width: 768px) {
  #section9-list1 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
#section9-list1 > li {
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  #section9-list1 > li {
    line-height: 1.45;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 12px;
    padding-left: 23px;
  }
}
#section9-list1 > li:last-child {
  margin-bottom: 0;
}
#section9-list1 > li:before {
  counter-increment: idx;
  content: counter(idx);
  position: absolute;
  left: 0;
  top: 3px;
  background: #D6808C;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-right: 9px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #section9-list1 > li:before {
    font-size: 10px;
    font-size: 0.625rem;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    top: calc( 50% - 7.5px);
  }
}
#section9-text3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section9-text3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

#section10-row1 {
  background: url("../images/section10-bg1.jpg") 0% 0% repeat;
  background-size: 1920px;
  height: 458px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #section10-row1 {
    height: auto;
  }
}
#section10-layout1 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#section10-layout1 > .el-right {
  width: 410px;
  min-width: 410px;
  height: 410px;
  background: url("../images/section10-pic1.png") 50% 50% no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #section10-layout1 > .el-right {
    width: 117px;
    min-width: 117px;
    height: 117px;
  }
}
#section10-text1 {
  line-height: 1.33;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 0;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #section10-text1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section10-row2 {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #section10-row2 {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
#section10-text2 {
  line-height: 1.75;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section10-text2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
#section10-layout2 {
  background: #F4F4F4;
  padding: 15px 20px 25px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #section10-layout2 {
    margin-top: 35px;
    padding: 20px 10px;
  }
}
#section10-layout2 > .inner {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #section10-layout2 > .inner {
    display: block;
  }
}
#section10-layout2 > .inner > .el-pic {
  width: 310px;
  min-width: 310px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #section10-layout2 > .inner > .el-pic {
    width: 100%;
    max-width: 272px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
#section10-layout2 > .inner > .el-content {
  width: 100%;
}
#section10-layout2 > .inner > .el-content ul {
  list-style: none;
  color: #000000;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #section10-layout2 > .inner > .el-content ul {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#section10-layout2 > .inner > .el-content ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
#section10-layout2 > .inner > .el-content ul > li:before {
  content: '・';
}
#section10-text3 {
  line-height: 1.75;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section10-text3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
#section10-text4 {
  margin-bottom: 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #section10-text4 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#section11 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #section11 {
    padding: 15px 4% 20px;
  }
}
#section11 > .inner {
  background: #fff;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  #section11 > .inner {
    padding: 12px;
  }
}
#section11-text1 {
  line-height: 1.33;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 0;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #section11-text1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
#section11-text2 {
  line-height: 1.75;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section11-text2 {
    line-height: 1.33;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
#section11-layout1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #section11-layout1 {
    display: block;
    margin-top: 20px;
  }
}
#section11-layout1 > div {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #section11-layout1 > div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #section11-layout1 > div:last-child {
    margin-bottom: 0;
  }
}
#section11-layout1 > div:nth-child(2n) {
  margin-right: 0;
}

#section12 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #section12 {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
#section12-text1 {
  line-height: 1.33;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 0;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #section12-text1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
#section12-text2 {
  line-height: 1.75;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section12-text2 {
    line-height: 1.33;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#section12-movie1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #section12-movie1 {
    margin-top: 10px;
  }
}
#section12-layout1 {
  margin-top: 60px;
  border: 2px solid #D3D3D3;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #section12-layout1 {
    padding: 20px 12px;
    margin-top: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section12-layout1 > *:last-child {
  margin-bottom: 0;
}
#section12-layout2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #section12-layout2 {
    margin-top: 30px;
  }
}
#section12-layout2 > div {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #section12-layout2 > div {
    margin-bottom: 30px;
  }
}
#section12-layout2 > div:last-child {
  margin-bottom: 0;
}
#section12-layout2 > div > .mid {
  color: #fff;
  line-height: 1.45;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 5px 25px;
}
@media screen and (max-width: 768px) {
  #section12-layout2 > div > .mid {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 10px;
  }
}
#section12-layout2 > div > .inner {
  margin-top: 25px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #section12-layout2 > div > .inner {
    display: block;
    margin-top: 20px;
  }
}
#section12-layout2 > div > .inner > .el-pic {
  width: 435px;
  min-width: 435px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #section12-layout2 > div > .inner > .el-pic {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#section12-layout2 > div > .inner > .el-contnet {
  width: 100%;
}
#section12-layout2 > div > .inner > .el-contnet > *:last-child {
  margin-bottom: 0;
}

#section13-row1 {
  background: url("../images/section13-bg1.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 783px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #section13-row1 {
    background: url("../images/sp/section13-bg1.jpg") 50% 50% no-repeat;
    background-size: cover;
    height: auto;
    padding: 40px 4%;
  }
}
#section13-row1 > .inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section13-row1 > .inner {
    display: block;
    text-align: right;
  }
}
#section13-row1 > .inner > .panel {
  width: 530px;
}
@media screen and (max-width: 768px) {
  #section13-row1 > .inner > .panel {
    width: 100%;
  }
}
#section13-row1 > .inner > .panel .naiyou {
  color: #000000;
}
#section13-row1-text1 {
  line-height: 1.33;
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #section13-row1-text1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#section13-row1-text2 {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #section13-row1-text2 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#section13-row2 {
  background: url("../images/section13-bg2.png") 100% 50% no-repeat;
  background-size: 1055px;
  padding-top: 50px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #section13-row2 {
    background: none;
    padding: 15px 4% 40px;
  }
}
#section13-row2 > .inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section13-row2 > .inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
#section13-row2 > .inner > .panel {
  width: 620px;
}
@media screen and (max-width: 768px) {
  #section13-row2 > .inner > .panel {
    width: 100%;
  }
}
#section13-row2 > .inner > .panel .naiyou {
  color: #000000;
}
#section13-row2 > .inner > .panel .box {
  border-color: #9C8454;
}
#section13-row2-text1 {
  color: #000000;
}
#section13-row3 {
  background: #D6808C url("../images/section13-bg3.jpg") 0% 50% no-repeat;
  background-size: 510px;
  padding-top: 55px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  #section13-row3 {
    background: #D6808C;
    padding: 15px 4% 20px;
  }
}
#section13-row3 > .inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section13-row3 > .inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
#section13-row3 > .inner > .panel {
  width: 620px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #section13-row3 > .inner > .panel {
    width: 100%;
  }
}
#section13-row3 > .inner > .panel .tit {
  background: #fff;
  color: #D6808C;
}
#section13-row3 > .inner > .panel .box {
  border-color: #fff;
}
#section13-row3 > .inner > .panel .annot {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #section13-row3 > .inner > .panel .annot {
    text-align: left;
  }
}
#section13-row4 {
  background: url("../images/section13-bg4.jpg") 100% 50% no-repeat;
  background-size: 510px;
  padding-top: 60px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #section13-row4 {
    background: none;
    padding: 15px 4% 20px;
  }
}
#section13-row4 > .inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section13-row4 > .inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
#section13-row4 > .inner > .panel {
  width: 620px;
}
@media screen and (max-width: 768px) {
  #section13-row4 > .inner > .panel {
    width: 100%;
  }
}
#section13-row4 > .inner > .panel .tit {
  background: #484848;
  color: #fff;
}
#section13 .tit {
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section13 .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section13 .naiyou {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section13 .naiyou {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
  }
}
#section13 .desc {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section13 .desc {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section13 .box {
  margin-top: 30px;
  border: 1px solid #484848;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #section13 .box {
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section13 .box > *:last-child {
  margin-bottom: 0;
  margin-top: 5px;
}
#section13 .annot {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #section13 .annot {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #section13 .thumb {
    margin-bottom: 10px;
  }
}

#section14-row1-text1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  text-align: center;
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  #section14-row1-text1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 10px;
  }
}
#section14 > .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #section14 > .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#section14-layout1 > .row {
  padding: 15px;
  border: 1px solid #484848;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #section14-layout1 > .row {
    padding: 12px;
    margin-bottom: 10px;
  }
}
#section14-layout1 > .row:last-child {
  margin-bottom: 0;
}
#section14-layout1 > .row > .inner {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #section14-layout1 > .row > .inner {
    display: block;
  }
}
#section14-layout1 > .row > .inner > .el-pic {
  width: 360px;
  min-width: 360px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #section14-layout1 > .row > .inner > .el-pic {
    width: 100%;
    max-width: 221px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
#section14-layout1 > .row > .inner > .el-content {
  width: 100%;
}
#section14-layout1 > .row > .inner > .el-content .tit {
  line-height: 1.33;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section14-layout1 > .row > .inner > .el-content .tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#section14-layout1 > .row > .inner > .el-content .desc {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section14-layout1 > .row > .inner > .el-content .desc {
    margin-top: 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#section15-row1-text1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  text-align: center;
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  #section15-row1-text1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 10px;
  }
}
#section15 > .inner {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #section15 > .inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#section15-layout1 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #section15-layout1 {
    display: block;
  }
}
#section15-layout1 > .el-pic {
  width: 435px;
  min-width: 435px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #section15-layout1 > .el-pic {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#section15-layout1 > .el-content {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #section15-layout1 > .el-content {
    padding-top: 0;
  }
}
#section15-text1 {
  color: #000000;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
}
#section15-text1 s {
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  #section15-text1 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#section15-text2 {
  color: #D6808C;
  line-height: 1.45;
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section15-text2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section15-text2 .big {
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (max-width: 768px) {
  #section15-text2 .big {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
#section15-text3 {
  color: #000000;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #section15-text3 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
}
#section15-text4 {
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #section15-text4 {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
    padding: 5px 10px;
  }
}
#section15-text5 {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #section15-text5 {
    line-height: 1.33;
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section15-text6 {
  color: #000000;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #section15-text6 {
    line-height: 1.33;
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section15-box1 {
  margin-top: 70px;
  border: 4px solid #D6808C;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #section15-box1 {
    margin-top: 20px;
    padding: 12px;
  }
}
#section15-text7 {
  margin-bottom: 0;
  line-height: 1.45;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section15-text7 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section15-text8 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #section15-text8 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}
#section15-text9 {
  margin-top: 60px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  line-height: 1.45;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section15-text9 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px 10px;
    margin-top: 20px;
  }
}
#section15-text10 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section15-text10 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #section15-text11 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

#section16 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #section16 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#section16-text1 {
  line-height: 1.33;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 0;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #section16-text1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
#section16-text2 {
  line-height: 1.75;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #section16-text2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.33;
    margin-top: 15px;
  }
}
#section16-map {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #section16-map {
    margin-top: 15px;
  }
}
#section16-layout1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #section16-layout1 {
    display: block;
  }
}
#section16-layout1 > .el-left {
  width: 48.6%;
  margin-right: 2.8%;
}
@media screen and (max-width: 768px) {
  #section16-layout1 > .el-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#section16-layout1 > .el-right {
  color: #000000;
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  #section16-layout1 > .el-right {
    width: 100%;
  }
}
#section16-layout1 > .el-right .address {
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #section16-layout1 > .el-right .address {
    font-size: 16px;
    font-size: 1rem;
  }
}
#section16-layout1 > .el-right .access-method {
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #section16-layout1 > .el-right .access-method {
    font-size: 16px;
    font-size: 1rem;
  }
}
#section16-layout1 > .el-right .access {
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #section16-layout1 > .el-right .access {
    font-size: 16px;
    font-size: 1rem;
  }
}
#section16-text3 {
  font-weight: 700;
  line-height: 1.45;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #section16-text3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#section17 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #section17 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#section17-text1 {
  line-height: 1.33;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 0;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #section17-text1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
#section17-text2, #section17-text3 {
  line-height: 1.75;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #section17-text2, #section17-text3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.33;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #section17-text3 {
    margin-top: 50px;
  }
}
#section17 .access-picture-list {
  margin-top: 30px;
  counter-reset: idx;
}
@media screen and (max-width: 768px) {
  #section17 .access-picture-list {
    display: block;
  }
}
#section17 .access-picture-list > div {
  width: 31.76%;
  margin-right: 2.36%;
  margin-bottom: 30px;
}
#section17 .access-picture-list > div:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #section17 .access-picture-list > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #section17 .access-picture-list > div:last-child {
    margin-bottom: 0;
  }
}
#section17 .access-picture-list > div .thumb {
  width: 100%;
  max-width: 343px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #section17 .access-picture-list > div .thumb {
    max-width: none;
    margin-bottom: 10px;
  }
}
#section17 .access-picture-list > div .desc {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  padding-left: 52px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section17 .access-picture-list > div .desc {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 31px;
    line-height: 1.45;
  }
}
#section17 .access-picture-list > div .desc:before {
  counter-increment: idx;
  content: counter(idx);
  position: absolute;
  left: 0;
  top: 3px;
  background: #D6808C;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-right: 19px;
  line-height: 1;
  font-size: 29px;
  font-size: 1.8125rem;
}
@media screen and (max-width: 768px) {
  #section17 .access-picture-list > div .desc:before {
    top: 0px;
    width: 21px;
    height: 21px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 10px;
  }
}

#section18 {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #section18 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#section18-text1 {
  line-height: 1.33;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 0;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #section18-text1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
#section18-text2 {
  line-height: 1.75;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #section18-text2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.33;
    margin-top: 15px;
  }
}
#section18-layout1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #section18-layout1 {
    margin-top: 20px;
  }
}
#section18-layout1 dt {
  line-height: 1.33;
  font-size: 36px;
  font-size: 2.25rem;
  color: #D6808C;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 4px;
  text-indent: -40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #section18-layout1 dt {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 2px;
    text-indent: -30px;
    padding-left: 30px;
  }
}
#section18-layout1 dt:before {
  content: 'Q.';
  width: 40px;
}
@media screen and (max-width: 768px) {
  #section18-layout1 dt:before {
    width: 30px;
  }
}
#section18-layout1 dd {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #section18-layout1 dd {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#section18-layout1 dd:last-child {
  margin-bottom: 0;
}

#section19 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #section19 {
    background: none;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
#section19 > .inner {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #section19 > .inner {
    padding: 0 4%;
  }
}

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

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* 220421江口ここから追加 */
.sp_fv-copy{
  text-align: center;
}
/* 220421江口ここまで追加 */