@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*color*/
/*font*/
/*mediaquery-1*/
.cf {
  zoom: 1; }
  .cf:after {
    display: block;
    content: "";
    clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*
	include style
===================================================*/
.ellipsis {
  width: 100%; }

/*
	general style
===================================================*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  position: relative;
  height: 100%; }

body {
  background: #ecc495;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px;
      font-size: 1.3rem; } }

a {
  background-color: transparent;
  transition: .2s; }
  a:hover {
    color: #000;
    opacity: 0.7; }

img {
  vertical-align: bottom; }

/*リンクボタン*/
.linkBtn,
a.linkBtn,
button.linkBtn {
  /*リンクボタン共通*/
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  margin: 5% auto;
  padding: 1.2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  transition: .3s;
  /*基本ボタン*/ }
  .linkBtn:hover,
  a.linkBtn:hover,
  button.linkBtn:hover {
    box-shadow: 0px 12px 24px rgba(32, 69, 45, 0.38);
    transform: translateY(-4px);
    opacity: 1; }
  .linkBtn.linkBtn--def,
  a.linkBtn.linkBtn--def,
  button.linkBtn.linkBtn--def {
    border-radius: 12px;
    background: #c23f26;
    border: 1px solid #fff; }
    .linkBtn.linkBtn--def:hover,
    a.linkBtn.linkBtn--def:hover,
    button.linkBtn.linkBtn--def:hover {
      color: #fff;
      background: #c23f26;
      border: 1px solid #c23f26; }
    .linkBtn.linkBtn--def span::before,
    a.linkBtn.linkBtn--def span::before,
    button.linkBtn.linkBtn--def span::before {
      content: '';
      display: inline-block;
      width: 1.8em;
      height: 1.8em;
      background-image: url("../img/arrow_rt_wh.svg");
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-right: .5em; }

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

.vertical {
  -ms-writing-mode: tb-rl;
  /*IE*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

@media screen and (max-width: 768px) {
  .pcblock {
    display: none; } }

.mdblock {
  display: none; }
  @media screen and (max-width: 768px) {
    .mdblock {
      display: block; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

#wraper {
  overflow: hidden; }

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 7vw; }
  @media screen and (max-width: 640px) {
    .inner {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

.single_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 7vw; }
  @media screen and (max-width: 640px) {
    .single_inner {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

.list_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 7vw; }
  @media screen and (max-width: 640px) {
    .list_inner {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.red {
  color: red; }

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

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

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% auto 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #c23f26;
  border: 1px solid #c23f26;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #c23f26;
  border-color: #c23f26; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #c23f26;
  border-color: #fff;
  font-weight: bold; }

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center; }
  .page_navigation nav {
    margin: 50px auto;
    padding: 30px 0;
    border-top: solid #c23f26 1px; }
  .page_navigation .nav-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_navigation .nav-links .nav-previous, .page_navigation .nav-links .nav-next {
      width: 40%;
      text-align: left; }
      .page_navigation .nav-links .nav-previous span, .page_navigation .nav-links .nav-next span {
        display: inline-block;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
    .page_navigation .nav-links a {
      text-decoration: none;
      font-size: 1.6rem;
      color: #c23f26;
      line-height: 1;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .page_navigation .nav-links a {
          font-size: 1.3rem; } }
      .page_navigation .nav-links a i {
        font-size: 2rem;
        color: #c23f26; }
        @media screen and (max-width: 768px) {
          .page_navigation .nav-links a i {
            font-size: 1.3rem; } }
  .page_navigation .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/*********************************

loading

*********************************/
/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #c23f26;
  z-index: 9999; }
  .loading .loading-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
.loader {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 15px solid;
  border-radius: 50%;
  border-top-color: rgba(44,44,44,0);
  border-right-color: rgba(55,55,55,0);
  border-bottom-color: rgba(66,66,66,0);
  border-left-color: rgba(33,33,33,0);
  animation: loadEr 3s infinite;
}

@keyframes loadEr {
  0% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
    
  }
  10.4% {
    border-top-color: rgba(44,44,44,0.5);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
  20.8% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
31.2% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0.5);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
41.6% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  transform: rotate(40deg);
}
52% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0.5);
    border-left-color: rgba(33,33,33,0);
}
62.4% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
72.8% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0.5);
}
}

.loaderbefore {
  width: 50px;
  height:50px;
  border: 15px solid #ddd;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: 9;
}

.circular {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
  border: 20px solid;
  border-radius: 50%;
  border-top-color: #333;
  border-left-color: #fff;
  border-bottom-color: #333;
  border-right-color: #fff;
  opacity: 0.2;
  animation: poof 5s infinite;
}
@keyframes poof {
  0% {transform: scale(1,1) rotate(0deg); opacity: 0.2;}
  50% {transform: scale(4,4) rotate(360deg); opacity: 0;}
}
.another {
  opacity: 0.1;
  transform: rotate(90deg);
  animation: poofity 5s infinite;
  animation-delay: 1s;
}
@keyframes poofity {
  0% {transform: scale(1,1) rotate(90deg); opacity: 0.1;}
  50% {transform: scale(4,4) rotate(-360deg); opacity: 0;}
}*/
/*.text {
  position: absolute;
  top: 95px;
  left: 8px;
  font-family: Arial;
  text-transform: uppercase;
  color: #888;
  animation: opaa 10s infinite;
}
@keyframes opaa {
  0% {opacity: 1;}
10% {opacity: 0.5}
15% {opacity: 1;}
30% {opacity: 1;}
65% {opacity: 0.3;}
90% {opacity: 0.8;}
}*/
/*********************************

HEADER

*********************************/
.header {
  position: fixed;
  width: 100%;
  z-index: 100; }
  .header .header__ttl {
    position: absolute;
    left: 20px;
    top: 20px; }
    .header .header__ttl .site_id {
      width: 60px; }
      @media screen and (max-width: 768px) {
        .header .header__ttl .site_id {
          width: 50px; } }
      .header .header__ttl .site_id img {
        width: 100%;
        height: auto; }

.sub_header {
  background: #c23f26; }
  .sub_header .header__ttl {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 10%;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .sub_header .header__ttl {
        top: 3%; } }
    .sub_header .header__ttl .site_id {
      width: 100px; }
      @media screen and (max-width: 768px) {
        .sub_header .header__ttl .site_id {
          width: 50px; } }
      .sub_header .header__ttl .site_id img {
        width: 100%;
        height: auto; }

/*.sns-link{
	position: fixed;
	right: 7vw;
	top: 15px;
	z-index: 10;
	@include mq(md) {
		right: 50px;
	}
	ul{
		li{
			list-style-type: none;
			float: left;
			margin: 0 .5em;
			a{
				color: #fff;
				i{
					font-size: 2.4rem;
				}
			}
		}
	}
}*/
.contact-link {
  position: fixed;
  z-index: 100;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px; }
  .contact-link a {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #c23f26;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 2.4rem;
    text-decoration: none;
    color: #ecc495;
    border: 1px solid #ecc495; }

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .gmap {
      padding-bottom: 56.25%; } }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.circle_width {
  width: 100%;
  border-radius: 50%;
  background: #c23f26;
  border-radius: 0 0 50% 50%; }

.circle_height {
  position: relative;
  padding-top: 100%;
  height: 0; }

/*********************************

top_page

*********************************/
#top_page {
  /*top-intro*/
  /**/ }
  #top_page img {
    width: 100%;
    height: auto; }
  #top_page .top_page__ttl {
    text-align: center;
    font-size: 3.6rem;
    color: #000;
    margin: auto;
    letter-spacing: .3em; }
    @media screen and (max-width: 768px) {
      #top_page .top_page__ttl {
        font-size: 2.4rem; } }
    #top_page .top_page__ttl .en {
      display: inline-block;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: .1em;
      margin-top: 1em;
      font-size: .5em;
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb; }
      @media screen and (max-width: 768px) {
        #top_page .top_page__ttl .en {
          display: block;
          margin: 10px auto 20px; } }
  #top_page .top-intro {
    position: relative;
    background: url("../img/bg_item01.png") no-repeat top center;
    background-size: 100%;
    padding-bottom: 40%; }
    #top_page .top-intro .circle_height {
      margin-top: -50%; }
    #top_page .top-intro .top-intro__txt {
      color: #ecc495;
      text-align: center;
      line-height: 2em;
      letter-spacing: .1em;
      font-size: 2.4rem;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        #top_page .top-intro .top-intro__txt {
          font-size: 1.4rem;
          line-height: 1.75em; } }
  #top_page .feature {
    padding: 5% 0; }
    #top_page .feature .feature__box {
      margin-bottom: 30px; }
      #top_page .feature .feature__box img {
        width: 100%;
        height: auto;
        /*必須*/
        aspect-ratio: 4 / 3;
        object-fit: cover; }
      @media screen and (max-width: 768px) {
        #top_page .feature .feature__box .feature__txt {
          padding: 5%;
          line-height: 1.75em; } }
      #top_page .feature .feature__box .feature__txt h2 {
        font-size: 3rem;
        margin-bottom: .5em; }
        @media screen and (max-width: 768px) {
          #top_page .feature .feature__box .feature__txt h2 {
            font-size: 2rem; } }
      #top_page .feature .feature__box .feature__txt h3 {
        color: #c23f26; }
    #top_page .feature .col2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 5% 0; }
      #top_page .feature .col2 .lt, #top_page .feature .col2 .rt {
        width: calc(100% / 2); }
        @media screen and (max-width: 768px) {
          #top_page .feature .col2 .lt, #top_page .feature .col2 .rt {
            width: calc(100%); } }
      #top_page .feature .col2 .lt {
        padding-right: 30px; }
      @media screen and (max-width: 768px) {
        #top_page .feature .col2.column-reverse {
          flex-direction: column-reverse; } }

/*swiper-container_zoom*/
/*トップスライド_zoom*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.swiper-container_zoom {
  position: relative; }

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .swiper-slide {
      padding: 0 15%; } }

.slide-img {
  background-size: cover;
  background-position: center center;
  height: 70vh; }

/*トップスライド*/
.mv {
  position: relative;
  height: 100vh;
  background: #c23f26; }
  .mv img {
    width: 100%;
    height: auto; }
  .mv .mv-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .mv .mv-copy {
        width: 30%; } }

.top-news {
  position: relative; }
  .top-news .swiper-button-next, .top-news .swiper-button-prev {
    color: #fff; }
  .top-news .inner {
    overflow: hidden;
    position: relative;
    padding-bottom: 30%; }
  .top-news .circle_width {
    width: 100%;
    border-radius: 50%;
    background: #c23f26;
    border-radius: 50%;
    position: absolute;
    top: 3%;
    left: 0; }
  .top-news .circle_height {
    padding-top: 100%;
    height: 0; }
  .top-news .top_page__ttl .en {
    color: #ecc495; }
  @media screen and (max-width: 768px) {
    .top-news .top_page__ttl.vertical {
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb; } }
  .top-news .news_list {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translate(-50%, 0); }
  .top-news .top-news__list {
    margin-top: 20%; }
    @media screen and (max-width: 768px) {
      .top-news .top-news__list {
        margin-top: 10%; } }
    .top-news .top-news__list a {
      display: block;
      text-decoration: none; }
      .top-news .top-news__list a .thumb {
        border-radius: 24px;
        overflow: hidden; }
        .top-news .top-news__list a .thumb img {
          width: 100%;
          height: auto;
          aspect-ratio: 4 / 3;
          object-fit: cover;
          transition: transform .6s ease; }
      .top-news .top-news__list a .top-news__list__txt {
        padding: 1em; }
        .top-news .top-news__list a .top-news__list__txt h3 {
          color: #fff; }
        .top-news .top-news__list a .top-news__list__txt time {
          width: 100%;
          color: #ecc495;
          text-align: center;
          font-size: .9em; }
          @media screen and (max-width: 768px) {
            .top-news .top-news__list a .top-news__list__txt time {
              font-size: 1.3rem; } }
        .top-news .top-news__list a .top-news__list__txt .more_icon::after {
          content: '';
          display: inline-block;
          width: 120px;
          height: 30px;
          background-image: url("../img/more_icon.svg");
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle;
          margin-top: 2em; }
      .top-news .top-news__list a:hover {
        opacity: 1; }
        .top-news .top-news__list a:hover img {
          transform: scale(1.1); }

/*top-plan*/
.top-plan {
  padding: 5% 0; }
  .top-plan .entry_btn {
    text-align: center; }
    .top-plan .entry_btn a {
      display: block;
      text-decoration: none;
      color: #fff;
      background: #000;
      padding: .5em 1em;
      margin: 20px 0;
      font-size: 2rem;
      letter-spacing: .1em; }
      .top-plan .entry_btn a:hover {
        background: #c23f26;
        opacity: 1; }
      .top-plan .entry_btn a span::before {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 900;
        color: #fff;
        margin-left: 1em; }
  .top-plan .col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .top-plan .col2 .lt {
      width: 100px; }
      @media screen and (max-width: 768px) {
        .top-plan .col2 .lt {
          width: 100%; } }
    .top-plan .col2 .rt {
      width: calc(100% - 150px); }
      @media screen and (max-width: 768px) {
        .top-plan .col2 .rt {
          width: 100%; } }
  .top-plan h2 {
    text-align: center;
    font-size: 3.6rem;
    color: #000;
    margin: auto;
    letter-spacing: .3em; }
    @media screen and (max-width: 768px) {
      .top-plan h2 {
        font-size: 2.4rem; } }
    @media screen and (max-width: 768px) {
      .top-plan h2.vertical {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb; } }
    .top-plan h2 .en {
      color: #c23f26; }
  .top-plan .top-plan__list li {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 20px; }
    .top-plan .top-plan__list li .plan__thumb {
      width: calc(100% / 2);
      padding: 20px; }
      @media screen and (max-width: 768px) {
        .top-plan .top-plan__list li .plan__thumb {
          width: calc(100%); } }
      .top-plan .top-plan__list li .plan__thumb img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover; }
    .top-plan .top-plan__list li .plan__txt {
      width: calc(100% / 2);
      padding: 20px; }
      @media screen and (max-width: 768px) {
        .top-plan .top-plan__list li .plan__txt {
          width: calc(100%);
          padding: 0 20px 20px; } }
      .top-plan .top-plan__list li .plan__txt .ttl {
        color: #c23f26;
        font-size: 2.2rem; }
        @media screen and (max-width: 768px) {
          .top-plan .top-plan__list li .plan__txt .ttl {
            font-size: 1.6rem; } }
      .top-plan .top-plan__list li .plan__txt .dtl {
        padding: 1em 0; }
      .top-plan .top-plan__list li .plan__txt .price {
        color: #fff;
        background: #c23f26;
        border-radius: 12px;
        padding: .5em 1em;
        font-size: 2rem; }
        @media screen and (max-width: 768px) {
          .top-plan .top-plan__list li .plan__txt .price {
            font-size: 1.5rem; } }

/*calendar*/
.top-calendar {
  padding: 5% 0; }

/*news-archive*/
.news-archive__ttl {
  text-align: center; }
  .news-archive__ttl img {
    width: 80%;
    height: auto;
    margin: 0 auto 10%; }
    @media screen and (max-width: 768px) {
      .news-archive__ttl img {
        width: 100%; } }

.news-archive {
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px; }
  .news-archive:last-child {
    border-bottom: none; }
  .news-archive a.news-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    color: #fff;
    padding-right: 50px; }
    .news-archive a.news-item .news-item__thumbnail img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .news-archive a.news-item .news-item__thumbnail img {
          width: 100px;
          height: 100px; } }
    .news-archive a.news-item .news-item__content {
      width: calc(100% - 200px); }
      @media screen and (max-width: 768px) {
        .news-archive a.news-item .news-item__content {
          width: calc(100% - 120px); } }
      .news-archive a.news-item .news-item__content .news-item__time {
        display: block;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 700; }

/*********************************

sub_page

*********************************/
#sub_page {
  padding: 0 0 15%;
  background: #ecc495; }
  #sub_page .circle_height {
    margin-top: -50%; }
  #sub_page .sub_page__ttl {
    text-align: center;
    font-size: 3.6rem;
    color: #000;
    margin: 5% auto;
    letter-spacing: .3em; }
    @media screen and (max-width: 768px) {
      #sub_page .sub_page__ttl {
        font-size: 2.4rem; } }
    #sub_page .sub_page__ttl .en {
      display: block;
      color: #ecc495;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: .1em;
      margin-top: 1em;
      font-size: .5em; }
      @media screen and (max-width: 768px) {
        #sub_page .sub_page__ttl .en {
          display: block;
          margin: 10px auto 20px; } }
  #sub_page .sub_page__contents {
    padding: 5%;
    color: #333;
    margin: 5% auto;
    background: #fff;
    border-radius: 12px; }

.archive_list {
  background: #fff; }
  .archive_list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .archive_list ul li {
      width: calc(100% / 3 - 4%);
      list-style-type: none;
      margin-bottom: 30px;
      padding-bottom: 15px;
      margin: 0 2%;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .archive_list ul li {
          width: calc(100%); } }
      .archive_list ul li a {
        display: block;
        text-decoration: none; }
        .archive_list ul li a .thumb img {
          width: 100%;
          height: auto;
          aspect-ratio: 4 / 3;
          object-fit: cover;
          border-radius: 24px; }
        .archive_list ul li a .archive_list__txt {
          padding: 15px; }
          .archive_list ul li a .archive_list__txt h3 {
            color: #000; }
          .archive_list ul li a .archive_list__txt time {
            width: 100%;
            color: #c23f26;
            text-align: center;
            font-size: .9em; }
            @media screen and (max-width: 768px) {
              .archive_list ul li a .archive_list__txt time {
                font-size: 1.3rem; } }
          .archive_list ul li a .archive_list__txt .more_icon::after {
            content: '';
            display: inline-block;
            width: 120px;
            height: 30px;
            background-image: url("../img/more_icon.svg");
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
            margin-top: 2em; }
            @media screen and (max-width: 768px) {
              .archive_list ul li a .archive_list__txt .more_icon::after {
                width: 120px;
                height: 30px; } }

/*********************************

single_page

*********************************/
#single_page {
  padding: 0 0 15%;
  background: #ecc495; }
  #single_page .circle_height {
    margin-top: -50%; }
  #single_page .single_page__ttl {
    font-size: 2.4rem;
    color: #000;
    letter-spacing: .3em;
    border-bottom: 1px solid #c23f26;
    padding-bottom: .5em;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      #single_page .single_page__ttl {
        font-size: 1.6rem; } }
  #single_page .single_page__contents {
    padding: 5%;
    color: #333;
    margin: 5% auto;
    background: #fff;
    border-radius: 12px; }
    #single_page .single_page__contents .single_page__read {
      padding: 5%; }

/*********************************

Contact

*********************************/
#form_page {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 5%; }
  @media screen and (max-width: 768px) {
    #form_page {
      max-width: 100%; } }

table.form_page__table {
  width: 100%;
  color: #c23f26; }
  @media screen and (max-width: 768px) {
    table.form_page__table {
      font-size: 1.3rem; } }
  table.form_page__table input, table.form_page__table textarea {
    padding: 1em;
    width: 100%;
    background: #eee;
    border: 1px solid #eee; }
    @media screen and (max-width: 768px) {
      table.form_page__table input, table.form_page__table textarea {
        padding: 10px .5em; } }
  table.form_page__table select {
    padding: 1em;
    width: 100%;
    background: #eee;
    border: 1px solid #eee; }
  table.form_page__table input[type="checkbox"],
  table.form_page__table input[type="radio"],
  table.form_page__table input[type="text"].input_tel {
    width: auto; }
  table.form_page__table input[type="tel"].input_zip {
    width: 6em; }
  table.form_page__table input[type="checkbox"] {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-left: 1em; }
  table.form_page__table th {
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      table.form_page__table th {
        padding-bottom: 0;
        vertical-align: middle; } }
  table.form_page__table th, table.form_page__table td {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      table.form_page__table th, table.form_page__table td {
        padding: 10px 0; } }

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #c23f26;
  font-weight: normal;
  font-size: .8em;
  margin-left: 1em; }
  @media screen and (max-width: 768px) {
    span.equ {
      margin-top: 1em; } }

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto; }

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #c23f26;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #c23f26;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.18em; }

.btn_submit:hover {
  background: #ecc495;
  border: 1px solid #ecc495;
  color: #fff; }

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #c23f26;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #c23f26;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 0.18em;
  margin-right: 1em; }

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important; }

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
  color: #333;
  font-size: 1.3rem; }
  @media screen and (max-width: 768px) {
    .form_page__p_area {
      font-size: 1.3rem; } }
  .form_page__p_area h3 {
    margin-bottom: 20px; }
  .form_page__p_area .p_btn {
    display: inline-block; }
  .form_page__p_area .form_page__p_txt {
    padding: 1em;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.75em;
    width: 100%;
    height: 200px;
    border: 2px solid #c23f26;
    border-radius: 5px;
    overflow: auto;
    background: #fff; }

/*********************************

footer

*********************************/
.footer {
  text-align: center;
  background-color: #c23f26;
  color: #ecc495;
  padding-top: 3vw; }
  .footer a {
    text-decoration: none;
    color: #ecc495; }
  .footer img {
    width: 100%;
    height: auto; }
  .footer small.cp {
    display: block;
    padding: 10% 0 20px; }
    @media screen and (max-width: 768px) {
      .footer small.cp {
        padding-bottom: 100px; } }
  .footer .col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer .col2 .lt {
      width: calc(100% - 60%); }
      @media screen and (max-width: 768px) {
        .footer .col2 .lt {
          width: calc(100%); } }
    .footer .col2 .rt {
      width: calc(100% - 40%);
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .footer .col2 .rt {
          width: calc(100%); } }
  .footer .foot_info .foot_logo {
    width: 15%;
    margin: 5% auto; }
  .footer .foot_info strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
    margin: 1em auto; }
  .footer .foot_info address {
    font-style: normal; }
  .footer .foot_nav {
    width: 100%; }
    .footer .foot_nav nav {
      width: 100%; }
    .footer .foot_nav ul li {
      float: left;
      padding: 10px 15px; }
      @media screen and (max-width: 768px) {
        .footer .foot_nav ul li {
          float: none;
          width: 100%;
          display: block;
          text-align: center; } }
      .footer .foot_nav ul li a::before {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 900;
        padding-right: 8px;
        color: #ecc495;
        font-size: .8em; }
  .footer .foot_access {
    padding: 30px 0;
    line-height: 2em;
    text-align: left; }
    .footer .foot_access address {
      font-style: normal;
      text-align: left; }

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    #page_top {
      bottom: 60px;
      right: 10px; } }
  #page_top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #c23f26;
    border-radius: 100%;
    text-align: center; }
    #page_top a i {
      color: #fff; }
