@charset "UTF-8";
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*  -----※縦中央、横中央は併用不可------  */
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .all-wrapper #flow .flow_list .flow_box, .all-wrapper #top #top-info-a .row, .table-styleA dl {
  zoom: 1;
}
.clearfix:after, .all-wrapper #flow .flow_list .flow_box:after, .all-wrapper #top #top-info-a .row:after, .table-styleA dl:after {
  display: block;
  content: "";
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-weight: 100;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

/*　////////////////////////////////
テキスト
//////////////////////////////////　*/
.text-right {
  text-align: right;
}

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

/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #a0663c;
  color: #fff;
}
::selection {
  background: #a0663c;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #333333;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background-color: #725541;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  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;
}

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.container02 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1080px;
}

@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
  .container02 {
    width: 1080px;
  }
}
.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

.section-info ul.news-list li {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
}
.section-info .title {
  font-size: 1.8rem;
}
.section-info .data {
  font-size: 1.3rem;
  color: #F7931E;
}
.section-info .text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.more-btnA {
  display: inline-block;
  text-align: left;
}
.more-btnA a {
  font-weight: 400;
  padding: 8px 10px;
  margin: 10px 0;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  background-color: #725541;
  position: relative;
  border: solid 1px #725541;
  width: 260px;
  font-family: "Noto Sans JP", sans-serif;
}
.more-btnA .arrow {
  display: inline-block;
  float: right;
  color: #fff;
  margin-left: 20px;
}
.more-btnA a:hover {
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.online-link {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.online-link a {
  position: relative;
  font-weight: 400;
  padding: 20px 40px;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background-image: url("../img/wave_bk.jpg");
  font-size: 2rem;
  font-weight: 100;
  background-size: 100px;
}
.online-link a span {
  color: #a5906b;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  vertical-align: 3px;
  display: block;
}
.online-link a i {
  position: absolute;
  top: 50%;
  right: 1%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .online-link a {
    padding: 30px 70px 30px 40px;
    font-size: 2.4rem;
  }
  .online-link a span {
    display: inline-block;
    margin: 0 0 0 40px;
  }
  .online-link a i {
    top: 50%;
    right: 3%;
  }
}

.more-btnB {
  padding: 0px;
}
.more-btnB a {
  padding: 10px 40px;
  background-color: #725541;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.more-btnB a i {
  color: #fff;
  right: 3%;
  font-size: 1.8rem;
}
.more-btnB a:hover {
  color: #725541;
  border: 3px solid #725541;
  background-color: #fff;
}
.more-btnB a:hover i {
  color: #725541;
}

.more-btnC {
  text-align: center;
}
.more-btnC a {
  color: #a0663c;
}
.more-btnC a i {
  margin-left: 10px;
}

ul.list-styleA li {
  position: relative;
  padding-left: 20px;
}
ul.list-styleA li:before {
  color: #a5906b;
  margin-right: 5px;
  content: "■";
  font-size: 1.6rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.dotted-line {
  border-bottom: 3px dotted #efefef;
}

.under-line {
  border-bottom: 1px solid #efefef;
}

.table-a table {
  width: 100%;
}
.table-a table tbody td, .table-a table tbody th {
  border-collapse: collapse;
}
.table-a table tbody th {
  background-color: #a0663c;
  display: block;
  border-top: 1px solid #725541;
  border-bottom: 1px solid #725541;
  color: #fff;
  font-weight: 400;
  padding: 10px;
}
@media (min-width: 768px) {
  .table-a table tbody th {
    width: 100%;
    display: table-cell;
    width: 30%;
    border-right: 1px solid #725541;
  }
}
.table-a table tbody td {
  vertical-align: top;
  display: block;
  border-top: none;
  padding: 10px;
}
@media (min-width: 768px) {
  .table-a table tbody td {
    padding: 10px 10px 10px 40px;
    display: table-cell;
    border-top: 1px solid #725541;
    border-bottom: 1px solid #725541;
  }
}
.table-a table tr:last-child {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .table-a table tr:last-child {
    border-bottom: name;
  }
}

/*
<div class="table-a"><table>
<tbody>
<tr>
<th></th>
<td></td>
</tr>
</tbody>
</table></div>
*/
.table-styleA {
  margin: 0 auto;
}
@media (min-width: 987px) {
  .table-styleA {
    width: 80%;
    border-bottom: 1px solid #725541;
  }
}
.table-styleA dl, .table-styleA dt, .table-styleA dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl {
  background: #e9efff;
}
.table-styleA dl dt, .table-styleA dl dd {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd {
    border-top: 1px solid #725541;
    font-size: 1.6rem;
  }
}
.table-styleA dl dt {
  width: 100%;
  float: none;
  padding: 5px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: #725541;
}
@media (min-width: 768px) {
  .table-styleA dl dt {
    text-align: left;
    width: 27%;
    float: left;
    padding: 10px 0 0 20px;
  }
}
.table-styleA dl dd {
  background: #fff;
  margin-left: 0;
  padding: 10px 0;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd {
    margin-left: 27%;
    border-left: 1px solid #e7f4ff;
    padding: 10px 0 10px 20px;
  }
}
.table-styleA dl dd:after {
  content: "";
  display: block;
  clear: both;
}

/*
<div class="table-styleA">
<dl>
<dt></dt>
<dd></dd>
</dl>
</div>
*/
/*　////////////////////////////////
form共通
//////////////////////////////////　*/
.form-closed {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .form-closed {
    text-align: center;
  }
}
.form-closed h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #efefef;
}
@media (min-width: 768px) {
  .form-closed h3 {
    font-size: 3.4rem;
  }
}
.form-closed p {
  font-size: 1.6rem;
}
@media (min-width: 987px) {
  .form-closed p {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}

#form .mw_wp_form_complete {
  background-color: #ffb;
  padding: 20px;
  margin-bottom: 40px;
}
#form .form {
  margin-bottom: 60px;
}
#form .form .table-styleA {
  margin-bottom: 50px;
}
#form .form .table-styleA dd.address input {
  margin: 10px 0;
}
#form .form dd {
  vertical-align: middle;
}
#form .form dd input[type=checkbox] {
  width: auto;
}
#form .form dd input[type=radio] {
  width: auto;
}
#form .required-text {
  font-size: 1.2rem;
}
#form .required-text span.required {
  margin: 0 10px 20px 0;
}
#form span.required {
  background-color: #f7931e;
  color: #fff;
  padding: 5px 6px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
#form .table-styleA dd {
  padding: 10px 10px 10px 20px;
}
#form .table-styleA span.required {
  margin-left: 10px;
}
#form .table-styleA input, #form .table-styleA textarea {
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.6;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
#form .table-styleA ::-webkit-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-moz-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA :-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
#form .privacy dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}
#form .privacy dl dd {
  margin-bottom: 30px;
}
#form .form-button {
  text-align: center;
  margin: 30px 0 0 0;
}
#form .form-button input[type=submit] {
  background-color: #efefef;
  color: #fff;
  border-radius: 0px;
  padding: 10px 50px;
  font-size: 24px;
  border: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#form .form-button input[type=submit]:hover {
  background-color: #725541;
  border-radius: 100px;
}
#form .tel {
  font-size: 2.2rem;
}
@media (min-width: 1220px) {
  #form .tel {
    font-size: 3rem;
  }
}
#form .tel img {
  width: 36px;
  margin-right: 10px;
}
@media (min-width: 1220px) {
  #form .tel img {
    width: 43px;
  }
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

body {
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
  font-weight: bold;
}

.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////　*/
  color: #333333;
  /*------------------------
  ページナビ
  -------------------------*/
  /*-------- テーブルスタイル ----------*/
  /*-------- お問い合わせページ　フォーム調整 ----------*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  header
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  footer
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  store
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*--  /store  --*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  flow
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  contact
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  news
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  entry-content
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  予約リンクなど
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper p {
  font-family: "ヒラギノUD角ゴ Std", "Hiragino UD Kaku Gothic Std", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, serif;
  font-weight: 400;
  line-height: 3rem;
}
.all-wrapper h2 {
  border: none;
  margin-bottom: 40px;
  font-weight: bold;
  max-width: 100%;
}
.all-wrapper h4 {
  border-bottom: 1px solid #725541;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.all-wrapper #section-tel {
  margin-bottom: 50px;
}
.all-wrapper .h-style-a {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #a0663c;
  border-left: 10px solid #725541;
  padding: 5px 0 5px 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .all-wrapper .h-style-a {
    font-size: 1.8rem;
  }
}
.all-wrapper .midashi {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .all-wrapper .row {
    margin-bottom: -30px;
  }
  .all-wrapper .row div {
    margin-bottom: 30px;
  }
}
.all-wrapper .btnA a {
  width: 300px;
  border-radius: 5px;
  background-color: #725541;
  border-color: #725541;
  margin: 40px 0 20px;
}
@media (max-width: 768px) {
  .all-wrapper .btnA a {
    width: 270px;
  }
}
.all-wrapper .btnA a .thinright {
  position: relative;
}
.all-wrapper .btnA a .thinright::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 20px;
  width: 30px;
  height: 1px;
  background: #fff;
}
.all-wrapper .btnA a .thinright::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 42px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.all-wrapper .btnA a:hover .thinright::before {
  background: #a0663c;
}
.all-wrapper .btnA a:hover .thinright::after {
  border-color: transparent transparent #a0663c #a0663c;
}
.all-wrapper .btnA a:hover {
  color: #a0663c;
  opacity: 0.9;
}
.all-wrapper .btn-left {
  text-align: left;
}
.all-wrapper .btn-left a {
  margin: 15px 0 0;
  text-align: center;
}
.all-wrapper .tel-contact {
  text-align: center;
}
.all-wrapper .tel-contact p {
  margin: 50px 0 10px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #000;
}
.all-wrapper .tel-contact .tel-btn {
  display: block;
  margin: 30px 15px 20px;
}
.all-wrapper .tel-contact .tel-btn a {
  padding: 10px 20px;
  margin: 10px 0;
  border: 3px solid #725541;
  border-radius: 30px;
  font-size: 1.8rem;
}
.all-wrapper .tel-contact .tel-btn a:hover {
  border-radius: 0;
  background-color: #725541;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.all-wrapper .tel-contact .tel-btn a img {
  display: inline-block;
  max-height: 20px;
  width: auto;
  margin: 0 10px 5px 0;
}
.all-wrapper .tel-contact .btnA {
  display: inline-block;
  margin: 0 15px;
}
.all-wrapper a.tap-tel {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #725541;
}
.all-wrapper .sp-tel {
  text-align: center;
  margin: 10px 0;
}
.all-wrapper .table-base table tbody tr th {
  width: 50%;
  text-align: left;
  background-color: #efefef;
}
@media (max-width: 768px) {
  .all-wrapper .table-base table tbody tr td,
  .all-wrapper .table-base table tbody tr th {
    width: 100%;
    text-align: center;
  }
}
.all-wrapper .pagenavi {
  margin: 30px auto;
}
.all-wrapper .pagenavi .wp-pagenavi a {
  color: #a0663c;
  border-color: #a0663c;
}
.all-wrapper .pagenavi .wp-pagenavi .current {
  padding: 8px 12px;
  color: #fff;
}
.all-wrapper .table-style .t-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wrapper .table-style .t-wrap:first-child {
  border-top: 1px solid #aaa;
}
.all-wrapper .table-style .t-wrap dt, .all-wrapper .table-style .t-wrap dd {
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}
.all-wrapper .table-style .t-wrap dt {
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .all-wrapper .table-style .t-wrap dt {
    width: 26%;
    border-right: none;
  }
  .all-wrapper .table-style .t-wrap dd {
    width: -webkit-calc(100% - $dt-width);
    width: 74%;
  }
}
.all-wrapper .contact-wrap .table-style .t-wrap input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #999999;
  font-size: 1.6rem;
}
.all-wrapper .contact-wrap .table-style .t-wrap textarea {
  resize: vertical;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 1px solid #999999;
  font-size: 1.6rem;
}
.all-wrapper .contact-wrap .table-style .t-wrap dt {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.all-wrapper .contact-wrap .table-style .t-wrap dt span {
  color: red;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .all-wrapper .contact-wrap .table-style .t-wrap dd.input-tel {
    text-align: center;
  }
}
.all-wrapper .contact-wrap .table-style .t-wrap dd.input-tel input {
  width: 25%;
}
.all-wrapper .contact-wrap .table-style .t-wrap dd.select .mwform-radio-field {
  display: inline-block;
  margin-right: 40px;
}
.all-wrapper .contact-wrap .table-style .t-wrap dd.select .horizontal-item {
  margin-left: 0;
}
.all-wrapper .contact-wrap .table-style .t-wrap dd.select input {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  background-color: #f2f2f2;
}
.all-wrapper .contact-wrap h4 {
  text-align: center;
  margin: 50px 0 10px;
  border-bottom: none;
}
.all-wrapper .contact-wrap .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
.all-wrapper .contact-wrap .privacy dl dt {
  font-size: 1.6rem;
  text-align: left;
}
.all-wrapper .contact-wrap .privacy dl dd {
  font-size: 1.4rem;
  padding: 5px 0 20px;
}
.all-wrapper .contact-wrap p.kojin {
  text-align: center;
  margin: 10px 0;
}
.all-wrapper .contact-wrap .btnA input[type=submit] {
  display: inline-block;
  padding: 10px 40px;
  margin: 20px 0;
  border: 3px solid #725541;
  background-color: #725541;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .all-wrapper .contact-wrap .btnA input[type=submit] {
    font-size: 1.6rem;
  }
}
.all-wrapper .contact-wrap .btnA input[type=submit]:hover {
  color: #725541;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.all-wrapper header.header {
  border-color: #a5906b;
  /*
      .tel-right {
        text-align: right;
        margin-bottom: -15px;
      }

      .inner {
        margin-bottom: 5px;
        @media (max-width: $screen-md-min) {
          margin-bottom: 20px;
        }

        .head-logo {
          display: inline-block;
          float: left;
          margin-top: 35px;
          @media (max-width: $screen-sm-min) {
            float: initial;
          }
          @media (max-width: $screen-md-min) {
            margin-top: 0;
          }

          .site-name {
            a {
              text-align: left;
              font-family: $font_hiramin;
              font-weight: bold;
              font-size: 3.1rem;

              span {
                font-size: 2.1rem;
                margin-right: 5px;
              }
            }
          }
        }

        .header-menu {
          display: inline-block;
          float: right;

          .tap-tel {
            font-size: 3.1rem;
            @media (max-width: $screen-md-min) {
              display: none;
            }
          }

          .sp-nav {
            @media (max-width: $screen-md-min) {
              display: inline;
            }
          }

          .pc-nav {
            @media (max-width: $screen-md-min) {
              display: none;
            }

            ul {
              li {
                a {
                  padding: 10px 15px;
                  border-bottom: 1px solid #fff;
                  @media (max-width: $screen-lg-min) {
                    font-size: 1.4rem;
                  }
                  @media (max-width: $screen-md-min) {
                    padding: 10px 7px;
                  }

                  &:hover {
                    background-color: #fff;
                    color: $c1;
                    border-bottom: 1px solid $c1;
                    transition: all 0.6s;
                  }
                }
              }
            }
          }
        }
      }
  */
}
.all-wrapper header.header h1 {
  background-color: #725541;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .all-wrapper header.header h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .all-wrapper header.header h1 {
    padding: 7px 0;
  }
}
.all-wrapper header.header .inner {
  margin: 20px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .all-wrapper header.header .inner {
    text-align: left;
    margin: 20px auto 0;
  }
}
.all-wrapper header.header .inner .head-logo .site-name a, .all-wrapper header.header .inner .head-logo .site-name img {
  display: inline-block;
  vertical-align: middle;
}
.all-wrapper header.header .inner .head-logo .site-name img {
  max-width: 55px;
  height: auto;
  margin-right: 10px;
}
.all-wrapper header.header .inner .head-logo .site-name a {
  font-weight: bold;
  font-size: 2.8rem;
}
.all-wrapper header.header .inner .header-tel {
  text-align: center;
}
@media (min-width: 768px) {
  .all-wrapper header.header .inner .header-tel {
    text-align: right;
  }
}
.all-wrapper header.header .inner .header-menu {
  text-align: center;
}
.all-wrapper header.header .main-visual-top {
  border-color: #a5906b;
  border-bottom: none;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(254, 239, 206)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(254, 239, 206) 100%);
}
@media (max-width: 987px) {
  .all-wrapper header.header .main-visual-top .container {
    padding: 0;
  }
}
.all-wrapper header.header .main-visual-top img {
  width: 100%;
}
.all-wrapper .kasou-head {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(254, 239, 206)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(254, 239, 206) 100%);
}
.all-wrapper .kasou-head h2.kasou-title {
  text-align: left;
  max-width: initial;
  margin: 30px 0;
  font-size: 3rem;
  padding: 0;
}
.all-wrapper .breadcrumb-wrap {
  margin: 0;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a,
.all-wrapper .breadcrumb-wrap .breadcrumb li span {
  font-weight: bold;
}
.all-wrapper .foot-menu {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 987px) {
  .all-wrapper .foot-menu {
    display: none;
  }
}
.all-wrapper .foot-menu ul li {
  display: inline-block;
}
.all-wrapper .foot-menu ul li a {
  padding: 0 20px;
}
.all-wrapper footer.footer {
  background-color: #f2f2f2;
  border-top: 2px solid #a0663c;
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
}
.all-wrapper footer.footer .inner {
  padding-bottom: 60px;
}
.all-wrapper footer.footer .inner .btnA {
  display: inline-block;
}
.all-wrapper footer.footer .inner .btnA a {
  margin-bottom: 0;
}
.all-wrapper footer.footer .inner #insta a .thinright::before {
  left: 8px;
}
.all-wrapper footer.footer .inner #insta a .thinright::after {
  left: 30px;
}
.all-wrapper footer.footer .inner .footer-tel {
  text-align: center;
}
.all-wrapper footer.footer .inner .footer-tel .tap-tel {
  margin-bottom: 10px;
}
.all-wrapper footer.footer .inner .footer-tel p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.all-wrapper footer.footer p {
  font-size: 2rem;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
  font-weight: bold;
  line-height: 2;
}
.all-wrapper footer.footer .foot-title img {
  max-width: 90px;
  height: auto;
  margin-bottom: 20px;
}
.all-wrapper footer.footer .foot-title p {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.all-wrapper footer.footer .copyright {
  margin-top: 20px;
  padding: 10px 0;
  background: #725541;
}
.all-wrapper footer.footer .copyright p {
  font-size: 1.4rem;
  background: #725541;
  border: none;
}
.all-wrapper #top h2 {
  position: relative;
}
.all-wrapper #top h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 190px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  /*位置調整*/
  background-color: #333333;
}
.all-wrapper #top h3 {
  border: none;
  line-height: 1.8;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.all-wrapper #top p span {
  color: #d65a24;
}
.all-wrapper #top .open {
  text-align: center;
  margin-top: 30px;
}
.all-wrapper #top .open p {
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
  font-size: 2.7rem;
  font-weight: bold;
  color: #a0663c;
  line-height: 1.6;
}
.all-wrapper #top #top-info-a {
  border: none;
  padding: 0;
}
.all-wrapper #top #top-info-a .inner p {
  text-align: center;
}
.all-wrapper #top #top-info-a .row {
  margin-bottom: 10px;
}
.all-wrapper #top #top-info-a .row div {
  margin-bottom: 20px;
}
.all-wrapper #top #top-info-a .row div .thumbnail-wap {
  margin-bottom: 0;
}
.all-wrapper #top #top-info-a .row div .thumbnail-wap .thumbnail {
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.all-wrapper #top #top-info-a .row div .thumbnail-wap .thumbnail span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
.all-wrapper #top #top-info-a .row div .txt-area {
  margin-top: 10px;
}
.all-wrapper #top #top-info-a .row div span.ymd {
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
  font-weight: bold;
  font-size: 1.3rem;
}
.all-wrapper #top #top-info-a .row div .news-title {
  text-align: left;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.all-wrapper #top #top-info-a .btnA a {
  margin: 0;
}
.all-wrapper #top .sp-tel {
  text-align: center;
}
.all-wrapper #top .sp-tel a.top-tel {
  float: initial;
  display: none;
}
@media (max-width: 768px) {
  .all-wrapper #top .sp-tel a.top-tel {
    display: inline-block;
    margin-top: 30px;
  }
}
.all-wrapper #top .section02 .row {
  margin-bottom: 0;
}
.all-wrapper #top .section02 .subtxt {
  margin-top: 30px;
  text-align: center;
  padding: 30px 15px;
  background-color: #e6efe6;
}
@media (max-width: 768px) {
  .all-wrapper #top .section02 .subtxt {
    text-align: left;
  }
}
.all-wrapper #top .section02 .subtxt p {
  margin-bottom: 0;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
  font-weight: bold;
  line-height: 2;
}
.all-wrapper #top .faq h2 {
  background-color: #725541;
  color: #fff;
  padding: 20px;
}
.all-wrapper #top .faq h2:after {
  content: none;
}
.all-wrapper #top .faq .box {
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 2px solid #3f6d56;
}
.all-wrapper #top .faq .box h3,
.all-wrapper #top .faq .box h4 {
  padding: 0;
  margin-bottom: 15px;
}
.all-wrapper #top .faq .box h3 {
  font-size: 2.4rem;
}
.all-wrapper #top .faq .box h4 {
  font-size: 1.8rem;
  border: none;
  line-height: 1.8;
}
.all-wrapper #top .faq .box p {
  text-align: left;
}
@media (max-width: 768px) {
  .all-wrapper #top .faq .box h3 {
    font-size: 2.1rem;
  }
  .all-wrapper #top .faq .box h4 {
    font-size: 1.7rem;
    text-align: left;
  }
}
.all-wrapper #top .faq .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .all-wrapper #top .faq .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.all-wrapper #top .faq .row div {
  text-align: left;
}
.all-wrapper #top .faq .row div img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.all-wrapper #top .faq .row #left {
  padding-left: 0;
}
@media (max-width: 768px) {
  .all-wrapper #top .faq .row #left {
    padding-left: 15px;
  }
}
.all-wrapper #top .faq .row #right {
  padding-right: 0;
}
@media (max-width: 768px) {
  .all-wrapper #top .faq .row #right {
    padding-right: 15px;
  }
}
.all-wrapper #top .greeting p.right {
  margin-top: 10px;
}
.all-wrapper #top .greeting p.daihyo {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
}
.all-wrapper #top .greeting .row .daihyo-img img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.all-wrapper #store .greeting p.right {
  margin-top: 10px;
}
.all-wrapper #store .greeting p.daihyo {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  font-family: "ヒラギノ明朝 Pro", "HiraMinPro", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "yu-mincho-pr6", serif;
}
.all-wrapper #store .greeting .row .daihyo-img img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.all-wrapper #store .store_info .img-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
.all-wrapper #flow .flow_list .flow_box {
  margin-bottom: 30px;
}
.all-wrapper #flow .flow_list .num {
  width: 30px;
  float: left;
  background: #725541;
  padding: 4px 5px;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.all-wrapper #flow .flow_list dd {
  margin-left: 40px;
}
.all-wrapper #flow .flow_list dd .important {
  font-weight: bold;
  color: #725541;
  border-bottom: 1px solid #725541;
  padding-bottom: 5px;
  line-height: 1.8;
}
.all-wrapper #flow .flow_list .flow_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wrapper #flow .flow_list .flow_flex .txt_area {
  margin-bottom: 20px;
}
.all-wrapper #flow .flow_list .flow_flex .img_area img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.all-wrapper #flow .flow_list .inbody {
  margin-top: 15px;
  max-width: 240px;
  width: 100%;
  height: auto;
  display: block;
}
.all-wrapper #flow .consult_flow .btnA, .all-wrapper #flow .diet_flow .btnA {
  text-align: left;
}
.all-wrapper #flow .consult_flow .btnA a, .all-wrapper #flow .diet_flow .btnA a {
  text-align: center;
  margin: 20px 0 0;
}
.all-wrapper #flow .diet_flow .flow_list .num {
  background: #3f6d56;
}
@media (min-width: 768px) {
  .all-wrapper #flow .flow_list .flow_box {
    margin-bottom: 40px;
  }
  .all-wrapper #flow .flow_list .flow_flex .txt_area {
    width: 66%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .all-wrapper #flow .flow_list .flow_flex .img_area {
    width: 30%;
  }
}
.all-wrapper #contact .tel-area {
  background-color: #fbf0f0;
  padding: 20px;
}
.all-wrapper #contact .tel-area a {
  color: #725541;
  font-size: 3rem;
}
.all-wrapper #contact .tel-contact {
  margin-bottom: 60px;
}
.all-wrapper #contact .tel-contact p {
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .all-wrapper #contact .tel-contact p {
    text-align: left;
  }
}
.all-wrapper #contact .tel-contact p span#blue {
  font-size: 2rem;
  color: #725541;
}
.all-wrapper #contact .tel-contact p span {
  font-size: 1.8rem;
  font-weight: bold;
}
.all-wrapper #contact .tel-contact .tel-btn {
  margin-top: 20px;
}
.all-wrapper #contact p.hissu {
  padding: 15px 0 5px;
}
.all-wrapper #contact .table-styleA {
  margin-bottom: 80px;
}
.all-wrapper #contact .table-styleA dl dd.kubun input {
  width: initial;
}
.all-wrapper #contact h4 {
  color: #000;
  font-size: 2.4rem;
  border: none;
  margin-bottom: 30px;
}
.all-wrapper #contact span.mwform-checkbox-field-text {
  font-weight: bold;
}
.all-wrapper #contact .tel-area {
  text-align: center;
  margin-bottom: 30px;
}
.all-wrapper #contact .tel-area p {
  margin-bottom: 10px;
}
.all-wrapper #contact .tel-area a {
  font-size: 2.2rem;
  color: #a0663c;
  font-weight: bold;
  pointer-events: none;
}
@media (max-width: 768px) {
  .all-wrapper #contact .tel-area a {
    font-size: 2.5rem;
    pointer-events: initial;
  }
}
.all-wrapper #contact .table-styleA dl dd input {
  width: 100%;
}
@media (max-width: 768px) {
  .all-wrapper #contact .table-styleA dl dd.input-tel {
    text-align: center;
  }
}
.all-wrapper #contact .table-styleA dl dd.input-tel input {
  width: 20%;
}
.all-wrapper #primary ul.post-categories li a {
  background-color: #725541;
}
.all-wrapper #secondary .sidebar h2.widget-title {
  background-color: #725541;
  color: #fff;
}
.all-wrapper #secondary .sidebar .widget_search input.search-submit {
  background-color: #a0663c;
}
.all-wrapper #secondary .sidebar .calendar_wrap .wp-calendar-table td a {
  background-color: #a0663c;
}
.all-wrapper #secondary .sidebar .calendar_wrap .wp-calendar-table td#today {
  background-color: #a5906b;
}
.all-wrapper #primary {
  margin-bottom: 60px;
}
.all-wrapper #primary .main .entry-content h1, .all-wrapper #primary .main .entry-content h2, .all-wrapper #primary .main .entry-content h3, .all-wrapper #primary .main .entry-content h4, .all-wrapper #primary .main .entry-content h5 {
  text-align: left;
  border: none;
  margin-bottom: 15px;
  font-weight: bold;
}
.all-wrapper #primary .main .entry-content h1 {
  font-size: 3rem;
}
.all-wrapper #primary .main .entry-content h2 {
  font-size: 2.6rem;
}
.all-wrapper #primary .main .entry-content h3 {
  font-size: 2.2rem;
}
.all-wrapper #primary .main .entry-content h4 {
  font-size: 1.8rem;
}
.all-wrapper #primary .main .entry-content h5 {
  font-size: 1.6rem;
}
.all-wrapper #primary .main .entry-content ul, .all-wrapper #primary .main .entry-content ol {
  margin: 20px 0;
}
.all-wrapper #primary .main .entry-content ul li {
  list-style: disc;
  margin-left: 25px;
}
.all-wrapper #primary .main .entry-content ol li {
  margin-left: 25px;
}
.all-wrapper #primary .main .entry-content img {
  margin: 20px 0;
}
.all-wrapper #primary .main .nav-links .nav-next a, .all-wrapper #primary .main .nav-links .nav-previous a {
  font-weight: bold;
}
.all-wrapper .contact_link {
  padding: 30px 15px;
  background: #f4f1e4;
  text-align: center;
}
.all-wrapper .contact_link p {
  font-family: "Times New Roman", "游明朝 W6", "Yu Mincho W6", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "yu-mincho-pr6", serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.all-wrapper .contact_link .tel-btn {
  margin: 15px 0;
}
.all-wrapper .contact_link .tel-btn a {
  color: #a6272d;
  font-size: 2.2rem;
  font-weight: bold;
}
.all-wrapper .contact_link .btnA a {
  margin: 0;
}
@media (min-width: 768px) {
  .all-wrapper .contact_link {
    padding: 40px 15px;
  }
  .all-wrapper .contact_link p {
    font-size: 1.8rem;
  }
  .all-wrapper .contact_link .tel-btn a {
    font-size: 2.8rem;
  }
}