@charset "UTF-8";
/*!
Theme Name: yuuki-fujinka
Author: Takuya kimura
Description: Description
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
	## Typography
	## Colors
# Foundation
	## Normalize
	## Base
	## Typography
	## Vendor
# layout
	## main
	## footer
	## header
# Object
	## Components
		### Menu
		### Navigation
		### Headlines
	## Project
# Utility
	## Mediaquery
--------------------------------------------------------------*/
/*--------------------------------------------------------------

# Variables

--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------

# Foundation

--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

body {
  position: relative;
}

li {
  list-style: none;
}

@media screen and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }
}

/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #666666;
  font-family: Avenir, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}

h2, h3 {
  font-weight: normal;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/
a {
  color: #666666;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #666666;
}

a:hover, a:focus, a:active {
  color: #F3B3C9;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

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

a.link-primary {
  color: #F3B3C9;
}

a.link-primary:visited {
  color: #F3B3C9;
}

/*--------------------------------------------------------------
	## vendor/slick
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 40px;
  margin: 0;
  width: 100%;
  background-color: #FFB4C8;
  width: 230px;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -15px;
    padding: 0 15px;
    height: 30px;
    width: 170px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 50px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 50px;
  outline: none;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  height: 50px;
  font-family: "slick";
  font-size: 12px;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .slick-dots li button:before {
    font-size: 8px;
  }
}

.slick-dots li.slick-active button:before {
  color: #808080;
  opacity: 1;
  background-color: #808080;
  border-radius: 50%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
	## vendor/nav-drawer
--------------------------------------------------------------*/
#nav-drawer {
  display: none;
}

@media screen and (max-width: 1280px) {
  #nav-drawer {
    position: relative;
    display: block;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open .icon, #nav-open .icon:before, #nav-open .icon:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open .icon:before {
    bottom: -8px;
  }
  #nav-open .icon:after {
    bottom: -16px;
  }
  /*テキスト位置調整*/
  .text {
    position: absolute;
    top: 23px;
    left: 0;
    font-size: 10px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*最前面に*/
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #fff;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    /*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}

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

# layout

--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## header
--------------------------------------------------------------*/
.l-header {
  width: auto;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .l-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.c-header__logo {
  width: 22%;
}

.c-header__logo__img__pc {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .c-header__logo__img__pc {
    display: none;
  }
}

.c-header__logo__img__sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .c-header__logo__img__sp {
    display: block;
    width: 250px;
  }
}

/*--------------------------------------------------------------
	## footer
--------------------------------------------------------------*/
.l-footer {
  margin-top: 80px;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .l-footer {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.l-footer-schedule {
  flex: 0 1 30%;
  margin-right: 2%;
  width: 100%;
}

.l-footer-menu {
  width: 890px;
}

@media screen and (max-width: 1024px) {
  .l-footer-menu {
    width: 100%;
    text-align: center;
  }
}

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

# object

--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Component
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	### Headline
--------------------------------------------------------------*/
.c-section-title {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}

.c-section-title__left {
  text-align: left;
}

.c-section-title__text {
  position: relative;
  letter-spacing: 6px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .c-section-title__text {
    letter-spacing: 0px;
  }
  .c-section-title__text.treatment {
    min-width: 12em;
  }
}

.c-section-title__text::after {
  background-color: #FFB4C8;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: -1;
}

/*--------------------------------------------------------------
	### Menu
--------------------------------------------------------------*/
.c-menu {
  display: flex;
  width: 880px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 65%;
}

@media screen and (max-width: 1024px) {
  .c-menu {
    display: block;
    width: 100%;
  }
}

.c-menu-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 550px;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-menu-nav {
    min-width: auto;
  }
}

.c-menu-nav__list {
  font-size: 1.3rem;
}

.c-menu-nav__list:not(:first-of-type) {
  margin-left: 4%;
}

.c-menu-nav__subtitle {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
}

.c-menu-info {
  text-align: center;
  width: 328px;
}

@media screen and (max-width: 1024px) {
  .c-menu-info {
    margin: 20px auto;
  }
}

.c-menu-info-text {
  font-size: 1rem;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 9em;
}

.c-menu-info-text a {
  color: #666666;
  font-weight: 700;
}

.c-menu-info-reserve {
  width: 280px;
  height: 50px;
  background: #67ac40;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  display: block;
  margin: 10px 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}

.c-menu-info-reserve::before, .c-menu-info-reserve::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.c-menu-info-reserve::before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.c-menu-info-reserve::after {
  right: 16px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #67ac40;
  border-right: 2px solid #67ac40;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-menu-info-reserve:hover, .c-menu-info-reserve:visited {
  color: #fff;
  text-decoration: underline;
  opacity: 0.8;
}

.c-menu-info-tel {
  font-size: 2.2rem;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 4%;
}

@media screen and (max-width: 1024px) {
  .c-menu-info-tel {
    margin-left: 0;
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
}

.c-menu-info-tel__subtitle {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-menu-info-tel__subtitle {
    font-size: 1.5rem;
  }
}

.c-menu-info-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  background: #ffb4c8;
  color: #fff;
  display: block;
}

@media screen and (max-width: 1024px) {
  .c-menu-info-btn {
    display: block;
  }
}

.c-menu-info-btn:visited {
  color: #fff;
}

.c-menu-info-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.c-menu-access {
  margin-top: 64px;
  font-size: 1.2rem;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-menu-access {
    margin-top: 10px;
  }
}

.c-menu-copyright {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-menu-copyright {
    margin-top: 30px;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1280px) {
  .c-menu_pc {
    display: none;
  }
}

.c-menu__sp {
  padding: 10px;
}

.c-menu__sp__logo {
  width: 260px;
}

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

.c-menu__sp__close__icon {
  line-height: 32px;
  font-size: 3rem;
}

.c-menu__sp__close__text {
  line-height: 1;
  margin-top: -7px;
}

.c-menu__sp__header {
  display: flex;
  justify-content: space-between;
  align-items: middle;
}

.c-menu__sp-nav__list {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}

.c-menu__sp-nav__list a {
  position: relative;
}

.c-menu__sp-nav__subtitle {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
}

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

.c-menu__sp__info__info {
  font-size: 1rem;
}

.c-menu__sp__info__tel {
  font-size: 2.4rem;
  font-weight: bold;
}

.c-menu__sp__info__reserve {
  font-size: 1.4rem;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 9em;
  margin-top: 40px;
}

.c-menu__sp__info__reserve a {
  color: #666666;
  font-weight: 700;
}

.c-menu__sp__btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.c-menu__sp__btn__img {
  width: 80%;
}

.c-menu__sp .c-download__btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
  width: 100%;
}

.c-menu__sp .c-download__btn a {
  width: 33%;
  height: 60px;
  background: #ffb4c8;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .c-menu__sp .c-download__btn a span {
    font-size: 16px;
    margin-top: -20px;
  }
}

.c-menu__sp .c-download__btn a.__edit {
  border-right: 2px solid #fff;
}

.c-menu__sp .c-download__btn a.__edit::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url(/yuuki-fujinka/wp/wp-content/themes/yuuki-fujinka/images/common/icon_edit@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 12px;
  margin-right: 20px;
  display: none;
}

.c-menu__sp .c-download__btn a.__reserve {
  position: relative;
}

.c-menu__sp .c-download__btn a.__reserve::before {
  content: "24時間受付";
  color: #666666;
  background: #ffffcc;
  border: 2px solid #67ac40;
  border-radius: 50px;
  box-shadow: 0 1px 2px #517c39;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 14px;
  padding: 6px 10px;
  word-break: keep-all;
  top: -16px;
}

.c-menu__sp .c-download__btn a.__reserve::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/yuuki-fujinka/wp/wp-content/themes/yuuki-fujinka/images/common/icon_arrow@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 12px;
  margin-left: 20px;
  display: none;
}

/*--------------------------------------------------------------
	### Button
--------------------------------------------------------------*/
.c-btn {
  border: 3px solid #FFB4C8;
  padding: 10px 30px;
  border-radius: 40px;
  cursor: pointer;
  width: 300px;
  background-color: #fff;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-btn {
    width: 210px;
  }
}

.c-btn:hover {
  background-color: rgba(255, 180, 200, 0.6);
}

@media screen and (max-width: 1024px) {
  .c-btn {
    margin: 20px auto;
  }
}

/*--------------------------------------------------------------
	### Schedule
--------------------------------------------------------------*/
.c-schedule {
  border: 1px solid #FFB4C8;
  border-top: 2px solid #FFB4C8;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .c-schedule {
    margin: 0 auto;
  }
}

.c-schedule__header {
  background: #FFB4C8;
  color: #fff;
  font-weight: 300;
  padding: 8px 12px;
  font-size: 1.2rem;
  height: 3vw;
  border-bottom: 4px solid #FFB4C8;
}

.c-schedule__header:not(:first-of-type) {
  border-left: 1px solid #fff;
  width: 4vw;
}

.c-schedule__item {
  font-weight: 300;
  padding: 0px;
  border-top: 2px solid #FFB4C8;
  font-size: 1.4rem;
  line-height: .8;
  height: 4vw;
  text-align: center;
}

.c-schedule__item__smalltext {
  font-size: .8rem;
}

.c-schedule__item:not(:first-of-type) {
  border-left: 1px solid #FFB4C8;
  position: relative;
  text-align: center;
  color: #FFB4C8;
  width: 4vw;
}

.c-schedule__wide {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .c-schedule__wide {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c-schedule__circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FFB4C8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .c-schedule__circle {
    width: 16px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
	### Archive
--------------------------------------------------------------*/
.c-archive-title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
}

.c-archive-article {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .c-archive-article {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

.c-archive-article p,
.c-archive-article li {
  line-height: 2;
}

.c-archive-article__title {
  font-size: 1.5rem;
}

.c-archive-article__thumb {
  flex: 0 1 200px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .c-archive-article__thumb {
    margin-right: 0;
  }
}

.c-archive-article__thumb img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-archive-article__thumb img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.c-archive-article__text {
  width: calc(100% - 220px);
}

@media screen and (max-width: 1024px) {
  .c-archive-article__text {
    width: 100%;
  }
}

.c-archive-article__discription {
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-archive-article__discription {
    display: none;
  }
}

/*--------------------------------------------------------------
	### Download
--------------------------------------------------------------*/
.c-download__btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .c-download__btn {
    width: 100%;
  }
}

.c-download__btn a {
  width: 320px;
  height: 60px;
  background: #ffb4c8;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .c-download__btn a {
    width: 33%;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .c-download__btn a span {
    font-size: 16px;
    margin-top: -20px;
  }
}

.c-download__btn a.__edit {
  border-right: 2px solid #fff;
}

.c-download__btn a.__edit::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url(/wp-content/themes/yuuki-fujinka/images/common/icon_edit@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 12px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .c-download__btn a.__edit::before {
    display: none;
  }
}

.c-download__btn a.__reserve {
  position: relative;
  background: #67ac40;
}

.c-download__btn a.__reserve::before {
  content: "24時間受付";
  color: #666666;
  background: #ffffcc;
  font-size: 18px;
  border: 2px solid #67ac40;
  border-radius: 50px;
  box-shadow: 0 1px 2px #517c39;
  padding: 11px 31px;
  top: -34px;
  position: absolute;
  line-height: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .c-download__btn a.__reserve::before {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 10px;
    word-break: keep-all;
    top: -16px;
  }
}

.c-download__btn a.__reserve::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/yuuki-fujinka/images/common/icon_arrow@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 12px;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .c-download__btn a.__reserve::after {
    display: none;
  }
}

/*--------------------------------------------------------------
	## Projects
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	### Section
--------------------------------------------------------------*/
.p-content-section__small {
  margin-top: 120px;
  margin-left: 13%;
  margin-right: 13%;
}

@media screen and (max-width: 1024px) {
  .p-content-section__small {
    margin-top: 40px;
    margin-left: 12%;
    margin-right: 12%;
  }
}

.p-content-section__midium {
  margin-top: 120px;
  margin-left: 8%;
  margin-right: 8%;
}

@media screen and (max-width: 1024px) {
  .p-content-section__midium {
    margin-top: 40px;
    margin-left: 12%;
    margin-right: 12%;
  }
}

.p-content-section__wide {
  margin-top: 120px;
  margin-left: 3%;
  margin-right: 3%;
}

@media screen and (max-width: 1024px) {
  .p-content-section__wide {
    margin-top: 40px;
    margin-left: 12%;
    margin-right: 12%;
  }
}

.p-content-section__max {
  margin-top: 120px;
}

.p-content-section__divider {
  height: 2px;
  background-color: #E5E5E5;
  width: 50%;
  margin: 40px auto;
  border: none;
}

/*--------------------------------------------------------------
	### Index
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	### Slider
--------------------------------------------------------------*/
.c-slider {
  width: auto;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 3%;
  margin-right: 3%;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-slider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.c-slider__img {
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-slider__img {
    height: 43vw;
    border-radius: 20px;
    object-fit: cover;
  }
}

a:hover .c-slider__img {
  opacity: 0.8;
}

.c-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 20px;
}

/*--------------------------------------------------------------
	### Topics
--------------------------------------------------------------*/
.c-topics {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-topics {
    margin-top: 32px;
    display: block;
  }
}

.c-topics-box {
  flex: 0 1 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 54px;
}

@media screen and (max-width: 1024px) {
  .c-topics-box {
    flex: auto;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
}

.c-topics-box__btn {
  align-items: flex-end;
  justify-content: center;
  flex: 0 1 100%;
}

@media screen and (max-width: 1024px) {
  .c-topics-box__btn a {
    margin: 0 auto;
  }
}

.c-topics-box:nth-child(odd) {
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .c-topics-box:nth-child(odd) {
    margin-right: 0;
  }
}

.c-topics-box:nth-child(even) {
  margin-left: 2%;
}

@media screen and (max-width: 1024px) {
  .c-topics-box:nth-child(even) {
    margin-left: 0;
  }
}

.c-topics-box__thumb {
  width: 22%;
  object-fit: contain;
  margin-right: 3%;
}

@media screen and (max-width: 1024px) {
  .c-topics-box__thumb {
    width: 75px;
    height: 60px;
    margin-right: 16px;
    object-fit: cover;
  }
}

.c-topics-box__thumb__wrapper {
  display: contents;
}

.c-topics-box__text {
  width: 75%;
}

.c-topics-box__text__date {
  font-size: 1rem;
}

.c-topics-box__text__title {
  font-size: 1.2rem;
}

.c-topics-box__text__discription {
  font-size: 1rem;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .c-topics-box__text__discription {
    display: none;
  }
}

/*--------------------------------------------------------------
	### About
--------------------------------------------------------------*/
.c-about {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .c-about {
    flex-wrap: wrap;
  }
}

.c-about-box {
  flex: 0 1 38%;
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .c-about-box {
    flex: 0 1 100%;
  }
}

.c-about-box__title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .c-about-box__title {
    margin-top: 20px;
  }
}

.c-about-box__text {
  margin-top: 56px;
  line-height: 2;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .c-about-box__text {
    margin-top: 20px;
    font-size: 1rem;
  }
}

.c-about-box__btn {
  margin-top: 56px;
}

@media screen and (max-width: 1024px) {
  .c-about-box__btn {
    margin-top: 20px;
  }
}

.c-about-img {
  flex: 0 1 58%;
  margin-left: 2%;
  width: 58%;
  height: 540px;
  background-image: url(images/index/about.png);
  background-position: center;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .c-about-img {
    flex: auto;
    border-radius: 0;
    margin-left: -16%;
    margin-right: -16%;
    width: 100vw;
    height: 270px;
    background-size: cover;
  }
}

/*--------------------------------------------------------------
	### Access
--------------------------------------------------------------*/
.c-access {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .c-access {
    display: block;
  }
}

.c-access-box {
  flex: 0 1 48%;
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .c-access-box {
    flex: 0 1 100%;
    margin-right: 0;
  }
}

.c-access-box__info {
  border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 1024px) {
  .c-access-box__info {
    flex-wrap: wrap;
    text-align: center;
  }
}

.c-access-box__info__logo__pc {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .c-access-box__info__logo__pc {
    display: none;
  }
}

.c-access-box__info__logo__sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-access-box__info__logo__sp {
    display: block;
    width: 120px;
    height: 113px;
    object-fit: contain;
    margin: 0 auto;
  }
}

.c-access-box__info__phone {
  font-size: 2.4rem;
  margin-top: 40px;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .c-access-box__info__phone {
    font-weight: bold;
  }
}

.c-access-box__info__phone__number {
  margin-right: 20px;
}

.c-access-box__info__phone__fax {
  font-size: 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .c-access-box__info__phone__fax {
    display: block;
    font-weight: normal;
  }
}

.c-access-box__info__zip {
  margin-top: 24px;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-access-box__info__zip {
    display: block;
    margin-top: 0;
  }
}

.c-access-box__info__adress {
  font-size: 1rem;
}

.c-access-box__info__link {
  margin-bottom: 40px;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-access-box__info__link {
    margin-bottom: 20px;
  }
}

.c-access-box__info__link__text {
  color: #F3B3C9;
}

.c-access-box__reception {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-access-box__reception {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

.c-access-box__reception__title {
  flex: 0 1 15%;
  margin-right: 2%;
  min-width: 90px;
  border: 2px solid #FFB4C8;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .c-access-box__reception__title {
    display: inline-block;
    margin: 0 auto;
  }
}

.c-access-box__reception__text {
  flex: 0 1 73%;
}

.c-access-box__reception__text__item {
  white-space: nowrap;
  padding-top: 2px;
}

.c-access-box__reception__text__item:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .c-access-box__reception__text__item:last-child {
    margin-bottom: 20px;
  }
}

.c-access-box__reception__text__item__date {
  position: relative;
  width: 7rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-access-box__reception__text__item__date {
    display: block;
    margin: 10px auto;
  }
}

.c-access-box__reception__text__item__date::after {
  background-color: #f48fb1;
  border-radius: 5px;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  z-index: -1;
}

.c-access-box__btn__pc {
  text-align: right;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .c-access-box__btn__pc {
    display: none;
  }
}

.c-access-box__btn__sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-access-box__btn__sp {
    display: block;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
  }
}

.c-access-map {
  flex: 0 1 48%;
  margin-left: 2%;
  height: 720px;
}

@media screen and (max-width: 1024px) {
  .c-access-map {
    margin: 20px 0;
    width: 100%;
    height: 320px;
  }
}

/*--------------------------------------------------------------
	### Treatment
--------------------------------------------------------------*/
.c-treatment {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 54px;
}

@media screen and (max-width: 1024px) {
  .c-treatment {
    justify-content: space-around;
    margin-top: 20px;
  }
}

.c-treatment__box {
  flex: 0 1 49%;
  justify-content: space-between;
  background: rgba(255, 180, 200, 0.2);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
}

@media screen and (max-width: 1024px) {
  .c-treatment__box {
    flex: 0 1 100%;
  }
}

.c-treatment__box__text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .c-treatment__box__text {
    font-size: 1.2rem;
  }
}

.c-treatment__btn {
  text-align: center;
  width: 100%;
  margin-top: 64px;
}

@media screen and (max-width: 1024px) {
  .c-treatment__btn {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
	### Slideshow
--------------------------------------------------------------*/
.slideshow .c-slider__img {
  border-radius: 0px;
}

/*--------------------------------------------------------------
	### Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	### Mainimage
--------------------------------------------------------------*/
.c-mainimage {
  width: auto;
  margin-top: 36px;
  margin-bottom: 180px;
  margin-left: 3%;
  margin-right: 3%;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-mainimage {
    margin-top: 10px;
    margin-bottom: 73px;
  }
}

.c-mainimage__img {
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-mainimage__img {
    height: 70vw;
    border-radius: 20px;
    object-fit: cover;
  }
}

.c-mainimage__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
  border: 2px solid #FFB4C8;
  border-radius: 20px;
  width: 400px;
  height: 160px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .c-mainimage__title {
    width: 155px;
    height: 66px;
    bottom: -33px;
  }
}

.c-mainimage__title__text {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .c-mainimage__title__text {
    font-size: 1.5rem;
  }
}

.c-mainimage__title__text__subtitle {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-mainimage__title__text__subtitle {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
	### Greeting
--------------------------------------------------------------*/
.c-greeting {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .c-greeting {
    flex-wrap: wrap;
  }
}

.c-greeting-box {
  flex: 0 1 53%;
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .c-greeting-box {
    flex: 0 1 100%;
  }
}

.c-greeting-box__title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .c-greeting-box__title {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.c-greeting-box__text {
  margin-top: 20px;
  line-height: 2;
  font-size: 1.2rem;
}

.c-greeting-box__text span {
  padding-left: 1em;
}

@media screen and (max-width: 1024px) {
  .c-greeting-box__text {
    margin-top: 20px;
    font-size: 1rem;
  }
}

.c-greeting-box__btn {
  margin-top: 56px;
}

@media screen and (max-width: 1024px) {
  .c-greeting-box__btn {
    margin-top: 20px;
  }
}

.c-greeting-doctor {
  flex: 0 1 44%;
  margin-left: 1%;
  object-fit: contain;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-greeting-doctor {
    flex: 0 1 100%;
    width: 100%;
  }
}

.c-greeting-doctor__img {
  width: 100%;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .c-greeting-doctor__img {
    flex: auto;
    border-radius: 0;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: 60px;
  }
}

.c-greeting-doctor__img__name {
  text-align: right;
  font-size: 1.5rem;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .c-greeting-doctor__img__name {
    text-align: center;
  }
}

.c-greeting-doctor__img__name span {
  font-size: 1.8rem;
  margin-left: 1rem;
}

.c-greeting-doctor__img__discription {
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .c-greeting-doctor__img__discription {
    text-align: center;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
	### Profile
--------------------------------------------------------------*/
.c-profile {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .c-profile {
    display: block;
  }
}

.c-profile__left {
  flex: 0 1 48%;
  margin-right: 2%;
}

.c-profile__left__table {
  margin-top: 20px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .c-profile__left__table {
    font-size: 1rem;
  }
}

.c-profile__left__table__time {
  width: 30%;
}

.c-profile__left__table__text {
  width: 70%;
}

.c-profile__right {
  flex: 0 1 48%;
  margin-left: 2%;
}

@media screen and (max-width: 1024px) {
  .c-profile__right {
    margin: 20px;
    margin-left: 0;
  }
}

.c-profile__right__table {
  margin-top: 20px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
}

.c-profile__right__table:first-of-type {
  margin-bottom: 20px;
}

.c-profile__right__table__item {
  width: 50%;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .c-profile__right__table {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .c-profile__right__table td {
    display: block;
  }
}

/*--------------------------------------------------------------
	### Philosophy
--------------------------------------------------------------*/
.c-philosophy {
  text-align: center;
}

.c-philosophy-title {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 30px auto 20px;
}

@media screen and (max-width: 1024px) {
  .c-philosophy-title {
    font-size: 1.8rem;
  }
}

.c-philosophy-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .c-philosophy-box {
    display: block;
  }
}

.c-philosophy-box__text {
  font-size: 1.2rem;
  flex: 0 1 33%;
  background-image: url(images/about/philosophy_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 160px;
  line-height: 160px;
}

@media screen and (max-width: 1024px) {
  .c-philosophy-box__text {
    height: 130px;
    line-height: 130px;
    margin-top: 16px;
    background-size: contain;
  }
}

/*--------------------------------------------------------------
	### Facility
--------------------------------------------------------------*/
.c-facility {
  position: relative;
  padding: 80px 0;
}

.c-facility-outer {
  background-color: #FFFAF0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-facility {
    padding: 40px 0;
  }
}

.c-facility-image {
  margin-top: 30px;
}

.c-facility-image .prev-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -30px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .c-facility-image .prev-arrow {
    width: 32px;
    height: 32px;
    left: -16px;
  }
}

.c-facility-image .next-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .c-facility-image .next-arrow {
    width: 32px;
    height: 32px;
    right: -16px;
  }
}

.c-facility-image__large {
  width: 100%;
  border-radius: 20px;
  height: auto;
  position: relative;
}

.c-facility-image__large__img {
  width: 100%;
  border-radius: 20px;
}

.c-facility-image__small {
  width: 100%;
}

.c-facility-image__small__img {
  width: 90%;
  height: auto;
  margin-right: 2%;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .c-facility-image__small__img {
    border-radius: 5px;
  }
}

.c-facility .slick-list {
  border-radius: 20px;
}

.c-facility-text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}

@media screen and (max-width: 1024px) {
  .c-facility-text {
    display: block;
    width: 100%;
    margin: 5px auto;
  }
}

.c-facility-text__item {
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #FFB4C8;
  padding: 5px 10px;
  background-color: #FFF;
  margin: 0 5px;
}

@media screen and (max-width: 1024px) {
  .c-facility-text__item {
    border: none;
    background-color: #FFFAF0;
    white-space: nowrap;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
	### Notice
--------------------------------------------------------------*/
.c-notice {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .c-notice {
    display: block;
  }
}

.c-notice__wrapper {
  flex: 0 1 48%;
  text-align: center;
}

.c-notice__textbox {
  margin-top: 40px;
  padding: 20px;
  border: 4px solid #FFB4C8;
  border-radius: 10px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-notice__textbox {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    height: 180px;
  }
}

.c-notice__text {
  text-align: left;
}

/*--------------------------------------------------------------
	### Accessmap
--------------------------------------------------------------*/
.c-accessmap__img {
  width: 100%;
  height: auto;
  border-radius: 20pxd;
}

.c-accessmap__adress {
  margin-top: 20px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
	### Route
--------------------------------------------------------------*/
.c-route:first-of-type {
  margin-bottom: 40px;
}

.c-route__train {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .c-route__train {
    display: block;
  }
}

.c-route__train__title {
  background-color: #FFB4C8;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  flex: 0 1 8em;
  font-size: 1rem;
  text-align: center;
  padding: 5px;
  margin-right: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-route__train__title {
    margin: 0 auto;
    width: 10em;
    margin-bottom: 10px;
  }
}

.c-route__train__text {
  flex: 1;
  font-size: 1rem;
  padding-top: 5px;
}

.c-route__train__text p {
  padding-left: 1em;
  text-indent: -1em;
}

.c-route__train__img {
  flex: 0 1 32%;
  width: 32%;
}

@media screen and (max-width: 1024px) {
  .c-route__train__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-route__train__img__photo {
  width: 100%;
}

/*--------------------------------------------------------------
	### Map
--------------------------------------------------------------*/
.c-map__google {
  border-radius: 20px;
}

/*--------------------------------------------------------------
	### Treatmentsubjects
--------------------------------------------------------------*/
.c-treatmentsubjects__title {
  line-height: 142px;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .c-treatmentsubjects__title {
    line-height: 70px;
    font-size: 1.2rem;
    position: relative;
  }
}

.c-treatmentsubjects__title:nth-child(2) {
  border-radius: 10px 0 0 10px;
}

.c-treatmentsubjects__title:nth-child(4) {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 1024px) {
  .c-treatmentsubjects__title:nth-child(4) {
    line-height: 20px;
    padding: 0;
  }
  .c-treatmentsubjects__title:nth-child(4) div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.c-treatmentsubjects__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-treatmentsubjects__wrapper {
    display: block;
  }
}

.c-treatmentsubjects__item {
  flex: 0 1 48%;
}

.c-treatmentsubjects__item__title {
  background-color: rgba(255, 180, 200, 0.2);
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 10px 20px;
  font-weight: bold;
}

.c-treatmentsubjects__item__title.secondary {
  background-color: #FFFAF0;
}

@media screen and (max-width: 1024px) {
  .c-treatmentsubjects__item__title {
    font-size: 1rem;
    text-align: center;
    height: 56px;
    line-height: 36px;
  }
  .c-treatmentsubjects__item__title.two-rows {
    line-height: 1.5;
  }
}

.c-treatmentsubjects__item__text {
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
	### Reserve
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .c-reserve .p-content-section__small {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.c-reserve p,
.c-reserve a,
.c-reserve li {
  font-size: 16px;
}

.c-reserve a {
  color: #F3B3C9;
  text-decoration: underline;
}

.c-reserve a img:hover {
  opacity: 0.6;
}

.c-reserve p {
  margin-top: 20px;
}

.c-reserve p.c-list__pink {
  padding-left: 1.9rem;
  text-indent: -1.9rem;
}

.c-reserve p.c-list__pink::before {
  content: "●";
  color: #f4b7c8;
  margin-right: 0.5rem;
}

.c-reserve p.c-list__title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.c-reserve ul.c-list__pink.__border-bottom {
  border-bottom: 1px solid #f4b7c8;
  padding-bottom: 40px;
  margin-top: 20px;
}

.c-reserve ul.c-list__pink li {
  line-height: 26px;
  padding-left: 1.9rem;
  text-indent: -1.9rem;
}

.c-reserve ul.c-list__pink li::before {
  content: "●";
  color: #f4b7c8;
  margin-right: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-mainimage__title {
    width: 250px;
    height: 92px;
  }
}

.c-reserve .c-mainimage__title__text {
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-mainimage__title__text {
    font-size: 20px;
    font-weight: 700;
  }
}

.c-reserve .c-mainimage__title__text__subtitle {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-mainimage__title__text__subtitle {
    font-size: 15px;
  }
}

.c-reserve .c-contetnt__text {
  margin: 40px 0;
}

.c-reserve .c-textbox {
  border: 1px #f4b7c8 solid;
  padding: 40px;
  margin: 40px 0;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-textbox {
    padding: 40px 20px;
  }
}

.c-reserve .c-textbox ul li {
  line-height: 26px;
}

.c-reserve .c-textbox ul li::before {
  content: "●";
  color: #f4b7c8;
  margin-right: 0.5rem;
}

.c-reserve .c-textbox ol li {
  counter-increment: cnt;
  line-height: 26px;
  padding-left: 1.9rem;
  text-indent: -1.9rem;
}

.c-reserve .c-textbox ol li::before {
  content: counter(cnt) ") ";
  margin-right: 0.5rem;
}

.c-reserve .c-textbox.__first {
  margin-top: 80px;
}

.c-reserve .c-textbox .__image {
  position: relative;
}

.c-reserve .c-textbox .__image::after {
  content: "";
  display: inline-block;
  width: 104px;
  height: 104px;
  background-image: url(/wp-content/themes/yuuki-fujinka/images/reserve/at-link.jpg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-textbox .__image::after {
    display: block;
    position: relative;
    margin: 20px 0 40px;
  }
}

.c-reserve .c-howtouse__btn {
  text-align: center;
}

.c-reserve .c-howtouse__btn img {
  margin-top: 40px;
  height: 132px;
}

.c-reserve .c-btn {
  background: #f4b7c8;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 400px;
}

@media screen and (max-width: 896px) {
  .c-reserve .c-btn {
    width: 100%;
  }
}

.c-reserve .c-btn:hover {
  background: #fff;
  color: #f4b7c8;
}

.c-reserve .c-download__link {
  margin: 40px 0 20px;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-download__link {
    text-align: center;
    margin-top: 20px;
  }
}

.c-reserve .c-download__link img {
  margin-right: 40px;
  height: 57px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-download__link img {
    margin: 0;
  }
}

.c-reserve .c-download__qr {
  display: flex;
}

.c-reserve .c-download__qr__box {
  margin-right: 40px;
}

.c-reserve .c-download__qr__box img {
  height: 132px;
  height: 132px;
}

.c-reserve .c-download__qr__title {
  width: 132px;
  height: 37px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  line-height: 37px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.c-reserve .c-text__withimage {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .c-reserve .c-text__withimage {
    display: block;
  }
}

.c-reserve .__attention {
  padding-left: 1.9rem;
  text-indent: -1.9rem;
}

.c-reserve .__attention::before {
  content: "※";
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
	### Article
--------------------------------------------------------------*/
.p-article__content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-article__content {
    display: block;
  }
}

.p-article__content__main {
  flex: 0 1 70%;
}

.p-article__single__title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
}

.p-article__single__content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
	## Utility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Mediaquery
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .u-sp-none {
    display: none !important;
  }
}

.u-pc-none {
  display: none !important;
}

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

/*--------------------------------------------------------------
	## Text
--------------------------------------------------------------*/
.u-underline::after {
  background-color: #FFB4C8;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: -1;
}

.u-text-color-primary {
  color: #FFB4C8;
}

.u-baloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #FFB4C8;
  box-sizing: border-box;
  border-radius: 15px;
}

.u-baloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.u-baloon::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FFB4C8;
  z-index: 1;
}

/*--------------------------------------------------------------
	## Tabs
--------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  height: 142px;
  border: 3px solid #FFB4C8;
  background-color: #FFF;
  line-height: 142px;
  font-size: 2rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tab_item {
    line-height: 70px;
    font-size: 1.2rem;
    height: 70px;
  }
  .tab_item :nth-child(2) {
    line-height: 35px;
  }
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #FFB4C8;
  color: #fff;
}

.tabs input:checked + .tab_item::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFB4C8;
  z-index: 2;
}

.tabs input:checked + .tab_item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FFB4C8;
  z-index: 1;
}
