@charset "utf-8";

/*リセット*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

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

html {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: 'fot-tsukubrdgothic-std', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  /*   height: 100%; */
  width: 100%;
  color: #444;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: .1em;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #1C1C1C;
  outline: none;
  transition: .3s;
}

ul li {
  list-style: none;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.imgauto {
  width: 100%;
}

a:focus, *:focus {
  outline: none;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  color: #1C1C1C;
  background: #fff;
}


/* スクロールバー消す */

.y-scroll {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.y-scroll::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.7;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  a:hover {
    color: #f5c807;
    opacity: .8;
    transition: .3s;
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .inner {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    ;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  main {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .inner {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    ;
  }
}


/* ローディグ */

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  #splash_logo img {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  #splash_logo {
    width: 50%;
    max-width: 150px;
  }
}


/* スライダー */

.full {
  position: relative;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.full {
  opacity: 0;
  transition: opacity .3s linear;
}

.full.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .full div.img01 {
    background-image: url(/images/slider4.jpg);
  }
  .full div.img02 {
    background-image: url(/images/slider7.jpg);
  }
  .full div.img03 {
    background-image: url(/images/slider8.jpg);
  }
  .full div.img04 {
    background-image: url(/images/slider5.jpg);
  }
  #splash {
    background-image: url(/images/moon.jpg?07243);
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .full div.img01 {
    background-image: url(/images/slider4sp.jpg);
  }
  .full div.img02 {
    background-image: url(/images/slider7sp.jpg);
  }
  .full div.img03 {
    background-image: url(/images/slider8sp.jpg);
  }
  .full div.img04 {
    background-image: url(/images/slider5sp.jpg);
  }
  #splash {
    background-image: url(/images/moonsp.jpg?07244);
    background-size: cover;
  }
}

.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.full .slick-dots li.slick-active button:before {
  color: #568db1;
}

.full .slick-dots li button:before {
  color: #d1cb6b;
}


/* スクロール */

.slbl_scroll {
  position: absolute;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  right: 0;
  bottom: 0;
  z-index: 9;
  left: 0;
  margin: auto;
}

.slbl_scroll>span {
  letter-spacing: 1px;
  font-weight: 300;
}

.slbl_scroll_bar {
  display: block;
  margin: 10px auto 0;
  width: 1px;
  height: 70px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.slbl_scroll_bar:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f5c800;
  position: absolute;
  top: 0;
  left: -24.155vw;
  right: -24.155vw;
  margin: 0 auto;
  -webkit-animation: 2s scrollanimeB ease infinite 3.32s;
  animation: 2s scrollanimeB ease infinite 3.32s;
  transform: translate(0, -50%) scale(0)
}

.slbl_scroll_text {
  font-size: 14px;
  color: #fff;
}

@-webkit-keyframes scrollanimeB {
  0% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(0)
  }
  5% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(1)
  }
  75% {
    top: 100%;
    opacity: 1;
    transform: translate(0, -50%) scale(1)
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translate(0, -50%) scale(1)
  }
}

@keyframes scrollanimeB {
  0% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(0)
  }
  5% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(1)
  }
  75% {
    top: 100%;
    opacity: 1;
    transform: translate(0, -50%) scale(1)
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translate(0, -50%) scale(1)
  }
}
.sec {
    padding: 60px 0;
}
/* ヘッダー */

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.navi-wrap {
  padding: 10px 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toplogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 3;
}

.toplogo img {
  width: 100%;
}

.fat-nav__wrapper .navi-wrap {
  flex-direction: column;
}

.fat-nav__wrapper .navi-logo {
  margin-bottom: 40px;
}

.fat-nav__wrapper .navi-logo img {
  width: 100%;
}

.fat-nav__wrapper .sp-navi li {
  margin-bottom: 20px;
  text-align: center;
}

.sp-navi li a {
  font-size: 16px;
}
.stitle {
 position: absolute;
 top: 15px;
 line-height: 1;
}

.stitle a {
 color: #fff;
}

@media screen and (min-width: 768px) {
		.fat-nav__wrapper .navi-wrap {
		  flex-direction: column;
		  padding: 180px 0px;
		}
  .toplogo {
    width: 260px;
  }
  .fat-nav__wrapper .navi-logo {
    width: 160px;
  }
		.stitle {
			left: 3%;
		}
		
		.stitle a {
   font-size: 14px;
   font-weight: 500;
	}
}

@media screen and (max-width: 767px) {
		.fat-nav__wrapper .navi-wrap {
		  flex-direction: column;
		  padding: 60px 0;
		}
  .toplogo {
    width: 200px;
  }
  .fat-nav__wrapper .navi-logo {
    width: 120px;
  }
		.stitle {
			left: 5%;
		}
		
		.stitle a {
   font-size: 12px;
		}
}
}


/* コンセプト */

.sec {
  padding: 60px 0;
}

.sec-title {
  margin-bottom: 40px;
  letter-spacing: .15em;
}

.concept-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.concept-text {
  line-height: 2;
}

.concept-img img, .menu-wrap-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec-title {
    font-size: 30px;
  }
  .concept-img {
    width: 48%;
  }
  .concept-text {
    width: 47%;
  }
  .con-img-1 img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 26px;
  }
  .concept-wrap {
    flex-direction: column;
  }
  .concept-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .concept-text {
    width: 100%;
  }
}


/* メニュー */

.menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-wrap-img img.bdr {
  border: 1px solid #ccc;
}

h3.menu-name {
  margin-bottom: 10px;
  font-size: 22px;
}

.menu-text {
  margin-bottom: 20px;
  font-size: 14px;
}

.menu-therapist {
  margin-bottom: 20px;
}

.detail {
  margin-bottom: 20px;
}

.detail a {
  font-size: 14px;
  font-weight: bold;
  background: #6c8083;
  color: #fff;
  padding: 10px 15px;
}

.detail a span::after {
  content: "→";
  display: inline-block;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .menu-wrap-img {
    width: 50%;
  }
  .menu-wrap-text {
    width: 50%;
    padding: 0 5%;
  }
  .menu-wrap:nth-of-type(even) .menu-wrap-img {
    order: 2;
  }
  .menu-wrap:nth-of-type(even) .menu-wrap-text {
    text-align: right;
  }
  .menu-wrap:nth-of-type(even) .detail {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .menu-wrap {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .menu-wrap-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .menu-wrap-text {
    width: 100%;
  }
  .menu-wrap:last-child {
    margin-bottom: 0;
  }
  .detail {
    text-align: right;
  }
}


/* アクセス */

.access-map iframe {
  width: 100%;
  filter: saturate(70%);
}

@media screen and (min-width: 768px) {
  .access-map iframe {
    height: 500px;
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .access-map iframe {
    height: 400px;
  }
}


/* フッター */

footer {
  padding: 60px 0;
}

footer .inner {
  display: flex;
  justify-content: space-between;
}

.foot-logo {
  width: 50%;
  max-width: 200px;
  margin-bottom: 30px;
}

.foot-address {
  font-size: 12px;
}

.tel {
  font-size: 12px;
}

.tel span {
  font-size: 18px;
  margin-left: 0.3em;
}

.foot-navi li {
  line-height: 2;
}

.foot-navi {
  margin-bottom: 20px;
}

.foot-navi li a {
  font-size: 12px;
}

.link-hinori a {
  font-size: 12px;
}

.sns-list {
  display: flex;
  margin-bottom: 20px;
}

.sns-list li {
  margin-right: 0.5em;
}

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

@media screen and (max-width: 767px) {
  footer .inner {
    flex-direction: column;
  }
  .foot-logo {
    margin: 0 auto 30px;
  }
  .foot-right {
    margin-bottom: 30px;
  }
}


/* アニメーション */

.fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: .5s ease-in-out;
}

.fadeup.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


/* コンタクト */

#box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

#box input, #box textarea {
  background: #f6f6f6;
  margin: 0 0 15px;
}

.menu {
  font-size: 16px;
  margin: 0 0 15px;
  color: #454545;
  margin-right: 5%;
}

.con {
  height: 36px;
  padding: 3px 10px;
  margin-bottom: 15px;
  background-color: #fff;
  color: #454545;
  text-align: left;
  font-size: 14px;
  border: 1px solid #ccc;
  width: 100%;
  display: block;
}

.con2 {
  font-size: 16px;
  height: 22px;
}

.mess {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  color: #454545;
  border: 1px solid #ccc;
  overflow-y: auto;
  _overflow-y: hidden;
  /* IEでスクロールバーを消す為に記述 */
}

p.shounin {
  text-align: center;
}

.submit01 {
  width: 130px;
  display: block;
  margin: 20px 0;
  padding: 8px 20px;
  background: #666 !important;
  font-size: 14px;
  color: #fff !important;
  transition: .3s;
  border: none;
}

.submit01:hover {
  cursor: pointer;
  background: #6e6968;
  transition: .3s;
}

.pink {
  color: #eb6e8f !important;
  font-size: .8em;
}

p.sub-btn {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #box {
    padding: 30px 0 0;
  }
  .contact-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  p.contact {
    width: 55%;
  }
  p.message {
    width: 55%;
  }
  .btn-submit {
    text-align: center;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  p.contact {
    width: 100%;
  }
  p.message {
    width: 100%;
  }
  .sec {
    position: relative;
  }
  .sec:nth-of-type(odd)::after {
    content: "";
    display: block;
    width: 15%;
    height: 2px;
    background: #008fd8;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sec:nth-of-type(even)::after {
    content: "";
    display: block;
    width: 15%;
    height: 2px;
    background: #f4c800;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}


/* 他のメニュー */

.other-menu {
  background: #f1eade;
}

.other-menu .sec-title {
  margin-bottom: 20px;
}

.thumb-p-navi {
  font-size: 12px;
  padding-top: 5px;
  flex-wrap: wrap;
}

.thumb-p-navi li {
  width: 48%;
}

.p-navi-prev {
  text-align: right;
  margin-right: auto;
}

.p-navi-wrap {
  margin-bottom: 20px;
  font-size: 13px;
  justify-content: flex-start;
  transition: .3s;
  align-items: center;
  box-shadow: 0 0 10px rgb(150 107 60 / 10%);
  border-radius: 7px;
  background: #fff;
}

.navi-title {
  padding: 10px;
  display: block;
  flex: 1;
  text-align: left;
  font-weight: bold;
}

.navi-img {
  width: 30%;
}

.p-navi-wrap img {
  overflow: hidden;
  border-radius: 7px 0 0 7px;
}

.p-navi-wrap:hover {
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .other-menu {
    margin-top: 60px;
    padding: 60px 3%;
    background: #f1eade;
  }
  .other-menu .sec-title {
    font-size: 26px;
  }
  span.navi-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .other-menu {
    margin-top: 40px;
    padding: 40px 7%;
  }
  .thumb-p-navi {
    flex-direction: column;
  }
  .thumb-p-navi li {
    width: 100%
  }
  .other-menu .sec-title {
    font-size: 22px;
  }
  span.navi-title {
    font-size: 14px;
  }

}


/* シングル */

article {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.menu-main-img {
  margin-bottom: 20px;
}

.single-post {
  padding: 0 3%;
}

h1.post-title {
  padding: 0 3%;
}

.single-post h2,
.single-post h3,
.single-post h4 {
  margin-top: 30px;
}

.single-post p {
  margin-top: 10px;
}

.single-post figure {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  h1.post-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .single-post {
    font-size: 18px;
  }
		.single-post {
		  padding: 0 3%;
		}
		h1.post-title {
		  padding: 0 3%;
		}
}

@media screen and (max-width: 767px) {
  h1.post-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
		.single-post {
		  padding: 0 7%;
		}
		h1.post-title {
		  padding: 0 7%;
		}
}