@charset 'utf-8';
/*LAYOUT*/
/*******************************************************************/
/* 背景 */
body.top {
  background: #fcecec url("../img/otaka/common/bg-bees.png") center top no-repeat;
  /* background: #fff4de url("../img/otaka/common/bg-bees.png") center top no-repeat; */

}
/* body {
  background: #fff4de url("../img/common/bg_min.png") center top no-repeat;
} */

/*HEADER*/
/*******************************************************************/
#header {
  position: relative;
  display: flex;
  align-items: center;
  height: 158px;
}
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo a {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

.logo img {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  #logo.logo a {
    text-align: left;
  }
}
.logo span {
  display: block;
  margin-bottom: 8px;
}
#nav {
  width: 100%;
}
#nav ul,
#spnav ul {
  display: flex;
}
#nav li:nth-child(even) a,
#spnav > ul > li:nth-child(even) a,
#footer nav li:nth-child(even) a {
  color: #6E480D;
}
#nav li:not(:last-child),
#footer nav li:not(:last-child) {
  margin-right: 1.3vw;
}
#nav li:nth-child(4) {
  margin-left: auto;
}

#nav li a,
#spnav > ul > li a,
#footer nav li a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #EFAE00;
}
#nav li a figure,
#spnav > ul > li a figure,
#footer nav li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
#nav li a figure img,
#spnav > ul > li a figure img,
#footer nav li a figure img {
  display: block;
  transition: 0.2s ease-out;
}
#nav li a:hover figure img {
  transform: rotate(10deg);
}
/*FOOTER*/
/*******************************************************************/
#pagetop a {
  background-color: #6E480D;
}
#footer nav p {
  margin: 16px 0;
  text-align: center;
}
#footer nav p a {
  font-size: 1.3rem;
  text-decoration: underline;
}
#footer nav ul {
  position: relative;
  display: flex;
  justify-content: center;
}
#footer nav li {
  position: relative;
}
#footer nav li a {
  font-size: 1.3rem;
}
#footer nav li a figure {
  transform: scale(0.9);
}

#footer .logo a img {
  width: 300px;
}


#footerlink {
  position: relative;
  padding: 28px 0 95px;
  background: white;
}
#footer_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
#footer_top img {
  width: 100%;
  height: auto;
}
#footerlink figure.backstar {
  position: absolute;
  top: -295px;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
  z-index: -2;
}
#footerlink figure.back {
  position: absolute;
  width: 100vw;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
/* #footerlink::after {
  content: "";
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
  height: 298px;
  background: url("../img/otaka/common/footer.png") center top no-repeat;
  background-size: cover;
  z-index: 0;
} */
#footerlink .home {
  position: relative;
  text-align: center;
  z-index: 2;
}
#footerlink .home .btn a {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
  box-shadow: -4px 4px 0 #fff;
}
#footerlink .home .btn a:hover {
  transform: translate(-4px, 4px);
  box-shadow: 0 0 0 #f6ec4f;
  opacity: 1;
  transition: all 0.2s ease-out;
}
#footerlink table {
  position: relative;
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  margin: 40px auto;
  border-bottom: 1px solid #6E480D;
}
#footerlink caption {
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.4rem;
  color: #a37e00;
}
#footerlink tr {
  border-top: 1px solid #6E480D;
}
#footerlink th {
  width: 66px;
}
#footerlink th,
#footerlink td {
  padding: 10px;
  font-size: 1.4rem;
  color: #EFAE00;
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  #footerlink th img {
    width: 46px;
  }
}

#footerlink td a {
  text-decoration: underline;
  color: #6E480D;
}
#copyright {
  position: relative;
  text-align: right;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #footer nav {
    padding: 0 14px;
  }
  #footerlink table {
    width: calc(100vw - 28px);
  }
  #footerlink::after {
    top: -170px;
    width: 457px;
    height: 417px;
    background: url("../img/otaka/common/footer_sp.png") center top no-repeat;
    background-size: cover;
  }
  #footer_top {
    top: 0;
  }
  #footerlink figure.back {
    top: -40px;
  }
}
/*CONTENTS*/
/*******************************************************************/
article header p {
  color: #6e480d;
}
article header h1,
article header h2 {
  color: #6E480D;
}
/*TOP*/
#video {
  height: 513px;
  border-radius: 52px;
}
#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#play .btn {
  margin-top: 24px;
}
#mv .char01 {
  top: -18px;
  left: -40px;
  width: 125px;
}
#mv .char02 {
  bottom: 90px;
  left: -20px;
  width: 114px;
}
#mv .char03 {
  bottom: 115px;
  left: 110px;
  width: 382px;
}

#mv .char04 > img {
  width: 312px;
}

/* TOP */
.top#mv .char04 {
  bottom: 20px;
  right: -80px;
}
.top#mv .char04 > img {
  width: 359px;
}

#mv .reserve {
  position: absolute;
  bottom: calc(100% - 65px);
  right: 70px;
  pointer-events: auto;
}

/* TOP */
.top#mv .reserve {
  position: absolute;
  bottom: calc(100% - 20px);
  right: 20px;
  pointer-events: auto;
}

#mv .reserve a {
  display: block;
  padding: 18px 24px;
  text-align: center;
  background: #00aa6e;
  border-radius: 18px;
  color: #fff;
}

/* TOP */
.top#mv .reserve a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 22px;
  height: 16px;
  background: url("../img/otaka/common/serif.svg") center no-repeat;
}

#mv .reserve a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 22px;
  height: 16px;
  background: url("../img/otaka/common/serif.svg") center no-repeat;
  transform: scale(-1, 1);
}

#mv .reserve .calender {
  top: -28px;
  left: -16px;
}
.reserve .calender {
  position: absolute;
  top: -20px;
  left: -8px;
}
.reserve a.large {
  padding-left: 54px;
  background: #1289c9;
  font-size: 2rem;
  box-shadow: none;
}
.borderbox .reserve {
  margin-bottom: 20px;
}
.borderbox .tel dd a[href*="tel"] {
  font-size: 2.4rem;
}
.tel {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #00aa6e;
}
.tel dt {
  padding-left: 40px;
  text-align: left;
  background: url("../img/otaka/common/tel.svg") left center no-repeat;
  font-size: 1.4rem;
}
.tel dd {
  margin-left: 12px;
}
.tel dd a[href*="tel"] {
  font-size: 3.4rem;
  color: #00aa6e;
}
.tel dd.btn {
  margin-left: 22px;
}
.tel dd.btn a {
  padding: 10px 16px;
  font-size: 1.4rem;
}
.tel dd.btn a::after {
  margin-left: 8px;
  width: 10px;
  height: 11px;
  background-size: 10px 11px;
}
.news dt {
  clear: left;
  float: left;
  padding: 12px 0;
  color: #6E480D;
}
.news dd {
  margin-bottom: 13px;
  padding: 1px 0 13px 128px;
  border-bottom: 1px solid #6e480d;
}
.news h3 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 3;
}
.news .more {
  display: inline-block;
  width: 104px;
  margin: 8px;
  padding: 8px 28px 8px 8px;
  text-align: center;
  background: #EFAE00 url("../img/common/plus.svg") right 8px center no-repeat;
  border-radius: 24px;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.news .more.on {
  background-color: #b4aea5;
  background-image: url("../img/common/minus.svg");
}
.news .more.on + .text {
  display: block;
}
.news .text {
  display: none;
  margin-bottom: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.news .text a {
  text-decoration: underline;
  color: #187727;
}
.news .btn {
  display: inline-block;
  vertical-align: middle;
}
.news .btn a {
  display: inline-block;
  margin: 8px;
  padding: 8px 16px;
  font-size: 1.3rem;
  box-shadow: none;
}
.news .btn a::after {
  width: 11px;
  height: 13px;
  margin-left: 6px;
  background-size: 11px 13px;
}
.users {
  padding: 16px 40px;
  background: #def0e1;
  border-radius: 52px;
}
.users header {
  flex: none;
  display: flex;
  align-items: center;
  min-height: 118px;
  margin: 0;
}
.users section {
  margin-bottom: -3px;
}
.users:not(.count) .btn a {
  display: block;
}
.users.count {
  text-align: right;
}
.users.count h2 {
  position: relative;
  margin-right: 120px;
  font-size: 2.6rem;
}
.users.count .num {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.users.count .num span {
  font-size: 4rem;
}
.users.count section {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  text-align: left;
}
.annai {
  background: #def0e1;
  border-radius: 52px;
}
.annai figure {
  flex: none;
  width: 26%;
  margin-left: 0;
  margin-bottom: 0;
}
.annai figure img {
  border-radius: 52px 0 0 52px;
}
.annai header {
  margin-bottom: 0;
}
.annai header p {
  font-size: 1.5rem;
}
.annai section {
  flex: none;
  margin-right: 40px;
  margin-bottom: 0;
}
.faq ul {
  column-count: 2;
  column-gap: 3em;
  column-fill: auto;
  margin-bottom: -16px;
}
.faq ul li {
  position: relative;
  margin-bottom: 16px;
  /*  padding-left: 32px;*/
  overflow: hidden;
  text-indent: -2.1em;
  padding-left: 2.1em;
}
.faq ul li::before {
  padding-right: 14px;
  content: "Q";
  /*  position: absolute;*/
  /*  top: -7px;*/
  /*  left: 0;*/
  font-size: 2rem;
  color: #ffa700;
}
.faq ul li a {
  /*  position: relative;*/
  /*  display: block;*/
  text-decoration: underline;
  color: #00aa6e;
}
.borderbox {
  padding: 32px 40px;
  background: #fff4de;
  border: 2px solid #ffa700;
  border-radius: 52px;
}
.tel.center {
  justify-content: center;
}
.profile {
  margin: 88px 0;
  padding-bottom: 0;
  background: #EEDCB3 url("../img/common/light.svg") right center no-repeat;
  border-radius: 52px;
}
.profile figure {
  margin-top: -72px;
  margin-left: 64px;
  margin-right: 0;
}
.profile ul {
  column-count: 2;
  column-gap: 3em;
  column-fill: auto;
  margin-top: 16px;
  margin-bottom: -16px;
}
.profile li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  overflow: hidden;
}
.service {
  text-align: center;
}
.service a {
  color: #00aa6e;
}
.service p {
  margin-top: 16px;
  text-align: center;
  font-size: 1.3rem;
}
/*PAGE*/
#mv .img > figure img,
#mv .img > #video {
  height: 193px;
}
#mv .img .char01 {
  top: 270px;
}
#mv .img .char03 {
  right: auto;
  left: -40px;
}
#mv .img .char04 {
  bottom: -50px;
  right: -20px;
  width: 236px;
}
#mv .img .char04 > img {
  width: 167px;
  position: relative;
  right: -65px;
}
#mv .img .reserve a {
  padding: 12px 24px;
}
#mv .img .reserve .calender {
  top: -12px;
  left: -24px;
  width: 50px;
}
.ribbon {
  margin-bottom: 32px;
  text-align: center;
}
/*
.ribbon span {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  background: url("../img/otaka/common/ribbon_bar.svg") center top repeat-x, url("../img/otaka/common/ribbon_bar.svg") center bottom repeat-x;
  font-size: 2rem;
}
*/

.ribbon span {
  position: relative;
  display: inline-block;
  padding: 12px 10px;
  background: url("../img/otaka/common/under_bar.svg") center bottom repeat-x;
  font-size: 2rem;
}

/*
.ribbon span::before, .ribbon span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 28px;
  height: 40px;
  background: url("../img/otaka/common/ribbon_end.svg") center no-repeat;
}
*/
.ribbon span::before {
  left: 100%;
}
.ribbon span::after {
  right: 100%;
  transform: scaleX(-1);
}
.viewarea {
  max-width: 862px;
  margin: 0 auto;
  text-align: center;
}
.viewarea iframe {
  vertical-align: bottom;
  border: 8px solid #00aa6e;
}
.viewarea p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  text-align: left;
  line-height: 1.2;
}
.viewarea p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 21px 0 21px;
  border-color: #00aa6e transparent transparent transparent;
}
.viewarea p img {
  width: 32px;
  margin-right: 8px;
}
.floor {
  position: relative;
  display: inline-block;
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  .floor {
    width: 100%;
  }
}

.floor span {
  position: absolute;
}
.floor span img {
  width: 53px;
}

.floor span.floor1 {
  top: 21%;
  left: 21.5%;
}
.floor span.floor2 {
  top: 40%;
  left: 3%;
}
.floor span.floor3 {
  top: 56%;
  left: 10.5%;
}
.floor span.floor4 {
  top: 47%;
  left: 24%;
}
.floor span.floor5 {
  top: 48%;
  left: 46.5%;
}
.floor span.floor6 {
  top: 50%;
  left: 67.5%;
}
.floor span.floor7 {
  top: 50%;
  left: 79%;
}
.floor span.floor8 {
  top: 50%;
  left: 91%;
}
@media only screen and (max-width: 768px) {
  .floor span.floor1 {
    top: 10%;
    left: 37.5%;
  }
  .floor span.floor2 {
    top: 21%;
    left: 5%;
  }
  .floor span.floor3 {
    top: 28.8%;
    left: 18%;
  }
  .floor span.floor4 {
    top: 24%;
    left: 42%;
  }
  .floor span.floor5 {
    top: 25%;
    left: 81.5%;
  }
  .floor span.floor6 {
    top: 83.5%;
    left: 29.5%;
  }
  .floor span.floor7 {
    top: 83.5%;
    left: 50%;
  }
  .floor span.floor8 {
    top: 83.5%;
    left: 71%;
  }
}
.floor .char02 {
  top: 15px;
  right: -160px;
  width: 112px;
}
.tourarea {
  max-width: 785px;
  margin: 0 auto 24px;
}
#feature .char01 {
  right: 0;
  top: 50%;
  width: 112px;
}
.featurelist {
  padding-right: 40px;
}
.featurelist > li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
}
.featurelist > li::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
  color: #00aa6e;
}
.featurelist > li li {
  margin-top: 8px;
  font-size: 1.3rem;
}
.map iframe {
  width: 100%;
  height: 443px;
}
.heading {
  margin-bottom: 24px;
  padding: 12px;
  background: #fff;
  font-size: 1.6rem;
  color: #f77b00;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr {
  border-bottom: 1px solid #6e480d;
}
.table th,
.table td {
  padding: 24px 0;
  vertical-align: top;
}
.table th {
  padding-right: 16px;
  text-align: left;
  white-space: nowrap;
}
.dl dt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #00aa6e;
}
.dl dd {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #6e480d;
}
/* .faq dt {
  position: relative;
  padding: 12px 12px 12px 32px;
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #f77b00;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
} */
/* .faq dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #ffa700;
}
.faq dd {
  padding: 24px 0 40px;
}
.faq dd .ans {
  position: relative;
  padding-left: 56px;
}
.faq dd .ans::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 32px;
  color: #a8410b;
} */
.accordiontitle {
  pointer-events: none;
  padding: 16px;
  background: #a8410b;
  font-size: 1.6rem;
  color: #fff;
}
.accordioncontents table {
  width: calc(100% + 4px);
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 -2px;
}
.accordioncontents th,
.accordioncontents td {
  padding: 8px;
}
.accordioncontents th {
  text-align: center;
  color: #fff;
}
.accordioncontents th[scope="col"] {
  background: #00aa6e;
}
.accordioncontents th[scope="row"] {
  background: #6e480d;
}
.accordioncontents td {
  background: #fff;
}
.accordioncontents tr:nth-child(even) td {
  background: #def0e1;
}
.accordioncontents tr:first-child th:nth-child(-n + 4) {
  width: 12%;
}
.imglist {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -12px;
}
.imglist > * {
  width: calc(50% - 24px);
  margin: 12px;
}
.schedule {
  position: relative;
}
.schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 79px;
  width: 3px;
  height: 100%;
  background: #00aa6e;
}
.schedule dt {
  clear: left;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 88px;
  transform: translateY(-50%);
}
.schedule dt::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background: #00aa6e;
  border-radius: 50%;
}
.schedule dd {
  padding: 12px 12px 12px 88px;
  text-align: center;
  background: #ffeecb;
}
.schedule dd:nth-of-type(even) {
  background: #fff;
}
.schedule dd.adjust {
  padding-top: 72px;
  padding-bottom: 72px;
}
.flow {
  padding: 32px 40px 56px;
  background: #ffeecb;
  border-radius: 52px;
}
.flow .num {
  flex: none;
  width: 240px;
  margin: 0;
  font-size: 2.4rem;
}
.flow .text {
  margin: 0;
  padding-left: 24px;
  border-left: 4px solid #fff;
}
.flow .text .char01 {
  bottom: 80px;
  right: 0;
}
.form dl {
  margin-top: 40px;
}
.form dt {
  clear: both;
  float: left;
  width: 200px;
  padding-top: 8px;
  text-align: left;
  font-weight: 700;
  color: #746b59;
}
.form dd {
  padding: 0 0 32px 216px;
  text-align: left;
  line-height: 1.5em;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="date"] {
  display: inline-block;
  width: 40%;
  padding: 8px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  vertical-align: middle;
}
.form select {
  padding: 8px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}
.form textarea {
  width: 100%;
  min-height: 220px;
  padding: 8px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}
.form label {
  display: flex;
  margin: 8px 32px 8px 0;
  align-items: center;
}
.form label input {
  margin-right: 8px;
}
.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding: 4px 0 4px 32px;
  line-height: 1;
}
.form input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}
.form input[type="checkbox"]:checked + span::before {
  background: #EFAE00;
  border: 2px solid #fff;
  outline: 1px solid #707070;
}
.form input[type="radio"] {
  display: none;
}
.form input[type="radio"] ~ span {
  position: relative;
  display: block;
  padding: 4px 0 4px 30px;
  line-height: 1;
}
.form input[type="radio"] ~ span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #746b59;
  border-radius: 50%;
  opacity: 0;
}
.form input[type="radio"] ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #a8410b;
  border-radius: 50%;
}
.form input[type="radio"]:checked ~ span::after {
  opacity: 1;
}
.submit {
  margin-top: 32px;
  padding-top: 32px;
  text-align: center;
  border-top: 1px solid #6e480d;
}
.submit input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 18px 48px 18px 24px;
  text-align: center;
  background: #EFAE00 url("../img/common/arr.png") right 24px center no-repeat;
  background-size: 15px 17px;
  border-radius: 11px;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  box-shadow: -4px 4px 0 #f6ec4f;
}




.submit input[type="submit"].disabled {
  background: #999;
}
.submit input[type="submit"]:not(.disabled):hover {
  /*  opacity: 0.7;*/
  transform: translate(-4px, 4px);
  box-shadow: 0 0 0 #f6ec4f;
  opacity: 1;
  transition: all 0.2s ease-out;
}

.submit input[value="戻る"] {
  padding: 18px 24px;
  background: none;
  background-color: #969696;
  box-shadow: -4px 4px 0 #f6ec4f;
}

.submit input[type="submit"]:nth-of-type(2) {
  margin-left: 10px;
}

.submit input[type="button"] {
  display: inline-block;
  margin: 0 16px;
  padding: 24px 80px;
  background: #999;
  border-radius: 32px;
  font-weight: 700;
  color: #fff;
}
.must {
  margin-left: 16px;
  padding: 0 4px;
  background: #00aa6e;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.form ::-webkit-input-placeholder {
  font-weight: 700;
  color: #bababa;
}
.form ::-moz-placeholder {
  font-weight: 700;
  color: #bababa;
}
.form :-ms-input-placeholder {
  font-weight: 700;
  color: #bababa;
}
.short {
  width: 30% !important;
}
.medium {
  width: 60% !important;
}
.form *:disabled {
  background: gray !important;
  border: none !important;
  min-height: initial;
  box-shadow: -4px 4px 0 lightgrey !important;
}




.template-deco01 {
  /*   background: url("../img/otaka/common/deco11.png") right top no-repeat; */
}
.template-deco02 {
  /* background: url("../img/otaka/common/deco08.png") 30% top no-repeat,
    url("../img/otaka/common/deco09.png") right 10% top no-repeat; */
}
.template-deco03 {
  /* background: url("../img/otaka/common/deco10.png") right 24% top 40px no-repeat; */
}
.template-deco04 {
  /* background: url("../img/otaka/common/deco06.png") left 30% top no-repeat,
    url("../img/otaka/common/deco08.png") right 30% top 40px no-repeat; */
}
.template-deco05 {
  /* background: url("../img/otaka/common/deco09.png") left 24% top no-repeat; */
}
@media only screen and (max-width: 768px) {
  body {
    background-image: url("../img/otaka/common/bg_sp.png");
  }
  #header {
    height: 88px;
  }
  #logo {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
  #open {
    background: #6E480D;
  }
  #spnav {
    display: flex;
    flex-direction: column;
    background: #fff4de url("../img/otaka/common/bg_sp.png") center top
      no-repeat;
  }
  #spnav .logo {
    margin-top: 56px;
  }
  #spnav > ul,
  #footer nav ul {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    margin: 24px 0;
  }
  #spnav > ul::after,
  #spnav > ul > li:nth-child(3n + 1)::before,
  #footer nav ul::after,
  #footer nav li:nth-child(3n + 1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(18, 137, 201, 1),
        rgba(18, 137, 201, 1) 25%,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0) 100%
      )
      0% 0%;
    background-size: 4px 1px;
  }
  #spnav > ul::after,
  #footer nav ul::after {
    top: auto;
    bottom: 0;
  }
  #spnav > ul > li,
  #footer nav li {
    position: relative;
    width: calc(100% / 3);
    padding: 14px;
  }
  #spnav > ul > li a,
  #footer nav li a {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  #spnav .linkbox {
    position: relative;
    margin-top: auto;
    padding: 0 14px 32px;
    text-align: center;
    background: white url("../img/otaka/common/footer_bg.png") center top
      no-repeat;
    background-size: 150% auto;
    /* #FFCE9D */
  }
  #spnav .linkbox::before {
    content: "";
    position: absolute;
    top: -96px;
    left: 50%;
    transform: translateX(-50%);
    width: 401px;
    height: 160px;
    background: url("../img/otaka/common/bg_sp_bottom.png") center top no-repeat;
    z-index: -1;
  }
  #spnav .linkbox p {
    margin: 32px 0;
  }
  #spnav .linkbox p a {
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .linkbox ul {
    position: relative;
    display: flex;
    background: #00aa6e;
    border-radius: 12px;
  }
  .linkbox li {
    position: relative;
    flex: 1;
  }
  .linkbox li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 1) 25%,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0) 100%
      )
      0% 0%;
    background-size: 1px 4px;
  }
  .linkbox li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    font-size: 1.4rem;
    color: #fff;
  }
  .linkbox li a span {
    margin-left: 8px;
    white-space: nowrap;
  }
  #close {
    color: #00aa6e;
  }
  #close::before,
  #close::after {
    background: #00aa6e;
  }
  #footer nav {
    margin-left: -14px;
    margin-right: -14px;
  }
  #footer li {
    margin: 0 !important;
  }
  #footerlink {
    position: relative;
    padding: 15px 0 88px;
  }
  #footerlink::before {
    top: 120px;
    background-size: 100% 30px;
  }
  #footerlink .deco {
    top: 0;
    width: 491px;
    left: 53%;
  }
  #footerlink td {
    display: block;
    padding: 4px 0 0;
  }
  #footerlink tr td:first-of-type {
    padding-top: 16px;
  }
  #footerlink tr td:last-of-type {
    padding-bottom: 16px;
  }
  #footerlink th {
    vertical-align: top;
  }
  #copyright {
    text-align: center;
  }
  /*TOP*/
  #video {
    height: 448px;
  }
  #play {
    padding: 28px;
  }
  #mv.top {
    /* background: url("../img/otaka/common/deco01.png") center no-repeat,
      url("../img/otaka/common/deco02.png") center bottom no-repeat; */
  }
  #mv .char01 {
    top: -8px;
    left: -20px;
    width: 94px;
  }
  #mv .char02 {
    top: -20px;
    right: -10px;
    left: unset;
    width: 87px;
  }
  #mv .char03 {
    bottom: 122px;
    left: 20px;
    right: unset;
    width: 182px;
  }
  #mv .char04 {
    bottom: -120px;
    right: -24px;
    width: calc(100% + 24px);
  }
  #mv .char04 > img {
    display: block;
    width: 253px;
    margin-left: auto;
  }

  /* TOP */
  .top#mv .char04 {
    bottom: 110px;
    right: -10px;
    width: calc(100% + 24px);
  }
  .top#mv .char04 > img {
    display: block;
    width: 162px;
    margin-left: auto;
  }

  #mv .reserve {
    bottom: 0;
    right: 150px;
    white-space: nowrap;
  }

  /* TOP */
  .top#mv .reserve {
    bottom: 0;
    right: 150px;
    white-space: nowrap;
  }

  #mv .reserve a::after {
    top: auto;
    bottom: 100%;
    left: 60%;
    transform: rotate(180deg);
  }

  /* TOP */
  .top#mv .reserve a::after {
    top: auto;
    bottom: 100%;
    left: 60%;
    transform: rotate(180deg);
  }

  .reserve a.large {
    padding-left: 48px;
    font-size: 1.7rem;
  }
  #mv .tel {
    margin: 156px 0 0;
  }
  .tel {
    display: block;
    margin-top: 32px;
    text-align: center;
  }
  .tel dt {
    padding-left: 0;
    text-align: center;
    background: none !important;
  }
  .tel dd {
    margin: 8px 0 0 !important;
  }

  /* TOP */
  #mv.top .tel dd a[href*="tel"]::before {
    margin-right: 8px;
    content: "";
    display: inline-block;
    width: 31px;
    height: 31px;
    background-image: url("../img/otaka/common/tel.svg");
    background-size: contain;
    vertical-align: middle;
  }

  .tel dd a[href*="tel"] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
  }
  .tel dd a[href*="tel"] img {
    margin-right: 8px;
  }
  .tel dd.btn a {
    display: inline-block;
  }
  /* .news {
    background: url("../img/otaka/common/deco03.png") center top no-repeat,
      url("../img/otaka/common/deco04.png") right bottom no-repeat;
  } */
  .news dt {
    float: none;
    padding: 12px 0 4px;
  }
  .news dd {
    margin-bottom: 4px;
    padding: 0 0 8px;
  }
  .news .more {
    display: block;
    width: auto;
    margin: 8px 0;
    text-align: center;
  }
  .news .btn {
    display: block;
    text-align: center;
  }
  .users {
    padding: 20px 24px 48px;
  }
  .users header {
    justify-content: center;
    white-space: nowrap;
  }
  .users section {
    max-width: 268px;
    margin: 10px auto !important;
  }
  .users.count h2 {
    margin-bottom: 32px;
    text-align: left;
    margin-right: 0;
    font-size: 2.2rem;
  }
  .users.count .num {
    top: 100%;
    right: auto;
    left: 0;
    transform: translateY(0);
  }
  .users.count .num span {
    font-size: 3.2rem;
  }
  .instagram {
    /* background: url("../img/otaka/common/deco05.png") left top no-repeat,
      url("../img/otaka/common/deco06.png") right bottom no-repeat; */
  }
  .instagram .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .instagram .row li {
    flex: none;
    width: 48%;
    margin: 0 0 4%;
  }
  .view {
    padding-bottom: 60px;
    /* background: url("../img/otaka/common/deco07.png") center bottom no-repeat; */
  }
  .view + * {
    margin-top: -50px !important;
  }
  .annai {
    padding: 40px 40px 48px;
  }
  .annai figure {
    width: auto;
  }
  .annai figure img {
    border-radius: 52px;
  }
  .annai p {
    margin-top: 15px;
  }
  .annai section {
    flex: none;
    margin-right: 0;
  }
  .faq {
    /*     background: url("../img/otaka/common/deco08.png") left top no-repeat, url("../img/otaka/common/deco09.png") right bottom -96px no-repeat; */
  }
  .faq ul {
    column-count: 1;
  }
  .borderbox {
    margin: 0;
    padding: 40px 20px;
  }
  .borderbox + * {
    /* background: url("../img/otaka/common/deco10.png") left top no-repeat; */
  }
  .profile {
    margin: 64px 14px;
    padding-bottom: 40px;
    background-position: center top -500px;
  }
  .profile figure {
    margin: 0 auto;
  }
  .profile figure img {
    margin-top: -56px;
  }
  .profile ul {
    column-count: 1;
  }
  .profile li {
    margin-bottom: 8px;
    padding-left: 14px;
  }
  .service p {
    margin-top: 8px;
  }
  /*PAGE*/
  #mv .img > figure img,
  #mv .img > #video {
    height: 134px;
    border-radius: 40px;
  }
  #mv .img .char01 {
    top: 180px;
  }
  #mv .img .char03 {
    top: -14px;
    left: -14px;
  }
  #mv .img .char04 {
    bottom: -20px;
    right: 45px;
  }
  #mv .img .char04 > img {
    width: 84px;
  }
  #mv .img .reserve {
    display: none;
  }
  #mv .linkbox {
    width: calc(100% - 56px);
    margin-top: -32px;
  }
  #mv .linkbox figure {
    width: 30px;
  }
  #mv .linkbox li a {
    padding: 8px 0;
  }
  #mv .linkbox li a span {
    font-size: 1rem;
  }
  .viewarea {
    padding-bottom: 100px;
    /* background: url("../img/otaka/common/deco09.png") left bottom no-repeat; */
  }
  .floor span {
    width: 38px;
  }
  .floor .char02 {
    top: 106%;
    right: 0;
  }
  .tourarea {
    max-width: 785px;
    margin: 0 auto 24px;
  }
  .facility-deco01 {
    /* background: url("../img/otaka/common/deco10.png") right top no-repeat,
      url("../img/otaka/common/deco12.png") center bottom no-repeat; */
  }
  #tour {
    /* background: url("../img/otaka/common/deco07.png") right top no-repeat,
      url("../img/otaka/common/deco13.png") center bottom no-repeat; */
  }
  #feature .char01 {
    right: 0;
    top: 50%;
  }
  .featurelist {
    padding-right: 0;
  }
  .map iframe {
    height: 306px;
  }
  .faq dd .ans {
    padding-left: 32px;
  }
  .faq dd .ans::before {
    left: 12px;
  }
  .accordiontitle {
    pointer-events: auto;
    cursor: pointer;
    background-image: url("../img/otaka/common/plus.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
  }
  .accordiontitle.on {
    background-image: url("../img/otaka/common/minus.svg");
  }
  .accordioncontents {
    display: none;
  }
  .accordioncontents tr:first-child th:nth-child(-n + 4) {
    width: auto;
  }
  .accordioncontents tr:first-child th:nth-child(5) {
    width: 50%;
  }
  .accordioncontents tr th:nth-child(3),
  .accordioncontents tr th:nth-child(4) {
    display: none;
  }
  .accordioncontents tr td:nth-child(3),
  .accordioncontents tr td:nth-child(4) {
    display: none;
  }
  .imglist {
    margin: 20px -6px;
  }
  .imglist > * {
    width: calc(50% - 12px);
    margin: 6px;
  }
  .flow {
    padding: 32px 32px 48px;
    border-radius: 40px;
  }
  .flow .text {
    padding: 24px 0 0;
    border-left: none;
  }
  .form dt {
    float: none;
    width: auto;
  }
  .form dd {
    padding: 8px 0 32px;
  }
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form input[type="date"] {
    display: inline-block;
    width: 100%;
  }
  .short {
    width: 60% !important;
  }
  .medium {
    width: 100% !important;
  }
  .template-deco01 {
    /* background: url("../img/otaka/common/deco16.png") right top no-repeat; */
  }
  .template-deco02 {
    /* background: url("../img/otaka/common/deco08.png") left top no-repeat; */
  }
  .template-deco03 {
    /* background: url("../img/otaka/common/deco10.png") right 100px no-repeat; */
  }
  .template-deco04 {
    /* background: url("../img/otaka/common/deco06.png") left top no-repeat,
      url("../img/otaka/common/deco08.png") right 40px no-repeat; */
  }
  .template-deco05 {
    /* background: url("../img/otaka/common/deco09.png") right -50px top no-repeat; */
  }
}
/*ORANGE*/
#close[data-color="orange"]::before,
#close[data-color="brown"]::after {
  background: #f06600;
}
#mv .reserve a[data-bg="orange"]::after {
  background-image: url("../img/otaka/common/serif.svg");
}
.tel dt[data-color="orange"] {
  background-image: url("../img/otaka/common/tel.svg");
}
@media print {
  #container {
    width: 1024px;
  }
}

/* =======================================
    共通
======================================= */
*[data-color="orange"] {
  color: #f06600 !important;
}

/* =======================================
    TOP 他
======================================= */
section + header,
section + section {
  padding-top: 55px;
}

article#mv {
  padding: 0 0 45px;
}

/* TOP */
article#mv.top {
  padding: 0 0 77px;
}

article#mv header {
  padding-bottom: 23px;
}

article#mv .lh-narrow {
  margin-bottom: 10px;
}

article.news {
  padding: 0 0 69px;
}

article.btns_or_counter {
  padding: 0 0 116px;
}

article.btns_or_counter img {
  width: 101px;
}

article.btns_or_counter .btn.solo {
  margin: 0 auto;
  width: 330px;
}

article.btns_or_counter .row {
  justify-content: space-between;
}

article.btns_or_counter .row > * {
  margin-bottom: 0;
  flex: none;
}

article.instagram {
  padding: 0 0 56px;
}

article.view_tuor {
  padding: 0 0 102px;
}

article.guide {
  padding: 0 0 95px;
}

article.faq {
  padding: 0 0 78px;
}

article.application {
  padding: 0 0 79px;
}

article.recruit {
  padding: 0 0 59px;
}

article.profile {
  margin: 74px 0 96px;
  padding: 0;
}

article.others {
  padding: 0 0 91px;
}

article.others header {
  padding-bottom: 45px;
}

article.others .service p {
  line-height: 1.6;
}

#footer nav {
  margin-bottom: 40px;
}

#footerlink .home .btn a {
  padding: 11px 16px;
}

#footerlink .home .btn a::after {
  margin-left: 5px;
  background-size: 11px 12px;
}

@media only screen and (max-width: 768px) {
  article header p {
    line-height: 1.5;
  }

  article#mv {
    padding: 5px 14px 59px;
  }

  /* TOP */
  article#mv.top {
    padding: 0 14px 59px;
  }

  article#mv section.row {
    padding-top: 35px;
  }

  article#mv .lh-narrow {
    line-height: 1.5;
  }

  article.news {
    padding: 0 14px 77px;
  }

  article.news h3 {
    line-height: 1.6;
  }

  article.btns_or_counter {
    padding: 0 14px 76px;
  }

  article.btns_or_counter img {
    position: relative;
    left: 12px;
  }

  article.btns_or_counter .btn.solo {
    width: 100%;
  }

  article.instagram {
    padding: 0 14px 80px;
  }

  article.instagram header {
    padding-bottom: 42px;
  }

  article.view_tuor {
    padding: 0 14px 76px;
  }

  article.view_tuor header {
    padding-bottom: 27px;
  }

  article.guide {
    padding: 0 14px 76px;
  }

  article.faq {
    padding: 0 14px 78px;
  }

  article.application {
    padding: 0 14px 42px;
  }

  article.recruit {
    padding: 0 14px 66px;
  }

  article.recruit header h2 {
    margin-bottom: 17px;
  }

  article.profile {
    margin: 30px 14px 80px;
    padding: 0 14px 40px;
  }

  article.others {
    padding: 0 14px 80px;
  }

  #footer nav ul {
    margin-bottom: 0;
  }
}

/* =======================================
    施設紹介
======================================= */
.facility#mv {
  padding: 0 0 46px;
}

.facility.facility-deco01 {
  padding: 0 0 42px;
}

.facility.facility-deco01 header {
  padding-bottom: 30px;
}

.facility#\0033\0036\0030view {
  padding: 0 0 75px;
}

.facility#tour {
  padding: 0 0 93px;
}

.facility section + section {
  padding-top: 38px;
}

.facility#tour .tel {
  margin-top: 19px;
}

@media only screen and (max-width: 768px) {
  .facility#mv {
    padding: 12px 14px 59px;
  }

  .facility#mv .img .char01 {
    top: 160px;
  }

  .facility.facility-deco01 {
    padding: 0 14px 51px;
  }

  .facility.facility-deco01 header {
    padding-bottom: 51px;
  }

  .facility#\0033\0036\0030view {
    padding: 0 14px 60px;
  }

  .facility#\0033\0036\0030view .viewarea p {
    padding: 38px 0;
  }

  .facility#tour {
    padding: 0 14px 53px;
  }

  .facility#tour .tel {
    margin-top: 36px;
  }
}

/* =======================================
    スター★キッズの保育
======================================= */
.no_hoiku.facility-deco01 {
  padding: 0 0 78px;
}

.no_hoiku.facility-deco01 .anchor {
  padding-top: 25px;
}

/* スター★キッズの特徴 */
.no_hoiku#feature {
  padding: 0 0 55px;
}

.no_hoiku#feature .featurelist ul {
  padding: 10px 0 5px;
}

.no_hoiku#feature .featurelist ul li {
  margin-top: 10px;
}

/* スター★キッズ　施設情報 */
.no_hoiku.template-deco02 {
  padding: 0 0 69px;
}

.no_hoiku.template-deco02 .ribbon {
  margin-bottom: 10px;
}

.no_hoiku.template-deco02 .table {
  line-height: 1.7;
}

.no_hoiku.template-deco02 .table th {
  padding: 20px 0;
}

.no_hoiku.template-deco02 .table td {
  padding: 20px 0 20px 15px;
}

.no_hoiku.template-deco02 .map {
  padding-top: 28px;
}

/* アレルギー・食育計画 */
.no_hoiku.template-deco03 {
  padding: 0 0 71px;
}

.no_hoiku.template-deco03 .ribbon {
  margin-bottom: 40px;
}

.no_hoiku.template-deco03 h3 {
  font-size: 20px;
}

/* ご利用者さまへ */
.no_hoiku#user {
  padding: 0 0 73px;
}

.no_hoiku#user h3 {
  font-size: 20px;
}

.no_hoiku#user a {
  padding-left: 25px;
}

.no_hoiku .heading {
  color: #00aa6e;
}

/* 安全に対する考え */
.no_hoiku#safety-measure {
  padding: 0 0 61px;
}

.no_hoiku#safety-measure dd {
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .no_hoiku#mv {
    padding: 12px 14px 59px;
  }

  .no_hoiku.facility-deco01 {
    padding: 0 14px 74px;
  }

  .no_hoiku#feature {
    padding: 0 14px 54px;
  }

  .no_hoiku.template-deco02 {
    padding: 0 14px 68px;
  }

  .no_hoiku.template-deco02 .ribbon {
    margin-bottom: 20px;
  }

  .no_hoiku.template-deco02 .map {
    padding-top: 0;
  }

  .no_hoiku.template-deco03 {
    padding: 0 14px 70px;
  }

  .no_hoiku#user {
    padding: 0 14px 74px;
  }

  .no_hoiku#user .flex {
    display: flex;
    align-items: center;
  }

  .no_hoiku#user .flex a {
    padding-left: 16px;
    word-break: break-all;
    width: calc(100% - 106px);
  }

  .no_hoiku#user .doc_download {
    padding-top: 40px;
  }

  .no_hoiku#user .dl_desc:first-of-type {
    margin-bottom: 40px;
  }

  .no_hoiku#safety-measure {
    padding: 0 14px 61px;
  }
}

/* =======================================
    入園案内
======================================= */
.admission_guide#mv {
  padding: 0 0 46px;
}

.admission_guide#mv .img .char01 {
  top: 270px;
}

.admission_guide .heading {
  color: #00aa6e;
}

.admission_guide.template-deco02 {
  padding: 0 0 50px;
}

.admission_guide.template-deco02 table,
.admission_guide.template-deco02 .schedule {
  line-height: 1.7;
}

.admission_guide.template-deco02 .table th,
.admission_guide.template-deco02 .table td {
  padding: 20px 0;
}

.admission_guide.template-deco02 .class_num td {
  padding: initial;
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  .admission_guide .row.leaf {
    width: 100%;
  }

  .admission_guide .row.leaf > table {
    width: calc(100% - 477px);
  }

  .admission_guide.template-deco02 .class_num tr {
    border-bottom: none;
  }

  .admission_guide.template-deco02 .class_num td {
    padding: 0;
  }
}

.admission_guide.template-deco02 .accordiontitle {
  background-color: #00aa6e;
}

.admission_guide.template-deco02 .row h4 {
  font-size: 17px;
}

.admission_guide.template-deco03 {
  padding: 0 0 70px;
}

.admission_guide.template-deco05 {
  padding: 0 0 59px;
}

.admission_guide.template-deco05 dd {
  line-height: 2;
}

.admission_guide.template-deco05 img {
  padding-top: 15px;
  padding-bottom: 5px;
  width: 513px;
}

@media only screen and (max-width: 768px) {
  .admission_guide#mv {
    padding: 12px 14px 59px;
  }

  .admission_guide.template-deco02 {
    padding: 0 14px 50px;
  }

  .admission_guide.template-deco02 .table th {
    padding-right: 16px;
  }

  .admission_guide.template-deco02 .row > *:not(:first-child) {
    margin-top: 45px;
  }

  .admission_guide.template-deco02 .accordiontitle {
    padding: 14px;
    background-image: url(../img/otaka/facility/plus.svg);
    background-position: right 10px center;
  }

  .admission_guide.template-deco02 .accordiontitle.on {
    background-image: url(../img/otaka/common/minus.svg);
  }

  .admission_guide.template-deco02 .row h4 {
    font-size: 13px;
    text-align: left;
  }

  .admission_guide.template-deco02 .w310 {
    margin-top: 40px;
    max-width: 100%;
  }

  .admission_guide.template-deco02 .sp {
    margin-top: 45px;
  }

  .admission_guide.template-deco03 {
    padding: 0 14px 70px;
  }

  .admission_guide.template-deco05 {
    padding: 0 14px 59px;
  }
}

/* =======================================
    Q&A
======================================= */
.q_a#mv {
  padding: 0 0 46px;
}

.q_a#mv .img .char01 {
  top: 270px;
}

.q_a .accordion tr:first-child th:nth-child(1) {
  width: 5%;
}

.q_a .accordion tr:first-child th:nth-child(2) {
  width: 6%;
}

.q_a .accordion tr:first-child th:nth-child(3) {
  width: 7%;
}

.q_a .accordion.mt20 tr:first-child th:nth-child(1) {
  width: 1.5%;
}

.q_a.template-deco02 {
  padding: 0 0 69px;
}

.q_a.template-deco02 .faq dt {
  color: #00aa6e;
  padding: 12px 12px 12px 35px;
}

.q_a.template-deco02 .faq dd:last-of-type {
  padding-bottom: 0;
}

.q_a.template-deco02 .accordion:last-of-type {
  margin-top: 20px;
}

.q_a.template-deco02 .accordioncontents td {
  text-align: center;
}

.q_a.template-deco02 .accordioncontents td:last-of-type {
  text-align: left;
}

.q_a.template-deco02 ol li {
  padding-bottom: 5px;
}

.q_a.template-deco02 ol li:last-of-type {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .q_a#mv {
    padding: 12px 14px 59px;
  }

  .q_a .accordion tr:first-child th:nth-child(1) {
    width: 2.5%;
  }

  .q_a .accordion.mt20 tr:first-child th:nth-child(1) {
    width: 3.5%;
  }

  .q_a.template-deco02 {
    padding: 0 14px 79px;
  }

  .q_a.template-deco02 .accordion:last-of-type {
    margin-top: 20px;
  }

  .q_a.template-deco02 .faq dd .ans {
    padding-left: 35px;
  }
}

/* =======================================
    施設TOP(療保) 共通
======================================= */
.ryouho_top .btn_flex {
  display: flex;
}

.ryouho_top .btn_flex .btn:last-of-type {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .ryouho_top .btn_flex {
    flex-direction: column;
  }

  .ryouho_top .btn_flex .btn {
    width: 100%;
  }

  .ryouho_top .btn_flex .btn:last-of-type {
    margin-top: 20px !important;
    margin-left: 0;
  }
}

.ryouho_top .child_cnt_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ryouho_top .child_cnt_flex header.flex {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.ryouho_top .child_cnt_flex .flex h2 {
  position: relative;
  color: #f77b00;
  font-size: 2.6rem;
  display: inline-block;
  padding: 0 6px 4px;
  background: linear-gradient(transparent 70%, rgba(246, 236, 79, 0.67) 70%);
}

.ryouho_top .child_cnt_flex .flex h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 40%;
  background: #f6ec4f;
  mix-blend-mode: multiply;
}

.ryouho_top .child_cnt_flex header.pb0 {
  padding-bottom: 0;
}

.ryouho_top .child_cnt_flex .number {
  margin-right: 130px;
}

.ryouho_top .child_cnt_flex .num {
  color: #f77b00;
}

.ryouho_top .child_cnt_flex .num span {
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .ryouho_top .child_cnt_flex {
    padding: 20px 24px 45px;
    flex-direction: column;
  }

  .ryouho_top .child_cnt_flex .flex img {
    position: relative;
    left: 5px;
  }

  .ryouho_top .child_cnt_flex .flex h2 {
    text-align: left;
  }

  .ryouho_top .child_cnt_flex .flex h2 .sp_underline {
    position: relative;
    display: inline-block;
    padding: 0 6px 4px;
    background: linear-gradient(transparent 50%, rgba(246, 236, 79, 0.67) 50%);
  }

  .ryouho_top .child_cnt_flex .flex h2 .sp_underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 40%;
    background: #f6ec4f;
    mix-blend-mode: multiply;
  }

  .ryouho_top .child_cnt_flex .number {
    min-height: 40px;
    margin-right: 0;
  }

  .ryouho_top .child_cnt_flex .number p {
    line-height: 1;
  }

  .ryouho_top .child_cnt_flex .btn_area {
    margin-top: 20px;
    min-height: 52px;
  }
}

/* =======================================
    お問い合わせ、内容確認、完了
======================================= */
article.ctgr_contact {
  padding: 0 0 80px;
}

article.ctgr_contact .form {
  position: relative;
}

article.ctgr_contact .form .bg_star_1 {
  position: absolute;
  width: 125px;
  top: 30px;
  right: 30px;
}

article.ctgr_contact .must {
  margin-left: 8px;
  padding: 4px 7px;
}

@media only screen and (max-width: 768px) {
  article.ctgr_contact {
    padding: 0 14px 80px;
  }
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  article.ctgr_contact .must {
    padding: 1px 7px;
  }
}

/* =======================================
    Instagram(4列)部分
======================================= */
#insta_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

#insta_list li {
  width: 226px;
  height: auto;
}

#insta_list li img {
  width: 226px;
  max-height: 226px;
  border-radius: 52px;
  border: 8px solid #fff;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  #insta_list {
    flex-wrap: wrap;
  }

  #insta_list li {
    flex: none;
    width: 48%;
    margin: 0 0 4%;
  }
}


/* CSS */
.two-col {
  display: grid;
  grid-template-columns: 1fr;   /* SP: 1列 */
  gap: 24px;
}

@media (min-width: 768px) {
  .two-col {
    grid-template-columns: repeat(2, 1fr); /* PC: 2列 */
  }
}

.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.card > img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.card__body {
  padding: 16px;
  text-align: center; /* 中央寄せ */
}

.card__text {
  font-size: 24px;
  margin: 0 0 1em;
  line-height: 1.8;
  color: #6E480D;
}

/* ボタン */
.card__btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #ff7f32;  /* オレンジ */
  color: #fff;
  text-decoration: none;
  border-radius: 24px;        /* 角丸 */
  font-weight: bold;
  transition: background 0.3s;
}

.card__btn:hover {
  background-color: #e96d1f;  /* 少し濃いオレンジ */
}

/* CSS */
.fixed-banner {
  position: fixed;
  left: 50%;
  bottom: 4px; /* 下に4px隙間 */
  transform: translateX(-50%);
  z-index: 9999;
}

/* PC（幅800px × 高さ180px） */
.fixed-banner img {
  max-width: 800px;
  height: 180px;
  display: block;
  object-fit: cover;
}

@media (max-width: 1600px) {
 
  .fixed-banner img {
    width: 100%;
    height: auto; /* 自動で高さ調整 */
  }
}

/* SP（100% - 左右16px） */
@media (max-width: 767px) {
  .fixed-banner {
    left: 16px;
    right: 16px;
    transform: none; /* 中央寄せ不要 */
  }
  .fixed-banner img {
    width: 100%;
    height: auto; /* 自動で高さ調整 */
  }
}
