﻿@charset "utf-8";
/*
Theme Name: theme_shimmer
Description: theme_shimmer
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  font: 16px/1.75 "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo",
    arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  color: #6c6767;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
/* link----------------------------------------------- */
a {
  color: #5f8fbf;
  text-decoration: underline;
  word-break: break-all;
  cursor: pointer;
}
a:hover {
  color: #95b3cd;
  text-decoration: none;
}
.link01 {
  background: url(images/common/icon_arrow01.png) no-repeat left 5px;
  background-size: 8px;
  padding-left: 12px;
}
.link02 {
  background: url(images/common/icon_arrow03.png) no-repeat left 3px;
  background-size: 12px;
  padding-left: 16px;
}
.link03 {
  background: url(images/common/icon_arrow04.png) no-repeat left 1px;
  background-size: 14px;
  padding-left: 18px;
}
/* clearfix----------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
/* form-style----------------------------------------------- */
button,
input,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  border-width: 1px;
  background-color: #fff;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: initial;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}
textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}
select {
  height: 2.4em;
  padding: 0 1em;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 8px 1em;
  border: none;
  border-radius: 4px;
  background-color: #777;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #888;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: 0;
  background-color: #888;
  border: 2px solid rgb(33, 150, 243);
}
form table th span {
  font-size: 12px;
}
form table th span.required {
  font-size: 10px;
  color: #d00;
  margin-left: 5px;
}
form table label {
  cursor: pointer;
}
form table .block span {
  line-height: 1.7;
}
form .inline p {
  display: inline;
}
.post form table th p {
  margin-bottom: 0;
}
.post form table p {
  margin-bottom: 10px;
}
/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
/* typography----------------------------------------------- */
h1 {
  clear: both;
  margin: 1.5em 0 1em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
}
h1.title {
  margin: 0;
}
h2 {
  clear: both;
  margin: 1.5em 0 1em;
  padding: 0.8em 5px 0.8em 0.8em;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 700;
  background: #f8f8fa;
  border-radius: 6px;
}
h3 {
  clear: both;
  margin: 1.5em 0 1em;
  padding: 0.8em 5px 0.8em 0.5em;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 700;
  border-top: 3px solid #d6d6dc;
  border-bottom: 3px solid #d6d6dc;
}
h4 {
  clear: both;
  margin: 1.5em 0 1em;
  padding: 0.6em 5px 0.5em 0.5em;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 700;
  border-left: 6px solid #d6d6dc;
}
h2.imgtitle,
h3.imgtitle,
h4.imgtitle {
  padding: 0;
  background: none;
  border: none;
}
.post h5 {
  clear: both;
  margin: 1.5em 0 1em;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 700;
}
.post p {
  margin-bottom: 1em;
}
.dateLabel {
  text-align: right;
  font-weight: bold;
  color: #858585;
}
.post blockquote {
  clear: both;
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 1em;
}
.post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.post blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.5;
}
.post blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/* image-style----------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
img.border {
  border: 1px solid #ddd;
  padding: 4px;
}
img.frame {
  outline: 7px solid rgb(255 255 255 / 40%);
  outline-offset: -7px;
}
img.round {
  border-radius: 50%;
}
img.aligncenter,
img.center {
  display: block;
  margin: auto;
}
img.alignright {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 50%;
}
img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 50%;
}
/* img_switch----------------------------------------------- */
.switch {
  visibility: hidden;
}
/* box-style----------------------------------------------- */
[class^="box0"],
[class^="boxtext0"],
[class^="boxcolor"] {
  margin: 0 0 2em;
  padding: 1.5em 5%;
}
[class^="box0"].-round,
[class^="boxtext0"].-round,
[class^="boxcolor"].-round {
  border-radius: 10px;
}
.box01 {
  border: 3px double #eee;
  background: #fff;
}
.box02 {
  border: 3px solid #ddd;
  background: #fff;
}
.box02.c-main {
  border-color: #b7a167;
}
.box03 {
  box-shadow: 0px 0px 8px #ddd;
  -ms-box-shadow: 0px 0px 8px #ddd;
  -moz-box-shadow: 0px 0px 8px #ddd;
  -webkit-box-shadow: 0px 0px 8px #ddd;
  background: #fff;
}
.box04 {
  border: 1px solid #ddd;
  box-shadow: 7px 7px 0px #ddd;
  -ms-box-shadow: 7px 7px 0px #ddd;
  -moz-box-shadow: 7px 7px 0px #ddd;
  -webkit-box-shadow: 7px 7px 0px #ddd;
  background: #fff;
}
.box05 {
  background: #f8f8f8;
}
.box06 {
  background: url("images/common/notebg.png");
}
/* title-box-style----------------------------------------------- */
.t-box01,
.titlebox {
  clear: both;
  margin: 0 0px 20px;
}
.t-box01 .title,
.titlebox .title {
  margin: 0;
  padding: 10px 5px 10px 14px;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  background: #a29791;
  border: 2px solid #a29791;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.t-box01 .t-box01In,
.titlebox .titleboxIn {
  padding: 15px 15px 5px;
  border: 2px solid #a29791;
  border-radius: 0px 0px 4px 4px;
}
/* 見出し付き */
.p-box {
  clear: both;
  margin: 0 0px 1.5em;
}
.post .ptitle {
  margin: 0;
  background: #f8f8f8;
  padding: 15px 15px 15px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #333;
  border-radius: 0;
}
.p-boxIn {
  margin: 0 0 30px;
  padding: 20px 20px 5px;
  border: 1px solid #ccc;
  text-align: left;
}
.p-box .point {
  font-size: 14px;
  font-weight: normal;
  padding: 7px 20px;
  margin: 3px 10px 8px 0;
  color: #fff;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  background: #a29791;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
/* color-box-style----------------------------------------------- */
.box-red {
  margin: 0 0px 30px;
  padding: 15px 15px 5px;
  background: #fff5f9;
  border: 1px solid #f2a99d;
  border-radius: 6px;
  color: #bf0008;
}
.box-yellow {
  margin: 0 0px 30px;
  padding: 15px 15px 5px;
  background: #ffffe0;
  border: 1px solid #e0d0a1;
  border-radius: 6px;
  color: #726055;
}
.box-blue {
  margin: 0 0px 30px;
  padding: 15px 15px 5px;
  background: #e5f4fc;
  border: 1px solid #99c7de;
  border-radius: 6px;
  color: #023894;
}
.box-green {
  margin: 0 0px 30px;
  padding: 15px 15px 5px;
  background: #ecfbeb;
  border: 1px solid #82c682;
  border-radius: 6px;
  color: #007c36;
}
.box-gray {
  margin: 0 0px 30px;
  padding: 15px 15px 5px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  color: #333;
}
.box-red h4,
.box-yellow h4,
.box-blue h4,
.box-green h4,
.box-gray h4 {
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
}
/* list-style----------------------------------------------- */
.list01,
.list02 {
  margin: 15px 0 15px 5px;
}
.list01 li,
.list02 li {
  margin-bottom: 5px;
  padding: 0 0 5px 15px;
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 8px;
}
.list01 li {
  background-image: url(images/common/icon_circle01.png);
}
.list02 li {
  background-image: url(images/common/icon_circle02.png);
}
.checklist01,
.checklist02,
.checklist03 {
  margin: 15px 0 15px 5px;
}
.checklist01 li,
.checklist02 li,
.checklist03 li {
  margin-bottom: 10px;
  padding: 0 0 5px 28px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 24px;
}
.checklist01 li {
  background-image: url(images/common/icon_check01.png);
}
.checklist02 li {
  background-image: url(images/common/icon_check02.png);
}
.checklist03 li {
  background-image: url(images/common/icon-check03.png);
}
.link-list {
  margin: 15px 0 15px 5px;
}
.link-list li {
  margin-bottom: 7px;
}
.link-list li a {
  background: url(images/common/icon_arrow01.png) no-repeat left 3px;
  background-size: 8px;
  padding-left: 12px;
}
/* dl-style----------------------------------------------- */
.dl01 {
  margin-bottom: 20px;
}
.dl01 dt {
  margin: 20px 0 10px;
  padding: 0 0 2px 16px;
  font-size: 106%;
  font-weight: bold;
  background: url(images/common/icon_square01.png) no-repeat 0 9px;
  background-size: 10px;
  border-bottom: 1px dotted #bababa;
  color: #57504c;
}
.dl01 dt span {
  display: block;
}
.dl01 dd {
  margin: 0 0 25px;
}
.dl02 {
  margin-bottom: 20px;
}
.dl02 dt {
  margin: 30px 0 0;
  padding: 12px 0 10px 24px;
  font-size: 113%;
  font-weight: bold;
  background: url(images/common/icon_square01.png) no-repeat 8px 22px #f6f6f6;
  background-size: 10px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #aaa;
}
.dl02 dd {
  margin: 0 0 20px;
  padding: 15px 10px 15px 15px;
  border: 1px solid #ccc;
}
.faq {
  margin-bottom: 40px;
}
.faq dt {
  margin: 20px 0 10px;
  padding: 0 0 4px 30px;
  background: url(images/common/icon_faq_q.png) no-repeat 0px 2px;
  background-size: 24px;
  border-bottom: 1px dotted #bababa;
  font-size: 1.1em;
  font-weight: bold;
}
.faq dd {
  margin: 0 0 30px;
  padding: 0 0 2px 30px;
  background: url(images/common/icon_faq_a.png) no-repeat 0 2px;
  background-size: 24px;
}
/* table-style----------------------------------------------- */
table.table01 {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: separate;
}
table.table01 tr.bdnone th,
table.table01 tr.bdnone td {
  border: none;
}
table.table01 th,
table.table01 td {
  font-weight: normal;
  padding: 14px 4% 14px;
  text-align: left;
  vertical-align: top;
}
table.table01 th {
  background: #f6f6f6;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
table.table01 td {
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
table.table01.center th,
table.table01.center td {
  text-align: center;
  vertical-align: middle;
}
table.table01.submit td {
  padding: 30px;
}
table.table01.submit input,
table.table01.submit button {
  font-size: 100%;
  cursor: pointer;
}
table.table02 {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: separate;
}
table.table02 tr.bdnone th,
table.table01 tr.bdnone td {
  border: none;
}
table.table02 th,
table.table02 td {
  font-weight: normal;
  padding: 8px 4% 8px;
  text-align: left;
  vertical-align: top;
  display: block;
  width: 100%;
}
table.table02 th {
  background: #f6f6f6;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
table.table02 td {
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.scroll {
  margin-bottom: 20px;
  overflow: auto; /*tableをスクロールさせる*/
  white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #bcbcbc;
}
/* text-style----------------------------------------------- */
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.color-red {
  color: #dd0000;
}
.font12 {
  font-size: 12px;
}
.font10 {
  font-size: 10px;
}
/* Emphasis----------------------------------------------------------- */
.em1 {
  color: #b8a76b;
}
.em2 {
  font-size: large;
  color: #9baccf;
}
.em2x {
  font-size: x-large;
  color: #9baccf;
}
.em3 {
  font-weight: bold;
}
.em4 {
  font-weight: bold;
  font-size: 110%;
  line-height: 1.5;
}
.em5 {
  font-weight: bold;
  text-decoration: underline;
}
.em6 {
  background: #f4edd5;
  font-weight: bold;
  padding-left: 3px;
}
.em7 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f4edd5 30%);
  padding-left: 3px;
}
/* layout-style----------------------------------------------- */
.layout2 {
  margin: 0 0 20px;
}
.layout2 .itemleft {
  float: none;
}
.layout2 .itemright {
  float: none;
}
.layout37 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout37 .itemleft {
  float: none;
}
.layout37 .itemright {
  float: none;
}
.layout73 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout73 .itemleft {
  float: none;
}
.layout73 .itemright {
  float: none;
}
.layout3 {
  margin: 0 0 20px;
  overflow: hidden;
}
/* album----------------------------------------------- */
.album01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.album01 .album-item {
  width: 100%;
}
.album01 figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .album01 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .album01 .album-item {
    width: calc((100% / 2) - 1.5em);
  }
}
/* btn-style----------------------------------------------- */
.post .submit {
  text-align: center !important;
  margin: 30px 0;
}
/* btn-base */
.txt-btn {
  display: inline-block;
  max-width: 90%;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 1em 2em;
  margin: 0 0.5em 1em;
  border-radius: 2em;
}
.txt-btn::before,
.txt-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* btn-style */
.txt-btn {
  background-color: #9baccf;
  border: 1px solid #9baccf;
  color: #fff;
  box-shadow: 0 2px 5px #dadada;
}
.txt-btn:hover {
  background-color: #fff;
  border-color: #9baccf;
  color: #9baccf;
}
.button {
  display: inline-block;
  max-width: 94%;
  min-width: 94%;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  outline: none;
  padding: 1em 0.5em;
  margin: 0 0 1em;
  font-size: 1.3em;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button {
  position: relative;
  background-color: #c8b280;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #d1860d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button:hover {
  top: -3px;
  box-shadow: 0 6px 0 #c8b280;
  color: #fff;
  opacity: 0.8;
}
.button:active {
  top: 3px;
  box-shadow: none;
}
/* other-style----------------------------------------------- */
.MT0 {
  margin-top: 0px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB5 {
  margin-bottom: 5px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MR0 {
  margin-right: 0 !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}
.ML0 {
  margin-left: 0 !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML100 {
  margin-left: 100px !important;
}
.MRL-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.PT0 {
  padding-top: 0px !important;
}
.PT10 {
  padding-top: 10px !important;
}
.PT20 {
  padding-top: 20px !important;
}
.PT30 {
  padding-top: 30px !important;
}
.PB0 {
  padding-bottom: 0px !important;
}
.PB10 {
  padding-bottom: 10px !important;
}
.PB20 {
  padding-bottom: 20px !important;
}
.PB30 {
  padding-bottom: 30px !important;
}
.submit-btn {
  text-align: center;
  margin: 30px 0;
}
.bnr {
  text-align: center;
  margin: 30px 0;
}
hr {
  clear: both;
  background: url("images/common/break.png") no-repeat center center;
  border: medium none;
  height: 15px;
  margin: 40px 0;
  background-size: 240px;
}
hr.hr01 {
  clear: both;
  background: url("images/common/ornament.png") no-repeat center center;
  border: medium none;
  height: 15px;
  margin: 30px 0;
  background-size: 150px;
}
hr.hr02 {
  height: 6px;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgb(221, 221, 221) 5px,
    rgb(221, 221, 221) 7px
  );
  background-size: auto auto;
}
.youtube-wrap,
.map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
  text-align: center;
}
.youtube-wrap iframe,
.map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sp_none {
  display: none;
}
.inlineb {
  display: inline-block;
}
.flowbox {
  padding-bottom: 25px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 50% bottom;
}
.flowbox h4 {
  padding: 0;
  border: none;
}
.flowbox.last {
  background: none;
  padding-bottom: 0;
}
.flowbox .itemleft {
  text-align: center;
  margin-bottom: 1em;
}
/* accordion----------------------------------------------- */
.displayNone {
  display: none;
}
.contentWrap {
  margin: 10px;
}
.acswitch {
  cursor: pointer;
  font-weight: bold;
  padding: 12px 40px 12px 10px;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-color: #c8b280;
  border: 1px solid #c8b280;
  color: #fff;
  border-radius: 30px;
}
.acswitch:after {
  content: ">";
  position: absolute;
  right: 10px;
  top: -100%;
  bottom: -100%;
  margin: auto;
  font-size: 16px;
  height: 16px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: sans-serif;
}
.acswitch.open:after {
  content: "x";
}
/*-----------*\$animation\*-----------*/ /*----- fadeIn -----*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn {
  opacity: 1;
}
/*----- Up slide -----*/
.js-Up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- zoomIn -----*/
.js-zoomIn {
  opacity: 0.5;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}
.zoomIn {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/*----- zoomIn fancy -----*/
.js-zoomIn_fancy {
  opacity: 0.5;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.zoomIn_fancy {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*----- fadeInUp -----*/
.js-fadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- fadeInRight -----*/
.js-fadeInRight {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeInRight {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- fadeInLeft -----*/
.js-fadeInLeft {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeInLeft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* js-fadeIn_delay */
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.js-fadeIn_delay li.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- fadeInLeft -----*/
.btnflash {
  -webkit-animation: move-btnflash 0.5s ease 1 alternate;
  animation: move-btnflash 0.5s ease 1 alternate;
}
@-webkit-keyframes move-btnflash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-btnflash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
/* page-style----------------------------------------------- */ /* feature----------------------------------------------- */
.cardlist {
}
.cardlist li {
  margin: 0 0 20px;
  background: #f8f8f8;
  padding: 10px 2%;
  box-shadow: 0px 1px 3px #dadada;
  -moz-box-shadow: 0px 1px 3px #dadada;
  -webkit-box-shadow: 0px 1px 3px #dadada;
  text-align: center;
}
.cardlist li img {
  margin: 5px auto 10px;
}
.cardlist li p {
  margin: 0 0 5px;
}
.cardlist li span {
  font-size: 0.8em;
}
/* access----------------------------------------------- */
.accessbox {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 50% bottom;
}
.accessbox.last {
  background: none;
}
.accessbox p {
  margin-bottom: 10px;
}
.accessbox p.img {
  text-align: center;
}
.accessbox p img {
}
/* BeforeAfter----------------------------------------------- */
.babox {
  margin-bottom: 20px;
}
.babox p.img {
  text-align: center;
}
.babox .date {
  padding: 10px;
  background: url(images/common/notebg.png) repeat left top;
  box-shadow: 0px 1px 2px #cccccc;
}
.babox .comment {
  clear: both;
  border-bottom: 3px dotted #ccc;
  padding: 5px 10px 15px;
}
/* testimonials----------------------------------------------- */
.testimonial {
  margin: 0 0 20px;
  padding: 15px 15px 5px;
  border: 3px solid #e6e6e6;
  background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
  background-size: 120px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.testimonial .title {
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 20px;
  background: none;
  font-weight: bold;
}
.testimonial .ph {
  display: block;
  margin: 0 auto 20px;
  float: none;
  max-width: 280px;
  text-align: center;
}
.testimonial .name {
  font-weight: bold;
}
.testimonial02 {
  margin: 15px 0px;
  padding: 15px 10px 1px;
  border-left: 5px solid #ef9b9b;
  background: url(images/common/fivestar.png) no-repeat 98% 10px #fbf7f1;
  box-shadow: 0px 1px 2px #cccccc;
}
span.point {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 16px 8px;
  margin-right: 10px;
  margin-bottom: 7px;
  text-shadow: none;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  background: #b29c64;
  color: #fff;
  border-radius: 8px 8px 8px 8px;
}
/* ～768px メディアクエリ開始 */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  table.table01 th,
  table.table01 td {
    display: block;
    width: 100%;
  }
}
/* 768px～ メディアクエリ開始 */
@media screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }
  .pc_none {
    display: none;
  }
  /* typography----------------------------------------------- */
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.2em;
  }
  /* layout-style----------------------------------------------- */
  .layout2 {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .layout2 .item {
    width: 48%;
  }
  .layout2 .item:nth-child(even) {
    margin-left: 2%;
    width: 48%;
  }
  .layout37 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout37 .itemleft {
    float: left;
    width: 30%;
  }
  .layout37 .itemright {
    float: right;
    width: 68%;
  }
  .layout73 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout73 .itemleft {
    float: left;
    width: 70%;
  }
  .layout73 .itemright {
    float: right;
    width: 30%;
  }
  .layout46 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout46 .itemleft {
    float: left;
    width: 40%;
  }
  .layout46 .itemright {
    float: right;
    width: 58%;
  }
  .layout64 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout64 .itemleft {
    float: left;
    width: 60%;
  }
  .layout64 .itemright {
    float: right;
    width: 40%;
  }
  .layout3 {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .layout3 .item {
    width: 31%;
  }
  .layout3 .item:nth-child(even) {
    margin: 0 2%;
  }
  /* testimonials----------------------------------------------- */
  .testimonial {
    margin: 0 0 1.5em;
    padding: 25px 25px 5px;
    background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
    background-size: 130px;
  }
  .testimonial .title {
    font-size: 1.3em;
  }
  .testimonial .ph {
    display: inline;
    margin: 0 0 10px 20px;
    float: right;
    max-width: 250px;
  }
  .flowbox {
    display: flex;
  }
  .flowbox .itemleft {
    width: 30%;
    text-align: left;
    margin-right: 5%;
  }
  .flowbox .itemright {
    width: 65%;
    text-align: left;
  }
}
/* 992px～ メディアクエリ開始 */
@media screen and (min-width: 992px) {
  /* typography----------------------------------------------- */
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.2em;
  }
  /* image-style----------------------------------------------------------- */
  img.alignright {
    margin: 0 0 10px 30px;
  }
  img.alignleft {
    margin: 0 30px 10px 0;
  }
  /* title-box-style----------------------------------------------- */
  .t-box01 {
    clear: both;
    margin: 40px 0px;
  }
  .t-box01 .title {
    padding: 20px 5px 20px 20px;
    font-size: 1.2em;
    border-bottom: none;
  }
  .t-box01 .t-box01In {
    padding: 3%;
  }
  /* 見出し付きボックス（01・共通） */
  .ptitle {
    margin: 30px 20px 0;
    padding: 20px 20px 20px 20px;
  }
  .p-boxIn {
    margin: 0 20px 30px;
    padding: 20px 30px;
  }
  /* 見出し付きボックス02（テキストアイコン付き） */
  .p-box02 .point {
    padding: 7px 20px;
  }
  .p-box02 .ptitle span {
    margin-top: 1px;
  }
  /* 見出し付きボックス03（テキストアイコン付き） */
  .p-box03 .point {
    padding: 7px 20px;
  }
  .p-box03 .ptitle span {
    margin-top: 1px;
  }
  /* 見出し付きボックス04（テキストアイコン付き） */
  .p-box04 .point {
    padding: 7px 20px;
  }
  .p-box04 .ptitle span {
    margin-top: 1px;
  }
  /* list-style pc----------------------------------------------- */ /* dl-style----------------------------------------------- */
  .dl01 dt {
    font-size: 1.1em;
    background-size: 12px;
  }
  .dl02 dt {
    font-size: 1.1em;
  }
  .faq dt {
    padding: 0 0 8px 34px;
    background: url(images/common/icon_faq_q.png) no-repeat 0px 2px;
    background-size: 28px;
    font-size: 1.1em;
  }
  .faq dd {
    padding: 0 0 2px 34px;
    background: url(images/common/icon_faq_a.png) no-repeat 0 0px;
    background-size: 28px;
  }
  .reason1,
  .reason2,
  .reason3,
  .reason4,
  .reason5,
  .reason6,
  .reason7,
  .reason8,
  .reason9,
  .reason10 {
    font-size: 1.5em;
    padding-left: 76px;
  }
}
/* 1024px～ メディアクエリ終了 */
