@charset "UTF-8";
/*
Theme Name: BASE
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444444;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

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

p {
  line-height: 1.7;
  color: #444;
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: top;
}

img.max {
  max-width: 100%;
  height: auto;
}

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* clearfix */
.clearfix {
  width: 100%;
}

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

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 16px;
  border: 1px solid #f38882;
  background-color: #f38882;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none !important;
}
.btn-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "dashicons";
  content: "\f344";
}
.btn-border:hover {
  transform: scale(0.95, 0.95);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 340px;
    margin: 0 auto 40px;
  }
  .btn-border::after {
    right: 20px;
  }
}

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

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

/* youtube対応 */
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 40px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 40px;
}

.pager .current {
  background: #F38882;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #F38882;
  color: #FFF;
}

/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 10001;
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 120px;
  height: auto;
}
#header .g-nav {
  display: none;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
#header .g-nav ul .social {
  margin-top: 40px;
}
#header .g-nav ul .social .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#header .g-nav ul .social .list-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .g-nav ul .social .list-icon .link {
  width: 80px;
  margin: 0 20px;
}
#header .g-nav ul .social .list-icon .link .icon {
  margin-bottom: 10px;
}
#header .g-nav ul .social .list-icon .link .icon img {
  width: 60px;
  height: auto;
}
#header .g-nav ul .social .list-icon .link .name {
  text-align: center;
  color: #fff;
}
#header .btn-nav {
  position: absolute;
  z-index: 10002;
  right: 30px;
  top: 28px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f38882;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 9px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 18px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #f38882;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #fff;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  content: "閉じる";
  top: 32px;
  left: 6px;
  color: #fff;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 4;
}
#header.open .g-nav ul {
  opacity: 1;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 30px;
}
#header.open .g-nav ul li a {
  font-size: 24px;
}
#header.open .g-nav ul li.contact a {
  position: relative;
  top: -4px;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 10px 24px;
  border-radius: 40px;
  background-color: #f38882;
  color: #fff;
  font-size: 20px;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(243, 136, 130, 0.95);
  transform: scale(0);
  left: -100px;
  top: -100px;
  transition: all 0.9s;
}
#header .g-nav-bg.bgopen {
  transform: scale(30);
}

@media screen and (min-width: 768px) {
  #header .inner {
    position: relative;
    width: 940px;
    height: 170px;
    margin: 0 auto;
  }
  #header .inner .logo {
    padding: 0;
    position: absolute;
    top: 20px;
    left: 0;
  }
  #header .inner .logo img {
    width: 170px;
  }
  #header .inner .globalnav {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }
  #header .inner .globalnav ul li a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
    color: #666;
    font-size: 20px;
  }
  #header .inner .globalnav ul li a:hover {
    color: #F38882;
  }
  #header .inner .globalnav ul li a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #F38882;
    transition: 0.6s;
  }
  #header .inner .globalnav ul li a:hover::after {
    width: 40%;
  }
  #header .inner .contact {
    position: absolute;
    top: 40px;
    right: 0;
  }
  #header .inner .contact a {
    position: relative;
    top: -8px;
    display: block;
    margin: 0 auto;
    padding: 10px 60px;
    border-radius: 40px;
    background-color: #f38882;
    color: #fff;
    font-size: 18px;
  }
  #header .inner .contact a::after {
    display: none;
  }
  #header .inner .contact a:hover {
    transform: scale(0.95, 0.95);
  }
  #header .inner .contact a img {
    position: relative;
    width: 20px;
    height: auto;
    top: 4px;
    left: -2px;
  }
  #header {
    padding-bottom: 0;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 940px;
  }
}

.section-full {
  width: 100%;
  margin-bottom: 60px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-full {
    width: 100%;
  }
  .section-full .section-inner {
    width: 940px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  color: #f28683;
  font-weight: normal;
}
.ttl-level-02::after {
  display: block;
  content: "";
  width: 40px;
  margin: 0 auto;
  padding-top: 18px;
  border-bottom: 1px solid #f28683;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.ttl-level-03 {
  margin-bottom: 20px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  background-color: #fdeeed;
  color: #ea6460;
}
.ttl-level-03 span {
  padding: 4px 10px;
  border-left: 4px solid #f28683;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 600px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

.btn-more {
  margin-top: 20px;
}
.btn-more a {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #b09d7c;
}
@media screen and (min-width: 768px) {
  .btn-more a {
    width: 300px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto 20px;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 940px;
    margin: 0 auto 40px;
  }
  #breadcrumb ul li {
    font-size: 14px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page .header {
  margin-bottom: 40px;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-photo {
  margin-bottom: 20px;
}
.page .header .inner .page-photo img {
  width: 100%;
  height: auto;
}
.page .header .inner .page-title {
  margin: 20px 0;
  text-align: center;
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: normal;
  color: #F38882;
}
.page .header .inner .page-title .en {
  display: block;
  font-size: 16px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .page .header {
    margin-bottom: 60px;
  }
  .page .header .inner {
    width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page .header .inner .page-photo {
    order: 2;
    width: 640px;
    margin: 0;
  }
  .page .header .inner .page-title {
    position: relative;
    left: auto;
    bottom: auto;
    order: 1;
    text-align: left;
    font-size: 36px;
    width: 280px;
  }
  .page .header .inner .page-title span {
    font-size: 20px;
  }
}

.page-top .slideshow {
  margin-bottom: 20px;
}
.page-top .slideshow img {
  width: 100%;
  height: auto;
}
.page-top .slideshow .sp-buttons .sp-button {
  border: 2px solid #F38882;
  width: 14px;
  height: 14px;
}
.page-top .slideshow .sp-buttons .sp-selected-button {
  background-color: #F38882;
}
@media screen and (min-width: 768px) {
  .page-top .slideshow {
    margin-bottom: 40px;
  }
  .page-top .slideshow img {
    border-radius: 20px !important;
  }
}
.page-top .notice {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #faf7bc;
  border-radius: 4px;
}
.page-top .notice p {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.page-top .notice p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-top .notice {
    width: 600px;
    margin: 0 auto 40px;
    padding: 20px 40px;
  }
  .page-top .notice p {
    font-size: 16px;
  }
}
.page-top .sec-about .area-about {
  margin-bottom: 40px;
}
.page-top .sec-about .area-about .photo {
  margin-bottom: 20px;
}
.page-top .sec-about .area-about .photo img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-about .area-about .detail h3 {
  margin-bottom: 14px;
  color: #F49592;
  font-size: 18px;
  font-weight: normal;
}
.page-top .sec-about .area-about .detail p {
  color: #666;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-top .sec-about .area-about .photo {
    width: 500px;
  }
  .page-top .sec-about .area-about .detail {
    width: 430px;
  }
}
.page-top .sec-service {
  background-color: #f5f1ee;
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-service {
    padding: 40px 0 80px;
  }
}
.page-top .sec-service .list-service li {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 25px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  border-radius: 6px;
}
.page-top .sec-service .list-service li .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-service .list-service li .photo img {
  width: 100%;
  height: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-top .sec-service .list-service li .detail h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #F38882;
}
.page-top .sec-service .list-service li .detail p {
  color: #666;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-service .list-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-service .list-service li {
    width: 290px;
    margin: 0;
  }
}
.page-top .sec-dayservice {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-dayservice {
    margin-bottom: 80px;
  }
}
.page-top .sec-dayservice .list-dayservice li {
  margin: 0 auto 60px;
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
}
.page-top .sec-dayservice .list-dayservice li .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-dayservice .list-dayservice li .photo img {
  width: 100%;
  height: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-top .sec-dayservice .list-dayservice li .detail h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  color: #F28683;
  font-weight: normal;
}
.page-top .sec-dayservice .list-dayservice li .detail p {
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
}
.page-top .sec-dayservice .list-dayservice li .detail p a {
  color: #666;
  text-decoration: underline;
}
.page-top .sec-dayservice .list-dayservice li .detail .link-more {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 16px;
  border: 1px solid #f38882;
  background-color: #f38882;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none !important;
}
.page-top .sec-dayservice .list-dayservice li .detail .link-more::after {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "dashicons";
  content: "\f344";
}
.page-top .sec-dayservice .list-dayservice li .detail .link-more:hover {
  transform: scale(0.95, 0.95);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-top .sec-dayservice .list-dayservice li .detail .link-more {
    width: 260px;
    margin: 0;
    padding: 12px;
  }
  .page-top .sec-dayservice .list-dayservice li .detail .link-more::after {
    right: 24px;
    top: 16px;
  }
}
.page-top .sec-dayservice .list-dayservice li.platinaclub {
  background-image: linear-gradient(to top, #F1F3F4 0%, white 100%);
}
.page-top .sec-dayservice .list-dayservice li.platinaclub .detail h3 {
  color: #3E3A39;
}
.page-top .sec-dayservice .list-dayservice li.platinaclub .detail h3 span {
  font-weight: bold;
}
.page-top .sec-dayservice .list-dayservice li.platinaclub .detail .link-more {
  background-color: #3E3A39;
  border: 1px solid #3E3A39;
}
.page-top .sec-dayservice .list-dayservice li.goldclub {
  background-image: linear-gradient(to top, #f3f0e6 0%, white 100%);
}
.page-top .sec-dayservice .list-dayservice li.goldclub .detail h3 {
  color: #937336;
}
.page-top .sec-dayservice .list-dayservice li.goldclub .detail h3 span {
  font-weight: bold;
}
.page-top .sec-dayservice .list-dayservice li.goldclub .detail .link-more {
  background-color: #937336;
  border: 1px solid #937336;
}
@media screen and (min-width: 768px) {
  .page-top .sec-dayservice .list-dayservice li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px 0;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px #eee;
  }
  .page-top .sec-dayservice .list-dayservice li .photo {
    width: 360px;
    margin-bottom: 0;
  }
  .page-top .sec-dayservice .list-dayservice li .detail {
    width: 460px;
    margin-bottom: 0;
  }
  .page-top .sec-dayservice .list-dayservice li .detail h3 {
    text-align: left;
    font-size: 24px;
  }
  .page-top .sec-dayservice .list-dayservice li .detail p {
    font-size: 14px;
  }
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-top .sec-news .area-news .news {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-top .sec-news .area-news .news:first-of-type {
  border-top: 1px solid #e0e0e0;
}
.page-top .sec-news .area-news .news .meta .date {
  color: #666;
}
.page-top .sec-news .area-news .news .meta .label {
  position: relative;
  top: -2px;
  font-size: 12px;
  background-color: #eee;
  padding: 6px 30px 7px;
  border-radius: 24px;
  color: #fff;
}
.page-top .sec-news .area-news .news .meta .cat-important {
  background-color: #cf0505;
}
.page-top .sec-news .area-news .news .title {
  margin-top: 10px;
  font-weight: normal;
}
.page-top .sec-news .area-news .news .title a {
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .page-top .sec-news .area-news .news .title {
    margin-top: 0;
    margin-left: 14px;
  }
}
.page-top .sec-blog .area-blogs .shisetsu {
  margin-bottom: 60px;
}
.page-top .sec-blog .area-blogs .shisetsu .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-top .sec-blog .area-blogs .shisetsu .title .photo {
  margin-bottom: 10px;
  text-align: center;
}
.page-top .sec-blog .area-blogs .shisetsu .title .photo img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-blog .area-blogs .shisetsu .title .ttl-blog {
  font-size: 18px;
  color: #F38882;
}
.page-top .sec-blog .area-blogs .shisetsu .title .link-more a {
  color: #F38882;
}
.page-top .sec-blog .area-blogs .shisetsu .blogs .article {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.page-top .sec-blog .area-blogs .shisetsu .blogs .article:first-of-type {
  border-top: 1px solid #e0e0e0;
  padding-top: 14px;
}
.page-top .sec-blog .area-blogs .shisetsu .blogs .article .date {
  color: #666;
}
.page-top .sec-blog .area-blogs .shisetsu .blogs .article .ttl a {
  color: #666;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-top .sec-blog .area-blogs .shisetsu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-top .sec-blog .area-blogs .shisetsu .title {
    display: block;
    width: 300px;
    height: 100%;
    text-align: center;
  }
  .page-top .sec-blog .area-blogs .shisetsu .title .ttl-blog {
    margin-bottom: 4px;
  }
  .page-top .sec-blog .area-blogs .shisetsu .blogs {
    width: 600px;
  }
  .page-top .sec-blog .area-blogs .shisetsu .blogs .article .date {
    display: inline-block;
    margin-right: 20px;
  }
  .page-top .sec-blog .area-blogs .shisetsu .blogs .article .ttl {
    display: inline-block;
  }
}

.page-news .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-news .sec-news .area-news .news {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news:first-of-type {
  border-top: 1px solid #e0e0e0;
}
.page-news .sec-news .area-news .news .meta .date {
  color: #666;
}
.page-news .sec-news .area-news .news .meta .label {
  position: relative;
  top: -2px;
  font-size: 12px;
  background-color: #eee;
  padding: 6px 30px 7px;
  border-radius: 24px;
  color: #fff;
}
.page-news .sec-news .area-news .news .meta .cat-important {
  background-color: #cf0505;
}
.page-news .sec-news .area-news .news .title {
  margin-top: 10px;
  font-weight: normal;
}
.page-news .sec-news .area-news .news .title a {
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .page-news .sec-news .area-news .news .title {
    margin-top: 0;
    margin-left: 14px;
  }
}
.page-news .area-article {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 640px;
    float: left;
    margin-bottom: 0;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .area-article .article .article-content a {
  color: #F38882;
  text-decoration: underline;
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 240px;
    float: right;
  }
}

.page-facility .sec-about .area-about .photo {
  margin-bottom: 20px;
}
.page-facility .sec-about .area-about .photo img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 14px;
  box-shadow: 0 0 6px #ddd;
}
.page-facility .sec-about .area-about .detail p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-about .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-facility .sec-about .area-about .photo {
    width: 400px;
  }
  .page-facility .sec-about .area-about .detail {
    width: 500px;
  }
}
.page-facility .sec-facility .area-nav {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-nav {
    margin-bottom: 60px;
  }
}
.page-facility .sec-facility .area-nav .nav {
  width: 90%;
  margin: 0 auto;
}
.page-facility .sec-facility .area-nav .nav li {
  margin-bottom: 1px;
}
.page-facility .sec-facility .area-nav .nav li a {
  display: block;
  text-align: center;
  padding: 12px 0;
  background-color: #F38882;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-nav .nav {
    width: 940px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-facility .sec-facility .area-nav .nav li {
    width: 33%;
  }
}
.page-facility .sec-facility hr {
  display: block;
  width: 90%;
  margin: 0 auto 60px;
  border: none;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility hr {
    margin: 0 auto 80px;
  }
}
.page-facility .sec-facility .area-facility.platinaclub {
  padding-top: 30px;
  background-image: linear-gradient(to bottom, #F1F3F4 0%, white 100%);
}
.page-facility .sec-facility .area-facility.platinaclub .facility-title {
  color: #3E3A39;
  border-left: 1px solid #3E3A39;
}
.page-facility .sec-facility .area-facility.platinaclub .area-equipment {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  background-size: 800% 400%;
  animation: gradient 10s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}
.page-facility .sec-facility .area-facility.platinaclub .area-equipment .area-title {
  color: #fff;
}
.page-facility .sec-facility .area-facility.platinaclub .area-equipment .equipment ul li .photo img {
  border: 2px solid #000;
}
.page-facility .sec-facility .area-facility.platinaclub .area-equipment .equipment ul li .photo img:hover {
  border: 2px solid #999;
}
.page-facility .sec-facility .area-facility.platinaclub .area-data .data .map .contact {
  border: 4px double #111;
}
.page-facility .sec-facility .area-facility.platinaclub .area-data .data .map .contact .area-title {
  color: #111;
}
.page-facility .sec-facility .area-facility.goldclub {
  background-image: linear-gradient(to bottom, #f3f0e6 0%, white 100%);
  padding: 30px 0;
}
.page-facility .sec-facility .area-facility.goldclub .facility-title {
  color: #937336;
  border-left: 1px solid #937336;
}
.page-facility .sec-facility .area-facility.goldclub .area-equipment {
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 10s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}
.page-facility .sec-facility .area-facility.goldclub .area-equipment .area-title {
  color: #fff;
}
.page-facility .sec-facility .area-facility.goldclub .area-equipment .equipment ul li .photo img {
  border: 2px solid #000;
}
.page-facility .sec-facility .area-facility.goldclub .area-equipment .equipment ul li .photo img:hover {
  border: 2px solid #999;
}
.page-facility .sec-facility .area-facility.goldclub .area-data .data .map .contact {
  border: 4px double #111;
}
.page-facility .sec-facility .area-facility.goldclub .area-data .data .map .contact .area-title {
  color: #111;
}
.page-facility .sec-facility .area-facility .area-movie {
  position: relative;
}
.page-facility .sec-facility .area-facility .area-movie .photo img {
  width: 100%;
  height: auto;
}
.page-facility .sec-facility .area-facility .area-movie .btn {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 16px 60px;
  border-radius: 40px;
  text-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  backdrop-filter: blur(8px);
  font-size: 18px;
}
.page-facility .sec-facility .area-facility .area-movie .btn span {
  text-shadow: 0 0 2px #000;
}
.page-facility .sec-facility .area-facility .area-movie .btn:hover {
  box-shadow: 0 0 30px #fff;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-movie .btn {
    width: 400px;
    padding: 30px 100px;
    border-radius: 60px;
    font-size: 42px;
  }
}
.page-facility .sec-facility .area-facility .facility-title {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 20px;
  padding: 4px 12px;
  border-left: 1px solid #F38882;
  color: #F38882;
  font-size: 18px;
  font-weight: normal;
}
.page-facility .sec-facility .area-facility .facility-title span {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .facility-title {
    width: 940px;
    font-size: 24px;
  }
  .page-facility .sec-facility .area-facility .facility-title span {
    font-size: 14px;
  }
}
.page-facility .sec-facility .area-facility .area-about {
  width: 90%;
  margin: 0 auto 60px;
}
.page-facility .sec-facility .area-facility .area-about .photo {
  margin-bottom: 20px;
}
.page-facility .sec-facility .area-facility .area-about .photo img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 14px;
  box-shadow: 0 0 6px #ddd;
}
.page-facility .sec-facility .area-facility .area-about .detail p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    margin: 0 auto 60px;
  }
  .page-facility .sec-facility .area-facility .area-about .photo {
    width: 400px;
  }
  .page-facility .sec-facility .area-facility .area-about .detail {
    width: 500px;
  }
}
.page-facility .sec-facility .area-facility .area-special {
  width: 90%;
  margin: 0 auto 60px;
}
.page-facility .sec-facility .area-facility .area-special .area-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-special .area-title {
    font-size: 20px;
  }
}
.page-facility .sec-facility .area-facility .area-special .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-facility .sec-facility .area-facility .area-special .photos li {
  width: 32%;
}
.page-facility .sec-facility .area-facility .area-special .photos li img {
  max-width: 100%;
  height: auto;
}
.page-facility .sec-facility .area-facility .area-special .special p {
  margin-bottom: 6px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-special {
    width: 1100px;
  }
  .page-facility .sec-facility .area-facility .area-special .photos {
    margin: 0 auto 20px;
  }
  .page-facility .sec-facility .area-facility .area-special .special {
    width: 600px;
    margin: 0 auto;
  }
  .page-facility .sec-facility .area-facility .area-special .special p {
    font-size: 16px;
  }
}
.page-facility .sec-facility .area-facility .area-equipment {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #faf1f0;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-equipment {
    margin-bottom: 60px;
  }
}
.page-facility .sec-facility .area-facility .area-equipment .area-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-equipment .area-title {
    font-size: 20px;
  }
}
.page-facility .sec-facility .area-facility .area-equipment .equipment {
  width: 90%;
  margin: 0 auto;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment .main {
  margin-bottom: 20px;
  height: 240px;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment .main img {
  max-width: 100%;
  height: auto;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment ul li {
  width: 31%;
  margin-bottom: 10px;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment ul li .photo {
  margin-bottom: 4px;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment ul li .photo img {
  max-width: 100%;
  height: auto;
  border: 2px solid #FAF1F0;
  transition: border 0.5s;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment ul li .photo img:hover {
  cursor: pointer;
  border: 2px solid #f2867a;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment ul li .detail p {
  text-align: center;
  font-size: 10px;
}
.page-facility .sec-facility .area-facility .area-equipment .equipment ul li .current img {
  border: 2px solid #f2867a;
  transition: border 0.5s;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-equipment .equipment {
    width: 940px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-facility .sec-facility .area-facility .area-equipment .equipment .main {
    width: 600px;
  }
  .page-facility .sec-facility .area-facility .area-equipment .equipment ul {
    width: 320px;
  }
  .page-facility .sec-facility .area-facility .area-equipment .equipment ul li {
    width: 48%;
  }
  .page-facility .sec-facility .area-facility .area-equipment .equipment ul li .detail p {
    font-size: 12px;
  }
}
.page-facility .sec-facility .area-facility .area-data {
  width: 90%;
  margin: 0 auto 40px;
}
.page-facility .sec-facility .area-facility .area-data .area-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-data .area-title {
    font-size: 20px;
  }
}
.page-facility .sec-facility .area-facility .area-data .data .detail {
  margin-bottom: 40px;
}
.page-facility .sec-facility .area-facility .area-data .data .detail table {
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  font-size: 15px;
}
.page-facility .sec-facility .area-facility .area-data .data .detail table th {
  width: 100px;
  padding: 14px 0;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #eee;
  color: #666;
}
.page-facility .sec-facility .area-facility .area-data .data .detail table td {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding: 14px;
}
.page-facility .sec-facility .area-facility .area-data .data .detail .price a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 14px;
  padding: 16px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 1px 0 #ddd;
  border-radius: 4px;
  color: #444;
  font-weight: bold;
}
.page-facility .sec-facility .area-facility .area-data .data .detail .price a .icon-pdf {
  position: absolute;
  top: 13px;
  left: 40px;
  width: 24px;
  height: auto;
}
.page-facility .sec-facility .area-facility .area-data .data .detail .price a:hover {
  opacity: 0.6;
}
.page-facility .sec-facility .area-facility .area-data .data .map iframe {
  width: 100%;
  height: 300px;
}
.page-facility .sec-facility .area-facility .area-data .data .map .contact {
  box-sizing: border-box;
  margin: 20px auto 60px;
  padding: 20px;
  border: 4px double #F38882;
}
.page-facility .sec-facility .area-facility .area-data .data .map .contact .area-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #F38882;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-data .data .map .contact .area-title {
    font-size: 20px;
  }
}
.page-facility .sec-facility .area-facility .area-data .data .map .contact p {
  text-align: center;
}
.page-facility .sec-facility .area-facility .area-data .data .map .contact p.tel {
  margin-top: 20px;
}
.page-facility .sec-facility .area-facility .area-data .data .map .contact p.tel a {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-facility .sec-facility .area-facility .area-data {
    width: 940px;
  }
  .page-facility .sec-facility .area-facility .area-data .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-facility .sec-facility .area-facility .area-data .data .detail {
    width: 400px;
  }
  .page-facility .sec-facility .area-facility .area-data .data .map {
    width: 500px;
  }
}

.page-smileone .sec-about .area-about {
  margin-bottom: 60px;
}
.page-smileone .sec-about .area-about .photo {
  margin-bottom: 20px;
}
.page-smileone .sec-about .area-about .photo img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 14px;
  box-shadow: 0 0 6px #ddd;
}
.page-smileone .sec-about .area-about .detail p {
  margin-bottom: 30px;
}
.page-smileone .sec-about .area-about .detail .price a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 14px;
  padding: 16px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 1px 0 #ddd;
  border-radius: 4px;
  color: #444;
  font-weight: bold;
}
.page-smileone .sec-about .area-about .detail .price a .icon-pdf {
  position: absolute;
  top: 13px;
  left: 40px;
  width: 24px;
  height: auto;
}
.page-smileone .sec-about .area-about .detail .price a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .page-smileone .sec-about .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-smileone .sec-about .area-about .photo {
    width: 400px;
  }
  .page-smileone .sec-about .area-about .detail {
    width: 500px;
  }
}
.page-smileone .sec-about .area-qa {
  margin-bottom: 60px;
}
.page-smileone .sec-about .area-qa .accordion-area {
  list-style: none;
  margin: 0 auto;
}
.page-smileone .sec-about .area-qa .accordion-area li {
  margin: 10px 0;
}
.page-smileone .sec-about .area-qa .accordion-area section {
  border: 1px solid #ddd;
}
.page-smileone .sec-about .area-qa {
  /*アコーディオンタイトル*/
}
.page-smileone .sec-about .area-qa .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}
.page-smileone .sec-about .area-qa {
  /*アイコンの＋と×*/
}
.page-smileone .sec-about .area-qa .title::before,
.page-smileone .sec-about .area-qa .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.page-smileone .sec-about .area-qa .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.page-smileone .sec-about .area-qa .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.page-smileone .sec-about .area-qa {
  /*　closeというクラスがついたら形状変化　*/
}
.page-smileone .sec-about .area-qa .title.close::before {
  transform: rotate(45deg);
}
.page-smileone .sec-about .area-qa .title.close::after {
  transform: rotate(-45deg);
}
.page-smileone .sec-about .area-qa {
  /*アコーディオンで現れるエリア*/
}
.page-smileone .sec-about .area-qa .box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.page-smileone .sec-about .area-data {
  width: 90%;
  margin: 0 auto 40px;
}
.page-smileone .sec-about .area-data .area-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-smileone .sec-about .area-data .area-title {
    font-size: 20px;
  }
}
.page-smileone .sec-about .area-data .data .detail {
  margin-bottom: 40px;
}
.page-smileone .sec-about .area-data .data .detail table {
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  font-size: 15px;
}
.page-smileone .sec-about .area-data .data .detail table th {
  width: 100px;
  padding: 14px 0;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #eee;
  color: #666;
}
.page-smileone .sec-about .area-data .data .detail table td {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
}
.page-smileone .sec-about .area-data .data .detail .price a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 90%;
  margin: 0 auto 10px;
  padding: 16px;
  text-align: center;
  background-color: #FFCC01;
  border-radius: 2px;
  color: #444;
}
.page-smileone .sec-about .area-data .data .detail .price a .icon-pdf {
  position: absolute;
  top: 13px;
  left: 40px;
  width: 24px;
  height: auto;
}
.page-smileone .sec-about .area-data .data .map iframe {
  width: 100%;
  height: 300px;
}
.page-smileone .sec-about .area-data .data .map .contact {
  box-sizing: border-box;
  margin: 20px auto 60px;
  padding: 20px;
  border: 4px double #F38882;
}
.page-smileone .sec-about .area-data .data .map .contact .area-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #F38882;
}
@media screen and (min-width: 768px) {
  .page-smileone .sec-about .area-data .data .map .contact .area-title {
    font-size: 20px;
  }
}
.page-smileone .sec-about .area-data .data .map .contact p {
  text-align: center;
}
.page-smileone .sec-about .area-data .data .map .contact p.tel {
  margin-top: 20px;
}
.page-smileone .sec-about .area-data .data .map .contact p.tel a {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-smileone .sec-about .area-data {
    width: 940px;
  }
  .page-smileone .sec-about .area-data .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-smileone .sec-about .area-data .data .detail {
    width: 400px;
  }
  .page-smileone .sec-about .area-data .data .map {
    width: 500px;
  }
}

.page-company .sec-message .area-message p {
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message p {
    font-size: 24px;
    line-height: 2;
  }
}
.page-company .sec-company .data {
  margin-bottom: 60px;
  color: #666;
  font-size: 14px;
}
.page-company .sec-company .data th {
  width: 100px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
}
.page-company .sec-company .data td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-company .sec-company .data td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .data {
    font-size: 16px;
  }
  .page-company .sec-company .data th {
    width: 250px;
    padding: 24px 0;
  }
  .page-company .sec-company .data td {
    padding: 24px 0;
  }
}
.page-company .sec-company .map {
  text-align: center;
}
.page-company .sec-company .map iframe {
  width: 100%;
  height: 300px;
}
.page-company .sec-company .map p {
  margin-top: 20px;
}
.page-company .sec-company .map p a {
  text-decoration: underline;
}

.page-recruit .sec-recruit .area-recruit {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .area-recruit {
    margin-bottom: 60px;
  }
}
.page-recruit .sec-recruit .notice {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #faf7bc;
  border-radius: 4px;
}
.page-recruit .sec-recruit .notice p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}
.page-recruit .sec-recruit .notice p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .notice {
    width: 90%;
    margin: 0 auto 20px;
    padding: 30px 40px;
  }
  .page-recruit .sec-recruit .notice p {
    font-size: 16px;
  }
}
.page-recruit .sec-recruit .accordion-area {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .accordion-area {
    width: 90%;
    margin: 0 auto;
  }
}
.page-recruit .sec-recruit .accordion-area li {
  margin: 10px 0;
}
.page-recruit .sec-recruit .accordion-area section {
  border: 1px solid #ddd;
}
.page-recruit .sec-recruit {
  /*アコーディオンタイトル*/
}
.page-recruit .sec-recruit .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}
.page-recruit .sec-recruit {
  /*アイコンの＋と×*/
}
.page-recruit .sec-recruit .title::before,
.page-recruit .sec-recruit .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.page-recruit .sec-recruit .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.page-recruit .sec-recruit .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.page-recruit .sec-recruit {
  /*　closeというクラスがついたら形状変化　*/
}
.page-recruit .sec-recruit .title.close::before {
  transform: rotate(45deg);
}
.page-recruit .sec-recruit .title.close::after {
  transform: rotate(-45deg);
}
.page-recruit .sec-recruit {
  /*アコーディオンで現れるエリア*/
}
.page-recruit .sec-recruit .box {
  display: none; /*はじめは非表示*/
  box-sizing: border-box;
  padding: 0 14px;
}
.page-recruit .sec-recruit .bosyu {
  margin-bottom: 20px;
  font-size: 14px;
}
.page-recruit .sec-recruit .bosyu th {
  display: block;
  background-color: #F5F5F5;
  padding: 14px;
  text-align: left;
}
.page-recruit .sec-recruit .bosyu td {
  display: block;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .bosyu {
    width: 840px;
    margin: 0 auto 40px;
    font-size: 16px;
    border-top: 1px solid #eee;
  }
  .page-recruit .sec-recruit .bosyu th {
    display: table-cell;
    width: 200px;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
  .page-recruit .sec-recruit .bosyu td {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
}
.page-recruit .sec-recruit .contact {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 20px;
  border: 4px double #DDDDDD;
}
.page-recruit .sec-recruit .contact h4 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 16px;
}
.page-recruit .sec-recruit .contact p {
  margin-bottom: 14px;
  text-align: center;
}
.page-recruit .sec-recruit .contact p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .contact {
    width: 700px;
  }
}

.page-contact .sec-contact .area-contact {
  margin-bottom: 60px;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu {
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu h3 {
  margin-bottom: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #F28683;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p {
  text-align: center;
  font-weight: bold;
}
.page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p.tel {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .area-contact .shisetsu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-contact .sec-contact .area-contact .shisetsu-list .shisetsu {
    width: 300px;
  }
  .page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p {
    font-size: 14px;
  }
  .page-contact .sec-contact .area-contact .shisetsu-list .shisetsu p.tel {
    font-size: 24px;
  }
}
.page-contact .sec-contact .area-contact .lifeone p {
  text-align: center;
  font-weight: bold;
}
.page-contact .sec-contact .area-contact .lifeone p.tel {
  font-size: 32px;
}
.page-contact .sec-contact .area-contact .lifeone .email {
  margin-top: 20px;
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  color: #666;
  font-size: 12px;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    margin: 0 auto 50px;
  }
  .area-contactform .contact-form tr {
    border-bottom: 2px solid #fff;
  }
  .area-contactform .contact-form th {
    width: 200px;
    display: table-cell;
    position: relative;
    padding: 20px;
    vertical-align: middle;
    background-color: #F3F3F3;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px;
    background-color: #FBFBFB;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 40px auto 20px;
  border: none;
  background-color: #1A9106;
  text-align: center;
  font-size: 18px;
  border-radius: 40px;
  color: #fff;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 50px;
  }
  .area-contactform .wpcf7-submit {
    width: 400px;
  }
}

/*-----------------------------------------------------------

	side

---------------------------------------------------------- */
/*-----------------------------------------------------------

	footer

---------------------------------------------------------- */
#footer {
  margin-top: 60px;
  padding: 40px 0 0;
  background-color: #F38882;
}
#footer .inner {
  width: 90%;
  margin: 0 auto;
}
#footer .inner .area-info {
  margin-bottom: 20px;
  color: #f1f1f1;
}
#footer .inner .area-info .logo {
  margin-bottom: 14px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
#footer .inner .area-info .about {
  text-align: center;
  color: #eee;
}
#footer .inner .area-info .about a {
  color: #eee;
  text-decoration: underline;
}
#footer .inner .area-nav {
  padding-bottom: 40px;
}
#footer .inner .area-nav ul li {
  text-align: center;
  margin-bottom: 8px;
}
#footer .inner .area-nav ul li a {
  color: #eee;
  font-size: 16px;
}
#footer .inner .area-nav ul li a::before {
  position: relative;
  top: -3px;
  content: "● ";
  font-size: 8px;
  color: #f8aba6;
}
#footer .inner .area-nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    padding-bottom: 40px;
  }
  #footer .inner .area-info {
    width: 450px;
    margin-bottom: 0;
  }
  #footer .inner .area-info .logo {
    text-align: left;
  }
  #footer .inner .area-info .about {
    text-align: left;
  }
  #footer .inner .area-nav {
    width: 450px;
    padding-bottom: 0;
  }
  #footer .inner .area-nav ul {
    text-align: right;
  }
  #footer .inner .area-nav ul li {
    text-align: left;
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 20px;
  }
  #footer .inner .area-nav ul li a {
    font-size: 16px;
  }
}
#footer .copyright {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  color: #444;
  font-size: 12px;
}

/* === sec-page-top-btn === */
.page-top-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F38882;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  /* 初期は隠してふわっと浮き出る */
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, background-color 0.3s ease;
}
.page-top-btn .arrow {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.page-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-top-btn:hover {
  background-color: #f4a09b;
}
@media screen and (min-width: 768px) {
  .page-top-btn {
    right: 32px;
    bottom: 32px;
    width: 56px;
    height: 56px;
  }
  .page-top-btn .arrow {
    width: 14px;
    height: 14px;
  }
}