@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

h4 {
  font-weight: bold;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
/*------------
Body
--------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #464646;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
  overflow-x: hidden;
}

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

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.anchor_lg {
  margin-top: -150px;
  padding-top: 150px;
}

a[href^=tel] {
  cursor: default;
}

.container,
.footer-main {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.pc-navi {
  width: 100%;
}

.long-container {
  margin: 0 auto;
  max-width: 1530px;
  width: 90%;
}

/*------------
Header
--------------*/
.header {
  z-index: 999;
  position: relative;
  padding: 0 0 20px 0;
  height: 100px;
}

.header:before {
  position: absolute;
  content: "";
  background: #F8F0FC;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.header-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-bg.is-fixed {
  background: rgba(255, 255, 255, 0.7);
}

.header-left .h-logo img {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 16%;
}

.header-left .h-logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-left .h-logo a:hover {
  opacity: 0.8;
}

.header-right {
  position: absolute;
  top: 0;
  right: 30px;
}

.header-right .h-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-right .h-contact-left {
  background: #F7F6F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  height: 45px;
}

.header-right .h-contact-left .h-btn {
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-right .h-contact-left .h-btn:hover {
  color: #9A76AD;
}

.header-right .h-contact-right {
  background: #9A76AD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  height: 45px;
}

.header-right .h-contact-right a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-right .h-contact-right a:hover {
  opacity: 0.6;
}

.header-right .h-contact-right .h-btn {
  font-size: 15px;
  font-weight: bold;
}

.header-right .h-contact .h-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right .h-contact .h-btn span {
  margin-left: 5px;
}

.header-right .h-contact .h-btn:first-child {
  margin-right: 20px;
}

.header-right .h-contact .dl-time {
  margin-right: 20px;
}

.dl-time {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
}

@media screen and (max-width: 1070px) and (min-width: 801px) {
  .header-left .h-logo img {
    width: 25%;
  }

  .header-right {
    right: 0;
  }
}

/*------------
G-navi
--------------*/
.pc-navi {
  margin-top: 20px;
}

.pc-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc-navi .item {
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
  font-size: 15px;
}

.pc-navi .item+.item {
  margin-left: 15px;
}

.pc-navi .item .item-link {
  display: block;
}

.pc-navi .item .item-link span {
  position: relative;
}

.pc-navi .item .item-link span:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #9A76AD;
  width: 100%;
  height: 3px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pc-navi .item .item-link:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pc-navi .item .item-link:hover span:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown .pc-navi-child {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: 200px;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.pc-dropdown .pc-navi-child li {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

.humberger {
  display: none;
}

.btn-following {
  display: none;
}

/*------------
Hero
--------------*/
.hero {
  position: relative;
}

.hero:before {
  position: absolute;
  content: "";
  background: #F8F0FC;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.hero-img {
  margin-left: 280px;
}

.hero-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.hero-ttl {
  position: absolute;
  top: 50%;
  left: 160px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.hero-ttl span {
  color: #9A76AD;
  font-size: 45px;
  z-index: 1;
  position: relative;
}

.hero-ttl:before {
  position: absolute;
  background-image: url(../images/hero_illust.png);
  content: "";
  width: 20%;
  height: 43%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  top: -40px;
  left: -60px;
}

.hero-slider {
  margin-left: auto;
  width: 85%;
  height: 100%;
}

.hero-slider .slick-slide {
  width: 100%;
  height: 100vh;
  max-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: auto;
}

.hero-slider .slick-slide.slide01 {
  background-image: url(https://www.tachikawa-astel-ah.com/wp-content/uploads/2026/01/hero_img01.jpg);
}

.hero-slider .slick-slide.slide02 {
  background-image: url(../images/hero_img02.jpg);
}

.hero-slider .slick-slide.slide03 {
  background-image: url(../images/hero_img03.jpg);
}

.slide-start.l {
  -webkit-animation: slide-left 15s linear forwards;
  animation: slide-left 15s linear forwards;
}

.slide-start.r {
  -webkit-animation: slide-right 15s linear forwards;
  animation: slide-right 15s linear forwards;
}

.slide-start.z {
  -webkit-animation: slide-zoom 15s linear forwards;
  animation: slide-zoom 15s linear forwards;
}

@media all and (-ms-high-contrast: none) {

  .slide-start.l,
  .slide-start.r,
  .slide-start.z {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: scale(1.2) translateX(0);
    transform: scale(1.2) translateX(0);
  }

  100% {
    -webkit-transform: scale(1.2) translateX(-100px);
    transform: scale(1.2) translateX(-100px);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: scale(1.2) translateX(0);
    transform: scale(1.2) translateX(0);
  }

  100% {
    -webkit-transform: scale(1.2) translateX(-100px);
    transform: scale(1.2) translateX(-100px);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: scale(1.2) translateX(0);
    transform: scale(1.2) translateX(0);
  }

  100% {
    -webkit-transform: scale(1.2) translateX(100px);
    transform: scale(1.2) translateX(100px);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: scale(1.2) translateX(0);
    transform: scale(1.2) translateX(0);
  }

  100% {
    -webkit-transform: scale(1.2) translateX(100px);
    transform: scale(1.2) translateX(100px);
  }
}

@-webkit-keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*------------
Top contents
--------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 40px;
}

.t-ttl .en {
  font-family: "Dancing Script", cursive;
  font-size: 18px;
  font-weight: 700;
  color: #8BA6CC;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.t-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  line-height: 1.7;
}

.sec01 {
  position: relative;
  padding: 90px 0;
  margin-bottom: 80px;
}

.sec01:before {
  position: absolute;
  content: "";
  background: #F8F0FC;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec01:after {
  position: absolute;
  content: "";
  background: url(../images/sec01_illust.png) no-repeat;
  background-size: cover;
  width: 84px;
  height: 60px;
  bottom: 0;
  left: 160px;
  z-index: -1;
}

.sec01 .container,
.sec01 .pc-navi,
.sec01 .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec01-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec01 .t-ttl {
  text-align: left;
  margin-bottom: 15px;
}

.sec01 .t-news-list {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.sec01 .btn-more,
.sec01 .btn-more--back {
  width: 110px;
  font-size: 13px;
  padding: 3px 10px;
}

.sec02 {
  margin-bottom: 140px;
}

.sec02-btn {
  border: solid 5px #F8F0FC;
  border-radius: 10px;
  padding: 35px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: url(../images/sec02_bg.png) no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec02-btn span {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
  margin-left: 30px;
}

.sec02-btn:before {
  content: "";
  background: url(../images/share/icon_arrow_c.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec02-btn:hover {
  border: solid 5px #9A76AD;
}

.sec03 {
  margin-bottom: 90px;
}

.sec03-bg {
  position: relative;
}

.sec03-bg:before {
  position: absolute;
  content: "";
  background: #F8F0FC;
  width: 80%;
  height: 85%;
  bottom: -40px;
  right: 0;
  z-index: -1;
}

.sec03-bg:after {
  position: absolute;
  background-image: url(../images/sec03_illust03.png);
  content: "";
  width: 19px;
  height: 319px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  bottom: -360px;
  right: 100px;
  z-index: -10;
}

.sec03-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sec03-layout .t-ttl {
  text-align: left;
  margin-top: 20px;
}

.sec03-layout .l-img {
  margin-right: 95px;
  position: relative;
  width: 46%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sec03-layout .l-img:before {
  position: absolute;
  background-image: url(../images/sec03_illust01.png);
  content: "";
  width: 27%;
  height: 42%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  top: -70px;
  right: -40px;
}

.sec03-layout .l-img:after {
  position: absolute;
  background-image: url(../images/sec03_illust02.png);
  content: "";
  width: 25%;
  height: 33%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  bottom: -90px;
  left: -40px;
}

.sec03-layout .l-desc {
  max-width: 430px;
  width: 90%;
}

.sec03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 80px 0;
  gap: 80px 0;
}

.sec03-list .list-item {
  text-align: center;
  width: 33.3333333333%;
  padding: 0 15px;
}

.sec03-list .list-item:not(:last-child) {
  border-right: solid 1px #E8E8E8;
}

.sec03-list .liist-ttl {
  color: #8BA6CC;
  font-size: 20px;
  font-family: "Dancing Script", cursive;
}

.sec03-list .liist-num {
  font-size: 35px;
  font-family: "Dancing Script", cursive;
  line-height: 1;
}

.sec03-list .list-img {
  margin: 10px 0;
}

.sec03-list .list-img02 {
  margin: 10px 0 25px;
}

.sec03-list .list-txt {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 800px) {
  .sec03-list  {
    gap: 30px;
  }

  .sec03-list .list-txt {
    min-height: auto;
  }
}

.sec03-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec03-btn .btn-more--back:first-child {
  margin-right: 30px;
}

.sec03 .container,
.sec03 .pc-navi,
.sec03 .footer-main {
  position: relative;
}

.sec03-illust {
  position: absolute;
  bottom: -30%;
  left: -30%;
  width: 20%;
}

.sec04 {
  position: relative;
  margin-bottom: 160px;
}

.sec04:before {
  position: absolute;
  content: "";
  background: #F8F0FC;
  width: 100%;
  height: 50%;
  bottom: -60px;
  right: 0;
  z-index: -1;
}

.sec04:after {
  position: absolute;
  background-image: url(../images/sec03_illust03.png);
  content: "";
  width: 19px;
  height: 319px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  bottom: -380px;
  left: 100px;
}

.sec04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec04-list .list-item {
  width: calc(50% - 10px);
  height: 280px;
  position: relative;
}

.sec04-list .list-img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec04-list .btn-more,
.sec04-list .btn-more--back {
  width: 140px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 6px;
}

.sec04-list .btn-more:before,
.sec04-list .btn-more--back:before {
  right: 5px;
}

.sec05 {
  margin-bottom: 100px;
}

.sec05-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec05-list .list-item {
  width: calc(33.3333333333% - 10px);
}

.sec05-list .list-item a {
  display: block;
  text-align: center;
  padding: 40px 10px 30px;
  border: solid 5px #F8F0FC;
  border-radius: 10px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec05-list .list-item a:hover {
  border: solid 5px #9A76AD;
}

.sec05-list .list-ttl {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
  margin: 15px 0 10px;
}

.sec05-list .list-txt {
  text-align: left;
}

.sec05-list .list-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec05-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px 2.6%;
  margin-bottom: 40px;
}

.sec05-list02>li {
  border: solid 5px #F8F0FC;
  border-radius: 10px;
  background: #fff;
  position: relative;
  width: 23%;
}

.sec05-list02 .list-desc {
  background-color: #F8F0FC;
  padding: 20px;
  min-height: 130px;
}

.sec05-list02 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.sec05-list02 .list-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 10px;
}

.sec05-list02 .list-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9A76AD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.sec06 {
  margin-bottom: 130px;
}

.sec06 .container,
.sec06 .pc-navi,
.sec06 .footer-main {
  position: relative;
}

.sec06 .t-ttl {
  margin-bottom: 30px;
}

.sec06-txt {
  margin-bottom: 35px;
  text-align: center;
}

.sec06-list .list-item {
  width: 100%;
  height: 270px;
  position: relative;
}

.sec06-list .list-item:first-child {
  margin-bottom: 20px;
}

.sec06-list .list-img img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec06-list .btn-more,
.sec06-list .btn-more--back {
  width: 140px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 6px;
}

.sec06-list .btn-more:before,
.sec06-list .btn-more--back:before {
  right: 5px;
}

.sec06-illust {
  position: absolute;
}

.sec06-illust-01 {
  top: 0;
  right: -30%;
  width: 21%;
}

.sec06-illust-02 {
  bottom: -20%;
  left: -30%;
  width: 14%;
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .sec06-illust-01 {
    right: -5%;
    width: 15%;
  }
}

.sec07 {
  position: relative;
  margin-bottom: 150px;
}

.sec07:before {
  position: absolute;
  content: "";
  background: #F8F0FC;
  width: 100%;
  height: 85%;
  bottom: -60px;
  right: 0;
  z-index: -1;
}

.sec07:after {
  position: absolute;
  background-image: url(../images/sec03_illust03.png);
  content: "";
  width: 19px;
  height: 319px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  bottom: -380px;
  right: 100px;
  z-index: -10;
}

.sec07-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 30px;
}

.sec07-layout .t-ttl {
  text-align: left;
  margin-top: 30px;
}

.sec07-layout .l-img {
  margin-right: 50px;
  position: relative;
  width: 42%;
}

.sec07-layout .l-img:before {
  position: absolute;
  background-image: url(../images/sec07_illust01.png);
  content: "";
  width: 35%;
  height: 87%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  top: -60px;
  right: -20px;
}

.sec07-layout .l-img:after {
  position: absolute;
  background-image: url(../images/sec07_illust02.png);
  content: "";
  width: 34%;
  height: 23%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  bottom: -30px;
  left: -80px;
}

.sec07-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec07-layout .l-post {
  margin-left: 50%;
}

.sec07-layout .l-txt {
  margin-bottom: 15px;
}

.sec07-layout .l-work {
  font-size: 16px;
  color: #8E8A8A;
  line-height: 1.2;
}

.sec07-layout .l-name {
  font-size: 22px;
}

.sec07-layout .l-name span {
  font-size: 16px;
  color: #8E8A8A;
  margin-left: 20px;
}

.sec07-layout .btn-more,
.sec07-layout .btn-more--back {
  width: 210px;
  margin-top: 20px;
}

.sec08 {
  margin-bottom: 110px;
}

.sec08 .btn-more,
.sec08 .btn-more--back {
  margin: 0 auto;
}

.sec09 {
  margin-bottom: 110px;
}

.sec09 .map {
  position: relative;
}

.sec09 .sp-map {
  display: none;
}

.sec09-box {
  background: #fff;
  padding: 25px 30px 35px;
  position: absolute;
  top: 25%;
  right: 5%;
}

.sec09-box .t-ttl {
  margin-bottom: 20px;
  text-align: left;
}

.sec09-box .btn-more,
.sec09-box .btn-more--back {
  width: 270px;
  margin-top: 10px;
}

.sec10 {
  margin-bottom: 130px;
}

.sec10-layout {
  background-image: url(../images/sec10_bg.jpg);
  background-size: cover;
  height: 290px;
  background-repeat: no-repeat;
  position: relative;
}

.sec10-ttl {
  background: #fff;
  padding: 10px 40px;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-top: 120px;
}

.sec10-ttl:before {
  position: absolute;
  background-image: url(../images/sec10_img01.png);
  content: "";
  width: 107%;
  height: 175%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  top: -90px;
  right: -10px;
}

.sec10 .btn-more,
.sec10 .btn-more--back {
  width: 140px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 6px;
}

.sec10 .btn-more:before,
.sec10 .btn-more--back:before {
  right: 5px;
}

.sec11 {
  margin-bottom: 100px;
}

.sec11-txt {
  text-align: center;
  margin-bottom: 40px;
}

.sec12 {
  margin-bottom: 130px;
}

.sec12-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec12-layout+.sec12-layout {
  margin-top: 30px;
}

.sec12-layout .l-desc {
  white-space: nowrap;
  margin: 0 5.274vw 0 0;
  width: 325px;
}

.sec12-layout .l-ttl {
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 30px;
}

.sec12-layout .btn-more {
  margin-top: 35px;
}

.sec12-layout .l-instagram {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.business-calendar {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.business-calendar caption {
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.business-calendar caption span {
  color: #333;
  line-height: 1;
  font-size: 25px;
  margin: 0 10px;
  vertical-align: -1px;
}

.business-calendar-past a,
.business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-past a::before,
.business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.business-calendar-future a::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.business-calendar th {
  background: #FFFFFF;
  padding: 5px;
  width: 14%;
}

.business-calendar td {
  background: #FFFFFF;
  position: relative;
  padding: 5px;
  z-index: 0;
}

.business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar .today {
  text-decoration: underline;
}

.business-calendar .attr0,
.business-calendar .attr1,
.business-calendar .attr2,
.business-calendar .attr3,
.business-calendar .attr4,
.business-calendar .attr5 {
  color: #333;
}

.business-calendar .attr0::before,
.business-calendar .attr1::before,
.business-calendar .attr2::before,
.business-calendar .attr3::before,
.business-calendar .attr4::before,
.business-calendar .attr5::before {
  opacity: 1;
}

.business-calendar .attr0::before {
  background: #FEDEEF;
}

.business-calendar .attr1 {
  color: #fff;
}

.business-calendar .attr1::before {
  background: #9a76ad;
}

.business-calendar .attr2 {
  color: #fff;
}

.business-calendar .attr2::before {
  background: #acbeef;
}

.business-calendar .attr3 {
  color: #fff;
}

.business-calendar .attr3::before {
  background: #DBC8A3;
}

.business-calendar .attr4 {
  color: #fff;
}

.business-calendar .attr4::before {
  background: #a3dbb8;
}

.business-calendar .attr5 {
  color: #fff;
}

.business-calendar .attr5::before {
  background: #ffc000;
}

.list-event {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 30px auto 0;
  width: 50%;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 10px;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: #FEDEEF;
}

.list-event .event02 {
  color: #ACBEEF;
}

.list-event .event03 {
  color: #9A76AD;
}

.list-event .event04 {
  color: #DBC8A3;
}

.list-event .event05 {
  color: #a3dbb8;
}

.list-event .event06 {
  color: #ffc000;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .sec11 {
    margin-bottom: 50px;
  }

  .business-calendar {
    font-size: 16px;
  }

  .list-event {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 420px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  font-size: 24px;
  color: #B6A0C1;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  font-weight: bold;
  display: block;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 27px;
}

/*------------
Footer
--------------*/
.pagetop {
  background-color: #B6A0C1;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}

.pagetop:after {
  position: absolute;
  content: "";
  background: url(../images/share/icon_pagetop.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 17px;
  top: 37%;
  left: 0;
  right: 0;
  margin: auto;
}

.line {
  position: relative;
}

.line:after {
  position: absolute;
  content: "";
  background: url(../images/footer_illust.png) no-repeat;
  background-size: cover;
  width: 105px;
  height: 70px;
  bottom: 5px;
  right: 14%;
  z-index: -1;
}

.line hr {
  height: 5px;
  background: #9A76AD;
  border: solid 1px #9A76AD;
  margin: 5px 0;
}

.footer {
  background: #F8F0FC;
  border-top: solid 2px #9A76AD;
  overflow: hidden;
  padding: 60px 0 0;
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer .f-left {
  width: 55%;
}

.footer .f-logo {
  mix-blend-mode: multiply;
  max-width: 380px;
  margin-bottom: 15px;
}

.footer .f-add {
  font-size: 15px;
}

.footer .f-access {
  width: 120px;
  padding: 3px;
  margin-top: 10px;
  font-size: 13px;
}

.footer .f-access:before {
  right: 5px;
}

.footer .f-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 20px;
}

.footer .f-contact .btn-more,
.footer .f-contact .btn-more--back {
  margin-left: 20px;
  width: 150px;
  padding: 8px;
}

.footer .f-contact .btn-more:before,
.footer .f-contact .btn-more--back:before {
  right: 5px;
}

.footer .f-list .list-item {
  margin-bottom: 30px;
}

.footer .f-list .list-txt {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer .f-list .list-img:last-child {
  mix-blend-mode: multiply;
}

.footer .f-list a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .f-list a:hover {
  opacity: 0.6;
}

.footer .f-right {
  width: 67%;
  margin-left: 20px;
}

.footer .f-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-top: 10px;
}

.footer .f-banner a {
  border: solid 1px #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .f-banner a:hover {
  opacity: 0.6;
}

.footer .f-navi {
  background: #9A76AD;
  color: #fff;
  padding: 30px 0 40px;
}

.footer .f-navi-inr {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.footer .f-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .f-link li a {
  border-right: solid 1px #fff;
  padding: 0 25px;
}

.footer .f-link li:first-child a {
  border-left: solid 1px #fff;
}

.footer .f-link a:hover {
  text-decoration: underline;
}

.footer .f-link+.footer .f-link {
  margin-top: 10px;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.fixed-btn .item a {
  display: block;
  width: 85px;
  padding: 25px 5px 25px 10px;
  background-color: #9A76AD;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-btn .item a:focus-visible {
  background-color: #b196c0;
}

@media (any-hover: hover) {
  .fixed-btn .item a:hover {
    background-color: #b196c0;
  }
}

@media (max-width: 800px) {
  .fixed-btn {
    display: none;
  }
}

.time-table {
  margin-bottom: 20px;
}

.time-table .ttl {
  width: 30%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #B6A0C1;
}

.time-table-grid {
  margin-bottom: 10px;
  border: solid 1px #B6A0C1;
  font-size: 14px;
}

.time-table-date {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.time-table-cell {
  width: 14.2857142857%;
  padding: 15px 3px;
  text-align: center;
  color: #B6A0C1;
}

.time-table-cell:last-child {
  border-right: 0;
}

.time-table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.time-table-box:first-child {
  background: #B6A0C1;
}

.time-table-box:first-child .time-table-cell {
  color: #fff;
}

.time-table-box:nth-child(2) {
  border-bottom: solid 1px #B6A0C1;
}

.time-table .color {
  color: #fff;
}

.time-table-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.time-table-note .txt {
  font-size: 14px;
}

.time-table-note .txt span {
  font-size: 12px;
  display: block;
  line-height: 1.5;
}

.time-table-note .btn-more,
.time-table-note .btn-more--back,
.time-table .link {
  width: 130px;
  padding: 3px;
  font-size: 13px;
}

.time-table-note .btn-more:before,
.time-table-note .btn-more--back:before {
  right: 5px;
}

/*------------
Button
--------------*/
.btn-more,
.btn-more--back {
  display: block;
  width: 240px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #9A76AD;
  border: 1px solid #9A76AD;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.btn-more:before,
.btn-more--back:before {
  content: "";
  background: url(../images/share/icon_arrow.png) no-repeat;
  background-size: cover;
  width: 17px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-more:hover,
.btn-more--back:hover {
  color: #9A76AD;
  background-color: #fff;
  border: 1px solid #9A76AD;
}

.btn-more:hover:before,
.btn-more--back:hover:before {
  background: url(../images/share/icon_arrow_h.png) no-repeat;
}

.btn-more--back:before {
  display: none;
}

/*------------
Under layout
--------------*/
.u-top-common {
  position: relative;
  margin-bottom: 70px;
}

.u-top-common:before {
  position: absolute;
  content: "";
  background: #F8F0FC;
  width: 30%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: -1;
}

.u-top-common .u-top-inr {
  background: url(../images/under/u_top_common.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 230px 10px 220px;
  max-width: 1500px;
  width: 80%;
  margin-left: auto;
}

.u-top-common .page-ttl {
  position: absolute;
  top: 40%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.2;
}

.u-top-common .page-ttl:before {
  content: "";
  background: url(../images/under/u_top_common_illust.png) no-repeat;
  background-size: cover;
  width: 108px;
  height: 143px;
  position: absolute;
  left: -70px;
  top: -30px;
  z-index: -1;
}

.u-top-common .page-ttl .en {
  font-size: 18px;
  font-family: "Dancing Script", cursive;
  color: #8BA6CC;
  display: block;
  margin-bottom: 10px;
}

.u-top-common .page-ttl .jp {
  font-size: 45px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
  display: block;
}

@media screen and (max-width: 1070px) and (min-width: 801px) {
  .u-top-common .page-ttl .en {
    font-size: 16px;
  }

  .u-top-common .page-ttl .jp {
    font-size: 38px;
  }
}

.breadcrumb {
  margin-bottom: 80px;
}

.breadcrumb ul {
  font-size: 12px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
  vertical-align: 1px;
}

.breadcrumb a:hover {
  color: #9A76AD;
}

.breadcrumb .ttl-only {
  display: none;
}

.u-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-instagram .l-desc {
  white-space: nowrap;
  margin: 0 5.274vw 0 0;
}

.u-instagram .l-ttl {
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 30px;
}

.u-instagram .btn-more {
  margin-top: 35px;
}

.u-instagram .l-instagram {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*------------
Under parts
--------------*/
.u-h2,
.post-category-ttl {
  font-size: 32px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 100px;
  position: relative;
  letter-spacing: 4px;
}

.u-h2:before,
.post-category-ttl:before {
  content: "";
  background: url(../images/under/u_h2.png) no-repeat;
  background-size: cover;
  width: 133px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}

.u-h3,
.dl-privacy dt,
.post-ttl {
  font-size: 26px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.u-h4,
.postdata h1 {
  font-size: 22px;
  color: #9A76AD;
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.u-h4:before,
.postdata h1:before {
  content: "";
  background: url(../images/under/u_h4.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.u-ttl-wrap h3 {
  font-size: 26px;
}

.u-ttl-wrap .btn-more,
.u-ttl-wrap .btn-more--back {
  width: 130px;
  padding: 3px;
  font-size: 13px;
}

.tall {
  overflow: hidden;
  margin-bottom: 160px;
}

.tall:last-child {
  margin-bottom: 200px;
}

.tall--s {
  margin-bottom: 80px;
}

.bg--01 {
  background: #F8F0FC;
  padding: 100px 0;
}

.bg--02,
.bg--03,
.bg--04 {
  background: #F8F0FC;
  padding: 80px 0 100px;
  position: relative;
}

.bg--02:after,
.bg--03:after,
.bg--04:after {
  position: absolute;
  content: "";
  background: url(../images/under/u_illust02.png) no-repeat;
  background-size: cover;
  width: 84px;
  height: 60px;
  bottom: 0;
  right: 14%;
}

.bg--03:after {
  background: url(../images/footer_illust.png) no-repeat;
  width: 105px;
  height: 70px;
}

.bg--04:after {
  background: url(../images/under/u_illust03.png) no-repeat;
  width: 182px;
  height: 60px;
}

.t-align {
  text-align: center;
}

.txt-link {
  text-decoration: underline;
  color: #9A76AD;
}

.txt-note {
  font-size: 13px;
}

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style01 .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}

.l-style01 .l-img.small {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.l-style01 .l-img.large {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style01 .l-desc {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
}

.l-style01 .l-ttl,
.l-style01 .l-ttl-02 {
  font-size: 26px;
  padding-left: 35px;
  margin-bottom: 30px;
  position: relative;
}

.l-style01 .l-ttl:before,
.l-style01 .l-ttl-02:before {
  content: "";
  background: url(../images/under/u_illust01.png) no-repeat;
  background-size: cover;
  width: 19px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-style01 .l-ttl-02 {
  font-size: 24px;
}

.l-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-style02 .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}

.l-style02 .l-img.small {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.l-style02 .l-img.large {
  margin: 0 -10% 0 7.5%;
  position: relative;
}

.l-style02 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style02 .l-ttl,
.l-style02 .l-style01 .l-ttl-02,
.l-style01 .l-style02 .l-ttl-02 {
  font-size: 26px;
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 30px;
  position: relative;
}

.l-style02 .l-ttl:before,
.l-style02 .l-style01 .l-ttl-02:before,
.l-style01 .l-style02 .l-ttl-02:before {
  content: "";
  background: url(../images/under/u_illust01.png) no-repeat;
  background-size: cover;
  width: 19px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style03 .l-img {
  width: 40%;
}

.l-style03 .l-desc {
  background: #8BA6CC;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style04 .l-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style04 .l-item:not(:last-child) {
  margin-bottom: 60px;
}

.l-style04 .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style04 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: solid 1px #E8E8E8;
  padding-left: 40px;
}

.l-style04 .l-txt {
  margin-bottom: 40px;
}

.l-style04 .table-style01,
.l-style04 .table-style02,
.l-style04 .table-style03 {
  margin-bottom: 30px;
  font-size: 13px;
}

.l-style04 .table-style01 th,
.l-style04 .table-style02 th,
.l-style04 .table-style03 th {
  width: 67%;
}

.l-style04 .table-style01 td,
.l-style04 .table-style02 td,
.l-style04 .table-style03 td {
  padding: 10px 20px;
}

.l-style04 .l-box {
  background: #F8F0FC;
  padding: 30px;
}

.l-style04 .l-box .box-ttl {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
  line-height: 1.7;
}

.l-style04 .list-txt a:hover {
  text-decoration: underline;
}

.list-col1 .item:not(:last-child) {
  margin-bottom: 100px;
}

.list-col1 .item--s:not(:last-child) {
  margin-bottom: 60px;
}

.list-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col2 .list-item {
  width: 48%;
}

.list-col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}

.list-col2 .list-item+.list-item+.list-item {
  margin-top: 30px;
}

.list-col2 .list-img {
  margin-bottom: 20px;
}

.list-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.list-col3 .list-item {
  width: calc(33.3333333333% - 20px);
}

.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-col3 .list-img {
  margin-bottom: 20px;
}

.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.list-col4 .list-item {
  width: calc(25% - 20px);
}

.list-col4 .list-item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.list-col4 .list-item:nth-child(n+5) {
  margin-top: 30px;
}

.list-col4 .list-img {
  margin-bottom: 10px;
}

.list-col4 .list-ttl {
  font-size: 18px;
  text-align: center;
}

.list-card-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card-col2 .list-item {
  background: #F8F0FC;
  border-top: solid 2px #9A76AD;
  padding: 30px;
  width: 48%;
}

.list-card-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-card-col2 .list-item+.list-item+.list-item {
  margin-top: 40px;
}

.list-card-col2 .list-img {
  margin-bottom: 20px;
}

.list-card-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.list-card-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card-col3 .list-item {
  width: calc(33.3333333333% - 20px);
  padding: 30px;
  background: #F8F0FC;
  border-top: solid 2px #9A76AD;
}

.list-card-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-card-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-card-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

.list-card-col3 .list-icon {
  margin-bottom: 10px;
  height: 60px;
}

.list-card-col3 .btn-more,
.list-card-col3 .btn-more--back {
  width: 100%;
  margin: 0 auto;
}

.list-txt li {
  position: relative;
  padding-left: 15px;
}

.list-txt li:before {
  content: "";
  background: #9A76AD;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

.list-txt.col2,
.list-txt.col3,
.list-txt.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-txt.col2 li {
  width: 48%;
}

.list-txt.col2 li:nth-child(odd) {
  margin-right: 4%;
}

.list-txt.col3 li {
  width: 32%;
}

.list-txt.col3 li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-txt.col4 li {
  width: 25%;
  padding-right: 20px;
}

.list-check li {
  position: relative;
  padding-left: 15px;
}

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #9A76AD;
  border-bottom: 2px solid #9A76AD;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-check.col2,
.list-check.col3,
.list-check.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-check.col2 li {
  width: 48%;
}

.list-check.col2 li:nth-child(odd) {
  margin-right: 4%;
}

.list-check.col3 li {
  width: 32%;
}

.list-check.col3 li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-check.col4 li {
  width: 25%;
  padding-right: 20px;
}

.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link li:last-child::after {
  display: none;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_arrow_bottom.png) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

.list-box .list-img {
  margin-bottom: 0;
}

.list-box .list-item {
  border-radius: 10px;
  border: solid 5px #F8F0FC;
  padding: 35px 40px;
  background: #fff;
}

.list-box .list-item:nth-child(1) .list-txt,
.list-box .list-item:nth-child(2) .list-txt {
  min-height: 180px;
}

.list-box .list-item:nth-child(3) .list-txt,
.list-box .list-item:nth-child(4) .list-txt,
.list-box .list-item:nth-child(6) .list-txt {
  min-height: 150px;
}

.list-box .list-item:nth-child(5) .list-txt,
.list-box .list-item:nth-child(7) .list-txt,
.list-box .list-item:nth-child(8) .list-txt {
  min-height: 210px;
}

.list-box .list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #E8E8E8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.list-box .list-ttl {
  color: #9A76AD;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 30px;
}

.list-box .list-ttl.tac {
  margin: 0;
}

.list-box .list-txt {
  margin-bottom: 10px;
}

.list-box .list-point {
  background: #F8F0FC;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-box .list-point .list-check {
  font-size: 14px;
  width: 50%;
}

.list-box-02 .list-item {
  padding: 50px 40px;
  border-radius: 10px;
  border: solid 5px #F8F0FC;
  background: #fff;
}

.list-box-02 .list-ttl {
  color: #9A76AD;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.flow-type01 {
  border: 1px solid #9A76AD;
  padding: 50px 30px;
}

.flow-type01 .l-item {
  position: relative;
}

.flow-type01 .l-item:not(:last-child) {
  border-bottom: 1px solid #9A76AD;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.flow-type01 .l-item:not(:last-child)::before,
.flow-type01 .l-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
}

.flow-type01 .l-item:not(:last-child)::before {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #9A76AD;
  border-right: 2px solid #9A76AD;
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.flow-type01 .l-item:not(:last-child)::after {
  background: #fff;
  width: 70px;
  height: 20px;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.flow-type01 .l-ttl,
.flow-type01 .l-style01 .l-ttl-02,
.l-style01 .flow-type01 .l-ttl-02 {
  display: inline-block;
  font-size: 24px;
  color: #9A76AD;
  margin-bottom: 20px;
}

.flow-type01 .l-ttl span,
.flow-type01 .l-ttl .num,
.flow-type01 .l-style01 .l-ttl-02 span,
.l-style01 .flow-type01 .l-ttl-02 span {
  background: #9A76AD;
  display: inline-block;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 6px;
  position: relative;
}

.flow-type01 .l-ttl span::after,
.flow-type01 .l-ttl .num::after,
.flow-type01 .l-style01 .l-ttl-02 span::after,
.l-style01 .flow-type01 .l-ttl-02 span::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #9A76AD;
  position: absolute;
  top: 0;
  right: -7px;
}

.flow-type01 .l-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-type01 .l-link a:last-child {
  margin-left: 20px;
}

.staff-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.staff-layout .l-img {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
  position: relative;
}

.staff-layout .l-img:before {
  position: absolute;
  background-image: url(../images/sec07_illust01.png);
  content: "";
  width: 35%;
  height: 87%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  top: -60px;
  right: -20px;
}

.staff-layout .l-img:after {
  position: absolute;
  background-image: url(../images/sec07_illust02.png);
  content: "";
  width: 34%;
  height: 23%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  bottom: 10px;
  left: -70px;
}

.staff-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 80px;
}

.staff-layout .job {
  font-size: 16px;
  color: #8E8A8A;
}

.staff-layout .name {
  margin-bottom: 30px;
}

.staff-layout .jp {
  font-size: 24px;
  margin-right: 25px;
}

.staff-layout .en {
  font-size: 16px;
  color: #8E8A8A;
}

.staff-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-profile .item {
  width: 48%;
  background: #fff;
  padding: 30px;
  border: solid 1px #B6A0C1;
}

.staff-profile .item:not(:last-child) {
  margin-right: 4%;
}

.staff-profile .ttl {
  font-size: 22px;
  color: #9A76AD;
  margin-bottom: 10px;
}

.staff-profile-list {
  font-size: 14px;
}

.staff-profile-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-profile-list .data {
  width: 15%;
}

.staff-profile-list .txt {
  width: 85%;
}

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-list .list-item {
  background: #fff;
  border: solid 5px #F8F0FC;
  padding: 40px;
  border-radius: 10px;
}

.staff-list .list-item .img {
  margin-bottom: 30px;
}

.staff-list .list-item .txt {
  min-height: 120px;
  margin-bottom: 20px;
}

.staff-list .list-item .name {
  margin-bottom: 20px;
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 10px;
}

.staff-list .list-item .jp {
  font-size: 24px;
  margin-right: 25px;
}

.staff-list .list-item .en {
  font-size: 16px;
  color: #8E8A8A;
}

.staff-list .list-item .table-style01,
.staff-list .list-item .table-style02,
.staff-list .list-item .table-style03 {
  font-size: 14px;
}

.staff-list .list-item .table-style01 td,
.staff-list .list-item .table-style02 td,
.staff-list .list-item .table-style03 td {
  padding: 10px 20px;
}

.dl-privacy:not(:last-child) {
  margin-bottom: 60px;
}

.dl-privacy dt {
  line-height: 1.7;
}

.table-style01,
.table-style02,
.table-style03 {
  border: 1px solid #B6A0C1;
}

.table-style01 tr:not(:last-child) th,
.table-style02 tr:not(:last-child) th,
.table-style03 tr:not(:last-child) th {
  border-bottom: solid 1px #fff;
}

.table-style01 tr:not(:last-child) td,
.table-style02 tr:not(:last-child) td,
.table-style03 tr:not(:last-child) td {
  border-bottom: solid 1px #B6A0C1;
}

.table-style01 th,
.table-style02 th,
.table-style03 th {
  background-color: #B6A0C1;
  padding: 15px;
  width: 30%;
  color: #fff;
}

.table-style01 td,
.table-style02 td,
.table-style03 td {
  padding: 10px 30px;
  background: #fff;
}

.u-time-table .btn-more,
.u-time-table .btn-more--back,
.time-table .link {
  width: 240px;
}

.time-table .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.time-table .link a+a {
  margin-left: 10px;
}

.box-style01 {
  background-color: #F8F0FC;
  padding: 40px 60px;
}

.box-style01 .box-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
  line-height: 1.7;
  text-align: center;
}

.box-style01 .box-ttl.tal {
  text-align: left;
}

.box-style01 .box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-style01 .box-layout .l-txt {
  font-size: 14px;
  width: 70%;
}

.box-style01 .box-layout .l-link {
  margin-left: 60px;
}

.box-style01 .box-layout .l-link .tel {
  font-size: 25px;
  margin-bottom: 20px;
}

.box-style01 .box-layout .l-link .btn-more,
.box-style01 .box-layout .l-link .btn-more--back {
  width: 200px;
}

.box-style01 .l-style02 .box-ttl {
  text-align: left;
}

.box-style02 {
  border: solid 1px #B6A0C1;
  padding: 35px 40px;
}

.box-style02 time {
  font-size: 14px;
}

.box-style02 .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
}

.box-style02 .box-top:hover .box-ttl {
  text-decoration: underline;
}

.box-style02 .box-ttl {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
  line-height: 1.7;
  margin-left: 40px;
}

.box-style02 .box-txt {
  font-size: 14px;
}

.u-contents .sec04-list .btn-more,
.u-contents .sec04-list .btn-more--back {
  width: 190px;
}

.u-slider03 {
  padding: 0 20px;
}

.u-slider03-img {
  margin-bottom: 20px;
}

.u-slider03-txt {
  text-align: center;
}

.u-slider03 .slick-prev,
.u-slider03 .slick-next {
  width: 20px;
  height: 20px;
  border-top: 3px solid #DBC8A3;
}

.u-slider03 .slick-prev {
  left: 20px;
  border-left: 3px solid #DBC8A3;
}

.u-slider03 .slick-next {
  right: 20px;
  border-right: 3px solid #DBC8A3;
}

.u-slider03 .slick-dots {
  bottom: 60px;
}

.effect,
.effect-pc {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.effect--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.effect-pc--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.effect-each {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.effect-each--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #9A76AD;
  z-index: 3000000;
}

#loader {
  display: none;
  position: fixed;
  top: 60%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 4000000;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.loadingNone {
  -webkit-animation: loadingAnime 1s forwards;
  animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-content {
  background: #fff;
  left: 50%;
  padding: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1024px;
  width: 70%;
  height: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 80%;
}

.modal-close-btn {
  position: absolute;
  top: -14px;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
}

.modal-img {
  text-align: center;
}

.modal-open .list-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  cursor: hand;
}

.modal-open .list-img img:hover {
  opacity: 0.8;
}

.modal-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-layout .l-img {
  width: 38%;
}

.modal-layout .l-desc {
  margin-left: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-layout .l-ttl,
.modal-layout .l-style01 .l-ttl-02,
.l-style01 .modal-layout .l-ttl-02 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

/*-----------------------------------------------------------
お問い合わせ（レイアウト）
-----------------------------------------------------------*/
.contact-form-box {
  margin-bottom: 40px;
}

.contact-form .dl-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
}

.contact-form .dl-contact dt {
  padding: 30px 20px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
}

.contact-form .dl-contact dd {
  padding: 30px 20px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.contact-form .dl-contact .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form .dl-contact .hissu {
  border: 1px solid #9A76AD;
  color: #9A76AD;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
}

.box-contact {
  background-color: #fff;
  border: solid 5px #F8F0FC;
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 10px;
}

.box-contact .box-ttl {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9A76AD;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9A76AD;
}

.box-contact .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-contact .tel {
  font-size: 32px;
  margin-right: 50px;
  padding-left: 30px;
  position: relative;
}

.box-contact .tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.png) no-repeat;
  background-size: cover;
  width: 17px;
  height: 23px;
}

.box-contact .time-box {
  width: 45%;
}

.box-contact .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.box-contact .time dt {
  width: 60px;
  margin-right: 20px;
}

.box-contact .time dd:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form .dl-contact {
    display: block;
  }

  .contact-form .dl-contact dt {
    padding: 30px 0 0;
  }

  .contact-form .dl-contact dd {
    padding: 20px 0 30px;
  }

  .contact-form .dl-contact .ttl {
    display: block;
  }

  .contact-form .dl-contact .hissu {
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
  }

  .box-contact {
    padding: 25px;
  }

  .box-contact .box-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .box-contact .wrapper {
    display: block;
  }

  .box-contact .tel {
    text-align: center;
    font-size: 24px;
    margin-right: 0;
  }

  .box-contact .tel:before {
    left: 35px;
  }

  .box-contact .time-box {
    width: 100%;
    margin-top: 10px;
  }

  .box-contact .time {
    margin-top: 0px;
  }

  .box-contact .time dt {
    margin-right: 10px;
  }

  .box-contact .time dd:not(:last-child) {
    margin-right: 15px;
  }

  .box-contact .time dd {
    text-align: left;
  }
}

/*-----------------------------------------------------------
お問い合わせ（パーツ）
-----------------------------------------------------------*/
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form textarea {
  height: 200px;
  resize: vertical;
}

.contact-form input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #9A76AD;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap:after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #9A76AD transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .mwform-tel-field input[type=text] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form .mwform-zip-field input[type=text] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form .submit-btn input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
  text-align: center;
  display: block;
  background: #9A76AD;
}

.contact-form .submit-btn input[type=submit].btn-back {
  background: #ccc;
  margin-right: 50px;
}

.contact-form .submit-btn input[type=submit]:hover {
  opacity: 0.7;
}

.mw_wp_form_confirm .select-wrap:after {
  display: none;
}

.mw_wp_form_confirm .age-data:after {
  top: 8px;
  left: auto;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form textarea {
    height: 160px;
  }

  .contact-form .submit-btn {
    display: block;
  }

  .contact-form .submit-btn input[type=submit].btn-more,
  .contact-form .submit-btn input[type=submit].btn-more--back {
    width: 100%;
  }

  .contact-form .submit-btn input[type=submit].btn-back {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 40px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*TOPページ用：お知らせ*/
.t-news-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}

.t-news-list .list-cat {
  display: inline-block;
}

.t-news-list time {
  margin-right: 30px;
}

.t-news-list .list-txt {
  font-size: 14px;
}

.t-news-list a:hover {
  text-decoration: underline;
}

.scrollarea {
  height: 230px;
  overflow: auto;
  padding-right: 20px;
}

.scrollarea::-webkit-scrollbar {
  width: 5px;
  background: #F7F6F4;
}

.scrollarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F7F6F4;
}

.scrollarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9A76AD;
}

/*TOPページ用：ブログ*/
.list-top-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.list-top-blog .list-item {
  width: 25%;
}

.list-top-blog .list-item a {
  display: block;
}

.list-top-blog .list-item a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-top-blog .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border: solid 1px #B6A0C1;
}

.list-top-blog .list-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-top-blog .list-ttl {
  font-family: inherit;
}

.list-top-blog time {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}

/*普通投稿*/
.list-post-type01 {
  margin-bottom: 100px;
}

.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.post-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-layout .post-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-layout .post-desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata {
  margin-bottom: 60px;
}

.postdata h2 {
  font-size: 20px;
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.4;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}

.postdata h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #8BA6CC;
}

.postdata h3 {
  font-size: 20px;
  color: #9A76AD;
  font-family: "Noto Sans JP", sans-serif;
}

.postdata h4 {
  font-size: 20px;
  color: #8BA6CC;
  font-family: "Noto Sans JP", sans-serif;
}

.postdata h5 {
  font-size: 18px;
  color: #9A76AD;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #9A76AD;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 18px;
  color: #8BA6CC;
  font-family: "Noto Sans JP", sans-serif;
}

.postdata h6:after {
  content: "-";
  color: #8BA6CC;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.post-data time {
  font-size: 14px;
  color: #9A76AD;
  line-height: 1;
}

.post-data .post-category01 {
  margin-left: 20px;
}

.post-category01 {
  background-color: #F8F0FC;
  color: #9A76AD;
  line-height: 1;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:last-child) {
  position: relative;
  padding-right: 30px;
}

.post-category01 span:not(:last-child):before {
  content: "/";
  position: absolute;
  right: 10px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #9A76AD;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #9A76AD;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Noto Sans JP", sans-serif;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #000;
}

.post-number .current {
  color: #000;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Noto Sans JP", sans-serif;
}

.post-number-single a {
  display: inline-block;
  color: #000;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*TOPページ用：お知らせ*/
  .t-news-list {
    margin-bottom: 20px;
  }

  .t-news-list a {
    display: block;
  }

  .t-news-list .list-item {
    display: block;
    padding: 0 0px 10px;
  }

  .t-news-list time {
    font-size: 13px;
  }

  .scrollarea {
    height: 200px;
  }

  /*TOPページ用：ブログ*/
  .list-top-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .list-top-blog .list-item {
    width: calc(50% - 10px);
  }

  .list-top-blog .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-top-blog .list-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .list-top-blog .list-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .list-top-blog .list-img {
    margin-bottom: 10px;
  }

  .list-top-blog .list-img img {
    height: 120px;
  }

  .list-top-blog time {
    font-size: 13px;
  }

  /*普通投稿*/
  .list-post-type01 {
    margin-bottom: 80px;
  }

  .list-post-type01 .item:not(:last-child) {
    margin-bottom: 60px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
}

/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fade:hover {
  opacity: 0.75;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-weight: bold;
}

.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe7a5));
  background: linear-gradient(transparent 50%, #ffe7a5 50%);
}

.underline {
  text-decoration: underline;
}

.fo-red {
  color: #e12b2b;
}

.notice {
  font-size: 14px;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}

.m-auto {
  margin: 0 auto;
}

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

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

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

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

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

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

.mt10 {
  margin-top: 10px;
}

.pd15 {
  padding: 15px !important;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.w100 {
  width: 100%;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  .anchor,
  .anchor_lg {
    margin-top: -50px;
    padding-top: 50px;
  }

  /*-------------
  Body
  -------------*/
  body {
    font-size: 15px;
    line-height: 1.8;
    overflow-x: hidden;
  }

  .container,
  .pc-navi,
  .footer-main {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }

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

  /*------------
  Header
  --------------*/
  .header {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header.is-fixed {
    background: rgba(255, 255, 255, 0.7);
  }

  .header:before {
    width: 50%;
  }

  .header.is-fixed:before {
    display: none;
  }

  .header .h-contact {
    display: none;
  }

  .header-left {
    padding: 10px 0;
  }

  .header-left .h-logo img {
    width: 40%;
    top: 10px;
    left: 20px;
  }

  .dl-time {
    font-size: 15px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }

  .sp-navi {
    display: none;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .sp-navi.is-open {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 80px 20px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
  }

  .sp-navi-list {
    margin-bottom: 20px;
    display: block;
  }

  .sp-navi-list .item {
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #ddd;
  }

  .sp-navi-list .item .item-link {
    font-weight: 700;
    display: block;
    position: relative;
    padding: 10px 0;
  }

  .sp-navi-list .item .en {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #9A76AD;
  }

  .sp-navi-list .item .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
  }

  .sp-navi .sp-navi-contact-txt {
    margin-bottom: 20px;
  }

  .sp-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #8BA6CC transparent transparent transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }

  .sp-dropdown.is-on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sp-dropdown .sp-navi-child {
    padding: 0 0 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-dropdown .sp-navi-child li {
    padding-left: 10px;
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
  }

  .sp-dropdown .sp-navi-child li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #8BA6CC;
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -3px;
  }

  .sp-dropdown .sp-navi-child li a {
    display: inline-block;
    width: 100%;
  }

  .humberger {
    cursor: pointer;
    display: block;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    z-index: 9999;
    background: #9A76AD;
  }

  .humberger span {
    background: #fff;
    position: absolute;
    width: 20px;
    height: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 14px;
  }

  .humberger span:nth-of-type(1) {
    top: 35%;
  }

  .humberger span:nth-of-type(2) {
    top: 50%;
  }

  .humberger span:nth-of-type(3) {
    bottom: 35%;
  }

  .humberger.is-open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .humberger.is-open span:nth-of-type(2) {
    display: none;
  }

  .humberger.is-open span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .btn-following {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 100%;
    border-top: 1px solid #9A76AD;
  }

  .btn-following li {
    border: none;
    width: 33.3333333333%;
    height: 50px;
    background-color: #fff;
    background-image: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-following li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    color: #9A76AD;
    font-size: 10px;
    position: relative;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 20px;
  }

  .btn-following li a:before {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
  }

  .btn-following li:nth-child(1) a:before {
    background-image: url(../images/share/icon_tel_sp.png);
    background-size: cover;
    width: 10px;
    height: 14px;
  }

  .btn-following li:nth-child(2) a:before {
    background-image: url(../images/share/icon_mail_sp.png);
    background-size: cover;
    width: 14px;
    height: 11px;
  }

  .btn-following li:nth-child(3) a:before {
    background-image: url(../images/share/icon_map_sp.png);
    background-size: cover;
    width: 19px;
    height: 13px;
  }

  .btn-following li:nth-child(4) a:before {
    background-image: url(../images/share/icon_pagetop_sp.png);
    background-size: cover;
    width: 17px;
    height: 7px;
  }

  .btn-following li:not(:last-child) {
    margin-bottom: 0;
    border-right: 1px solid #9A76AD;
  }

  /*------------
  Hero
  --------------*/
  .hero {
    margin-top: 50px;
  }

  .hero:before {
    width: 50%;
    left: 0;
    height: 100%;
  }

  .hero-img {
    margin-left: 70px;
  }

  .hero-ttl {
    left: 20px;
    font-size: 20px;
  }

  .hero-ttl span {
    font-size: 28px;
  }

  .hero-ttl:before {
    top: -20px;
    left: -30px;
  }

  .hero-slider .slick-slide.slide01 {
    background-image: url(https://www.tachikawa-astel-ah.com/wp-content/uploads/2026/01/hero_img01_sp.jpg);
  }

  .hero-slider .slick-slide.slide02 {
    background-image: url(../images/hero_img02_sp.jpg);
  }

  .hero-slider .slick-slide.slide03 {
    background-image: url(../images/hero_img03_sp.jpg);
  }

  .hero-slider .slick-slide {
    max-height: 300px;
  }

  @-webkit-keyframes slide-left {
    0% {
      -webkit-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }

    100% {
      -webkit-transform: scale(1.2) translateX(-50px);
      transform: scale(1.2) translateX(-50px);
    }
  }

  @keyframes slide-left {
    0% {
      -webkit-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }

    100% {
      -webkit-transform: scale(1.2) translateX(-50px);
      transform: scale(1.2) translateX(-50px);
    }
  }

  @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }

    100% {
      -webkit-transform: scale(1.2) translateX(50px);
      transform: scale(1.2) translateX(50px);
    }
  }

  @keyframes slide-right {
    0% {
      -webkit-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }

    100% {
      -webkit-transform: scale(1.2) translateX(50px);
      transform: scale(1.2) translateX(50px);
    }
  }

  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 30px;
  }

  .t-ttl .jp {
    font-size: 26px;
    line-height: 1.4;
  }

  .t-ttl .en {
    font-size: 14px;
  }

  .sec01 {
    padding: 40px 0 100px;
    margin-bottom: 30px;
  }

  .sec01:before {
    width: 50%;
    left: 0;
  }

  .sec01:after {
    left: 20px;
  }

  .sec01 .container,
  .sec01 .pc-navi,
  .sec01 .footer-main {
    display: block;
  }

  .sec01 .t-ttl {
    margin-bottom: 20px;
  }

  .sec02 {
    margin-bottom: 50px;
  }

  .sec02-btn {
    padding: 15px 10px;
  }

  .sec02-btn span {
    font-size: 18px;
    margin-left: 10px;
    line-height: 1.4;
  }

  .sec02-btn:before {
    top: 80%;
    right: 10px;
  }

  .sec03 .t-ttl {
    text-align: center;
    margin: 0 0 30px;
  }

  .sec03-bg:before {
    width: 100%;
  }

  .sec03-bg:after {
    display: none;
  }

  .sec03-layout {
    display: block;
  }

  .sec03-layout .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec03-layout .l-img:before {
    top: -20px;
    right: -10px;
  }

  .sec03-layout .l-img:after {
    bottom: -10px;
    left: -20px;
  }

  .sec03-layout .l-desc {
    width: 100%;
  }

  .sec03-list {
    display: block;
    margin: 40px 0 0;
  }

  .sec03-list .list-item {
    width: 100%;
    padding: 25px 0 30px;
  }

  .sec03-list .list-item:not(:last-child) {
    border-right: 0;
    border-bottom: solid 1px #E8E8E8;
  }

  .sec03-btn .btn-more--back:first-child {
    margin-right: 10px;
  }

  .sec04 {
    margin-bottom: 90px;
  }

  .sec04:before {
    height: 80%;
    bottom: -40px;
  }

  .sec04:after {
    display: none;
  }

  .sec04-list {
    display: block;
  }

  .sec04-list .list-item {
    width: 100%;
    height: 190px;
  }

  .sec04-list .list-item:first-child {
    margin-bottom: 20px;
  }

  .sec04-list .list-img img {
    height: 190px;
  }

  .sec04-list .btn-more,
  .sec04-list .btn-more--back {
    padding: 3px;
  }

  .sec05 {
    margin-bottom: 70px;
  }

  .sec05-list {
    display: block;
  }

  .sec05-list .list-item {
    width: 100%;
  }

  .sec05-list .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .sec05-list .list-item a {
    padding: 20px 10px 25px;
  }

  .sec05-list .list-img {
    width: 30%;
    margin: 0 auto;
  }

  .sec05-list02 {
    display: grid;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-gap: 25px;
  }

  .sec05-list02>li {
    width: 100%;
  }

  .sec05-list02 .list-desc {
    min-height: 0;
  }

  .sec05-list02 .list-check {
    display: table;
    margin: 0 auto;
  }

  .sec05-list02 .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec05-list02 .list-ttl {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .sec06 {
    margin-bottom: 80px;
  }

  .sec06-txt {
    margin-bottom: 20px;
  }

  .sec06-list .list-item {
    height: 227px;
  }

  .sec06-list .list-img img {
    height: 227px;
  }

  .sec06-list .btn-more,
  .sec06-list .btn-more--back {
    padding: 3px;
  }

  .sec07 {
    margin-bottom: 100px;
  }

  .sec07:before {
    height: 80%;
    bottom: -40px;
  }

  .sec07:after {
    display: none;
  }

  .sec07 .t-ttl {
    text-align: center;
  }

  .sec07-layout {
    display: block;
    padding: 0;
  }

  .sec07-layout .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec07-layout .l-img:after {
    bottom: -20px;
    left: -40px;
  }

  .sec07-layout .l-desc {
    width: 100%;
  }

  .sec07-layout .l-post {
    margin-left: 0;
  }

  .sec07-layout .l-work {
    font-size: 14px;
  }

  .sec07-layout .l-txt {
    margin-bottom: 20px;
  }

  .sec07-layout .btn-more,
  .sec07-layout .btn-more--back {
    width: 100%;
    margin-top: 10px;
  }

  .sec08 {
    margin-bottom: 80px;
  }

  .sec09 {
    margin-bottom: 60px;
  }

  .sec09 .t-ttl {
    text-align: center;
  }

  .sec09 .map {
    height: auto;
    position: static;
  }

  .sec09 .map iframe {
    display: none;
  }

  .sec09 .sp-map {
    display: block;
  }

  .sec09-box {
    position: static;
    width: 100%;
  }

  .sec09-box .box-txt {
    text-align: center;
  }

  .sec09-box .btn-more,
  .sec09-box .btn-more--back {
    width: 100%;
  }

  .sec10 {
    margin-bottom: 90px;
  }

  .sec10-layout {
    background-position: 45%;
    height: 150px;
  }

  .sec10-ttl {
    margin-top: -20px;
    padding: 10px 30px;
    font-size: 20px;
  }

  .sec10-ttl:before {
    top: -30px;
    right: 60px;
    width: 60%;
    height: 100%;
  }

  .sec10 .btn-more,
  .sec10 .btn-more--back {
    padding: 3px;
  }

  .sec12 {
    margin-bottom: 80px;
  }

  .sec12-layout {
    display: block;
  }

  .sec12-layout .l-desc {
    white-space: normal;
    width: 100%;
    margin: 0 0 20px;
  }

  .sec12-layout .l-ttl {
    margin: 0 0 20px;
    font-size: 22px;
  }

  .sec12-layout .btn-more {
    margin-top: 20px;
  }

  /*------------
  Footer
  --------------*/
  .pagetop {
    display: none !important;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer-main {
    display: block;
    margin-bottom: 40px;
  }

  .footer .f-left {
    width: 100%;
  }

  .footer .f-right {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }

  .footer .f-contact {
    margin: 30px 0;
    display: block;
  }

  .footer .f-contact .tel {
    display: table;
    margin: 0 auto;
  }

  .footer .f-contact .btn-more,
  .footer .f-contact .btn-more--back {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .footer .f-add {
    font-size: 14px;
  }

  .footer .f-list .list-item {
    margin-bottom: 20px;
  }

  .footer .f-list .list-txt {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .footer .f-banner a {
    display: block;
  }

  .footer .f-banner a:not(:last-child) {
    margin-right: 10px;
  }

  .footer .f-navi {
    padding: 30px 0 70px;
  }

  .footer .f-navi-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .f-link {
    display: block;
    font-size: 13px;
  }

  .footer .f-link li a {
    border-right: 0;
    padding: 0;
  }

  .footer .f-link li:first-child a {
    border-left: 0;
  }

  .time-table {
    margin-bottom: 30px;
  }

  .time-table-grid {
    font-size: 12px;
  }

  .time-table-note {
    display: block;
  }

  .time-table-note .btn-more,
  .time-table-note .btn-more--back {
    margin-top: 10px;
  }

  .time-table .link {
    display: block;
  }

  .time-table .link a+a {
    margin-left: 0;
    margin-top: 10px;
  }

  /*------------
  Button
  --------------*/
  .btn-more,
  .btn-more--back {
    width: 100%;
  }

  /*------------
  Under layout
  --------------*/
  .u-top-common {
    margin-bottom: 30px;
  }

  .u-top-common:before {
    width: 50%;
  }

  .u-top-common .u-top-inr {
    padding: 100px 0;
    max-width: 100%;
    width: 80%;
    background-position: 20%;
  }

  .u-top-common .page-ttl {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 55%;
    left: 60%;
    width: 100%;
  }

  .u-top-common .page-ttl .en {
    font-size: 16px;
  }

  .u-top-common .page-ttl .jp {
    font-size: 28px;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .u-instagram {
    display: block;
  }

  .u-instagram .l-desc {
    white-space: nomal;
    width: 100%;
    margin: 0 0 30px;
  }

  .u-instagram .l-ttl {
    margin: 0 0 20px;
    font-size: 22px;
  }

  .u-instagram .btn-more {
    margin-top: 20px;
  }

  /*------------
  Under parts
  --------------*/
  .u-h2,
  .post-category-ttl {
    font-size: 24px;
    margin-bottom: 70px;
    letter-spacing: 2px;
  }

  .u-h3,
  .dl-privacy dt,
  .post-ttl {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .u-h4,
  .postdata h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .u-ttl-wrap {
    padding-bottom: 15px;
    display: block;
  }

  .u-ttl-wrap h3 {
    font-size: 22px;
  }

  .tall {
    margin-bottom: 80px;
  }

  .tall:last-child {
    margin-bottom: 120px;
  }

  .tall--s {
    margin-bottom: 40px;
  }

  .bg--01 {
    padding: 70px 0;
  }

  .bg--02,
  .bg--03,
  .bg--04 {
    padding: 50px 0 80px;
  }

  .bg--02:after,
  .bg--03:after,
  .bg--04:after {
    right: 20px;
  }

  .t-align {
    text-align: left;
  }

  .l-style01 {
    display: block;
  }

  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .l-style01 .l-desc {
    width: 100%;
  }

  .l-style01 .l-ttl,
  .l-style01 .l-ttl-02 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .l-style02 {
    display: block;
  }

  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .l-style02 .l-ttl,
  .l-style02 .l-style01 .l-ttl-02,
  .l-style01 .l-style02 .l-ttl-02 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .l-style03 {
    display: block;
  }

  .l-style03 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .l-style04 .l-item {
    display: block;
  }

  .l-style04 .l-desc {
    padding-left: 0;
    border-left: 0;
  }

  .l-style04 .l-txt {
    margin-bottom: 30px;
  }

  .l-style04 .l-img {
    margin-bottom: 20px;
  }

  .l-style04 .table-style01 tr,
  .l-style04 .table-style02 tr,
  .l-style04 .table-style03 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-style04 .table-style01 th,
  .l-style04 .table-style02 th,
  .l-style04 .table-style03 th {
    width: 100%;
  }

  .l-style04 .table-style01 td,
  .l-style04 .table-style02 td,
  .l-style04 .table-style03 td {
    width: 70%;
    padding: 10px 15px;
  }

  .l-style04 .l-box {
    padding: 30px 20px;
  }

  .list-col1 .item:not(:last-child) {
    margin-bottom: 80px;
  }

  .list-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-col2 .list-item {
    width: 100%;
  }

  .list-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-col2 .list-item+.list-item+.list-item {
    margin-top: 0;
  }

  .list-col2 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-col2 .list-ttl {
    font-size: 20px;
  }

  .list-col3 {
    display: block;
  }

  .list-col3 .list-item {
    width: 100%;
  }

  .list-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .list-col3 .list-item:nth-child(n+2) {
    margin-top: 50px;
  }

  .list-col3 .list-ttl {
    font-size: 20px;
  }

  .list-col4 .list-item {
    width: 48%;
  }

  .list-col4 .list-item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .list-col4 .list-item:nth-child(odd) {
    margin-right: 10px;
  }

  .list-col4 .list-item:nth-child(n+5) {
    margin-top: 0;
  }

  .list-col4 .list-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .list-col4 .list-ttl {
    font-size: 15px;
  }

  .list-card-col2 {
    display: block;
  }

  .list-card-col2 .list-item {
    width: 100%;
    padding: 30px 20px;
  }

  .list-card-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-card-col2 .list-item+.list-item+.list-item {
    margin-top: 30px;
  }

  .list-card-col2 .list-item+.list-item {
    margin-top: 30px;
  }

  .list-card-col2 .list-ttl {
    font-size: 20px;
  }

  .list-card-col3 {
    display: block;
  }

  .list-card-col3 .list-item {
    width: 100%;
    padding: 30px 20px;
  }

  .list-card-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-card-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .list-card-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-card-col3 .list-ttl {
    font-size: 20px;
  }

  .list-txt.col2,
  .list-txt.col3,
  .list-txt.col4 {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-txt.col2 li,
  .list-txt.col3 li,
  .list-txt.col4 li {
    width: 100%;
  }

  .list-txt.col2 li:nth-child(odd) {
    margin-right: 0;
  }

  .list-txt.col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-txt.col4 li {
    padding-right: 0;
  }

  .list-check.col2,
  .list-check.col3,
  .list-check.col4 {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-check.col2 li,
  .list-check.col3 li,
  .list-check.col4 li {
    width: 100%;
  }

  .list-check.col2 li:nth-child(odd) {
    margin-right: 0;
  }

  .list-check.col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-check.col4 li {
    padding-right: 0;
  }

  .list-box .list-item {
    padding: 20px;
  }

  .list-box .list-point {
    display: block;
    padding: 20px;
  }

  .list-box .list-point .list-check {
    width: 100%;
  }

  .list-box .list-ttl {
    line-height: 1.4;
  }

  .list-box-02 .list-item {
    padding: 30px 20px;
  }

  .list-box-02 .list-ttl {
    line-height: 1.4;
  }

  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li {
    text-align: left;
    width: 100%;
  }

  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link li a {
    display: block;
    border-right: none;
    border-bottom: 1px #dcdbdc solid;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }

  .flow-type01 {
    padding: 40px 20px;
  }

  .flow-type01 .l-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .flow-type01 .l-ttl,
  .flow-type01 .l-style01 .l-ttl-02,
  .l-style01 .flow-type01 .l-ttl-02 {
    font-size: 20px;
  }

  .flow-type01 .l-ttl span,
  .flow-type01 .l-style01 .l-ttl-02 span,
  .l-style01 .flow-type01 .l-ttl-02 span {
    font-size: 11px;
  }

  .flow-type01 .l-link {
    display: block;
  }

  .flow-type01 .l-link a:last-child {
    margin-left: 0;
  }

  .flow-type02 {
    display: block;
  }

  .flow-type02 .l-item {
    padding: 35px 20px 30px;
    width: 100%;
    margin: 0 0 50px;
  }

  .flow-type02 .l-item:nth-child(3n) {
    margin: 0 0 50px;
  }

  .flow-type02 .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }

  .flow-type02 .l-ttl,
  .flow-type02 .l-style01 .l-ttl-02,
  .l-style01 .flow-type02 .l-ttl-02 {
    font-size: 20px;
  }

  .staff-layout {
    display: block;
    margin-bottom: 40px;
  }

  .staff-layout .l-img {
    margin-bottom: 20px;
  }

  .staff-layout .l-desc {
    margin-right: 0;
  }

  .staff-layout .job {
    font-size: 14px;
  }

  .staff-layout .name {
    margin-bottom: 10px;
  }

  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-layout .en {
    font-size: 14px;
  }

  .staff-layout .table-style01 tr,
  .staff-layout .table-style02 tr,
  .staff-layout .table-style03 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .staff-layout .table-style01 th,
  .staff-layout .table-style02 th,
  .staff-layout .table-style03 th {
    width: 40%;
  }

  .staff-layout .table-style01 td,
  .staff-layout .table-style02 td,
  .staff-layout .table-style03 td {
    width: 100%;
    padding: 10px 15px;
  }

  .staff-profile {
    display: block;
  }

  .staff-profile .item {
    width: 100%;
    padding: 30px 20px;
  }

  .staff-profile .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .staff-profile .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .staff-profile-list li {
    display: block;
  }

  .staff-profile-list .data {
    width: auto;
    display: block;
    font-weight: bold;
  }

  .staff-profile-list .txt {
    width: 100%;
  }

  .staff-list .list-item {
    padding: 20px;
  }

  .staff-list .list-item .img {
    margin-bottom: 20px;
  }

  .staff-list .list-item .txt {
    min-height: inherit;
  }

  .staff-list .list-item .name {
    margin-bottom: 15px;
  }

  .staff-list .list-item .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-list .list-item .en {
    font-size: 14px;
  }

  .staff-list .list-item .table-style01 tr,
  .staff-list .list-item .table-style02 tr,
  .staff-list .list-item .table-style03 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .staff-list .list-item .table-style01 th,
  .staff-list .list-item .table-style02 th,
  .staff-list .list-item .table-style03 th {
    width: 40%;
  }

  .staff-list .list-item .table-style01 td,
  .staff-list .list-item .table-style02 td,
  .staff-list .list-item .table-style03 td {
    width: 100%;
    padding: 10px 15px;
  }

  .dl-privacy dt {
    line-height: 1.4;
  }

  .table-style01,
  .table-style02,
  .table-style03 {
    font-size: 14px;
  }

  .table-style01 tr,
  .table-style02 tr,
  .table-style03 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .table-style01 th,
  .table-style02 th,
  .table-style03 th {
    display: block;
    padding: 10px 15px;
    text-align: left;
    width: 40%;
  }

  .table-style01 td,
  .table-style02 td,
  .table-style03 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

  .table-style02 tr {
    display: block;
  }

  .table-style02 th {
    width: 100%;
  }

  .table-style02 td {
    width: 100%;
  }

  .table-style03 th {
    width: 100%;
  }

  .u-time-table .btn-more,
  .u-time-table .btn-more--back {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }

  .box-style01 {
    padding: 30px 20px;
  }

  .box-style01 .box-layout {
    display: block;
  }

  .box-style01 .box-layout .l-txt {
    width: 100%;
  }

  .box-style01 .box-layout .l-link {
    margin: 20px 0 0 0;
  }

  .box-style01 .box-layout .l-link .btn-more,
  .box-style01 .box-layout .l-link .btn-more--back {
    width: 100%;
  }

  .box-style02 {
    padding: 30px 20px;
  }

  .box-style02 .box-top {
    display: block;
  }

  .box-style02 .box-ttl {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.4;
  }

  .u-slider03 {
    padding: 0;
  }

  .u-slider03 .slick-prev,
  .u-slider03 .slick-next {
    width: 15px;
    height: 15px;
  }

  .modal-content {
    width: 90%;
    padding: 10px 20px 30px;
  }

  .modal-layout {
    display: block;
  }

  .modal-layout .l-ttl,
  .modal-layout .l-style01 .l-ttl-02,
  .l-style01 .modal-layout .l-ttl-02 {
    text-align: center;
    margin-bottom: 10px;
  }

  .modal-layout .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .modal-layout .l-img img {
    width: auto;
    height: auto;
  }

  .modal-layout .l-desc {
    margin-left: 0;
  }

  /*------------
  reset
  --------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  /*------------
  utility
  --------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
  .sp-map object,
  .sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mt20 {
    margin-top: 20px;
  }
}

/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 25px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li+li {
  margin-left: 20px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 6px;
  height: 6px;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #9A76AD;
}

.slick-dots li.slick-active button {
  background: #9A76AD;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
/*
.sec00 {
  padding: 60px 0;
}
*/
.sec00 a,
.red-box a {
  display: block;
  max-width: 700px;
  text-align: center;
  font-size: 19px;
  color: #e12b2b;
  text-decoration: underline;
  font-weight: bold;
  border: 1px solid #e12b2b;
  margin: auto;
  padding: 20px 0;
}

.sec00 a:hover,
.red-box a:hover {
  text-decoration: none;
}

.sec00 a+a,
.red-box a+a {
  margin-top: 25px;
}

@media (max-width: 800px) {
  /*
  .sec00 {
    padding: 40px 0;
  }
*/
  .sec00 a,
  .red-box a {
    font-size: 18px;
  }

  .sec00 a+a,
  .red-box a+a {
    margin-top: 15px;
  }
}

.web-reservation-banner img {
  width: 300px;
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 800px) {
  .web-reservation-banner img {
    margin-left: auto;
    /* 中央寄せ */
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .mbh90 {
    height: 90px;
  }
}

.l-img-stack {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.l-img-stack img {
  width: 100%;
  height: auto;
}
