@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;700;900&family=Oswald:wght@200..700&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font: normal 1.6em/1.6 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
  color: #000;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
    line-height: 1.6;
    padding-top: 50px;
  }
  body .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

img {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

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

@media print, screen and (min-width: 769px) {
  .hidePC {
    display: none !important;
  }
}

.responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

*::selection {
  background: #ef858c;
  color: #FFF;
}

*::-moz-selection {
  background: #ef858c;
  color: #FFF;
}

a, *:focus {
  outline: none;
}

:focus {
  outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* カテゴリーの色 */
.n-cat_information a {
  color: #87abda;
  border: 1px solid #87abda;
}
.n-cat_information a:hover {
  background-color: #87abda;
  color: #fff;
}

.n-cat_news a {
  color: #87abda;
  border: 1px solid #87abda;
}
.n-cat_news a:hover {
  background-color: #87abda;
  color: #fff;
}

/*.n-cat_emergency a{ background-color: #f25358;}*/
.n-cat_emergency a {
  color: #87abda;
  border: 1px solid #87abda;
}
.n-cat_emergency a:hover {
  background-color: #87abda;
  color: #fff;
}

/*=================================
  レイアウト
==================================*/
/* 画像のレスポンシブ化 */
.imgFix {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.none {
  text-align: center;
  padding: 30px 0;
}
@media print, screen and (min-width: 769px) {
  .none li {
    padding: 30px !important;
  }
}
.none li a {
  font-family: "Noto Serif JP", sans-serif;
  display: block;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .none li a {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #87abda;
    background-size: 15px;
    padding-right: 15px;
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .none li a {
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #87abda;
    background-size: 16px;
    padding-right: 15px;
    margin: 40px auto 0 auto;
  }
}
.none li a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.none > a {
  font-family: "Noto Serif JP", sans-serif;
  display: block;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .none > a {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #87abda;
    background-size: 15px;
    padding-right: 15px;
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .none > a {
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("../images/common/link-arrow.png") right 18px center no-repeat #87abda;
    background-size: 16px;
    padding-right: 15px;
    margin: 40px auto 0 auto;
  }
}
.none > a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.container {
  padding: 0 15px;
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: 1340px;
    padding: 0;
    margin: 0 auto;
  }
}

.headline01 {
  line-height: 1.4;
  font-weight: bolder;
  color: #ef858c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .headline01 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .headline01::after {
    content: "";
    background: #E9E9E9;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 3px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline01 {
    font-size: 3.8rem;
    margin: 0 0 60px 0;
    text-align: center;
    letter-spacing: 1px;
  }
  .headline01::after {
    content: "";
    background: #E9E9E9;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 4px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
  }
}

.headline02 {
  line-height: 1.4;
  font-weight: bolder;
  color: #ef858c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.headline02 span {
  display: block;
  color: #000;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .headline02 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .headline02 span {
    font-size: 1.2rem;
  }
  .headline02 span::before {
    content: "";
    background: #e9e9e9;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 3px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline02 {
    font-size: 3.8rem;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 1px;
  }
  .headline02 span {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .headline02 span::before {
    content: "";
    background: #bfbfbf;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 4px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.headline03 {
  line-height: 1.4;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .headline03 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline03 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.headline04 {
  line-height: 1.4;
  font-weight: bolder;
  color: #87abda;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 768px) {
  .headline04 {
    font-size: 2.2rem;
    margin: 0 0 15px 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .headline04::after {
    content: "";
    background: #ef858c;
    display: inline-block;
    vertical-align: bottom;
    display: block;
    height: 2px;
    width: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline04 {
    font-size: 3.5rem;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
  .headline04::after {
    content: "";
    background: #ef858c;
    display: inline-block;
    vertical-align: top;
    display: block;
    height: 3px;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 15px;
  }
}

.headline05 {
  color: #87abda;
  font-family: "Noto Serif JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .headline05 {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .headline05 {
    line-height: 1.35;
    font-size: 2.8rem;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.031372549);
}
@media only screen and (max-width: 768px) {
  header {
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
@media print, screen and (min-width: 769px) {
  header {
    height: 122px;
    /*overflow-y: hidden;*/
    /*background-color: rgba(255,255,255,.9);*/
    position: relative !important;
    /*box-shadow: 0 -10px 10px 10px rgba(51,51,51,1);*/
    z-index: 10;
    top: 0 !important;
  }
}
header .container {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  /* logo */
  /* top-Navi */
  /* pc-Navi */
  /* menuButton */
  /* telButton */
  /* contactButton */
}
@media only screen and (max-width: 768px) {
  header .container {
    display: flex;
    padding: 0;
  }
  header .container #top-Navi, header .container #pc-Navi, header .container #sp-Nsp-Navi {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  header .container {
    height: 120px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  header .container {
    max-width: 1280px;
    min-width: 1260px;
  }
}
header .container h1, header .container i {
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  header .container h1, header .container i {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 10px;
    /* width: 148px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px; */
  }
}
@media print, screen and (min-width: 769px) {
  header .container h1, header .container i {
    width: 100%;
  }
}
header .container h1 a, header .container i a {
  height: 0;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 768px) {
  header .container h1 a, header .container i a {
    position: relative;
    width: 266px;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  header .container h1 a, header .container i a {
    position: relative;
    width: 456px;
    display: flex;
    align-items: center;
  }
}
header .container h1 a > span:nth-of-type(1), header .container i a > span:nth-of-type(1) {
  display: block;
}
@media only screen and (max-width: 768px) {
  header .container h1 a > span:nth-of-type(1), header .container i a > span:nth-of-type(1) {
    height: 0;
    width: 39px;
    padding-top: 42px;
    background: url("../images/common/logo.png") left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  header .container h1 a > span:nth-of-type(1), header .container i a > span:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 10px;
    width: 92px;
    height: 0;
    padding-top: 100px;
    background: url("../images/common/logo.png") center center no-repeat;
    background-size: contain;
    overflow: hidden;
  }
}
header .container h1 a > span:nth-of-type(2), header .container i a > span:nth-of-type(2) {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  header .container h1 a > span:nth-of-type(2), header .container i a > span:nth-of-type(2) {
    margin-left: 10px;
    height: 46px;
  }
}
@media print, screen and (min-width: 769px) {
  header .container h1 a > span:nth-of-type(2), header .container i a > span:nth-of-type(2) {
    margin-left: 110px;
    height: 100px;
  }
}
header .container h1 a > span:nth-of-type(2) .inner, header .container i a > span:nth-of-type(2) .inner {
  font-family: "Noto Serif JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  header .container h1 a > span:nth-of-type(2) .inner, header .container i a > span:nth-of-type(2) .inner {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 14px;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  header .container h1 a > span:nth-of-type(2) .inner, header .container i a > span:nth-of-type(2) .inner {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 98px;
  }
}
header .container h1 a:hover, header .container i a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media print, screen and (min-width: 769px) {
  header .container #top-Navi {
    /*width: 416px;*/
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    font-size: 1.4rem;
    padding-top: 10px;
    align-items: center;
  }
}
header .container #top-Navi li {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  header .container #top-Navi li a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 8px;
  }
  header .container #top-Navi li:nth-child(1) {
    display: none;
  }
  header .container #top-Navi li:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 10px;
  }
  header .container #top-Navi li:nth-child(2) span {
    border: 1px solid #000;
    line-height: 1;
    padding: 4px 10px;
    font-size: 1.4rem;
    margin-bottom: 3px;
    margin-right: 15px;
  }
  header .container #top-Navi li:nth-child(2) a {
    overflow: hidden;
    display: block;
    background-size: contain;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    pointer-events: none;
    line-height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  header .container #top-Navi li:last-child a {
    width: 160px;
    margin-right: 0; /* 修正分 */
    background: url("../images/common/top-Navi-icon01.svg") left 13px center no-repeat #ef858c;
    background-size: 18px 14px;
    color: #fff;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 1220px) {
  header .container #top-Navi li {
    font-size: 1.5rem;
  }
  header .container #top-Navi li:nth-child(n+2) {
    margin-left: 20px;
  }
  header .container #top-Navi li:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  header .container #top-Navi li:nth-child(2) span {
    border: 1px solid #000;
    line-height: 1;
    padding: 5px 10px 4px 10px;
    font-size: 1.4rem;
    margin-bottom: 3px;
    margin-right: 15px;
  }
  header .container #top-Navi li:nth-child(2) a {
    overflow: hidden;
    display: block;
    background-size: contain;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    pointer-events: none;
    line-height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  header .container #top-Navi li:last-child a {
    width: 148px;
    margin-right: 0; /* 修正分 */
    background: url("../images/common/top-Navi-icon01.svg") left 13px center no-repeat #87abda;
    background-size: 18px 14px;
    color: #ffffff;
    padding-left: 25px;
  }
}
header .container #top-Navi li a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}
header .container #top-Navi li a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media print, screen and (min-width: 769px) {
  header .container #pc-Navi {
    /*width: 990px;*/
    float: right;
    margin-right: 75px;
    padding-left: 20px;
    padding-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  header .container #pc-Navi li {
    border-left: none !important;
  }
}
header .container #pc-Navi li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  header .container #pc-Navi li:nth-child(1) {
    display: none;
  }
  header .container #pc-Navi li:nth-child(3) {
    display: none;
  }
  header .container #pc-Navi li:nth-child(5) {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  header .container #pc-Navi li {
    display: block;
    margin: 0;
    width: 156px;
    height: 60px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Noto Sans JP", sans-serif;
    border-left: 1px solid #d1d1d1;
  }
  header .container #pc-Navi li:nth-child(1) a {
    background: url("../images/common/pc-Navi-icon05.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
  header .container #pc-Navi li:nth-child(2) a {
    background: url("../images/common/pc-Navi-icon06.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
  header .container #pc-Navi li:nth-child(3) a {
    background: url("../images/common/pc-Navi-icon09.svg") center top 9px no-repeat;
    background-size: 20px 20px;
  }
  header .container #pc-Navi li:nth-child(4) a {
    background: url("../images/common/pc-Navi-icon08.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
  header .container #pc-Navi li:nth-child(5) a {
    background: url("../images/common/pc-Navi-icon07.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
  header .container #pc-Navi li:first-child a {
    margin-left: 0;
  }
}
header .container #pc-Navi li a {
  font-size: 15px;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 769px) {
  header .container #pc-Navi li a {
    display: block;
    width: 100%;
    height: 60px;
    padding: 30px 0 0 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  header .container #pc-Navi li a:hover {
    background-color: #fce5e7;
  }
}
@media print, screen and (min-width: 769px) {
  header .container #reserve-btn {
    display: none;
  }
}
header .container #reserve-btn a {
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  header .container #reserve-btn a {
    min-width: 50px;
    display: flex;
    background: url("../images/common/reserve-btn.png") no-repeat center center #ff8921;
    background-size: 44px 28px;
  }
}
header .container #reserve-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .container #menuButton {
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  background: url("../images/common/menu-button.png") center center no-repeat #ef858c;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  header .container #menuButton {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-left: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  header .container #menuButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    top: 50px;
    right: 20px;
    border-radius: 4px;
  }
}
header .container #menuButton:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .container #menuButton.on {
  background: url("../images/common/close-button.png") center center no-repeat #ef858c;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
header .container #telButton {
  z-index: 100;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .container #telButton {
    display: none;
  }
}
header .container #telButton a {
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  header .container #telButton a {
    min-width: 50px;
    display: flex;
    background: url("../images/common/icon_tel-sp.png") no-repeat center center #ef858c;
    background-size: 19px 26px;
    margin-right: 49px;
  }
}
header .container #telButton a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .container #contactButton {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 100;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .container #contactButton {
    display: none;
  }
}
header .container #contactButton a {
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background: url(../images/common/contact-button.png) no-repeat #87abda;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
header .container #contactButton a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* sp-Navi */
@media only screen and (max-width: 768px) {
  #sp-Navi {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 100%;
    padding: 0 0 104px 0;
    /* position: fixed;
    top: 144px; */
    /*top: 50px;*/
    right: -100%;
    z-index: 90;
    overflow-y: auto;
    -moz-transition: right 0.25s;
    -webkit-transition: right 0.25s;
    -o-transition: right 0.25s;
    transition: right 0.25s;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi {
    background-color: rgba(255, 255, 255, 0.9);
    /*border-top: 1px solid #cccccc;*/
    width: 100%;
    padding: 80px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 90;
    overflow-y: auto;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    *zoom: 1;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  #sp-Navi {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li {
    border-bottom: 1px solid #cccccc;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li:nth-child(n+4) {
    margin-top: 20px;
  }
}
#sp-Navi li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a {
    background-color: rgba(255, 255, 255, 0.95);
    color: #ef858c;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    padding: 0.8em 15px;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a {
    color: #FFF;
    background: #ef858c;
    border: solid 1px #ef858c;
    font-size: 90%;
    text-decoration: none;
    display: block;
    padding: 0.5em 15px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a::after {
    /* width: 7px;
    height: 7px;
    display: block;
    content: "";
    border-top: solid 1px $accentColor;
    border-right: solid 1px $accentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    z-index: 2; */
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a::after {
    width: 7px;
    height: 7px;
    display: block;
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a:hover {
    color: #FFF;
    background: #ef858c;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a:hover {
    color: #ef858c;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #sp-Navi li a:hover::after {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
  }
}
@media print, screen and (min-width: 769px) {
  #sp-Navi li a:hover::after {
    border-color: #ef858c;
  }
}

@media only screen and (max-width: 768px) {
  .fixed #header-tel {
    right: 0 !important;
  }
}
.nav-sp {
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  .nav-sp {
    position: absolute;
    z-index: 2;
    top: -390%;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp {
    position: fixed;
    z-index: 9999;
    top: 0;
    transform: translateX(100%);
    padding: 0 20px;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media print, screen and (min-width: 769px) {
  .nav-sp.active {
    top: 120px;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp.active {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp .cross {
    position: absolute;
    top: 24px;
    right: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp #header-tel {
    padding-top: 60px;
    right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .nav-sp #sp-Navi {
    margin-top: 60px;
  }
  .nav-sp #sp-Navi a {
    display: flex;
    align-items: center;
    color: #000;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .nav-sp #sp-Navi a img {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav-sp #sp-Navi a img {
    display: block;
    margin-right: 15px;
  }
}
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
footer #pagetop {
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  footer #pagetop {
    position: fixed;
    bottom: 0;
    right: 20px;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #pagetop {
    position: fixed;
    bottom: 0;
    right: 15px;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer #pagetop a {
    display: block;
    width: 44px;
    height: 0;
    padding-top: 44px;
    overflow: hidden;
    background: url(../images/common/btn_pagetop.png) 0 0 no-repeat;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #pagetop a {
    display: block;
    width: 50px;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    background: url(../images/common/btn_pagetop.png) 0 0 no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
  }
}
footer #pagetop a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  footer #footer-Navi {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi {
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/common/footer-Navi-bg.gif) center center no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul {
    max-width: 920px;
    padding: 10px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  footer #footer-Navi ul {
    max-width: 720px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul li {
    display: block;
    margin: 0;
    width: 20%;
    height: 60px;
    font-size: 1.5rem;
    text-align: center;
    border-right: 1px solid #cccccc;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  footer #footer-Navi ul li a {
    padding-top: 30px;
  }
  footer #footer-Navi ul li:nth-child(1) a {
    background: url("../images/common/pc-Navi-icon05.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
  footer #footer-Navi ul li:nth-child(2) a {
    background: url("../images/common/pc-Navi-icon06.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
  footer #footer-Navi ul li:nth-child(3) a {
    background: url("../images/common/pc-Navi-icon09.svg") center top 9px no-repeat;
    background-size: 20px 20px;
  }
  footer #footer-Navi ul li:nth-child(4) a {
    background: url("../images/common/pc-Navi-icon08.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
  footer #footer-Navi ul li:nth-child(5) a {
    background: url("../images/common/pc-Navi-icon07.svg") center top 7px no-repeat;
    background-size: 34px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul li:first-child {
    border-left: 1px solid #cccccc;
  }
}
footer #footer-Navi ul li a {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  footer #footer-Navi ul li a {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
}
footer #footer-Navi ul li a:hover {
  background-color: #fce5e7;
}
footer #footer_contents {
  width: 100%;
  background-color: #87abda;
  color: #fff;
}
footer #footer_contents .container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  /*===================
   h2
  ===================*/
  /*===================
    copyright
  ===================*/
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container {
    width: 100%;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container {
    padding: 70px 50px 30px 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  footer #footer_contents .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container h2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    /* width: 148px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px; */
    margin: 0 auto 20px auto;
    text-align: center;
    width: 181px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container h2 {
    width: 100%;
    max-width: 308px;
    margin-bottom: 50px;
  }
}
footer #footer_contents .container h2 a {
  height: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container h2 a {
    width: 100%;
    max-width: 110px;
    padding-top: 120px;
    background: url("../images/common/logo-white.png") left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container h2 a {
    background: url("../images/common/logo-white.png") center center no-repeat;
    width: 100%;
    max-width: 118px;
    height: 0;
    overflow-y: hidden;
    background-size: contain;
    padding-top: 128px;
    display: block;
  }
}
footer #footer_contents .container h2 a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer #footer_contents .container .detail .contact {
  width: 100%;
  /*===================
    access
  ===================*/
  /*===================
    other-link
  ===================*/
  /*===================
    address
  ===================*/
  /*===================
    link
  ===================*/
  /*===================
    contents
  ===================*/
  /*===================
    other-link
  ===================*/
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access {
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access {
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    float: left;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}
footer #footer_contents .container .detail .contact .access .tel {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  footer #footer_contents .container .detail .contact .access .tel {
    float: left;
  }
}
footer #footer_contents .container .detail .contact .access .tel a {
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  footer #footer_contents .container .detail .contact .access .tel a:hover {
    background: #fce5e7;
    border-color: #fce5e7;
    color: #87abda;
    text-decoration: none !important;
  }
  footer #footer_contents .container .detail .contact .access .tel a:hover::after {
    border-color: #87abda;
  }
  footer #footer_contents .container .detail .contact .access .tel a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel a {
    line-height: 1;
    font-size: 3.6rem;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    pointer-events: none;
    margin-right: 5px;
  }
}
footer #footer_contents .container .detail .contact .access .tel a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-top: -6px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .tel a::before {
    width: 30px;
    height: 30px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin: -8px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .tel a:hover {
    background-color: #fff;
  }
  footer #footer_contents .container .detail .contact .access .tel a:hover::before {
    background: url("../images/common/tel-icon-blue.png") no-repeat;
    background-size: contain;
  }
}
footer #footer_contents .container .detail .contact .access .fax {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .fax {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .fax {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  footer #footer_contents .container .detail .contact .access .fax {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  footer #footer_contents .container .detail .contact .access .fax {
    padding-left: 42px;
  }
}
footer #footer_contents .container .detail .contact .access .time {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .access .time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .access .time {
    font-size: 1.5rem;
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p {
    width: 100%;
    float: none;
  }
  footer #footer_contents .container .detail .contact #other-link p a {
    width: 100%;
    color: #87abda;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 4px;
    font-weight: 500;
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_contents .container .detail .contact #other-link p a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  footer #footer_contents .container .detail .contact #other-link p a:hover {
    background: #fce5e7;
    border-color: #fce5e7;
    color: #87abda;
    text-decoration: none !important;
  }
  footer #footer_contents .container .detail .contact #other-link p a:hover::after {
    border-color: #87abda;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p a {
    margin: 15px auto 0 auto;
    padding: 0.8em 0.5em !important;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact #other-link p a:hover {
    text-decoration: underline;
    background-color: #fff;
  }
  footer #footer_contents .container .detail .contact #other-link p:nth-of-type(1) a {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact #other-link p {
    display: none;
  }
}
footer #footer_contents .container .detail .contact .address {
  clear: both;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .address {
    margin-bottom: 40px;
  }
}
footer #footer_contents .container .detail .contact .address .tel {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
footer #footer_contents .container .detail .contact .address .tel a {
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .address .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  footer #footer_contents .container .detail .contact .address .tel a:hover {
    background: #fce5e7;
    border-color: #fce5e7;
    color: #87abda;
    text-decoration: none !important;
  }
  footer #footer_contents .container .detail .contact .address .tel a:hover::after {
    border-color: #87abda;
  }
  footer #footer_contents .container .detail .contact .address .tel a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .address .tel a {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
  }
}
footer #footer_contents .container .detail .contact .address .tel a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-top: -5px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .address .tel a:hover::before {
    background: url("../images/common/tel-icon-black.png") no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .link {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .link {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .link ul {
    /*display: flex;*/
  }
}
footer #footer_contents .container .detail .contact .link ul li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .link ul li {
    margin-left: 1.5rem;
    margin-right: 5%;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
    float: left;
  }
  footer #footer_contents .container .detail .contact .link ul li:nth-child(5) {
    margin-right: 0;
  }
  footer #footer_contents .container .detail .contact .link ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer #footer_contents .container .detail .contact .link ul li a:hover {
    text-decoration: underline;
  }
}
footer #footer_contents .container .detail .contact .link ul li::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .contents ul {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .contents ul {
    /*width: 416px;*/
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    font-size: 1.6rem;
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .contents ul li {
    margin-right: 40px;
  }
  footer #footer_contents .container .detail .contact .contents ul li a {
    width: 100%;
    height: 40px;
    line-height: 38px;
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(1) a {
    color: #87abda;
    width: 220px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(1) a:hover {
    background-color: #87abda;
    color: #fff;
    /*-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;*/
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2) a {
    color: #fff;
    margin-right: 0;
    width: 100%;
  }
  footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2) a:hover {
    text-decoration: underline;
  }
}
footer #footer_contents .container .detail .contact .contents ul li a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2) {
  padding-left: 1.5rem;
  position: relative;
}
footer #footer_contents .container .detail .contact .contents ul li:nth-child(n+2)::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .other-link {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .other-link {
    width: 100%;
    margin-top: 40px;
  }
}
footer #footer_contents .container .detail .contact .other-link h3 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .other-link h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .other-link h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .other-link ul {
    /*display: flex;*/
  }
}
footer #footer_contents .container .detail .contact .other-link ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  footer #footer_contents .container .detail .contact .other-link ul li {
    margin-bottom: 10px;
    margin-left: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .contact .other-link ul li {
    margin-left: 1.5rem;
    margin-right: 5%;
    margin-bottom: 10px;
    float: left;
  }
  footer #footer_contents .container .detail .contact .other-link ul li:nth-child(5) {
    margin-right: 0;
  }
}
footer #footer_contents .container .detail .contact .other-link ul li a {
  color: #fff;
  text-decoration: none;
}
footer #footer_contents .container .detail .contact .other-link ul li a:hover {
  text-decoration: underline;
}
footer #footer_contents .container .detail .contact .other-link ul li::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container .detail .br-sp {
    display: none;
  }
}
footer #footer_contents .container #copyright {
  width: 100%;
  line-height: 2;
  font-size: 0.8em;
  /* float: right; */
  text-align: center;
  clear: both;
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  footer #footer_contents .container #copyright {
    padding-top: 40px;
  }
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
.mod__contact {
  background-color: #fce5e7;
}
@media only screen and (max-width: 768px) {
  .mod__contact {
    padding: 43px 15px 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact {
    padding: 73px 50px 60px 50px;
    margin-bottom: 10px;
  }
}
.mod__contact ul {
  max-width: 1240px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.mod__contact ul li {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li {
    padding: 45px 30px;
    width: 48.3838%;
  }
}
.mod__contact ul li h2 {
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li h2 {
    font-size: 1.8rem;
  }
}
.mod__contact ul li .tel-wrap {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap {
    line-height: 2.4rem;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li .tel-wrap {
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    float: left;
  }
}
.mod__contact ul li .tel-wrap .tel {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .tel {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li .tel-wrap .tel {
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 auto;
  }
}
.mod__contact ul li .tel-wrap .tel a {
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .tel a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
    border-radius: 4px;
    background-color: #ef858c;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .mod__contact ul li .tel-wrap .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .mod__contact ul li .tel-wrap .tel a:hover {
    background: #fce5e7;
    border-color: #fce5e7;
    color: #87abda;
    text-decoration: none !important;
  }
  .mod__contact ul li .tel-wrap .tel a:hover::after {
    border-color: #87abda;
  }
  .mod__contact ul li .tel-wrap .tel a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li .tel-wrap .tel a {
    line-height: 1;
    font-size: 4.2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #ef858c;
    pointer-events: none;
    margin-right: 5px;
  }
}
.mod__contact ul li .tel-wrap .tel a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .tel a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-top: -6px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li .tel-wrap .tel a::before {
    width: 40px;
    height: 40px;
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin: -8px 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .tel a:hover {
    background-color: #fff;
    border: 1px solid #ef858c;
    color: #ef858c;
  }
  .mod__contact ul li .tel-wrap .tel a:hover::before {
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
  }
}
.mod__contact ul li .tel-wrap .time {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li .tel-wrap .time {
    font-size: 1.6rem;
  }
}
.mod__contact ul li .tel-wrap .fax {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #00a156;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .fax {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li .tel-wrap .fax {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li .tel-wrap .com {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li .tel-wrap .com {
    text-align: center;
  }
}
.mod__contact ul li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li:nth-child(2) {
    margin-top: 30px;
    min-height: 140px;
  }
}
.mod__contact ul li:nth-child(2) .link-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li:nth-child(2) .link-btn {
    width: 280px;
    margin: 0 auto;
  }
  .mod__contact ul li:nth-child(2) .link-btn a {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li:nth-child(2) .link-btn {
    margin: 0 auto;
  }
}
.mod__contact ul li:nth-child(2) .link-btn a {
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li:nth-child(2) .link-btn a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #ef858c;
    background-size: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__contact ul li:nth-child(2) .link-btn a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #ef858c;
    background-size: 16px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.mod__contact ul li:nth-child(2) .link-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 768px) {
  .mod__contact ul li:nth-child(2) .link-btn {
    width: 280px;
  }
  .mod__contact ul li:nth-child(2) .link-btn a {
    width: 100%;
  }
}

/*=================================
  contents
==================================*/
#contents #pagetitle {
  width: 100%;
  text-align: center;
  line-height: 0.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ef858c;
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #contents #pagetitle {
    padding: 30px 15px;
    font-size: 2.4rem;
    background: url("../../assets/images/common/pagetitle-bg.gif") left center repeat-x #fce5e7;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #contents #pagetitle {
    min-height: 170px;
    font-size: 3.5rem;
    padding-top: 55px;
    padding-bottom: 55px;
    background: url("../../assets/images/common/pagetitle-bg.gif") left center repeat-x #fce5e7;
  }
}
#contents #pagetitle span {
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #contents #pagetitle span {
    font-size: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #contents #pagetitle span {
    font-size: 45%;
  }
}
@media print, screen and (min-width: 769px) {
  #contents .container {
    width: 100%;
    max-width: 1340px;
    padding: 0 50px;
    margin: 0 auto;
  }
}
#contents #beautyButton, #contents #mailButton {
  display: none;
}

/*===================
  pager
===================*/
#pager {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #pager {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #pager {
    width: 340px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul {
    height: 40px;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul li {
    width: 120px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
#pager ul li a {
  line-height: 46px;
  height: 44px;
  color: #ffffff;
  font-size: 0.95em;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #ef858c;
}
@media print, screen and (min-width: 769px) {
  #pager ul li a {
    /*font-weight: bolder;*/
    font-size: 1.5rem;
  }
}
#pager ul li a:hover {
  background: #fff;
  color: #ef858c;
  border: 1px solid #ef858c;
}
@media only screen and (max-width: 768px) {
  #pager ul .prev {
    width: 47.5%;
    margin-bottom: 15px;
    float: left;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .prev {
    left: 0;
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .prev a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #ef858c;
    background-size: 16px;
  }
  #pager ul .prev a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189,909.641l-7,7.5,7,7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22/%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22/%3E%3C/g%3E%3C/svg%3E") left 15px center no-repeat #fff;
    color: #ef858c;
    background-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .prev a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 14px center no-repeat #ef858c;
    text-align: right;
    padding-right: 20px;
    background-size: 16px;
  }
  #pager ul .prev a:hover {
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189,909.641l-7,7.5,7,7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22/%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22/%3E%3C/g%3E%3C/svg%3E") left 14px center no-repeat #fff;
    background-size: 16px;
    color: #ef858c;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .next {
    width: 47.5%;
    margin-bottom: 15px;
    float: right;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .next {
    right: 0;
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .next a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #ef858c;
    background-size: 16px;
  }
  #pager ul .next a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
    background-size: 16px;
    color: #ef858c;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .next a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 14px center no-repeat #ef858c;
    text-align: left;
    padding-left: 20px;
    background-size: 16px;
  }
  #pager ul .next a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 14px center no-repeat #fff;
    background-size: 16px;
    color: #ef858c;
  }
}
@media only screen and (max-width: 768px) {
  #pager ul .return {
    width: 100%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  #pager ul .return {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*===================
  copyright
===================*/
/*===================
  flexbox
===================*/
.flexBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexBox > * {
  flex: 0 1 auto;
  align-self: stretch;
  width: 23%;
  margin: 0 1%;
}

/*===================
  pagination
===================*/
.pagination {
  text-align: center !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination:nth-child(1) {
  margin-bottom: 20px;
}
.pagination li {
  width: auto !important;
  min-width: auto !important;
  display: inline-block !important;
  padding: 0 !important;
  background-color: #fff !important;
  margin-bottom: 5px;
  margin-right: 3px;
  margin-left: 3px;
}
.pagination a {
  padding: 8px 17px !important;
  color: #ef858c !important;
  border: 1px solid #ef858c;
  text-decoration: none !important;
  display: inline-block;
  line-height: auto !important;
  background-color: #fff;
}
.pagination a:hover {
  color: #FFF !important;
  background: #ef858c !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.pagination .active {
  padding: 8px 17px !important;
  text-decoration: none !important;
  line-height: auto !important;
  background: #ef858c;
  border: 1px solid #ef858c !important;
  color: #ffffff;
}
.pagination .next, .pagination .prev {
  border: none !important;
}
.pagination .next {
  padding: 8px 40px 8px 17px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
  text-align: left;
  background-size: 16px 16px;
  border: 1px solid #ef858c !important;
}
.pagination .next:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #ef858c !important;
  background-size: 16px 16px !important;
}
.pagination .next .fa-caret-up {
  margin-left: 12px;
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.pagination .prev {
  padding: 8px 17px 8px 40px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189,909.641l-7,7.5,7,7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22/%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22/%3E%3C/g%3E%3C/svg%3E") left 15px center no-repeat #fff;
  text-align: left;
  background-size: 16px;
  border: 1px solid #ef858c !important;
}
.pagination .prev:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #ef858c !important;
  background-size: 16px !important;
}
.pagination span.current {
  padding: 8px 17px !important;
  background: #ef858c !important;
  color: #FFF !important;
  text-decoration: none !important;
  display: inline-block;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .pagenation__item-next a,
.pagination .pagenation__item-previous a {
  border: none !important;
}

.pagination .pagenation__item.active a,
.pagination.wp .active {
  padding: 8px 17px !important;
  background: #ef858c !important;
  color: #FFF !important;
  text-decoration: none !important;
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.page--home {
  /*===================
    mainvisual
  ===================*/
  /*===================
    home__introduction
  ===================*/
  /*===================
    greeting
  ===================*/
  /*===================
    info
  ===================*/
  /*===================
    facility
  ===================*/
  /*===================
    meet
  ===================*/
  /*===================
    care
  ===================*/
  /*===================
    faq
  ===================*/
  /*===================
    contact
  ===================*/
}
.page--home .gc_wrapper {
  max-width: 800px;
  min-width: 220px;
}
.page--home .responsive-iframe-container {
  position: relative;
  padding-bottom: 39.2%;
  padding-top: 110px;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
}
.page--home .responsive-iframe-container iframe,
.page--home .responsive-iframe-container object,
.page--home .responsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--home p.link-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--home p.link-btn {
    width: 200px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home p.link-btn {
    margin: 0 auto;
  }
}
.page--home p.link-btn a {
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--home p.link-btn a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #ef858c;
    background-size: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home p.link-btn a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat #ef858c;
    background-size: 16px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.page--home p.link-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page--home .mainvisual {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-flow: column;
  z-index: 1;
  position: relative;
  /*&::before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
  }*/
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual {
    background: url("../images/home/mainvisual-bg.jpg") center center no-repeat #fff;
    background-size: cover;
    min-height: 180px;
    padding: 60px 15px 60px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual {
    background: url("../images/home/mainvisual-bg.jpg") center center no-repeat #fff;
    background-size: cover;
    height: 560px;
    padding: 50px;
  }
}
.page--home .mainvisual h1 {
  width: 100%;
  position: relative;
  z-index: 4;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual h1 {
    font-size: 1.6rem;
    max-width: 340px;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual h1 {
    font-size: 2.8rem;
    letter-spacing: 4px;
  }
}
.page--home .mainvisual h1 span {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  position: relative;
  font-size: 10vw;
  animation-name: clip-text;
  color: #fff;
  /*white-space: nowrap;*/
  cursor: default;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--home .mainvisual h1 span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .mainvisual h1 span {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home .mainvisual h1 span {
    font-size: 3.6rem;
  }
}
.page--home .mainvisual h1 span::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
.page--home .home__introduction {
  max-width: 1160px;
  margin: 50px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--home .home__introduction {
    margin-top: 30px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .home__introduction {
    margin-top: 80px;
    padding: 0 50px;
  }
}
.page--home .home__introduction .introduction__tel {
  text-align: center;
  border: 1px solid #d1d1d1;
}
@media only screen and (max-width: 768px) {
  .page--home .home__introduction .introduction__tel {
    line-height: 1.4;
    padding: 20px 15px 10px 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .home__introduction .introduction__tel {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home .home__introduction .introduction__tel {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .home__introduction .introduction__tel p {
    margin-top: 0.4em;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home .home__introduction .introduction__tel p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) {
    float: left;
  }
}
.page--home .home__introduction .introduction__tel p span:nth-of-type(1) a {
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
    background-color: #ef858c;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background: #fce5e7;
    border-color: #fce5e7;
    color: #87abda;
    text-decoration: none !important;
  }
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a:hover::after {
    border-color: #87abda;
  }
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a {
    line-height: 1;
    color: #ef858c;
    font-size: 6rem;
    text-decoration: none;
    display: block;
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 3.5rem;
  }
}
.page--home .home__introduction .introduction__tel p span:nth-of-type(1) a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 34px;
    height: 34px;
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin: -8px 10px 0 0;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 60px;
    height: 60px;
    margin: -8px 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background-color: #fff;
    border: 1px solid #ef858c;
    color: #ef858c;
  }
  .page--home .home__introduction .introduction__tel p span:nth-of-type(1) a:hover::before {
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
}
.page--home .home__introduction .introduction__tel p span:nth-of-type(2) {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #ef858c;
}
@media only screen and (max-width: 768px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(2) {
    margin-left: 20px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home .home__introduction .introduction__tel p span:nth-of-type(2) {
    padding-left: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #greeting {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #greeting {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--home #greeting .container {
    max-width: 1160px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #greeting h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #greeting h2 {
    margin: 0 0 40px 0;
  }
}
.page--home #greeting h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #ef858c;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--home #greeting h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #greeting h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #greeting h3 {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--home #greeting h3 {
    letter-spacing: 2px;
  }
}
.page--home #greeting p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .page--home #greeting p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info {
    width: 100%;
    padding: 30px 0 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info {
    width: 100%;
    padding: 80px 0 100px 0;
  }
  .page--home #info .container {
    max-width: 910px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info h2 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info ul {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info ul li {
    padding: 15px 40px 15px 15px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat;
    background-size: 15px;
    border-bottom: 1px solid #cacaca;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul li {
    padding: 30px 60px 30px 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23f29da3%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 30px center no-repeat;
    background-size: 16px;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info ul li time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul li time {
    font-size: 1.5rem;
    width: 12%;
  }
}
.page--home #info ul li > a {
  with: 100%;
  clear: both;
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .page--home #info ul li > a {
    font-size: 1.5rem;
  }
  .page--home #info ul li > a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info ul li > a {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    width: 88%;
  }
  .page--home #info ul li > a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #info p.link-btn {
    margin: 15px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #info p.link-btn {
    margin: 50px auto 0 auto;
  }
}
.page--home #facility {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page--home #facility {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #facility {
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #facility::before {
    content: "";
    background: url("../images/home/facility-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 49.916%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #facility::before {
    content: "";
    background: url("../images/home/facility-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #facility::before {
    width: 50%;
    content: "";
    background: url("../images/home/facility-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #facility .container {
    padding: 0 15px 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #facility .container {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--home #facility .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #facility .container .inner {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #facility .container .inner {
    width: 100%;
    padding-top: 27px;
    padding-left: 55%;
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #facility .container .inner {
    padding-left: 55%;
  }
}
.page--home #facility .container .inner h3 {
  color: #87abda;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--home #facility .container .inner h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #facility .container .inner h3 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.page--home #facility .container .inner p {
  line-height: 1.6;
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #facility .container .inner p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #facility .container .inner p.link-btn {
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #facility .container .inner p.link-btn {
    margin: 40px auto 0 auto;
  }
}
.page--home #meet {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page--home #meet {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #meet {
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #meet::after {
    content: "";
    background: url("../images/home/meet-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 49.916%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #meet::after {
    content: "";
    background: url("../images/home/meet-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #meet::after {
    width: 50%;
    content: "";
    background: url("../images/home/meet-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #meet .container {
    padding: 0 15px 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #meet .container {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--home #meet .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #meet .container .inner {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #meet .container .inner {
    width: 100%;
    padding-top: 27px;
    padding-right: 55%;
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #meet .container .inner {
    padding-right: 55%;
  }
}
.page--home #meet .container .inner h3 {
  color: #87abda;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--home #meet .container .inner h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #meet .container .inner h3 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.page--home #meet .container .inner p {
  line-height: 1.6;
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #meet .container .inner p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #meet .container .inner p.link-btn {
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #meet .container .inner p.link-btn {
    margin: 40px auto 0 auto;
  }
}
.page--home #care {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page--home #care {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #care {
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #care::before {
    content: "";
    background: url("../images/home/care-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 49.916%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #care::before {
    content: "";
    background: url("../images/home/care-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #care::before {
    width: 50%;
    content: "";
    background: url("../images/home/care-bg.jpg") center center no-repeat;
    background-size: cover;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #care .container {
    padding: 0 15px 20px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #care .container {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--home #care .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #care .container .inner {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #care .container .inner {
    width: 100%;
    padding-top: 27px;
    padding-left: 55%;
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #care .container .inner {
    padding-left: 55%;
  }
}
.page--home #care .container .inner h3 {
  color: #87abda;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--home #care .container .inner h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #care .container .inner h3 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.page--home #care .container .inner p {
  line-height: 1.6;
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--home #care .container .inner p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #care .container .inner p.link-btn {
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #care .container .inner p.link-btn {
    margin: 40px auto 0 auto;
  }
}
.page--home #faq {
  background-size: cover;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--home #faq {
    padding: 30px 0 0 0;
    background: url("../images/home/faq-bg.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #faq {
    position: relative;
    padding: 60px 0 0 0;
    margin-bottom: 20px;
    background: url("../images/home/faq-bg.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page--home #faq::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: calc(100% - 25px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.page--home #faq .container {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.page--home #faq .container .headline02 {
  color: #fff;
}
.page--home #faq .container .headline02 span {
  color: #fff;
}
.page--home #faq .container .headline02 span::before {
  background: #fff;
}
.page--home #faq .container .com {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--home #faq .container .com {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #faq .container .com {
    text-align: center;
    margin-bottom: 60px;
  }
}
.page--home #faq .container .link-btn {
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--home #faq .container .link-btn {
    width: 200px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #faq .container .link-btn {
    width: 300px;
  }
}
.page--home #faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .page--home #faq::after {
    height: 22px;
  }
}
.page--home #contact {
  background-color: #fce5e7;
}
@media only screen and (max-width: 768px) {
  .page--home #contact {
    padding: 43px 15px 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact {
    padding: 73px 50px 60px 50px;
    margin-bottom: 10px;
  }
}
.page--home #contact ul {
  max-width: 1240px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page--home #contact ul li {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li {
    padding: 45px 30px;
    width: 48.3838%;
  }
}
.page--home #contact ul li h2 {
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li h2 {
    font-size: 1.8rem;
  }
}
.page--home #contact ul li .tel-wrap {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap {
    line-height: 2.4rem;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap {
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    float: left;
  }
}
.page--home #contact ul li .tel-wrap .tel {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .tel {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap .tel {
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 auto;
  }
}
.page--home #contact ul li .tel-wrap .tel a {
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .tel a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
    border-radius: 4px;
    background-color: #ef858c;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--home #contact ul li .tel-wrap .tel a:hover {
    background: #fce5e7;
    border-color: #fce5e7;
    color: #87abda;
    text-decoration: none !important;
  }
  .page--home #contact ul li .tel-wrap .tel a:hover::after {
    border-color: #87abda;
  }
  .page--home #contact ul li .tel-wrap .tel a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap .tel a {
    line-height: 1;
    font-size: 4.2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #ef858c;
    pointer-events: none;
    margin-right: 5px;
  }
}
.page--home #contact ul li .tel-wrap .tel a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .tel a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-top: -6px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap .tel a::before {
    width: 40px;
    height: 40px;
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin: -8px 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .tel a:hover {
    background-color: #fff;
    border: 1px solid #ef858c;
    color: #ef858c;
  }
  .page--home #contact ul li .tel-wrap .tel a:hover::before {
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
  }
}
.page--home #contact ul li .tel-wrap .time {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap .time {
    font-size: 1.6rem;
  }
}
.page--home #contact ul li .tel-wrap .fax {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #00a156;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .fax {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap .fax {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li .tel-wrap .com {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home #contact ul li .tel-wrap .com {
    text-align: center;
  }
}
.page--home #contact ul li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li:nth-child(2) {
    margin-top: 30px;
    min-height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home #contact ul li:nth-child(2) .link-btn {
    width: 280px;
  }
  .page--home #contact ul li:nth-child(2) .link-btn a {
    width: 100%;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  下層ページ共通
///////////////////////////////////////////////////////// */
#breadcrumbs, .breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /* olの場合 */
  /* yoast seoの場合 */
}
@media only screen and (max-width: 768px) {
  #breadcrumbs, .breadcrumbs {
    display: none;
    padding: 1em 20px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs, .breadcrumbs {
    padding: 20px 50px 20px 50px;
    line-height: 1;
    font-size: 1.6rem;
  }
}
#breadcrumbs ol, .breadcrumbs ol {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  max-width: 1240px;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs ol, .breadcrumbs ol {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs ol, .breadcrumbs ol {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
#breadcrumbs ol a, .breadcrumbs ol a {
  color: #000000;
  text-decoration: none;
}
#breadcrumbs ol a:hover, .breadcrumbs ol a:hover {
  text-decoration: underline;
}
#breadcrumbs ol li, .breadcrumbs ol li {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-left: 1em;
  line-height: 1.6;
}
#breadcrumbs ol li:before, .breadcrumbs ol li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #000;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 9px;
  left: -1em;
  margin: auto 0;
}
#breadcrumbs ol li:nth-child(1), .breadcrumbs ol li:nth-child(1) {
  margin-left: 0;
}
#breadcrumbs ol li:nth-child(1)::before, .breadcrumbs ol li:nth-child(1)::before {
  display: none;
}
#breadcrumbs > span, .breadcrumbs > span {
  margin: 0 auto;
  position: relative;
  max-width: 1240px;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs > span, .breadcrumbs > span {
    display: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #breadcrumbs > span, .breadcrumbs > span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
#breadcrumbs > span a, .breadcrumbs > span a {
  color: #000000;
  text-decoration: none;
}
#breadcrumbs > span a:hover, .breadcrumbs > span a:hover {
  text-decoration: underline;
}
#breadcrumbs > span > span, .breadcrumbs > span > span {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-left: 1.5em;
  line-height: 1.6;
}
#breadcrumbs > span > span:nth-child(1), .breadcrumbs > span > span:nth-child(1) {
  margin-left: 0;
}
#breadcrumbs > span > span:nth-child(n+2):before, .breadcrumbs > span > span:nth-child(n+2):before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #000000;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 7px;
  left: -1.1em;
  margin: auto 0;
}

@media only screen and (max-width: 768px) {
  main[class^=page--] {
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] {
    padding: 0;
  }
}
main[class^=page--] #pagetitle {
  width: 100%;
  text-align: center;
  line-height: 0.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ef858c;
  display: block;
  font-style: normal;
  background-color: #fce5e7;
}
@media only screen and (max-width: 768px) {
  main[class^=page--] #pagetitle {
    padding: 30px 15px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] #pagetitle {
    min-height: 170px;
    font-size: 3.5rem;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
main[class^=page--] #pagetitle span {
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 768px) {
  main[class^=page--] #pagetitle span {
    font-size: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] #pagetitle span {
    font-size: 45%;
  }
}
@media print, screen and (min-width: 769px) {
  main[class^=page--] .container {
    width: 100%;
    max-width: 1340px;
    padding: 0 50px;
    margin: 0 auto;
  }
}
main[class^=page--] #beautyButton, main[class^=page--] #mailButton {
  display: none;
}

.page__article {
  /*
  .page__description {
    @include makeContainer($mx:1140px);
    font-family: $toppan;
    line-height: 1.8;
    @include screen {
      font-size: 1.8rem;
      text-align: center;
      margin-top: 50px;
    }
    @include smartphone { margin-top: 30px; }
  }
  */
}
@media only screen and (max-width: 768px) {
  .page__article .pagetitle {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page__article .pagetitle {
    padding: 0 30px;
  }
}
.page__article__content {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page__article__content {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page__article__content {
    padding: 0 50px;
  }
}
.page__article__content.single {
  /*@include smartphone { margin: 0 auto 80px auto; }
  @include screen { margin: 0 auto 120px auto; }*/
}
.page__article__content.single .single__container {
  /*img {
    max-width:100%;
    height: auto;
  }*/
  /* WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
  /* WordPress Core End
  -------------------------------------------------------------- */
}
.page__article__content.single .single__container img[class*=wp-image-],
.page__article__content.single .single__container img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.page__article__content.single .single__container .alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .aligncenter,
.page__article__content.single .single__container div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.page__article__content.single .single__container .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container a img.alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page__article__content.single .single__container .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.page__article__content.single .single__container .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.page__article__content.single .single__container .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.page__article__content.single .single__container .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.page__article__content.single .single__container .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.page__article__content.single .single__container .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.page__article__content.single .single__container .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.page__article__content.single .single__container.cf {
  overflow: hidden;
  zoom: 1;
}
.page__article__content.single .single__container.cf:after {
  content: "";
  display: block;
  clear: both;
}
.page__article__content.archive {
  max-width: 1260px;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .page__article__content.archive {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page__article__content.archive {
    padding: 0 30px;
  }
}

.preparation {
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .preparation {
    padding-top: 15px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .preparation {
    padding-top: 50px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer {
    margin-top: 80px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  お知らせ
=====================================*/
.page--information {
  /*===================
    一覧
  ===================*/
  /*===================
    詳細
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--information #archive {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive {
    position: relative;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container {
    max-width: 1340px;
    position: relative;
  }
}
.page--information #archive .container > ul {
  width: 100%;
  border: 2px solid #e9e9e9;
  background-color: #ffffff;
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul {
    margin: 0 auto;
  }
}
.page--information #archive .container > ul > li {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li:last-child {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li:last-child {
    padding: 30px;
    border-bottom: none;
  }
}
.page--information #archive .container > ul > li time {
  font-size: 1.5rem;
  color: #333;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li time {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li time {
    margin-bottom: 5px;
  }
}
.page--information #archive .container > ul > li .category a {
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
  font-style: normal;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.page--information #archive .container > ul > li .post-categories li:nth-child(n+2) a {
  margin-left: 5px;
}
.page--information #archive .container > ul > li > a {
  clear: both;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li > a {
    width: 100%;
  }
}
.page--information #archive .container > ul > li > a > h2 {
  color: #000;
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li > a > h2 {
    font-size: 1.6rem;
    with: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #archive .container > ul > li > a > h2 {
    width: 100%;
    font-size: 1.8rem;
    text-decoration: none;
    margin-bottom: 10px;
  }
}
.page--information #archive .container > ul > li > a > p {
  color: #333;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page--information #archive .container > ul > li > a > p {
    display: none;
  }
}
.page--information #archive .container > ul > li > a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 768px) {
  .page--information #entry {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry {
    position: relative;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container {
    max-width: 1340px;
  }
}
.page--information #entry .container #entrybody {
  width: 100%;
  border: 2px solid #e9e9e9;
  background-color: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody {
    width: 100%;
  }
}
.page--information #entry .container #entrybody .entry-ttl {
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-ttl {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-ttl {
    padding: 35px 50px 35px 50px;
  }
}
.page--information #entry .container #entrybody .entry-ttl time {
  color: #333;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-ttl time {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-ttl time {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.page--information #entry .container #entrybody .entry-ttl .category a {
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
  font-style: normal;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-ttl .category a {
    width: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-ttl .category a {
    width: 110px;
  }
}
.page--information #entry .container #entrybody .entry-ttl .category .post-categories li:nth-child(n+2) a {
  margin-left: 5px;
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--information #entry .container #entrybody .entry-ttl h1 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-ttl h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-ttl h1 {
    witdh: 100%;
    font-size: 2.4rem;
    text-decoration: none;
  }
}
.page--information #entry .container #entrybody .entry-contents {
  color: #333;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-contents {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-contents {
    padding: 50px;
  }
}
.page--information #entry .container #entrybody .entry-contents > * {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-contents > * {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-contents > * {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.page--information #entry .container #entrybody .entry-contents > * img {
  max-width: 100%;
  height: auto;
}
.page--information #entry .container #entrybody .entry-contents h2 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-contents h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-contents h2 {
    font-size: 2rem;
  }
}
.page--information #entry .container #entrybody .entry-contents h3 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--information #entry .container #entrybody .entry-contents h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--information #entry .container #entrybody .entry-contents h3 {
    font-size: 1.8rem;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  施設紹介
=====================================*/
@media print, screen and (min-width: 769px) {
  .page--facility article {
    padding-bottom: 10px;
  }
}
.page--facility article section {
  width: 100%;
}
.page--facility article section .container {
  max-width: 1260px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .wrapper {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .wrapper .intro {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper .intro {
    width: 100%;
  }
}
.page--facility article section .container .wrapper .intro .facility-ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #ef858c;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .wrapper .intro .facility-ttl {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper .intro .facility-ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--facility article section .container .wrapper .intro .facility-ttl {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .wrapper .intro .facility-ttl:nth-of-type(1) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper .intro .facility-ttl:nth-of-type(1) {
    margin-top: 50px;
  }
}
.page--facility article section .container .wrapper .intro .treatment-list {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .wrapper .intro .treatment-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
    margin-bottom: 20px;
    gap: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper .intro .treatment-list {
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--facility article section .container .wrapper .intro .treatment-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--facility article section .container .wrapper .intro .treatment-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.page--facility article section .container .wrapper .intro .treatment-list li figure {
  width: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--facility article section .container .wrapper .intro .treatment-list li figure img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
.page--facility article section .container .wrapper .intro .treatment-list li p {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .wrapper .intro .treatment-list li p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper .intro .treatment-list li p {
    margin-top: 20px;
  }
}
.page--facility article section .container .wrapper .intro .com {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper .intro .com {
    font-size: 1.8rem;
  }
}
.page--facility article section .container .wrapper .intro .available {
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .wrapper .intro .available {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper .intro .available {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
.page--facility article section .container .wrapper .intro .available span {
  color: #ef858c;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .wrapper figure {
    width: 50%;
  }
}
.page--facility article section .container .wrapper figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer {
    margin-bottom: 120px;
  }
}
.page--facility article section .container .facility__outer .facility__wrapper {
  margin-top: 33px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
}
.page--facility article section .container .facility__outer .facility__wrapper .facility__img {
  width: 48.275862069%;
  max-width: 560px;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__img {
    width: 100%;
    margin: auto;
  }
}
.page--facility article section .container .facility__outer .facility__wrapper .facility__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--facility article section .container .facility__outer .facility__wrapper .facility__text {
  margin-left: auto;
  width: 48.275862069%;
  max-width: 560px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text {
    margin: 15px auto 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #cacaca;
  }
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dt, .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dd {
    padding: 10px 15px;
    margin-bottom: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dt, .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dd {
    font-size: 1.6rem;
    padding: 15px;
  }
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dt:nth-of-type(n+2), .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dd:nth-of-type(n+2) {
    margin-top: 1px;
  }
}
.page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dt {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dt {
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dt {
    width: 120px;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #cacaca;
  }
}
.page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dd {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dd {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text dl dd {
    width: calc(100% - 120px);
    border-bottom: 1px solid #cacaca;
  }
}
.page--facility article section .container .facility__outer .facility__wrapper .facility__text ul.facility__list li {
  border: 1px solid #cacaca;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text ul.facility__list li {
    padding: 15px 15px 15px 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text ul.facility__list li {
    padding: 20px 20px 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text ul.facility__list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__wrapper .facility__text ul.facility__list li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer:last-of-type {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__detail {
    max-width: 560px;
    margin: 15px auto 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 33px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__detail li {
    width: 48.275862069%;
  }
}
.page--facility article section .container .facility__outer .facility__detail li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--facility article section .container .facility__outer .facility__detail li p {
  text-align: center;
  background-color: #f7f7f7;
  padding: 15px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container .facility__outer .facility__detail li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container .facility__outer .facility__detail li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.page--facility article section .container table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d3d3d3;
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table {
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #d3d3d3;
  }
}
.page--facility article section .container table th, .page--facility article section .container table td {
  border-bottom: 1px solid #d3d3d3;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container table th, .page--facility article section .container table td {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table th, .page--facility article section .container table td {
    font-size: 1.6rem;
  }
}
.page--facility article section .container table th {
  text-align: center;
  background-color: #f0f0f0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container table th {
    width: 100%;
    padding: 10px 0;
    display: block;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table th {
    width: 200px;
    padding: 15px 20px;
  }
}
.page--facility article section .container table td {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container table td {
    padding: 10px 0;
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table td {
    padding: 15px 0 15px 20px;
  }
}
.page--facility article section .container table td a {
  color: #87abda;
  display: inline-block;
}
.page--facility article section .container table td a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table td .tel {
    pointer-events: none;
    color: #333333;
    text-decoration: none;
  }
}
.page--facility article section .container table td span {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container table td ul li {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table td ul li {
    margin-top: 20px;
  }
}
.page--facility article section .container table td ul li span {
  font-weight: 700;
  position: relative;
}
.page--facility article section .container table td ul li span:before {
  display: inline-block;
  content: "";
  background: #CCCCCC;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container table td ul li span:before {
    margin-top: 8px;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table td ul li span:before {
    margin-top: 10px;
    margin-right: 7px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container table td ul li:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container table td ul li:first-child {
    margin-top: 0;
  }
}
.page--facility article section .container > ol {
  max-width: 590px;
  margin: 0 auto;
  line-height: 2;
  counter-reset: item; /* class="parent"の要素でしかカウンタがリセットされていない */
}
.page--facility article section .container > ol li {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .page--facility article section .container > ol li {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section .container > ol li {
    font-size: 2.4rem;
  }
}
.page--facility article section .container > ol li::before {
  counter-increment: item;
  content: counter(item) ".";
}
@media only screen and (max-width: 768px) {
  .page--facility article section:nth-of-type(1) {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section:nth-of-type(1) {
    padding-bottom: 120px;
  }
}
.page--facility article section:nth-of-type(2) {
  background-color: #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .page--facility article section:nth-of-type(2) {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section:nth-of-type(2) {
    padding: 80px;
  }
}
.page--facility article section:nth-of-type(2) .container .headline01::after {
  background: #afaeae;
}
@media print, screen and (min-width: 769px) {
  .page--facility article section:nth-of-type(2) .container table {
    max-width: 720px;
  }
}
.page--facility article section:nth-of-type(2) .container table th {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--facility article section:nth-of-type(2) .container table th {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .page--facility article section:nth-of-type(2) .container table th {
    width: 194px;
    text-align: left;
    padding-left: 0;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  利用料金
=====================================*/
@media only screen and (max-width: 768px) {
  .page--price article {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--price article {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--price article section .container {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--price article section .container {
    margin-bottom: 50px !important;
  }
}
.page--price article section .container .headline02 {
  color: #ed525e;
  text-shadow: 1px 1px 1px #ccc;
}
.page--price article section .container .js-scrollable > p {
  color: #87abda;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .page--price article section .container .js-scrollable > p {
    display: none;
  }
}
.page--price article section .container .js-scrollable .price-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cacaca;
  margin: 0 auto;
  border-left: 1px solid #cacaca;
  min-width: 760px;
}
@media print, screen and (min-width: 769px) {
  .page--price article section .container .js-scrollable .price-table {
    max-width: 1000px;
    font-size: 1.5rem;
    border-bottom: 1px solid #cacaca;
  }
}
.page--price article section .container .js-scrollable .price-table th, .page--price article section .container .js-scrollable .price-table td {
  border-bottom: 1px solid #cacaca;
  padding: 15px 10px;
  text-align: center;
}
.page--price article section .container .js-scrollable .price-table th {
  background-color: #f7f7f7;
  color: #333;
  width: 140px;
  border-right: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--price article section .container .js-scrollable .price-table th {
    width: 114px;
  }
}
.page--price article section .container .js-scrollable .price-table td {
  color: #333;
  border-right: 1px solid #cacaca;
  font-weight: 700;
  font-size: 1.6rem;
}
.page--price article section .container .js-scrollable .price-table .row-flex td small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page--price article section .container .js-scrollable .price-table .row-flex td small {
    font-size: 1.2rem;
  }
}
.page--price article section .container .js-scrollable .price-table tr:nth-of-type(odd) td {
  background-color: #fff4f4;
}
.page--price article section .container .js-scrollable .price-table .total-row {
  font-weight: bold;
}
.page--price article section .container .js-scrollable .price-table .total-row .price-left,
.page--price article section .container .js-scrollable .price-table .total-row .price-right {
  font-size: 1.8rem;
  position: relative;
}
.page--price article section .container .js-scrollable .price-table .total-row .price-left span,
.page--price article section .container .js-scrollable .price-table .total-row .price-right span {
  color: red;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page--price article section .container .js-scrollable .price-table .total-row .price-left span,
  .page--price article section .container .js-scrollable .price-table .total-row .price-right span {
    font-size: 1.2rem;
  }
}
.page--price article section .container .js-scrollable .price-table .total-row .price-left .price-note,
.page--price article section .container .js-scrollable .price-table .total-row .price-right .price-note {
  display: block;
  font-size: 1.4rem;
  color: red;
  margin-top: 5px;
}
.page--price article section .container > ul {
  max-width: 1000px;
  margin: 0 auto;
  color: red;
}
@media only screen and (max-width: 768px) {
  .page--price article section .container > ul {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--price article section .container > ul {
    margin-top: 30px;
  }
}
.page--price article section .container > ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  よくある質問
=====================================*/
@media only screen and (max-width: 768px) {
  .page--faq article {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--faq article {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--faq article section .container {
    margin-bottom: 50px !important;
  }
}
.page--faq article section .container .qa__question {
  display: flex;
  margin-top: 60px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__question {
    margin-top: 30px;
  }
}
.page--faq article section .container .qa__question i {
  display: inline-block;
  margin-right: 28px;
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-color: #e4ebfc;
  color: #87abda;
  font-size: 3rem;
  font-weight: 600;
  line-height: 60px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__question i {
    max-width: 40px;
    height: 40px;
    font-size: 2.2rem;
    line-height: 40px;
    margin-right: 20px;
  }
}
.page--faq article section .container .qa__question p {
  width: 100%;
  padding-top: 15px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__question p {
    padding-top: initial;
  }
}
@media screen and (max-width: 375px) {
  .page--faq article section .container .qa__question p {
    font-size: 1.7rem;
  }
}
.page--faq article section .container .qa__answer {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__answer {
    margin-top: 20px;
  }
}
.page--faq article section .container .qa__answer i {
  display: inline-block;
  margin-right: 30px;
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-color: #fce5e7;
  color: #ef858c;
  font-size: 3rem;
  font-weight: 600;
  line-height: 60px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__answer i {
    max-width: 40px;
    height: 40px;
    font-size: 2.2rem;
    line-height: 40px;
    margin-right: 20px;
  }
}
.page--faq article section .container .qa__answer p {
  flex: 1 1 100%;
  font-size: 1.8rem;
  padding-top: 15px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__answer p {
    font-size: 1.6rem;
    padding-top: initial;
  }
}
.page--faq article section .container .qa__answer .answer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page--faq article section .container .qa__answer .flow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__answer .flow {
    align-items: center;
  }
}
.page--faq article section .container .qa__answer .flow .flow-step {
  background-color: #f7f7f7;
  padding: 10px 15px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa__answer .flow .flow-step {
    width: 100%;
    text-align: center;
  }
}
.page--faq article section .container .qa__answer .flow .arrow {
  font-size: 1.6rem;
  text-align: center;
  color: #555;
  transform: rotate(90deg);
  margin-left: 10px;
}
.page--faq article section .container .qa__answer .flow .arrow::before {
  content: "▶";
  font-size: 1.6rem;
  color: #555;
}
@media print, screen and (min-width: 769px) {
  .page--faq article section .container .qa__answer .flow {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page--faq article section .container .qa__answer .flow .arrow {
    transform: rotate(0);
    margin: 0 10px;
  }
}
.page--faq article section .container .qa-facility {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container .qa-facility {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page--faq article section .container > p {
    font-size: 1.6rem;
    padding-top: 30px;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 769px) {
  .page--faq article section .container > p {
    text-align: center;
    font-size: 1.8rem;
    padding-top: 80px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  求人情報
=====================================*/
@media only screen and (max-width: 768px) {
  .page--recruit article {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--recruit article section .container {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article section .container {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page--recruit article section .container .headline01 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article section .container .headline01 {
    margin-bottom: 40px !important;
  }
}
.page--recruit article section .container > p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--recruit article section .container > p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article section .container > p {
    font-size: 2rem;
    max-width: 1000px;
    margin: 0 auto 50px auto;
  }
}
.page--recruit article section .container table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--recruit article section .container table {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article section .container table {
    max-width: 1000px;
    margin: 0 auto 60px auto;
    border-bottom: 1px solid #cacaca;
  }
}
.page--recruit article section .container table th, .page--recruit article section .container table td {
  border-bottom: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--recruit article section .container table th, .page--recruit article section .container table td {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article section .container table th, .page--recruit article section .container table td {
    font-size: 1.5rem;
  }
}
.page--recruit article section .container table th {
  text-align: center;
  color: #333;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .page--recruit article section .container table th {
    width: 100%;
    padding: 10px 0;
    display: block;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article section .container table th {
    width: 190px;
    padding: 15px;
  }
}
.page--recruit article section .container table td {
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page--recruit article section .container table td {
    padding: 10px 0;
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .page--recruit article section .container table td {
    padding: 15px;
  }
}
.page--recruit article section .container table td a {
  color: #87abda;
  display: inline-block;
}
.page--recruit article section .container table td a:hover {
  text-decoration: none;
}
.page--recruit article section .container table td span {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.page--recruit article section .container table td .guide {
  pointer-events: auto;
  color: #87abda;
  text-decoration: underline;
  display: block;
}
.page--recruit article section .container table td .guide:hover {
  text-decoration: none;
}
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  アクセス
=====================================*/
@media only screen and (max-width: 768px) {
  .page--access article {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article {
    padding-bottom: 50px;
  }
}
.page--access article section {
  /*===================
    location
  ===================*/
  /*===================
    root
  ===================*/
}
@media only screen and (max-width: 768px) {
  .page--access article section .location {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .location {
    margin-bottom: 50px !important;
  }
}
.page--access article section .location table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--access article section .location table {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .location table {
    max-width: 1000px;
    margin: 0 auto 60px auto;
    border-bottom: 1px solid #cacaca;
  }
}
.page--access article section .location table th, .page--access article section .location table td {
  border-bottom: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .page--access article section .location table th, .page--access article section .location table td {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .location table th, .page--access article section .location table td {
    font-size: 1.5rem;
  }
}
.page--access article section .location table th {
  text-align: center;
  color: #333;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .page--access article section .location table th {
    width: 100%;
    padding: 10px 0;
    display: block;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .location table th {
    width: 190px;
    padding: 15px;
  }
}
.page--access article section .location table td {
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page--access article section .location table td {
    padding: 10px 0;
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .location table td {
    padding: 15px;
  }
}
.page--access article section .location table td a {
  color: #87abda;
  display: inline-block;
}
.page--access article section .location table td a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .page--access article section .location table td .tel {
    pointer-events: none;
    color: #333333;
    text-decoration: none;
  }
}
.page--access article section .location table td span {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.page--access article section .location table td .guide {
  pointer-events: auto;
  color: #87abda;
  text-decoration: underline;
  display: block;
}
.page--access article section .location table td .guide:hover {
  text-decoration: none;
}
.page--access article section .location .gmap {
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--access article section .location .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .page--access article section .location .gmap iframe,
  .page--access article section .location .gmap object,
  .page--access article section .location .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .location .gmap {
    clear: both;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--access article section .location .gmap iframe {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .page--access article section .root {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .root {
    margin-bottom: 80px !important;
  }
}
.page--access article section .root > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page--access article section .root > ul {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .root > ul {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page--access article section .root > ul > li {
    width: 100%;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .root > ul > li {
    width: 31%;
    float: left;
    text-align: center;
    margin-right: 3.5%;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    padding: 40px 20px;
  }
  .page--access article section .root > ul > li:nth-child(2) {
    margin-right: 0;
  }
}
.page--access article section .root > ul > li > h3 {
  color: #ef858c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--access article section .root > ul > li > h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .root > ul > li > h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page--access article section .root > ul > li .icon {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .root > ul > li .icon {
    margin-bottom: 15px;
    height: 42px;
    vertical-align: bottom;
  }
}
.page--access article section .root > ul > li p {
  color: #333333;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page--access article section .root > ul > li p span {
    font-size: 1.6rem;
    color: #87abda;
  }
}
.page--access article section .root > div {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--access article section .root > div {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .root > div {
    margin-top: 50px;
  }
}
.page--access article section .root > div > h3 {
  color: #ef858c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--access article section .root > div > h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--access article section .root > div > h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.page--access article section .root > div > p {
  font-size: 1.5rem;
  color: #333333;
}
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  お問い合わせ
=====================================*/
.page--contact {
  /*=================================
    info
  ==================================*/
  /*====================================
    お問い合わせ
  =====================================*/
  /* トップページに戻るリンク */
  /*-----------------------------------
    main__flow
  -----------------------------------*/
  /*-----------------------------------
  #mailform
  -----------------------------------*/
}
.page--contact .page--contact__container {
  /*border-bottom: 1px solid #d1d1d1;*/
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__container {
    padding: 20px 20px 0 20px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__container {
    padding: 30px 50px 0 50px;
    margin: 0 auto;
  }
}
.page--contact .page--contact__com {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__com {
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__com {
    font-size: 1.8rem;
    margin: 0 auto 50px auto;
    max-width: 1000px;
  }
}
.page--contact .page--contact__introduction {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction {
    border: 1px solid #d1d1d1;
    margin-bottom: 60px;
  }
}
.page--contact .page--contact__introduction .introduction__tel {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact .page--contact__introduction .introduction__tel p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) {
    float: left;
  }
}
.page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    width: 100%;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    font-size: 2.4rem;
    margin: 0.5em 0;
    padding: 0.25em;
    background-color: #ef858c;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background: #fce5e7;
    border-color: #fce5e7;
    color: #87abda;
    text-decoration: none !important;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover::after {
    border-color: #87abda;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::after {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    line-height: 1;
    color: #ef858c;
    font-size: 3.6rem;
    text-decoration: none;
    display: block;
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a {
    font-size: 3.5rem;
  }
}
.page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 20px;
    height: 20px;
    background: url("../images/common/tel-icon-white.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a::before {
    width: 34px;
    height: 34px;
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin: -8px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover {
    background-color: #fff;
    border: 1px solid #ef858c;
    color: #ef858c;
  }
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(1) a:hover::before {
    background: url("../images/common/tel-icon-pink.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
}
.page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #ef858c;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1220px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    margin-left: 20px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1219px) {
  .page--contact .page--contact__introduction .introduction__tel p span:nth-of-type(2) {
    padding-left: 42px;
  }
}
.page--contact .page--contact__desc {
  max-width: 800px;
  margin: 0 auto;
}
.page--contact .page--contact__desc p span {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--contact .page--contact__desc p:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact .page--contact__desc p:nth-child(n+2) {
    margin-top: 30px;
  }
}
.page--contact #contact {
  position: relative;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--contact .headline01 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact .headline01 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact .headline01 {
    margin-bottom: 50px;
  }
}
.page--contact #footer-top {
  display: none;
}
.page--contact #footer-middle {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .page--contact footer {
    margin-top: 30px;
  }
}
.page--contact #info {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  /*background-color: #dae4f8*/
}
@media only screen and (max-width: 768px) {
  .page--contact #info {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info {
    padding: 0 15px 5px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info {
    padding: 40px 50px 0 50px;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .com {
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .com {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap {
    border: 2px solid #87abda;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .tel-wrap {
    border: 2px solid #87abda;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
  }
}
.page--contact #info .tel-wrap h2 {
  color: #87abda;
  font-weight: bolder;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .tel-wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap .tel a {
    width: 100%;
    color: #87abda;
    font-size: 1.6rem;
    font-weight: bolder;
    text-decoration: none;
    text-align: center;
    display: block;
    background: url("../images/common/tel-icon2.png") left 20px center no-repeat;
    background-size: 18px;
    width: 100%;
    color: #87abda;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: solid 1px #87abda;
    position: relative;
    margin: 0 auto;
    /*border-radius: 25px;*/
    boerder: 1px solid #87abda;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page--contact #info .tel-wrap .tel a {
    padding: 0.7em 0.5em;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .page--contact #info .tel-wrap .tel a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #info .tel-wrap .tel a::after {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: transparent;
    border: solid 1px #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto 0;
  }
  .page--contact #info .tel-wrap .tel a:hover {
    background: #87abda;
    border-color: #87abda;
    color: #ffffff;
    text-decoration: none !important;
  }
  .page--contact #info .tel-wrap .tel a:hover::after {
    border-color: #ffffff;
  }
  .page--contact #info .tel-wrap .tel a:hover {
    text-decoration: underline;
    background: url("../images/common/tel-icon-white.png") left 20px center no-repeat #87abda;
    background-size: 18px;
  }
  .page--contact #info .tel-wrap .tel span {
    text-align: center;
    margin-top: 10px;
    font-weight: bolder;
    display: block;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #info .tel-wrap .tel {
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
  }
  .page--contact #info .tel-wrap .tel a {
    font-size: 3.6rem;
    color: #87abda;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
    display: block;
  }
  .page--contact #info .tel-wrap .tel span {
    font-weight: bolder;
  }
}
.page--contact #contact {
  /*border-bottom: 2px solid #292d52;*/
}
@media only screen and (max-width: 768px) {
  .page--contact #contact {
    /*border-bottom: 1px solid #292d52;*/
  }
}
.page--contact .back-btn a {
  width: 520px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 2.5rem;
  background-color: #11a84f;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 80px;
}
.page--contact .back-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page--contact .back-btn a {
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.page--contact .main__flow {
  background: url("../images/contact/flow.gif") no-repeat;
}
.page--contact .main__flow--check {
  background: url("../images/contact/flow_check.gif") no-repeat;
}
.page--contact .main__flow--end {
  background: url("../images/contact/flow_end.gif") no-repeat;
}
.page--contact .main__flow, .page--contact .main__flow--check, .page--contact .main__flow--end {
  height: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
@media only screen and (max-width: 768px) {
  .page--contact .main__flow, .page--contact .main__flow--check, .page--contact .main__flow--end {
    width: 100%;
    padding-top: 8%;
    background-size: contain;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact .main__flow, .page--contact .main__flow--check, .page--contact .main__flow--end {
    width: 100%;
    padding-top: 8%;
    background-size: contain;
    margin: 0 auto 50px auto;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact .main__flow, .page--contact .main__flow--check, .page--contact .main__flow--end {
    width: 100%;
    padding-top: 8%;
    margin: 0 auto 80px auto;
    background-size: contain;
  }
}
.page--contact #mailform {
  /*-----------------------------------
  セレクトボックス用のスタイル
  -----------------------------------*/
  /*-----------------------------------
  チェックボックス・ラジオボタン用のスタイル
  -----------------------------------*/
  /* ご利用されたサービスのチェックボックス・ラジオボタンのスタイル */
  /*-----------------------------------
  送信完了画面のスタイル
  -----------------------------------*/
  /* 送信完了後の文章 */
  /* トップページに戻るリンク */
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform {
    padding: 20px 15px 25px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform {
    margin: 0 auto;
    max-width: 900px;
    padding: 70px 50px 20px 50px;
  }
}
.page--contact #mailform .mw_wp_form {
  width: 100%;
}
.page--contact #mailform .mw_wp_form table {
  width: 100%;
  border-collapse: collapse;
  /*border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;*/
  /*#remote-demo{
    display: none;
  }*/
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table {
    margin: 0 auto 20px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table {
    margin: 0 auto 40px auto;
  }
}
.page--contact #mailform .mw_wp_form table .caution {
  display: block;
  padding-top: 5px;
}
.page--contact #mailform .mw_wp_form table tr {
  width: 100% !important;
  border-bottom: 1px dotted #757575;
}
.page--contact #mailform .mw_wp_form table tr:last-child {
  border-bottom: none;
}
.page--contact #mailform .mw_wp_form table tr th, .page--contact #mailform .mw_wp_form table tr td {
  /*border-bottom: 1px solid #cccccc;*/
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr th, .page--contact #mailform .mw_wp_form table tr td {
    width: 100%;
    display: block;
  }
}
.page--contact #mailform .mw_wp_form table tr th {
  padding: 1em 1em 1em 0;
  width: 270px;
  font-weight: normal;
  text-align: left;
  color: #333;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr th {
    width: 100%;
    padding: 1em 0 0.5em 0;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr th {
    font-size: 1.6rem;
    padding: 1.5em 1em 1em 0;
    letter-spacing: -1px;
  }
}
.page--contact #mailform .mw_wp_form table tr th .anonymous {
  color: #e60012;
  font-size: 0.9em;
  margin-left: 10px;
}
.page--contact #mailform .mw_wp_form table tr th .required {
  line-height: 1;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  border: 1px solid #219fff;
  background-color: #219fff;
  padding: 5px 10px;
  /*margin-left:1em;*/
  float: right;
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr th .required {
    font-size: 1.4rem;
  }
}
.page--contact #mailform .mw_wp_form table tr th .norequired {
  line-height: 1;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  border: 1px solid #8b8b8b;
  background-color: #8b8b8b;
  padding: 5px 10px;
  margin-left: 1em;
  float: right;
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr th .norequired {
    font-size: 1.4rem;
  }
}
.page--contact #mailform .mw_wp_form table tr td {
  padding: 1em 0 1em 1em;
  /* IE */
  /* Edge */
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td {
    width: 100%;
    padding: 0.5em 0 1em 0;
  }
}
.page--contact #mailform .mw_wp_form table tr td [type=text],
.page--contact #mailform .mw_wp_form table tr td [type=email],
.page--contact #mailform .mw_wp_form table tr td [type=company],
.page--contact #mailform .mw_wp_form table tr td [type=position],
.page--contact #mailform .mw_wp_form table tr td [type=address],
.page--contact #mailform .mw_wp_form table tr td textarea,
.page--contact #mailform .mw_wp_form table tr td select {
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 6px 12px;
  color: #333;
  border: 1px solid #d1d1d1;
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td [type=text],
  .page--contact #mailform .mw_wp_form table tr td [type=email],
  .page--contact #mailform .mw_wp_form table tr td [type=company],
  .page--contact #mailform .mw_wp_form table tr td [type=position],
  .page--contact #mailform .mw_wp_form table tr td [type=address],
  .page--contact #mailform .mw_wp_form table tr td textarea,
  .page--contact #mailform .mw_wp_form table tr td select {
    padding: 10px 15px;
  }
}
.page--contact #mailform .mw_wp_form table tr td textarea {
  width: 100%;
}
.page--contact #mailform .mw_wp_form table tr td [type=text]:focus,
.page--contact #mailform .mw_wp_form table tr td [type=email]:focus,
.page--contact #mailform .mw_wp_form table tr td [type=company]:focus,
.page--contact #mailform .mw_wp_form table tr td [type=position]:focus,
.page--contact #mailform .mw_wp_form table tr td [type=address]:focus,
.page--contact #mailform .mw_wp_form table tr td textarea:focus,
.page--contact #mailform .mw_wp_form table tr td select:focus {
  background-color: #fce5e7;
  border-color: #ef858c;
}
.page--contact #mailform .mw_wp_form table tr td #name,
.page--contact #mailform .mw_wp_form table tr td #kana,
.page--contact #mailform .mw_wp_form table tr td #possible,
.page--contact #mailform .mw_wp_form table tr td #address,
.page--contact #mailform .mw_wp_form table tr td #season,
.page--contact #mailform .mw_wp_form table tr td #email {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}
.page--contact #mailform .mw_wp_form table tr td .post-mark {
  font-size: 120%;
  margin-right: 15px;
}
.page--contact #mailform .mw_wp_form table tr td #address {
  margin-top: 15px;
}
.page--contact #mailform .mw_wp_form table tr td input::placeholder {
  color: #a7a7a7;
}
.page--contact #mailform .mw_wp_form table tr td input:-ms-input-placeholder {
  color: #a7a7a7;
}
.page--contact #mailform .mw_wp_form table tr td input::-ms-input-placeholder {
  color: #a7a7a7;
}
.page--contact #mailform .mw_wp_form table tr td #tel,
.page--contact #mailform .mw_wp_form table tr td #company,
.page--contact #mailform .mw_wp_form table tr td #position,
.page--contact #mailform .mw_wp_form table tr td #mesagge {
  width: 100%;
}
.page--contact #mailform .mw_wp_form table tr td #zip {
  width: 40%;
}
.page--contact #mailform .mw_wp_form table tr td ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact #mailform .mw_wp_form table tr td ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact #mailform .mw_wp_form table tr td ul li {
    width: 300px;
  }
}
.page--contact #mailform .mw_wp_form table tr td p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td p {
    margin-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td p {
    margin-bottom: 30px !important;
  }
}
.page--contact #mailform .mw_wp_form table tr td p a {
  color: #000;
}
.page--contact #mailform .mw_wp_form table tr td p a:hover {
  text-decoration: none;
}
.page--contact #mailform .mw_wp_form table tr td .privacy {
  max-width: 900px;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy {
    height: 180px;
    margin: 0 auto 20px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy {
    height: 280px;
    margin: 0 auto 30px auto;
  }
}
.page--contact #mailform .mw_wp_form table tr td .privacy section:first-of-type li {
  width: 100%;
}
.page--contact #mailform .mw_wp_form table tr td .privacy section h2 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section h2 {
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section h2 {
    /*margin: 0 auto 15px;*/
    margin: 0 auto 25px;
  }
}
.page--contact #mailform .mw_wp_form table tr td .privacy section h3 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section p, .page--contact #mailform .mw_wp_form table tr td .privacy section ul, .page--contact #mailform .mw_wp_form table tr td .privacy section ol {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section p, .page--contact #mailform .mw_wp_form table tr td .privacy section ul, .page--contact #mailform .mw_wp_form table tr td .privacy section ol {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section .mb0 {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section .mb0 {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section .tel {
    text-decoration: none;
    pointer-events: none;
    color: #000;
  }
}
.page--contact #mailform .mw_wp_form table tr td .privacy section ol ul, .page--contact #mailform .mw_wp_form table tr td .privacy section ol ol {
  margin: 0 !important;
}
.page--contact #mailform .mw_wp_form table tr td .privacy section ol ol, .page--contact #mailform .mw_wp_form table tr td .privacy section ol ul, .page--contact #mailform .mw_wp_form table tr td .privacy section ul ol, .page--contact #mailform .mw_wp_form table tr td .privacy section ul ul {
  font-size: 100%;
  /*@include smartphone{
    margin: 5px auto 8px;
  }
  @include screen{
    margin: 5px auto 10px;
  }*/
}
.page--contact #mailform .mw_wp_form table tr td .privacy section ol ol li, .page--contact #mailform .mw_wp_form table tr td .privacy section ol ul li, .page--contact #mailform .mw_wp_form table tr td .privacy section ul ol li, .page--contact #mailform .mw_wp_form table tr td .privacy section ul ul li {
  width: 100%;
}
.page--contact #mailform .mw_wp_form table tr td .privacy section li {
  padding-left: 1em !important;
  text-indent: -1em;
}
.page--contact #mailform .mw_wp_form table tr td .privacy section table {
  margin-top: 1em;
}
.page--contact #mailform .mw_wp_form table tr td .privacy section table td, .page--contact #mailform .mw_wp_form table tr td .privacy section table th {
  border: 1px solid #e1e1e1;
  padding: 1em;
  text-indent: 0;
}
@media (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy section table td, .page--contact #mailform .mw_wp_form table tr td .privacy section table th {
    width: 50%;
  }
}
.page--contact #mailform .mw_wp_form table tr td .privacy section table td:first-child, .page--contact #mailform .mw_wp_form table tr td .privacy section table th:first-child {
  padding-left: 1em !important;
}
.page--contact #mailform .mw_wp_form table tr td .privacy section table th {
  background-color: #f7f7f7;
}
.page--contact #mailform .mw_wp_form table tr td .privacy .date {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy .date {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy .date {
    margin-bottom: 20px;
  }
}
.page--contact #mailform .mw_wp_form table tr td .privacy .date p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy::-webkit-scrollbar {
    width: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr td .privacy::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}
.page--contact #mailform .mw_wp_form table tr .contact-item label {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .mw_wp_form table tr .contact-item label {
    display: grid;
    gap: 10px;
  }
}
.page--contact #mailform .mw_wp_form table tr .contact-item label:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr .contact-item label:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .mw_wp_form table tr:last-child td label {
    display: block;
  }
}
.page--contact #mailform .submit {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 620px;
  /* 「同意します」にチェックが付いていない時に */
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .submit {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .submit {
    /*width: 530px;*/
  }
}
.page--contact #mailform .submit input[name=submitConfirm] {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 20px center no-repeat #ef858c;
  background-size: 16px;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 20px;
  border: 1px solid #ef858c;
  position: relative;
  border-radius: 4px;
}
.page--contact #mailform .submit input[name=submitConfirm]:hover {
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 20px center no-repeat #fff;
  background-size: 16px;
  color: #ef858c;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .submit input[name=submitConfirm] {
    width: 80%;
    font-size: 1.5rem;
  }
}
.page--contact #mailform .submit input[type=submit][disabled] {
  background: #a3a3a3 !important;
  border: 1px solid #a3a3a3 !important;
  color: #ffffff !important;
  pointer-events: none;
  border-radius: 4px;
}
.page--contact #mailform .submit input[name=submitBack] {
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 1.6rem;
  background: #8b8b8b;
  border: none;
  text-align: center;
  float: left;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .submit input[name=submitBack] {
    width: 48%;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact #mailform .submit input[name=submitBack] {
    width: 48%;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact #mailform .submit input[name=submitBack] {
    width: 300px;
  }
}
.page--contact #mailform .submit input[name=submitBack]:hover {
  background-color: #ef858c;
}
.page--contact #mailform .submit input[value=送信する] {
  height: 50px;
  line-height: 48px;
  font-size: 1.6rem;
  color: #ef858c;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 20px center no-repeat #ef858c;
  background-size: 16px;
  color: #fff;
  border: 1px solid #ef858c;
  text-align: center;
  cursor: pointer;
  float: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .submit input[value=送信する] {
    width: 48%;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact #mailform .submit input[value=送信する] {
    width: 48%;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact #mailform .submit input[value=送信する] {
    width: 300px;
  }
}
.page--contact #mailform .submit input[value=送信する]:hover {
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%20%3Cg%20transform%3D%22rotate(180%207.934%208.9135)%20translate(1.368%201.413)%22%3E%20%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23ef858c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") right 20px center no-repeat #fff;
  background-size: 16px;
  color: #ef858c;
}
.page--contact #mailform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-right: 40px !important;
  width: 100%;
}
.page--contact #mailform select::-ms-expand {
  display: none;
}
.page--contact #mailform option {
  padding-right: 40px;
}
.page--contact #mailform .pulldown {
  position: relative;
  display: inline-block;
  /*max-height: 41px;*/
  /* IE調整用 */
  /*@media all and (-ms-high-contrast: none){
    max-height: 38px;
  }
  /* Firefox調整用 */
  /*@-moz-document url-prefix() {
    max-height: 42px;
  }*/
  /* Edge調整用 */
}
@supports (-ms-ime-align: auto) {
  @media only screen and (max-width: 768px) {
    .page--contact #mailform .pulldown {
      max-height: 44px !important;
    }
  }
  @media print, screen and (min-width: 769px) {
    .page--contact #mailform .pulldown {
      max-height: 52px !important;
    }
  }
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .pulldown {
    width: 100%;
    line-height: 1.6;
    max-height: 42px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact #mailform .pulldown {
    width: 100%;
    max-height: 50px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact #mailform .pulldown {
    width: 100%;
    max-height: 50px;
  }
}
.page--contact #mailform .pulldown::before {
  content: "";
  position: absolute;
  /*z-index: 2;*/
  top: 0;
  right: 0;
  background: #ef858c;
  height: 100%;
  width: 40px;
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .pulldown::before {
    width: 50px;
  }
}
.page--contact #mailform .pulldown::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(-45deg);
  /*z-index: 3;*/
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .pulldown::after {
    right: 19px;
  }
}
.page--contact #mailform input[type=radio],
.page--contact #mailform input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.page--contact #mailform input[type=radio] + span,
.page--contact #mailform input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  line-height: 30px;
  cursor: pointer;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform input[type=radio] + span,
  .page--contact #mailform input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform input[type=radio] + span,
  .page--contact #mailform input[type=checkbox] + span {
    margin-right: 25px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform input[type=radio],
  .page--contact #mailform input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .page--contact #mailform input[type=radio] + span,
  .page--contact #mailform input[type=checkbox] + span {
    padding: 0 0 0 45px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform input[type=radio] + span,
  .page--contact #mailform input[type=checkbox] + span {
    padding: 0 0 0 60px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform input[type=radio] + span::before,
  .page--contact #mailform input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #87abda !important;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform input[type=radio] + span::before,
  .page--contact #mailform input[type=checkbox] + span::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform input[type=radio]:checked + span::after,
  .page--contact #mailform input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .page--contact #mailform input[type=radio]:checked + span::after {
    left: 4px;
    width: 22px;
    height: 8px;
    margin-top: -5px;
    border-left: 5px solid #ef858c;
    border-bottom: 3px solid #ef858c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform input[type=radio]:checked + span::after {
    left: 4px;
    width: 27px;
    height: 12px;
    margin-top: -10px;
    margin-left: 3px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 22px;
    height: 8px;
    margin-top: -5px;
    border-left: 5px solid #ef858c;
    border-bottom: 3px solid #ef858c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 27px;
    height: 12px;
    margin-top: -10px;
    margin-left: 3px;
  }
}
.page--contact #mailform .horizontal-item {
  margin-left: 0;
}
.page--contact #mailform .service-item label {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .service-item label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    /*&:last-child{
      margin-bottom: 0;
    }*/
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .page--contact #mailform .service-item label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .page--contact #mailform .service-item label:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1220px) {
  .page--contact #mailform .service-item label {
    width: 31%;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 2%;
  }
  .page--contact #mailform .service-item label:nth-child(3n) {
    margin-right: 0;
  }
  .page--contact #mailform .service-item label:nth-child(n+6):nth-child(-n+7) {
    margin-bottom: 0;
  }
}
.page--contact #mailform .service-item input[type=radio],
.page--contact #mailform .service-item input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.page--contact #mailform .service-item input[type=radio] + span,
.page--contact #mailform .service-item input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  line-height: 30px;
  cursor: pointer;
  color: #333;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .service-item input[type=radio] + span,
  .page--contact #mailform .service-item input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .service-item input[type=radio] + span,
  .page--contact #mailform .service-item input[type=checkbox] + span {
    margin-right: 25px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform .service-item input[type=radio],
  .page--contact #mailform .service-item input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .page--contact #mailform .service-item input[type=radio] + span,
  .page--contact #mailform .service-item input[type=checkbox] + span {
    padding: 0 0 0 45px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform .service-item input[type=radio] + span,
  .page--contact #mailform .service-item input[type=checkbox] + span {
    padding: 0 0 0 60px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform .service-item input[type=radio] + span::before,
  .page--contact #mailform .service-item input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform .service-item input[type=radio] + span::before,
  .page--contact #mailform .service-item input[type=checkbox] + span::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform .service-item input[type=radio]:checked + span::before {
    border: 1px solid #ef858c;
  }
  .page--contact #mailform .service-item input[type=checkbox]:checked + span::before {
    border: 1px solid #87abda;
  }
  .page--contact #mailform .service-item input[type=radio]:checked + span::after,
  .page--contact #mailform .service-item input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .page--contact #mailform .service-item input[type=radio]:checked + span::after {
    left: 4px;
    width: 20px;
    height: 8px;
    margin-top: -5px;
    margin-left: 1px;
    border-left: 5px solid #fa922d;
    border-bottom: 3px solid #fa922d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform .service-item input[type=radio]:checked + span::after {
    left: 4px;
    width: 20px;
    height: 8px;
    margin-top: -5px;
    margin-left: 1px;
  }
}
@media (min-width: 1px) {
  .page--contact #mailform .service-item input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 20px;
    height: 8px;
    margin-top: -5px;
    margin-left: 1px;
    border-left: 5px solid #fa922d;
    border-bottom: 3px solid #fa922d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 769px) {
  .page--contact #mailform .service-item input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 20px;
    height: 8px;
    margin-top: -5px;
    margin-left: 1px;
  }
}
.page--contact #mailform .submit__ttl {
  line-height: 1.4;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .submit__ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .submit__ttl {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}
.page--contact #mailform .contact__info {
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .page--contact #mailform .contact__info {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--contact #mailform .contact__info {
    padding-top: 6px;
    padding-bottom: 42px;
    font-size: 1.6rem;
  }
}
.page--contact #mailform .back__btn a {
  width: 280px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #a3a3a3;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.page--contact #mailform .back__btn a:hover {
  background-color: #ef858c;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  プライバシーポリシー
///////////////////////////////////////////////////////// */
@media only screen and (max-width: 768px) {
  .page--privacy-policy article {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy article {
    margin-bottom: 80px;
  }
}
.page--privacy-policy article a {
  color: #000;
}
.page--privacy-policy section {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section {
    padding: 0 15px 5px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section {
    padding: 0 50px 0 50px;
    max-width: 1340px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section:nth-of-type(2) {
    padding: 30px 15px 5px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section:nth-of-type(2) {
    padding: 50px 50px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section .date {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section .date {
    margin-bottom: 30px;
  }
}
.page--privacy-policy section .com {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section .com {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section .com {
    margin-bottom: 30px;
  }
}
.page--privacy-policy section h2 {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section h2 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section h2 {
    margin-bottom: 10px;
  }
}
.page--privacy-policy section h3 {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section p {
    margin-bottom: 20px;
  }
}
.page--privacy-policy section p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy section p a:hover {
  text-decoration: none;
}
.page--privacy-policy section .enactment {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section .enactment {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section .enactment {
    margin-bottom: 30px;
  }
}
.page--privacy-policy section a.link {
  color: #000 !important;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.page--privacy-policy section > ol, .page--privacy-policy section ul {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol, .page--privacy-policy section ul {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol, .page--privacy-policy section ul {
    margin-bottom: 30px;
  }
}
.page--privacy-policy section > ol > li, .page--privacy-policy section ul > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol > li, .page--privacy-policy section ul > li {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li, .page--privacy-policy section ul > li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy-policy section > ol > li p, .page--privacy-policy section ul > li p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li p, .page--privacy-policy section ul > li p {
    margin-bottom: 25px;
  }
}
.page--privacy-policy section > ol > li p:last-child, .page--privacy-policy section ul > li p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy section > ol > li p a:hover, .page--privacy-policy section ul > li p a:hover {
  text-decoration: none;
}
.page--privacy-policy section > ol > li a.link, .page--privacy-policy section ul > li a.link {
  color: #000 !important;
}
@media print, screen and (min-width: 769px) {
  .page--privacy-policy section > ol > li .tel, .page--privacy-policy section ul > li .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.page--privacy-policy section > ol > li ol, .page--privacy-policy section > ol > li ul, .page--privacy-policy section ul > li ol, .page--privacy-policy section ul > li ul {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  画像
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/*$sen: "Sen", sans-serif;

$fot_a:'FOT-筑紫A丸ゴシック Std',sans-serif;*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  404
  エラーページ
/////////////////////////////////////////// */
.page--error404 {
  /*
  EOF
  */
}
.page--error404 .page__article .page__article__container {
  /* ======================
  共通設定
  ====================== */
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container {
    padding: 40px 15px 80px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px 80px 30px;
  }
}
.page--error404 .page__article .page__article__container .intro {
  text-align: center;
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container .intro {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container .intro {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
}
.page--error404 .page__article .page__article__container .intro p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container .intro p:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container .intro p:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.page--error404 .page__article .page__article__container .back-btn {
  color: #ef858c;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #ef858c;
  transition: all 0.3s ease;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page--error404 .page__article .page__article__container .back-btn {
    width: 48%;
    height: 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .page__article .page__article__container .back-btn {
    width: 230px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.page--error404 .page__article .page__article__container .back-btn:hover {
  color: #fff;
  border: 1px solid #ef858c;
  background: #ef858c;
}/*# sourceMappingURL=style.css.map */