@charset "UTF-8";
/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
select,
option,
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;
  box-sizing: border-box;
}

body {
  font-feature-settings: "palt";
  color: #333;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
}

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

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

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

i {
  position: relative;
}

.tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.tab_sp_only {
  display: none !important;
}

.ml_auto {
  margin-left: auto;
}

.col_between {
  justify-content: space-between;
}

.col_center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: end;
}

.align_right {
  margin-left: auto;
}

.v_top {
  vertical-align: top;
}

.hr_red {
  border-top: 4px solid #624533;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center;
}

.clear {
  clear: both;
}

.animated {
  opacity: 0;
}

.mb50 {
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

.swiper-container {
  overflow: hidden;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
@media all and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

.item,
a {
  transition: all 0.2s ease-in-out;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -20px;
}
.col_3 > * {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media all and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?doxwa5");
  src: url("../fonts/icomoon.eot?doxwa5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?doxwa5") format("truetype"), url("../fonts/icomoon.woff?doxwa5") format("woff"), url("../fonts/icomoon.svg?doxwa5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e948";
}

.icon-map:before {
  content: "\e94b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-file-pdf:before {
  content: "\eadf";
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: none;
  position: relative;
  top: 8px;
  margin-left: auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 900;
  /* ≡ */
  /* ≡ */
  /*
  i {
  	top: 50%;
  }
  */
}
.toggle span {
  display: inline-block;
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 2px;
  width: 39px;
  background: #624533;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 0%;
}
.toggle:after {
  top: 35%;
}
@media all and (max-width: 768px) {
  .toggle {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .toggle {
    display: block;
  }
}

#open {
  display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、.naviが「right: 0;」になります。 */
#open:checked ~ .navi_main {
  right: 0;
}

/* ≡ > ×アニメーション */
#open:checked + .toggle:before {
  top: 45%;
  transform: rotate(315deg);
  background: #fff;
}

#open:checked + .toggle i {
  width: 0;
}

#open:checked + .toggle:after {
  top: 45%;
  transform: rotate(-315deg);
  background: #fff;
}

/* BG */
.bgclose {
  display: none;
}

/*
#open:checked ~ .bgclose {
	width: 100%;
	height: 100%;
	background: rgba(52, 48, 45, 0.84);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	text-indent: -999999px;
	overflow: hidden;
	cursor: pointer;
}
*/
/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.navi_main {
  margin-left: auto;
  transition: all 0.3s ease;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.navi_main .navi {
  display: flex;
  justify-content: flex-end;
}
.navi_main .navi li {
  margin-left: 50px;
}
.navi_main .navi li:first-child {
  margin-left: 0;
}
.navi_main .navi a {
  font-size: 18px;
  font-size: 1.125rem;
}
.navi_main .navi_logo {
  display: none;
}
.navi_main .sns_navi {
  display: flex;
  justify-content: flex-end;
}
.navi_main .sns_navi li {
  line-height: 1;
  margin-left: 45px;
}
.navi_main .sns_navi li:first-child {
  margin-left: 0;
}
.navi_main .sns_navi a {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}
.navi_main .sns_navi i {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media all and (max-width: 768px) {
  .navi_main {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    font-size: 16px;
    font-size: 1rem;
    background: rgba(52, 48, 45, 0.84);
  }
  .navi_main .navi_logo {
    position: absolute;
    top: 40px;
    left: 30px;
    display: block;
    max-width: 119px;
  }
  .navi_main .navi {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .navi_main .navi li {
    width: 100%;
    margin-left: 30px;
    margin-bottom: 32px;
  }
  .navi_main .navi li:first-child {
    margin-left: 30px;
  }
  .navi_main .navi li a {
    padding: 0 0;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .navi_main .sns_navi {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: auto;
    margin-top: 40px;
  }
  .navi_main .sns_navi li {
    margin-left: 0;
    margin-bottom: 33px;
    text-align: center;
  }
  .navi_main .sns_navi a {
    color: #fff;
  }
}
@media all and (max-width: 768px) {
  .navi_main {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    font-size: 16px;
    font-size: 1rem;
    background: rgba(52, 48, 45, 0.84);
  }
  .navi_main .navi_logo {
    position: absolute;
    top: 40px;
    left: 30px;
    display: block;
    max-width: 119px;
  }
  .navi_main .navi {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .navi_main .navi li {
    width: 100%;
    margin-left: 30px;
    margin-bottom: 32px;
  }
  .navi_main .navi li:first-child {
    margin-left: 30px;
  }
  .navi_main .navi li a {
    padding: 0 0;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .navi_main .sns_navi {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: auto;
    margin-top: 40px;
  }
  .navi_main .sns_navi li {
    margin-left: 0;
    margin-bottom: 33px;
    text-align: center;
  }
  .navi_main .sns_navi a {
    color: #fff;
  }
}

/* -----------------------------------------------------------
パンくずリスト
----------------------------------------------------------- */
.breadcrumb {
  margin-bottom: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb li:first-child {
  margin-right: 15px;
}
.breadcrumb li:first-child:after {
  position: relative;
  top: -2px;
  margin-left: 10px;
  content: "";
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #505050;
  transform: rotate(-45deg);
}
.breadcrumb li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .breadcrumb {
    padding: 5px 0;
  }
}
@media all and (max-width: 768px) {
  .breadcrumb {
    padding: 5px 0;
  }
}

/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.btn_area {
  text-align: center;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  background: #624533;
  min-width: 274px;
  padding: 9px 0;
  text-align: center;
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 768px) {
  .btn {
    min-width: 100%;
  }
}
@media all and (max-width: 768px) {
  .btn {
    min-width: 100%;
  }
}

.btn_bk {
  background: #433934;
}

.btn_pk {
  background: #ffd8d3;
}

.btn_gn {
  background: #1a9a5f;
}

.more_btn {
  position: relative;
  display: block;
  width: 145px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 18px;
  background: #624533;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
.more_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-left-color: #fff;
  transform: translateY(-50%);
}

.view_btn {
  position: relative;
  padding: 10px 27px;
  color: #fff;
  background-color: #624533;
}
.view_btn:before {
  content: ""; /*ボックス作成*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -25px;
  width: calc(100% + 50px);
  background-color: #624533;
  z-index: -1;
  transform: skew(-45deg);
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/*-------------------------------------------------
お問い合せ
-------------------------------------------------*/
.form {
  max-width: 960px;
  margin: 45px auto 0;
}
.form .form_table {
  margin-bottom: 60px;
}
.form .form_table dl {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eddbdb;
}
.form .form_table dl.align_top {
  align-items: flex-start;
}
.form .form_table dt {
  width: 15em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.form .form_table dt em {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 4px;
  background: #624533;
}
.form .form_table dd {
  width: calc(100% - 15em);
}
.form .form_table dd p {
  margin-bottom: 20px;
}
.form .form_table dd em {
  color: #3c3c3c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.form .form_table dd .mr10 {
  margin-right: 10px;
}
.form .form_table dd textarea {
  padding: 1em;
  width: 100%;
  border-radius: 4px;
}
.form .form_table dd textarea + em {
  width: 100%;
}
.form .form_table dd .col label {
  width: 10em;
}
.form .form_table dd .col > span {
  width: calc(100% - 10em);
}
.form .att {
  margin: 1em 0 2em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
.form input,
.form textarea {
  font-size: 16px;
  font-size: 1rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  width: 100%;
  padding: 12px 1em;
  border-radius: 4px;
}
.form .wpcf7-form-control-wrap + .att {
  margin: 0.5em 0 0;
}
.form .btn_area {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
}
.form input[type=submit] {
  min-width: 260px;
  padding: 21px 60px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  border-radius: 8px;
  background: #624533;
  font-weight: bold;
  cursor: pointer;
}
.form input[type=submit].back_btn {
  margin-right: 30px;
  color: #3e3033;
  background: #f4efdf;
}
.form #zip {
  width: 8em;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .form dl,
  .form dl,
  .form dd {
    display: block;
  }
  .form dt {
    padding-bottom: 15px;
  }
  .form dd {
    width: 100%;
  }
  .form .select-wrap {
    margin-bottom: 10px;
  }
  .form .select-wrap:nth-child(n+2) {
    margin-left: 0;
  }
  .form .btn_area {
    flex-direction: column;
  }
  .form .btn_area input[type=submit] {
    margin: 0 0 20px;
  }
  .form .btn_area input[type=submit].back_btn {
    margin: 0 0 20px;
  }
}
@media all and (max-width: 768px) {
  .form dl,
  .form dl,
  .form dd {
    display: block;
  }
  .form dt {
    padding-bottom: 15px;
  }
  .form dd {
    width: 100%;
  }
  .form .select-wrap {
    margin-bottom: 10px;
  }
  .form .select-wrap:nth-child(n+2) {
    margin-left: 0;
  }
  .form .btn_area {
    flex-direction: column;
  }
  .form .btn_area input[type=submit] {
    margin: 0 0 20px;
  }
  .form .btn_area input[type=submit].back_btn {
    margin: 0 0 20px;
  }
}

.policy .text_c {
  margin-bottom: 18px;
}
.policy .scroll {
  height: 240px;
  overflow-y: scroll;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #666666;
  background: #fff;
}
.policy .scroll p {
  margin-bottom: 1em;
}
.policy .scroll dl dt {
  margin-bottom: 0.6em;
}
.policy .scroll dl dd {
  margin-bottom: 2em;
}

.form_confirm .form dd {
  padding: 12px 1em;
  border-radius: 4px;
  background: #efefef;
}
.form_confirm .form dd .confirm {
  display: none;
}
.form_confirm .form dd p {
  margin-bottom: 0;
}
.form_confirm .form .select-wrap {
  border: none;
}
.form_confirm .form .policy_check {
  display: none;
}
.form_confirm .form .conf-mail {
  display: none;
}

.thanks {
  margin: 0 0 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: 0.1em;
}

.wrap {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}
@media all and (max-width: 910px) {
  .wrap {
    width: 96%;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .wrap {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .wrap {
    width: 90%;
  }
}

header,
footer,
section {
  position: relative;
  z-index: 2;
}

.wrap_inner {
  max-width: 760px;
  margin: 0 auto;
}

.navi_open {
  overflow: hidden;
}

.logo {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.logo small {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 90px;
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
.h_style {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2.3214285714;
  letter-spacing: 0.07em;
}
h2 {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.photo {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo:after {
  display: block;
  content: "";
  padding-top: 64.5161290323%;
}

.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.content_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 51%;
  min-height: 231px;
}
.content_img:before {
  display: block;
  content: "";
  min-height: 231px;
}
.content_img:after {
  background: #fff;
}
.content_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.item_card {
  position: relative;
}
.item_card figure {
  text-align: center;
}
@media all and (max-width: 768px) {
  .item_card .photo_img {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  .item_card .photo_img {
    margin-bottom: 15px;
  }
}

.media_box {
  display: flex;
  flex-wrap: wrap;
}

.item_movie figcaption {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  text-align: center;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  color: #624533;
  font-size: 12px;
  font-size: 0.75rem;
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.catch {
  display: none;
}
@media all and (max-width: 768px) {
  .catch {
    display: block;
    padding: 2px 12px;
    font-size: 9px;
    font-size: 0.5625rem;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
}
@media all and (max-width: 768px) {
  .catch {
    display: block;
    padding: 2px 12px;
    font-size: 9px;
    font-size: 0.5625rem;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
}

.header {
  z-index: 999;
  width: 100%;
  background: #fff5ee;
  transition: all 0.55s linear;
}
.header .wrap {
  display: flex;
}
.header .logo {
  line-height: 1;
}
.header .sp_logo {
  display: none;
}
@media all and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    padding: 20px 0 0;
    background: transparent;
  }
  .header .logo small {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    padding: 20px 0 0;
    background: transparent;
  }
  .header .logo small {
    display: none;
  }
}

.index_header {
  position: absolute;
}
.index_header .navi_main {
  margin-top: 25px;
}
@media all and (max-width: 768px) {
  .index_header .navi_main {
    margin-top: 0;
  }
  .index_header .toggle {
    top: 28px;
  }
}
@media all and (max-width: 768px) {
  .index_header .navi_main {
    margin-top: 0;
  }
  .index_header .toggle {
    top: 28px;
  }
}

@media all and (max-width: 768px) {
  .index_header.scroll_head .toggle {
    top: 8px;
  }
}
@media all and (max-width: 768px) {
  .index_header.scroll_head .toggle {
    top: 8px;
  }
}

.page_header {
  position: absolute;
  padding: 22px 0;
  background: #fff;
  box-shadow: 0 2px 3px rgba(80, 77, 77, 0.16);
}
.page_header .navi_main .navi {
  margin-top: 15px;
}
.page_header .sns_navi {
  display: none;
}
@media all and (max-width: 768px) {
  .page_header {
    top: 23px;
    padding: 12px 0 7px;
  }
  .page_header .navi_main .navi {
    margin-top: 0;
  }
  .page_header .sns_navi {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .page_header {
    top: 23px;
    padding: 12px 0 7px;
  }
  .page_header .navi_main .navi {
    margin-top: 0;
  }
  .page_header .sns_navi {
    display: block;
  }
}

.page_header.scroll_head {
  top: 0;
}

.scroll_head {
  position: fixed;
  top: 0;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 2px 3px rgba(80, 77, 77, 0.16);
  animation: DownAnime 0.5s forwards;
}
.scroll_head .navi_main .navi {
  margin-bottom: 0;
}
.scroll_head .sns_navi {
  display: none;
}
@media all and (max-width: 768px) {
  .scroll_head .sp_logo {
    display: block;
  }
  .scroll_head .sns_navi {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .scroll_head .sp_logo {
    display: block;
  }
  .scroll_head .sns_navi {
    display: block;
  }
}

/*　上に上がる動き　*/
.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-200%);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main {
  padding: 70px 0 0;
}

.btn_sec .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 46px;
  margin-left: -42px;
}
.btn_sec .btn_area .btn {
  width: calc(33.333% - 42px);
  min-width: auto;
  margin-left: 42px;
}
@media all and (max-width: 768px) {
  .btn_sec .btn_area {
    margin-bottom: 0;
    margin-left: 0;
  }
  .btn_sec .btn_area .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .btn_sec .text_c {
    text-align: left !important;
  }
}
@media all and (max-width: 768px) {
  .btn_sec .btn_area {
    margin-bottom: 0;
    margin-left: 0;
  }
  .btn_sec .btn_area .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .btn_sec .text_c {
    text-align: left !important;
  }
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
.address {
  padding: 67px 0 33px;
}
.address .wrap {
  max-width: 1000px;
}
.address .col {
  align-items: flex-start;
  margin-bottom: 42px;
}
.address address {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 274px);
}
.address address .photo_img {
  width: 120px;
  margin-top: 60px;
}
.address address .photo_img:before {
  padding-top: 97.5%;
}
.address address .text {
  width: calc(100% - 120px);
  padding-left: 15px;
}
.address address .logo {
  margin-bottom: 21px;
}
.address address dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.address address dl dt {
  width: 64px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  background: #e3e3e3;
}
.address address dl dd {
  width: calc(100% - 64px);
  padding-left: 10px;
}
.address address .tel_dl {
  align-items: flex-end;
  margin-bottom: 0;
}
.address address .tel_dl dt {
  font-size: 32px;
  text-align: right;
  background: none;
}
.address address .tel_dl dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
}
.address address .tel_dl dd b {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1;
}
.address .btn_area {
  width: 274px;
  margin-top: 65px;
}
.address .btn_area .btn {
  margin-bottom: 13px;
}
.address .btn_area p {
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
}
.address .sns_navi {
  display: flex;
  justify-content: center;
}
.address .sns_navi li {
  line-height: 1;
  margin: 0 28px;
}
.address .sns_navi li:first-child {
  margin-left: 0;
}
.address .sns_navi a {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}
.address .sns_navi i {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media all and (max-width: 768px) {
  .address .col {
    margin-bottom: 0;
  }
  .address address {
    width: 100%;
    margin-bottom: 45px;
    flex-direction: column;
  }
  .address address .text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 26px;
  }
  .address address dl {
    display: flex;
    align-items: normal;
    margin-bottom: 18px;
  }
  .address address .tel_dl {
    margin-top: 40px;
  }
  .address address .tel_dl dt {
    width: auto;
  }
  .address address .tel_dl dd {
    width: auto;
  }
  .address address .tel_dl dd b {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .address address .photo_img {
    margin-top: 0;
    width: 100%;
  }
  .address address .photo_img:before {
    padding-top: 55.6547619048%;
  }
  .address .btn_area {
    width: 100%;
    margin-top: 0;
  }
  .address .sns_navi {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .address .col {
    margin-bottom: 0;
  }
  .address address {
    width: 100%;
    margin-bottom: 45px;
    flex-direction: column;
  }
  .address address .text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 26px;
  }
  .address address dl {
    display: flex;
    align-items: normal;
    margin-bottom: 18px;
  }
  .address address .tel_dl {
    margin-top: 40px;
  }
  .address address .tel_dl dt {
    width: auto;
  }
  .address address .tel_dl dd {
    width: auto;
  }
  .address address .tel_dl dd b {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .address address .photo_img {
    margin-top: 0;
    width: 100%;
  }
  .address address .photo_img:before {
    padding-top: 55.6547619048%;
  }
  .address .btn_area {
    width: 100%;
    margin-top: 0;
  }
  .address .sns_navi {
    display: none;
  }
}

footer {
  padding: 20px 0;
  text-align: center;
  background: #624533;
}
footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 768px) {
  footer {
    padding: 5px 0;
  }
}
@media all and (max-width: 768px) {
  footer {
    padding: 5px 0;
  }
}/*# sourceMappingURL=style.css.map */