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

	Reset Style

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

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

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

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

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

input[type=checkbox] {
  appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
}

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

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

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

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  overflow: hidden;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  font-feature-settings: "palt";
  background-color: #fbf8ea;
  background-image: url(images/common/bg-leaf2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  body {
    background-position: top -30px center;
  }
}

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

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

p {
  line-height: 1.75;
  color: #404040;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

.red {
  color: #dc1a1a;
}

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

a:hover {
  color: #bbbbbb;
}

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

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

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

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

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

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

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

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

.f-right {
  float: right;
}

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

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

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

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

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

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

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

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 70%;
  margin: 30px auto 20px;
  padding: 14px 0 15px;
  border: 1px solid #ec832c;
  border-radius: 30px;
  text-align: center;
  color: #ec832c;
  font-size: 16px;
  transition: 0.1s;
  text-decoration: none !important;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.btn-border:hover {
  background-color: #ec832c;
  color: #fff;
  cursor: pointer;
}
.btn-border::after {
  content: "→";
  position: absolute;
  top: 14px;
  right: 14px;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 300px;
    margin: 0 auto 40px;
    padding: 16px 0 18px;
    font-size: 16px;
  }
  .btn-border::after {
    top: 16px;
    right: 20px;
  }
}

.btn-buy {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 18px 0 17px;
  border-bottom: 2px solid #8e580d;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: 0.1s;
  text-decoration: none !important;
  background-color: #FFA528;
}
.btn-buy:hover {
  background-color: #FFA528;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-buy {
    width: 640px;
    margin: 0 auto 40px;
    padding: 34px 0 36px;
    font-size: 28px;
  }
  .btn-buy::after {
    top: 20px;
    right: 20px;
  }
}

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

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

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

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

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

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

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

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

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

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

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

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #fff;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
}

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.common-bnr-taoonline {
  width: 90%;
  margin: 0 auto -40px;
  text-align: center;
}
.common-bnr-taoonline img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .common-bnr-taoonline img {
    width: 640px;
  }
}

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

	header

---------------------------------------------------------- */
/* ローディング画面全体 */
#top-loading {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbf8eb;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease;
  color: #a27c5e;
  text-align: center;
}

#top-loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

#loading-content {
  max-width: 90%;
}

#loading-logo img {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #loading-logo img {
    width: 200px;
  }
}
/* 改行を有効にするためflexは使わない */
#loading-text {
  font-size: 20px;
  line-height: 1.8;
  white-space: pre-wrap;
  text-align: center;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  #loading-text {
    font-size: 32px;
  }
}
/* 1文字ずつフェードイン */
.char {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}
@media print {
  #header {
    display: none;
  }
}
#header .logo {
  padding: 30px 0 10px 30px;
}
#header .logo img {
  width: 80px;
  height: auto;
}
#header .sns {
  position: absolute;
  top: 44px;
  right: 90px;
}
#header .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .sns ul li {
  margin-left: 4px;
}
#header .g-nav {
  display: none;
  z-index: 5;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
}
#header .btn-nav {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 50px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e37748;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 8px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 16px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #a27c5d;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #e37748;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #a27c5d;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 10;
}
#header.open .g-nav ul {
  opacity: 1;
  margin-bottom: 30px;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 20px;
}
#header.open .g-nav ul li a {
  font-size: 20px;
  color: #e37748;
}
#header.open .g-nav ul li a span {
  display: block;
  color: #a27c5d;
}
#header.open .g-nav ul li.instagram {
  margin-top: 60px;
}
#header.open .g-nav ul li.instagram img {
  width: 180px;
  height: auto;
}
#header.open .g-nav ul li.tel {
  margin-top: 40px;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(251, 248, 234, 0.95);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
#header .g-nav-bg.bgopen {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  #header {
    padding-bottom: 0;
  }
  #header .inner {
    position: relative;
    width: 940px;
    height: 140px;
    margin: 0 auto;
    padding: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner .logo {
    position: relative;
    padding: 0 0 0 20px;
  }
  #header .inner .logo img {
    width: 140px;
  }
  #header .inner .globalnav {
    box-sizing: border-box;
    position: absolute;
    width: 740px;
    top: 110px;
    right: 20px;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .globalnav ul li {
    text-align: center;
  }
  #header .inner .globalnav ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #e37748;
    font-size: 20px;
    font-weight: bold;
  }
  #header .inner .globalnav ul li a span {
    display: block;
    font-size: 13px;
    color: #a27c5d;
  }
  #header .inner .globalnav ul li a::after {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a27c5d;
    transition: 0.3s;
  }
  #header .inner .globalnav ul li a:hover::after {
    width: 70%;
  }
  #header .inner .globalnav ul li.icon a::after {
    display: none;
  }
  #header .inner .globalnav ul li.icon img {
    position: relative;
    display: inline-block;
    width: 30px;
    height: auto;
    top: -2px;
    margin-right: 6px;
  }
  #header .inner .subnav {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  #header .inner .subnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner .subnav ul li {
    margin-left: 10px;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 940px;
  }
}
.section .link-more {
  text-align: center;
  margin-top: 40px;
}
.section .link-more a {
  padding: 16px 24px;
  background-color: #D2E5D2;
  border-radius: 4px;
  font-weight: bold;
  color: #587458;
}
.section .sec-title {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  font-weight: normal;
  color: #e37748;
}
.section .sec-title .en {
  display: block;
  margin-bottom: -4px;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .section .sec-title {
    font-size: 28px;
  }
  .section .sec-title .en {
    font-size: 48px;
  }
}

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

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  background-image: url(images/common/title-icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px auto;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

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

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

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

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 20px auto 20px;
}
@media print {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
  color: #a27c5c;
}
#breadcrumb ul li.slash {
  color: #b2b2b2;
}
#breadcrumb ul li a {
  color: #e37748;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 940px;
    margin: 20px auto 40px;
  }
  #breadcrumb ul li {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page .header {
  margin: 30px 0 40px;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #a27b5c;
}
@media screen and (min-width: 768px) {
  .page .header {
    margin: 60px 0 50px;
  }
  .page .header .inner .page-title {
    font-size: 54px;
  }
}

.page-top .sec-slideshow {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow {
    width: 1100px;
    margin-bottom: 40px;
  }
}
.page-top .sec-slideshow .area-slideshow {
  text-align: center;
}
.page-top .sec-slideshow .area-slideshow .slideshow {
  position: relative;
  z-index: 1;
}
.page-top .sec-slideshow .area-slideshow .slideshow .sp-button {
  border: none;
  background-color: #ddd;
  width: 16px;
  height: 16px;
  margin-top: 10px;
}
.page-top .sec-slideshow .area-slideshow .slideshow .sp-selected-button {
  background-color: #e37748;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow .area-slideshow .slideshow .sp-button {
    margin-top: 10px;
  }
}
.page-top .sec-slideshow .area-slideshow .slideshow .sp-image {
  border-radius: 14px !important;
}
.page-top .sec-slideshow .area-slideshow img {
  width: 100%;
  height: auto;
}
.page-top .sec-slideshow .area-slideshow .message {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-top .sec-slideshow .area-slideshow .message img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow .area-slideshow .message {
    margin-top: 20px;
  }
  .page-top .sec-slideshow .area-slideshow .message img {
    width: 70%;
  }
}
.page-top .sec-pr {
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-pr {
    width: 700px;
    margin: 0 auto 40px;
  }
}
.page-top .sec-pr p a {
  color: #e37748;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e37748;
  border-radius: 24px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page-top .sec-pr p a {
    padding: 8px 0;
    font-size: 18px;
  }
}
.page-top .sec-about .tree {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-about .tree img {
  max-width: 70%;
  height: auto;
}
.page-top .sec-about .area-about {
  position: relative;
}
.page-top .sec-about .area-about p {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
}
.page-top .sec-about .area-about p strong {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .area-about p {
    font-size: 20px;
  }
  .page-top .sec-about .area-about p strong {
    font-size: 24px;
  }
}
.page-top .sec-about .area-about .photo1 {
  position: absolute;
  top: -40px;
  right: 0;
  width: 60px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .area-about .photo1 {
    width: 200px;
  }
}
.page-top .sec-about .area-about .photo2 {
  position: absolute;
  bottom: 210px;
  left: 0;
  width: 60px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-about .area-about .photo2 {
    width: 200px;
    bottom: 80px;
  }
}
.page-top .sec-ourservice .ourservice .service {
  border: 1px solid #efede7;
  background-color: #fff;
  width: 80%;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 14px;
}
.page-top .sec-ourservice .ourservice .service .photo {
  margin-bottom: 10px;
}
.page-top .sec-ourservice .ourservice .service .photo img {
  width: 100%;
  height: auto;
}
.page-top .sec-ourservice .ourservice .service .detail .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #e37748;
}
.page-top .sec-ourservice .ourservice .service .detail p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .page-top .sec-ourservice .ourservice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-ourservice .ourservice .service {
    width: 250px;
  }
}
.page-top .sec-ourservice .emergency {
  width: 80%;
  margin: 30px auto 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #df1615;
  padding: 12px 20px 10px;
  border-radius: 8px;
  font-weight: bold;
}
.page-top .sec-ourservice .emergency img {
  position: relative;
  top: -4px;
  width: 30px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page-top .sec-ourservice .emergency {
    width: 400px;
    margin: 20px auto 0;
    font-size: 18px;
  }
}
.page-top .sec-news .area-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top .sec-news .area-news .news {
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 20px;
}
.page-top .sec-news .area-news .news .icatch img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.page-top .sec-news .area-news .news .date {
  font-size: 14px;
  color: #e37748;
}
.page-top .sec-news .area-news .news h1 {
  margin-bottom: 6px;
  font-weight: normal;
}
.page-top .sec-news .area-news .news h1 a {
  color: #e37748;
  font-size: 16px;
}
.page-top .sec-news .area-news .news .ex {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    width: 220px;
  }
  .page-top .sec-news .area-news .news .date {
    font-size: 16px;
  }
  .page-top .sec-news .area-news .news h1 {
    margin-top: 0;
    font-size: 18px;
  }
}

.page-news .sec-news .area-news {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-news .sec-news .area-news .news {
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 20px;
}
.page-news .sec-news .area-news .news .icatch img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.page-news .sec-news .area-news .news .date {
  font-size: 14px;
  color: #e37748;
}
.page-news .sec-news .area-news .news h1 {
  margin-bottom: 6px;
  font-weight: normal;
}
.page-news .sec-news .area-news .news h1 a {
  color: #e37748;
  font-size: 16px;
}
.page-news .sec-news .area-news .news .ex {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    width: 220px;
  }
  .page-news .sec-news .area-news .news .date {
    font-size: 16px;
  }
  .page-news .sec-news .area-news .news h1 {
    margin-top: 0;
    font-size: 18px;
  }
}
.page-news .single-article {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .page-news .single-article {
    width: 800px;
    margin: 60px auto;
  }
}
.page-news .single-article .article {
  margin-bottom: 40px;
}
.page-news .single-article .article .article-header {
  margin-bottom: 20px;
}
.page-news .single-article .article .article-header .date {
  font-size: 14px;
  color: #666;
}
.page-news .single-article .article .article-header .title {
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-news .single-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .single-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .single-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .single-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .single-article .article .article-content p {
  margin: 20px 0;
  line-height: 1.8;
}
.page-news .single-article .article .article-content p a {
  color: #e37748;
  text-decoration: underline;
}
.page-news .single-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 800px;
    margin: 0 auto;
  }
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}

.page-gallery .sec-beforeafter .area-beforeafter .ba {
  margin-bottom: 20px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .title {
  margin-bottom: 10px;
  font-size: 18px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .before {
  position: relative;
  width: 48%;
  border-radius: 14px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .before span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 12px;
  background-color: #111;
  border-radius: 14px;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .after {
  position: relative;
  width: 49%;
  border-radius: 14px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .after span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 12px;
  background-color: red;
  border-radius: 14px;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .detail .more {
  text-align: right;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .detail .more a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-gallery .sec-beforeafter .area-beforeafter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-gallery .sec-beforeafter .area-beforeafter .title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page-gallery .sec-beforeafter .area-beforeafter .ba {
    width: 31%;
    margin-bottom: 40px;
  }
}

.page-company .sec-message .area-message .message {
  position: relative;
  margin-bottom: 40px;
}
.page-company .sec-message .area-message .message .col {
  margin-bottom: 60px;
}
.page-company .sec-message .area-message .message .col .text {
  position: relative;
  z-index: 2;
}
.page-company .sec-message .area-message .message .col .text p {
  margin-bottom: 14px;
}
.page-company .sec-message .area-message .message .col .photo {
  text-align: center;
  margin-bottom: 20px;
}
.page-company .sec-message .area-message .message .col .photo img {
  max-width: 60%;
  height: auto;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-company .sec-message .area-message .message .col .photo p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message .message .col .photo p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-company .sec-message .area-message .message .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .page-company .sec-message .area-message .message .col .text {
    width: 660px;
  }
  .page-company .sec-message .area-message .message .col .photo {
    width: 240px;
  }
  .page-company .sec-message .area-message .message .col .photo img {
    max-width: 100%;
  }
  .page-company .sec-message .area-message .message .col:nth-child(1) .photo {
    order: 2;
  }
  .page-company .sec-message .area-message .message .col:nth-child(1) .photo img {
    max-width: 100%;
  }
}
.page-company .sec-photo .area-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-company .sec-photo .area-photo .photo {
  width: 47%;
  margin-bottom: 20px;
}
.page-company .sec-photo .area-photo .photo img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-company .sec-photo .area-photo .photo {
    width: 32%;
  }
}
.page-company .sec-company .area-detail {
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail {
    width: 100%;
  }
}
.page-company .sec-company .area-detail .data table {
  margin-bottom: 40px;
}
.page-company .sec-company .area-detail .data table th {
  width: 100px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
  color: #e1774e;
}
.page-company .sec-company .area-detail .data table td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-company .sec-company .area-detail .data table td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail .data table {
    margin: 0 auto;
    font-size: 16px;
  }
  .page-company .sec-company .area-detail .data table th {
    width: 140px;
    padding: 20px 40px;
  }
  .page-company .sec-company .area-detail .data table td {
    padding: 20px 40px;
  }
}
.page-company .sec-company .area-map .googlemap {
  width: 90%;
  margin: 0 auto 40px;
}
.page-company .sec-company .area-map .googlemap iframe {
  width: 100%;
  height: 240px;
}
.page-company .sec-company .area-map .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-map .googlemap {
    width: 100%;
    margin: 0 auto 60px;
  }
  .page-company .sec-company .area-map .googlemap iframe {
    height: 400px;
  }
}
.page-company .sec-company .area-zeh {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
}
.page-company .sec-company .area-zeh .detail {
  margin-bottom: 20px;
}
.page-company .sec-company .area-zeh .detail h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-company .sec-company .area-zeh .detail h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-company .sec-company .area-zeh .detail p {
  font-size: 14px;
}
.page-company .sec-company .area-zeh .icon {
  text-align: center;
}
.page-company .sec-company .area-zeh .icon img {
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-zeh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    align-items: center;
  }
  .page-company .sec-company .area-zeh .detail {
    width: 540px;
  }
  .page-company .sec-company .area-zeh .detail h3 {
    font-size: 24px;
  }
  .page-company .sec-company .area-zeh .detail p {
    font-size: 16px;
  }
  .page-company .sec-company .area-zeh .icon {
    width: 400px;
  }
  .page-company .sec-company .area-zeh .icon img {
    max-width: 60%;
  }
}

.page-price .sec-price .area-price p {
  margin-bottom: 20px;
}
.page-price .sec-price .area-price .important {
  margin: 40px auto 0;
  padding: 20px;
  background-color: #fef2f1;
  border-top: 4px solid #fd7e72;
}
.page-price .sec-price .area-price .important p {
  margin-bottom: 0;
  color: #e56154;
}
@media screen and (min-width: 768px) {
  .page-price .sec-price .area-price .important {
    padding: 40px;
  }
}

.page-aboutus .sec-intro .area-intro .image {
  text-align: center;
  margin-bottom: 20px;
}
.page-aboutus .sec-intro .area-intro .image img {
  max-width: 100%;
  height: auto;
}
.page-aboutus .sec-intro .area-intro p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-intro .area-intro p {
    font-size: 20px;
  }
}
.page-aboutus .sec-intro .area-intro .txt1 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #e1774e;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-intro .area-intro .txt1 {
    font-size: 32px;
  }
}
.page-aboutus .sec-intro .area-intro .txt2 {
  font-size: 15px;
  color: #a17b5e;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-intro .area-intro .txt2 {
    font-size: 20px;
  }
}
.page-aboutus .sec-about .area-about .detail {
  margin-bottom: 20px;
}
.page-aboutus .sec-about .area-about .detail p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-about .area-about .detail p {
    font-size: 20px;
  }
}
.page-aboutus .sec-about .area-about .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-about .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-aboutus .sec-about .area-about .detail {
    width: 620px;
  }
  .page-aboutus .sec-about .area-about .image {
    width: 300px;
  }
}
.page-aboutus .sec-content .area-content .image {
  text-align: center;
}
.page-aboutus .sec-content .area-content .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-content .area-content .image img {
    width: 80%;
  }
}
.page-aboutus .sec-area .area-map .map {
  text-align: center;
}
.page-aboutus .sec-area .area-map .map img {
  max-width: 60%;
  height: auto;
}
.page-aboutus .sec-area .area-map .detail p span {
  font-weight: bold;
}
.page-aboutus .sec-area .area-map .detail p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-area .area-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-aboutus .sec-area .area-map .detail {
    width: 460px;
  }
  .page-aboutus .sec-area .area-map .detail p span {
    font-size: 20px;
  }
  .page-aboutus .sec-area .area-map .map {
    width: 480px;
  }
  .page-aboutus .sec-area .area-map .map img {
    width: 100%;
  }
}
.page-aboutus .sec-care .area-care .photo {
  text-align: center;
  margin-bottom: 20px;
}
.page-aboutus .sec-care .area-care .photo img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.page-aboutus .sec-flow .area-flow {
  margin-bottom: 60px;
}
.page-aboutus .sec-flow .area-flow p {
  margin-bottom: 20px;
}
.page-aboutus .sec-flow .area-flow .flow {
  margin-bottom: 40px;
  text-align: center;
}
.page-aboutus .sec-flow .area-flow .flow img {
  width: 100%;
}
.page-aboutus .sec-flow .area-flow .pdf {
  display: block;
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
  color: #bf2920;
}
.page-aboutus .sec-flow .area-flow .pdf img {
  position: relative;
  bottom: -6px;
  left: -4px;
  width: 40px;
  height: auto;
}
.page-aboutus .sec-flow .area-yurai p {
  margin-bottom: 20px;
}
.page-aboutus .sec-flow .area-yurai .photo {
  text-align: center;
}
.page-aboutus .sec-flow .area-yurai .photo img {
  width: 80%;
  height: auto;
}
.page-aboutus .sec-flow .area-yurai .photo p {
  text-align: center;
  font-size: 16px;
  color: #e1774e;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-aboutus .sec-flow .area-flow {
    width: 430px;
    order: 2;
  }
  .page-aboutus .sec-flow .area-flow .pdf {
    font-size: 24px;
  }
  .page-aboutus .sec-flow .area-yurai {
    order: 1;
    width: 430px;
  }
}
.page-aboutus .sec-timetable .area-timetable .time-table {
  display: block;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.page-aboutus .sec-timetable .area-timetable .time-table {
  display: block;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-timetable .area-timetable .time-table {
    font-size: 24px;
  }
}
.page-aboutus .sec-timetable .area-timetable .time-table th {
  border-top: 1px solid #d2d2d2;
}
.page-aboutus .sec-timetable .area-timetable .time-table th,
.page-aboutus .sec-timetable .area-timetable .time-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
.page-aboutus .sec-timetable .area-timetable .time-table td {
  color: #e1774e;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-timetable .area-timetable .time-table td {
    padding: 20px 40px;
  }
}
.page-aboutus .sec-timetable .area-timetable .time-table .time {
  color: #404040;
}
@media screen and (min-width: 768px) {
  .page-aboutus .sec-timetable .area-timetable .time-table .time {
    width: 340px;
  }
}
.page-aboutus .sec-access .area-access .map {
  text-align: center;
}
.page-aboutus .sec-access .area-access .map iframe {
  width: 100%;
  height: 300px;
}

.page-privacypolicy .sec-privacypolicy {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.page-privacypolicy .sec-privacypolicy .area-explain {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy p {
  font-size: 14px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy p a {
  text-decoration: underline;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy ol {
  margin-top: 20px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy ol li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: square;
  font-size: 14px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy p {
    font-size: 18px;
  }
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy ol li {
    margin-left: 40px;
    font-size: 18px;
  }
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy .ttl {
    font-size: 20px;
  }
}

.page-contact .sec-contact .text {
  text-align: center;
  line-height: 2;
}
.page-contact .sec-contact .text a {
  text-decoration: underline;
}

.area-contactform {
  z-index: 0;
}
.area-contactform .contact-form {
  margin: 40px 0 0;
  z-index: 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  font-weight: normal;
  padding: 2px 12px 5px;
  border-radius: 14px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .hissu {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .ninni {
    font-size: 12px;
  }
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form th .bikou {
    font-size: 14px;
  }
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td #item-name {
  pointer-events: none;
  background-color: #f5f5f5;
  /* 入力不可っぽく見えるグレー背景 */
  color: #999;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td ::placeholder {
  color: #b9b9b9;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .col {
  margin-bottom: 14px;
}
.area-contactform .contact-form td .ex {
  margin-top: 6px;
  font-size: 14px;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  font-size: 16px;
  margin: 0;
  opacity: 1;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form tr {
    border-bottom: 1px solid #ece9d9;
  }
  .area-contactform .contact-form th {
    width: 220px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 20px 40px;
    margin-bottom: 10px;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px 40px;
    margin-bottom: 10px;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 16px auto 20px;
  border: none;
  background-color: #00A935;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 40px;
  }
  .area-contactform .wpcf7-submit {
    margin: 60px auto;
    width: 400px;
  }
}

.page-ikoinoba .header {
  margin-bottom: 0;
}
.page-ikoinoba .header .page-title {
  letter-spacing: -1px;
}
.page-ikoinoba .sec-about .image {
  margin-bottom: 20px;
  text-align: center;
}
.page-ikoinoba .sec-about .image img {
  max-width: 100%;
  height: auto;
}
.page-ikoinoba .sec-about .area-about .about {
  margin-bottom: 40px;
}
.page-ikoinoba .sec-about .area-about .about .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-ikoinoba .sec-about .area-about .about .photo img {
  max-width: 80%;
  height: auto;
}
.page-ikoinoba .sec-about .area-about .about .detail p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-ikoinoba .sec-about .area-about .about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-ikoinoba .sec-about .area-about .about .ttl-level-02 {
    width: 100%;
  }
  .page-ikoinoba .sec-about .area-about .about .photo {
    width: 40%;
  }
  .page-ikoinoba .sec-about .area-about .about .photo img {
    max-width: 100%;
    height: auto;
  }
  .page-ikoinoba .sec-about .area-about .about .detail {
    width: 55%;
  }
  .page-ikoinoba .sec-about .area-about .about .left {
    order: 1;
  }
  .page-ikoinoba .sec-about .area-about .about .right {
    order: 2;
  }
}
.page-ikoinoba .sec-about .message p {
  text-align: center;
  color: #d5623c;
}
@media screen and (min-width: 768px) {
  .page-ikoinoba .sec-about .message {
    margin-bottom: 60px;
  }
  .page-ikoinoba .sec-about .message p {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
.page-ikoinoba .sec-naiyou .ttl-level-02 {
  margin-bottom: 20px;
}
.page-ikoinoba .sec-naiyou .area-naiyou {
  margin-bottom: 40px;
}
.page-ikoinoba .sec-naiyou .area-naiyou ul {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background-color: #fbf4d8;
  border-bottom: 1px solid #faeaa3;
}
.page-ikoinoba .sec-naiyou .area-naiyou ul li {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 6px;
  color: #7d6914;
}
.page-ikoinoba .sec-naiyou .area-naiyou ul li:last-child {
  margin-bottom: 0;
}
.page-ikoinoba .sec-naiyou .area-access .map {
  margin-bottom: 20px;
}
.page-ikoinoba .sec-naiyou .area-access .map iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .page-ikoinoba .sec-naiyou .area-access .map iframe {
    height: 250px;
  }
}
.page-ikoinoba .sec-naiyou .area-access .data p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-ikoinoba .sec-naiyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-ikoinoba .sec-naiyou .area-naiyou {
    width: 450px;
  }
  .page-ikoinoba .sec-naiyou .area-access {
    width: 450px;
  }
}

.page-nursingcareroom .header {
  margin-bottom: 0;
}
.page-nursingcareroom .header .page-title {
  letter-spacing: -1px;
}
.page-nursingcareroom .sec-about .mainvisual {
  margin-bottom: 20px;
  text-align: center;
}
.page-nursingcareroom .sec-about .mainvisual img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-nursingcareroom .sec-about .area-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-nursingcareroom .sec-about .area-about .about {
    width: 450px;
  }
  .page-nursingcareroom .sec-about .area-about .service {
    width: 450px;
  }
}
.page-nursingcareroom .sec-about .area-about .about {
  margin-bottom: 40px;
}
.page-nursingcareroom .sec-about .area-about .about .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-nursingcareroom .sec-about .area-about .about .photo img {
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-nursingcareroom .sec-about .area-about .about .photo img {
    max-width: 100%;
  }
}
.page-nursingcareroom .sec-about .area-about .about .detail p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-nursingcareroom .sec-about .area-about .about .ttl-level-02 {
    width: 100%;
  }
}
.page-nursingcareroom .sec-about .area-about .service {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 24px;
}
.page-nursingcareroom .sec-about .area-about .service h3 {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #db9e9d;
}
.page-nursingcareroom .sec-about .area-about .service p {
  margin-bottom: 14px;
}
.page-nursingcareroom .sec-about .area-about .service .important {
  font-weight: bold;
  color: red;
}
.page-nursingcareroom .sec-about .area-about .service .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-nursingcareroom .sec-about .area-about .service .photo img {
  max-width: 80%;
  height: auto;
}
.page-nursingcareroom .sec-about .area-about .service .list {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .page-nursingcareroom .sec-about .area-about .service {
    padding: 30px;
  }
  .page-nursingcareroom .sec-about .area-about .service h3 {
    font-size: 18px;
  }
  .page-nursingcareroom .sec-about .area-about .service .photo img {
    max-width: 100%;
  }
  .page-nursingcareroom .sec-about .area-about .service .list {
    margin-top: 20px;
  }
  .page-nursingcareroom .sec-about .area-about .service .list li {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-nursingcareroom .sec-about .area-about .first {
    margin-top: 100px;
  }
}
.page-nursingcareroom .sec-naiyou .ttl-level-02 {
  margin-bottom: 20px;
}
.page-nursingcareroom .sec-naiyou .area-naiyou {
  margin-bottom: 40px;
}
.page-nursingcareroom .sec-naiyou .area-naiyou p {
  margin-bottom: 14px;
}
.page-nursingcareroom .sec-naiyou .area-naiyou .important {
  font-weight: bold;
  color: red;
}
.page-nursingcareroom .sec-naiyou .area-naiyou .naiyou {
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  background-color: #fbf4d8;
  border-bottom: 1px solid #faeaa3;
  border-radius: 12px;
}
.page-nursingcareroom .sec-naiyou .area-access .map {
  margin-bottom: 20px;
}
.page-nursingcareroom .sec-naiyou .area-access .map iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .page-nursingcareroom .sec-naiyou .area-access .map iframe {
    height: 250px;
  }
}
.page-nursingcareroom .sec-naiyou .area-access .data p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-nursingcareroom .sec-naiyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-nursingcareroom .sec-naiyou .area-naiyou {
    width: 450px;
  }
  .page-nursingcareroom .sec-naiyou .area-access {
    width: 450px;
  }
}

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

	side

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

	footer

---------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 40px 0 20px;
  position: relative;
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 120px;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer #page-top a {
  display: flex;
  transition: all 0.3s;
}
#footer #page-top a img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #footer #page-top a img {
    width: 100px;
    height: 100px;
  }
}
#footer #page-top a:hover {
  opacity: 0.6;
}
#footer #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#footer #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(2400px);
  }
}
#footer .area-contact {
  background-image: url(images/footer/bg-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  padding: 40px 0;
}
#footer .area-contact .ttl {
  text-align: center;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .ttl {
    font-size: 32px;
  }
}
#footer .area-contact p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer .area-contact p {
    font-size: 20px;
  }
}
#footer .area-contact .area-btn {
  text-align: center;
}
#footer .area-contact .area-btn .btn {
  display: inline-block;
  margin-bottom: 20px;
}
#footer .area-contact .area-btn .btn img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .area-btn .btn {
    margin: 0 10px;
  }
}
#footer .area-info {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
#footer .area-info .logo {
  text-align: center;
  margin-bottom: 20px;
}
#footer .area-info .logo img {
  width: 140px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .area-info .logo {
    margin-bottom: 40px;
  }
  #footer .area-info .logo img {
    width: 200px;
  }
}
#footer .area-info .nav {
  margin-bottom: 30px;
}
#footer .area-info .nav li {
  margin-bottom: 6px;
  text-align: center;
  font-size: 18px;
}
#footer .area-info .nav li.icon img {
  position: relative;
  top: -4px;
  width: 20px;
  height: auto;
  margin-right: 6px;
}
#footer .area-info .nav li a {
  color: #d57344;
  font-weight: bold;
}
#footer .area-info .nav li a:hover {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  #footer .area-info .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 940px;
    margin: 0 auto 20px;
  }
  #footer .area-info .nav li {
    font-size: 18px;
    margin: 0 10px 10px 10px;
  }
  #footer .area-info .nav li::after {
    content: "|";
    margin-left: 16px;
    color: #d57344;
  }
  #footer .area-info .nav li:last-child::after {
    content: "";
  }
}
#footer .area-info .info {
  margin-bottom: 20px;
  color: #a27c5d;
}
#footer .area-info .info a {
  color: #a27c5d;
  text-decoration: underline;
}
#footer .area-info .copyright {
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #footer .area-info .copyright {
    font-size: 14px;
  }
}