@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

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

.inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.pankuzu a {
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
.pankuzu a:hover {
  text-decoration: underline;
}
.pankuzu a:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #000;
}
.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  transition: all 0.8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header .main_bg {
  background-size: cover;
  position: relative;
}
#global_header .mv-slider__img {
  width: 100%;
  min-height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bgfix {
  position: absolute !important;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

#global_header section {
  background: rgba(255, 255, 255, 0.5);
  padding: 23px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section {
    flex-direction: column;
    position: static !important;
    transform: initial;
  }
}
#global_header section .siteID {
  min-width: 220px;
}
@media only screen and (max-width: 640px) {
  #global_header section .siteID {
    margin-bottom: 10px;
  }
}
#global_header section .siteID img {
  width: 100%;
}
#global_header section .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 670px;
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .header_right {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .header_right {
    flex-direction: column;
  }
}
#global_header section .header_right .address_head {
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  #global_header section .header_right .address_head {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .header_right .address_head {
    width: 100%;
    text-align: center;
  }
}
#global_header section .header_right .address_head .contact_tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #global_header section .header_right .address_head .contact_tel {
    display: none;
  }
}
#global_header section .header_right .address_head .contact_tel p:first-child {
  font-size: 10px;
  background: #b0343b;
  padding: 5.5px 10px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
#global_header section .header_right .address_head .contact_tel p:last-child {
  font-size: 30px;
  color: #b0343b;
  letter-spacing: 0.8px;
}
#global_header section .header_right .address_head .contact_tel p:last-child a {
  text-decoration: none;
  color: #530a05;
}
#global_header section .header_right .contact_right {
  display: flex;
  gap: 0 10px;
  margin-left: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .header_right .contact_right {
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .header_right .contact_right {
    display: none;
    min-width: 200px;
    margin-top: 15px;
    margin-left: 0;
  }
}
#global_header section .header_right .contact_right > a {
  display: block;
  padding: 9.4px 23px;
  background: #b0343b;
  border: 3px solid #d79b9f;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#global_header section .header_right .contact_line {
  width: 51px;
}
@media only screen and (max-width: 640px) {
  #global_header section .header_right .contact_line {
    width: 40px;
    margin-left: 10px;
  }
}

.address_head > p {
  font-size: 13px;
  color: #b20b00;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .address_head > p {
    text-align: center;
  }
}

.mainTxt {
  position: absolute;
  right: 0;
  width: 50%;
  transform: translateY(-50%);
  top: 50%;
  padding-right: 5%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mainTxt {
    width: 65%;
    transform: translatex(-50%) translateY(-50%);
    top: 57%;
    left: 55%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .mainTxt {
    display: none;
    width: 70%;
    transform: translatex(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    padding-right: 0;
  }
}

#global_header nav {
  line-height: 0;
}
@media only screen and (max-width: 834px) {
  #global_header nav {
    display: none;
  }
}
#global_header nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
  padding: 17.5px;
}
@media only screen and (max-width: 950px) {
  #global_header nav > ul {
    flex-wrap: wrap;
  }
}
#global_header nav > ul li {
  position: relative;
  flex-grow: 1;
}
@media only screen and (max-width: 950px) {
  #global_header nav > ul li {
    width: 17%;
  }
  #global_header nav > ul li:nth-of-type(6):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    top: 26px;
    left: 0;
    background-color: #c5c5c5;
  }
  #global_header nav > ul li:nth-child(n+6) {
    margin-top: 25px;
  }
}
#global_header nav > ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  top: 26px;
  right: 0;
  background-color: #c5c5c5;
}
#global_header nav > ul li a {
  display: block;
  text-decoration: none;
  color: #530a05;
  font-size: 10px;
}
#global_header nav > ul li a span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 14px;
}
#global_header nav > ul li .sub {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  background-color: #fff;
  z-index: 100;
}
@media only screen and (max-width: 834px) {
  #global_header nav > ul li .sub {
    position: static;
    top: auto;
    left: auto;
    transform: inherit;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
  }
}
#global_header nav > ul li .sub li {
  border: none;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  width: 100%;
}
#global_header nav > ul li .sub li:last-of-type {
  border-bottom: 0;
}
#global_header nav > ul li .sub li:before {
  content: none;
}
#global_header nav > ul li .sub li:after {
  content: none;
}
#global_header nav > ul li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#global_header nav > ul li:first-of-type:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  top: 26px;
  left: 0;
  display: block;
  background-color: #c5c5c5;
}

.for_menu {
  display: none;
}
@media only screen and (max-width: 834px) {
  .for_menu {
    display: block;
  }
}

@media only screen and (max-width: 1260px) {
  .contimg_left .imgTxt01 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gro_nav {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 834px) {
  .gro_nav {
    padding: 23px 30px !important;
  }
}
@media only screen and (max-width: 640px) {
  .gro_nav {
    margin-top: 0 !important;
    padding: 23px 15px !important;
  }
}

.menu_lnk > a {
  pointer-events: none;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}
@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f5d5a9;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_footer #fot_nav ul {
    z-index: 999;
  }
  /* nav */
  #global_footer #fot_nav ul {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 1s ease-in-out;
  }
  #global_footer #fot_nav ul ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 90px;
  }
  #global_footer #fot_nav ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_footer #fot_nav ul ul li:before {
    content: none;
  }
  #global_footer #fot_nav ul ul li:after {
    content: none !important;
  }
  #global_footer #fot_nav ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #000 !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_footer #fot_nav ul ul li a {
    padding: 4% !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 834px) {
  #global_footer #fot_nav ul ul li:first-of-type a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .open #global_footer #fot_nav ul {
    transform: translateY(0%);
  }
}
.open #fot_nav ul {
  position: fixed;
  width: 100%;
  height: 100%;
}

#global_header.blog {
  background-color: #fff;
}
#global_header.blog section {
  background: rgba(255, 255, 255, 0.5);
  padding: 23px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header.blog section {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header.blog section {
    flex-direction: column;
    position: static !important;
    transform: initial;
  }
}
#global_header.blog section .siteID {
  min-width: 220px;
}
@media only screen and (max-width: 640px) {
  #global_header.blog section .siteID {
    margin-bottom: 10px;
  }
}
#global_header.blog section .siteID img {
  width: 100%;
}
#global_header.blog section .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 670px;
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header.blog section .header_right {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  #global_header.blog section .header_right {
    flex-direction: column;
  }
}
#global_header.blog section .header_right .address_head {
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  #global_header.blog section .header_right .address_head {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #global_header.blog section .header_right .address_head {
    width: 100%;
    text-align: center;
  }
}
#global_header.blog section .header_right .address_head .contact_tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #global_header.blog section .header_right .address_head .contact_tel {
    display: none;
  }
}
#global_header.blog section .header_right .address_head .contact_tel p:first-child {
  font-size: 10px;
  background: #b0343b;
  padding: 5.5px 10px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
#global_header.blog section .header_right .address_head .contact_tel p:last-child {
  font-size: 30px;
  color: #b0343b;
  letter-spacing: 0.8px;
}
#global_header.blog section .header_right .address_head .contact_tel p:last-child a {
  text-decoration: none;
  color: #530a05;
}
#global_header.blog section .header_right .contact_right {
  display: flex;
  gap: 0 10px;
  margin-left: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header.blog section .header_right .contact_right {
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header.blog section .header_right .contact_right {
    display: none;
    min-width: 200px;
    margin-top: 15px;
    margin-left: 0;
  }
}
#global_header.blog section .header_right .contact_right > a {
  display: block;
  padding: 9.4px 23px;
  background: #b0343b;
  border: 3px solid #d79b9f;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
#global_header.blog section .header_right .contact_line {
  width: 51px;
}
@media only screen and (max-width: 640px) {
  #global_header.blog section .header_right .contact_line {
    width: 40px;
    margin-left: 10px;
  }
}

#global_header.blog nav {
  line-height: 0;
}
@media only screen and (max-width: 834px) {
  #global_header.blog nav {
    display: none;
  }
}
#global_header.blog nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
  padding: 17.5px;
}
@media only screen and (max-width: 950px) {
  #global_header.blog nav > ul {
    flex-wrap: wrap;
  }
}
#global_header.blog nav > ul li {
  position: relative;
  flex-grow: 1;
}
@media only screen and (max-width: 950px) {
  #global_header.blog nav > ul li {
    width: 17%;
  }
  #global_header.blog nav > ul li:nth-of-type(6):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    top: 26px;
    left: 0;
    background-color: #c5c5c5;
  }
  #global_header.blog nav > ul li:nth-child(n+6) {
    margin-top: 25px;
  }
}
#global_header.blog nav > ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  top: 26px;
  right: 0;
  background-color: #c5c5c5;
}
#global_header.blog nav > ul li a {
  display: block;
  text-decoration: none;
  color: #530a05;
  font-size: 10px;
}
#global_header.blog nav > ul li a span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 14px;
}
#global_header.blog nav > ul li .sub {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  background-color: #fff;
  z-index: 100;
}
@media only screen and (max-width: 834px) {
  #global_header.blog nav > ul li .sub {
    position: static;
    top: auto;
    left: auto;
    transform: inherit;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
  }
}
#global_header.blog nav > ul li .sub li {
  border: none;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  width: 100%;
}
#global_header.blog nav > ul li .sub li:last-of-type {
  border-bottom: 0;
}
#global_header.blog nav > ul li .sub li:before {
  content: none;
}
#global_header.blog nav > ul li .sub li:after {
  content: none;
}
#global_header.blog nav > ul li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#global_header.blog nav > ul li:first-of-type:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  top: 26px;
  left: 0;
  display: block;
  background-color: #c5c5c5;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

#global_footer #footer > p {
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  color: #c5262f;
  margin: 16px 0 33px;
}
#global_footer #footer > p span {
  display: block;
  font-size: 16px;
  color: #c5262f;
  margin-top: 17px;
}

#global_footer .fot_contact {
  display: flex;
}
@media only screen and (max-width: 1050px) {
  #global_footer .fot_contact {
    flex-direction: column-reverse;
  }
}
#global_footer .fot_contact .gmap {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  #global_footer .fot_contact .gmap {
    width: 100%;
  }
  #global_footer .fot_contact .gmap iframe {
    height: 400px;
  }
}
#global_footer .fot_contact .fot_right {
  background-image: url(../images/common/footer_bg.png);
  width: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  #global_footer .fot_contact .fot_right {
    width: 100%;
  }
}
#global_footer .fot_contact .fot_right .fot_contents {
  width: 78.1% !important;
  margin: 0 auto;
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  #global_footer .fot_contact .fot_right .fot_contents {
    padding: 40px 0;
  }
}
#global_footer .fot_contact .fot_right .fot_contents p {
  font-size: 16px;
  color: #530a05;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #global_footer .fot_contact .fot_right .fot_contents p {
    font-size: 15px;
  }
}
#global_footer .fot_contact .fot_right .fot_contents .fot_btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
#global_footer .fot_contact .fot_right .fot_contents .fot_btn li {
  width: 48%;
}
#global_footer .fot_contact .fot_right .fot_contents .fot_btn li:nth-last-child(-n+2) {
  margin-top: 20px;
}
#global_footer .fot_contact .fot_right .fot_contents .fot_btn li a {
  text-decoration: none;
  color: #530a05;
  border: 1px solid #530a05;
  display: block;
}
@media only screen and (max-width: 1260px) {
  #global_footer .fot_contact .fot_right .fot_contents .fot_btn li a {
    font-size: 14px;
  }
}
#global_footer .fot_contact .fot_right .fot_contents .fot_btn li a img {
  vertical-align: middle;
  padding-right: 10%;
}
#global_footer .fot_contact .fot_right .fot_contents .fot_btn02 {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#global_footer .fot_contact .fot_right .fot_contents .fot_btn02 a {
  margin-right: 3%;
}

.fot_contents > div {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .fot_btn > li {
    width: 100% !important;
  }
  .fot_btn > li:nth-of-type(2) {
    margin-top: 20px;
  }
}
.fot_btn > li a {
  padding: 28px;
}
@media only screen and (max-width: 1260px) {
  .fot_btn > li a {
    padding: 18px;
  }
}
.fot_btn > li:nth-of-type(2) a {
  padding: 12px;
}
@media only screen and (max-width: 1260px) {
  .fot_btn > li:nth-of-type(2) a {
    padding: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn > li:nth-of-type(2) a {
    padding: 18px;
    padding-right: 5% !important;
  }
}

#fot_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
#fot_nav ul li {
  width: 25%;
  margin-bottom: 10px;
}
#fot_nav ul li:nth-of-type(2) a, #fot_nav ul li:nth-of-type(6) a, #fot_nav ul li:nth-of-type(10) a {
  border-left: 2px solid #c5c5c5;
}
#fot_nav ul li a {
  display: block;
  border-right: 2px solid #c5c5c5;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#fot_nav {
  padding: 17.5px 10px !important;
}
@media only screen and (max-width: 834px) {
  #fot_nav {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 834px) {
  #fot_nav ul {
    background: #FFF5EE !important;
  }
}
@media only screen and (max-width: 834px) {
  #fot_nav ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  #fot_nav ul li a {
    border: none !important;
    font-size: 16px;
    font-weight: normal;
    color: #530a05;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gmap iframe {
    height: 300px;
  }
}

#copy {
  display: block;
  background: #b0343b;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #copy {
    padding-bottom: 50px;
  }
}
#copy a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.fot_btn li a {
  display: flex !important;
  align-items: center;
  padding: 32px 44px !important;
}
@media only screen and (max-width: 1610px) {
  .fot_btn li a {
    padding: 32px 25px !important;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1400px) {
  .fot_btn li a {
    padding: 32px 10px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .fot_btn li a {
    justify-content: center;
  }
}
@media only screen and (min-width: 641px) and (max-width: 700px) {
  .fot_btn li a {
    padding: 32px 14px !important;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn li a {
    justify-content: center;
    padding: 32px 22px !important;
  }
}
.fot_btn li a img {
  padding-right: 10% !important;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 1050px) and (max-width: 1400px) {
  .fot_btn li a img {
    width: 25% !important;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn li a img {
    padding-right: 3% !important;
  }
}
.fot_btn li a p {
  line-height: 1.5;
  font-size: 16px !important;
}
@media only screen and (min-width: 1050px) and (max-width: 1400px) {
  .fot_btn li a p {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 1400px) {
  .fot_btn li:first-child a img {
    width: 22% !important;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn li:first-child a img {
    width: 9% !important;
  }
}
.fot_btn li:nth-of-type(2) a {
  padding: 20px 44px !important;
}
@media only screen and (max-width: 1610px) {
  .fot_btn li:nth-of-type(2) a {
    padding: 20px 25px !important;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1400px) {
  .fot_btn li:nth-of-type(2) a {
    padding: 26px 10px !important;
  }
  .fot_btn li:nth-of-type(2) a img {
    width: 25% !important;
  }
  .fot_btn li:nth-of-type(2) a p {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 700px) {
  .fot_btn li:nth-of-type(2) a {
    padding: 20px 14px !important;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn li:nth-of-type(2) a {
    padding: 32px 22px !important;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn li:nth-of-type(3) a {
    padding: 31px 22px !important;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1400px) {
  .fot_btn li:nth-of-type(3) a img {
    width: 22% !important;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn li:nth-of-type(3) a img {
    width: 9% !important;
  }
}
@media only screen and (max-width: 640px) {
  .fot_btn li:last-child a {
    padding: 30.5px 22px !important;
  }
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.contents01 {
  background-size: cover;
  padding: 90px 0 125px;
}
@media only screen and (max-width: 1260px) {
  .contents01 {
    background-size: auto;
  }
}
.contents01 .con_txt {
  width: 80%;
  background-color: ivory;
  color: #c5262f;
  padding: 50.5px 50px;
  z-index: 1;
  position: relative;
  margin: 90px 0 0 auto;
}
@media only screen and (max-width: 1260px) {
  .contents01 .con_txt {
    position: static;
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .contents01 .con_txt {
    padding: 30px 24px;
  }
}
.contents01 .con_txt .h1tit01 h1 {
  font-size: 26px;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents01 .con_txt .h1tit01 h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .contents01 .con_txt .h1tit01 h1 {
    font-size: 19px;
  }
}
.contents01 .con_txt .h1tit01 h1 .h1_sp01 {
  background: #b0343b;
  display: inline-block;
  line-height: 1.84;
}
@media only screen and (max-width: 640px) {
  .contents01 .con_txt .h1tit01 h1 .h1_sp01 {
    display: block;
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.contents01 .con_txt .h1tit01 h1 .h1_sp02 {
  background: #b0343b;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.84;
}
@media only screen and (max-width: 640px) {
  .contents01 .con_txt .h1tit01 h1 .h1_sp02 {
    display: block;
    font-size: 19px;
    margin-top: 0;
  }
}
.contents01 .con_txt .contentsTxt_list {
  margin-bottom: 50px;
}
.contents01 .con_txt .contentsTxt_list li {
  line-height: 1.875;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  float: none !important;
}
.contents01 .con_txt .contentsTxt_list li:before {
  content: "●";
  position: absolute;
  color: #fff;
  left: 1px;
}
.contents01 .contimg_left .imgTxt01 {
  position: absolute;
  top: -13.5%;
  left: -14%;
}
@media only screen and (max-width: 1260px) {
  .contents01 .contimg_left .imgTxt01 {
    position: static;
    margin: 0 auto;
  }
  .contents01 .contimg_left .imgTxt01 img {
    width: 80%;
  }
}

.mainc_txt1 > div {
  line-height: 2.25;
}

.contents01 > .inner {
  position: relative;
}

.contents01 .h2tit01 article > div {
  margin: 30px 0 60px;
}

.menu04 {
  padding: 98px 0;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .menu04 {
    padding: 40px 0;
  }
}
.menu04 .h2tit img {
  margin-bottom: 13px;
}
.menu04 .h2tit h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.menu04 .h2tit h2 span {
  display: block;
  font-size: 16px;
  margin: 18px 0 27px;
}
.menu04 .menu_contents {
  justify-content: space-between;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .menu04 .menu_contents {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .menu04 .menu_contents {
    flex-direction: column;
  }
}
.menu04 .menu_contents .box {
  width: 24%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .menu04 .menu_contents .box {
    width: 48%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .menu04 .menu_contents .box {
    width: 80%;
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 834px) {
  .menu04 .menu_contents .box img {
    width: 100% !important;
  }
}
.menu04 .menu_contents .box div {
  background: #fff;
  padding: 14px;
  font-size: 16px;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .menu04 .menu_contents .box div {
    font-size: 15px;
  }
}
@media only screen and (max-width: 920px) {
  .menu04 .menu_contents .box div {
    font-size: 13px;
  }
}
@media only screen and (max-width: 834px) {
  .menu04 .menu_contents .box div {
    font-size: 16px;
  }
}
.menu04 .menu_contents .box div:before {
  content: "";
  position: absolute;
  background-image: url(../images/common/leaf.png);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  width: 29px;
  height: 21px;
}

.h2menu {
  line-height: 1;
}
.h2menu h2 {
  margin-top: 14px;
}
.h2menu h2 .blk {
  margin: 16px 0 30px;
}

.news {
  padding: 73px 0 50px;
}
@media only screen and (max-width: 640px) {
  .news {
    padding: 40px 0;
  }
}
.news .h2tit h2 {
  font-size: 26px;
  font-weight: bold;
  color: #c5262f;
}
.news .h2tit h2 span {
  font-size: 16px;
  display: block;
}
.news .news_up {
  border: 1px solid #c5262f;
  padding: 53px 70px;
  background: #fff;
  overflow-x: auto;
  max-height: 300px;
}
@media only screen and (max-width: 640px) {
  .news .news_up {
    padding: 30px 30px;
  }
}
.news .news_up dl {
  padding-bottom: 48px;
}
@media only screen and (max-width: 640px) {
  .news .news_up dl {
    flex-direction: column;
    padding-bottom: 15px;
  }
}
.news .news_up dl:last-child {
  padding-bottom: 0;
}
.news .news_up dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: #c5262f;
  font-weight: bold;
  display: block;
}
.news .news_up dl dd {
  border: none !important;
  padding: 0 !important;
  display: block;
}

.blk {
  font-weight: 500;
}

.fot_blk {
  font-weight: 500;
}

.footabv_btn {
  justify-content: space-between;
}
.footabv_btn .box {
  width: 49%;
}
@media only screen and (max-width: 640px) {
  .footabv_btn .box {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.footabv_btn .box div a {
  background-color: #f6efe5;
  padding: 36px 53px 32px 53px;
  text-decoration: none;
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #c52121;
}
@media only screen and (max-width: 640px) {
  .footabv_btn .box div a {
    padding: 10px 53px 10px 53px;
  }
}
.footabv_btn .box div a span {
  font-size: 13px;
  font-weight: bold;
  color: #c52121;
  display: block;
  margin-top: 20px;
  position: relative;
}
.footabv_btn .box div a span:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background-image: url(../images/contents/arrow.png);
  top: 2px;
  right: 0;
}

.footabv_btn .box > div {
  line-height: 1;
}

/* ------------------------------------------------------------
facial.html
------------------------------------------------------------ */
.menu_link ul li {
  float: none !important;
}
.menu_link ul li a {
  text-decoration: none;
  color: #530a05;
  font-weight: bold;
}

.h2imgTxt img {
  width: 40%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .h2imgTxt img {
    max-width: initial !important;
    width: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  .h2imgTxt img {
    width: 90%;
  }
}

.item_fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .item_fl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .item_fl {
    flex-direction: column;
  }
}
.item_fl .tab_item {
  width: 49%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .item_fl .tab_item {
    width: 100%;
  }
  .item_fl .tab_item:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .item_fl .tab_item {
    width: 100% !important;
  }
  .item_fl .tab_item:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .item_fl .tab_item .dtl dl {
    flex-direction: column;
    width: 100%;
  }
}
.item_fl .tab_item .dtl dl dt {
  background: #d7f1fc !important;
}
@media only screen and (max-width: 640px) {
  .item_fl .tab_item .dtl dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc;
  }
}
.item_fl .tab_item .dtl dl dd {
  width: 100% !important;
}

.facial_fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facial_fl .facial_itm {
  width: 48%;
}

.h2imgTxt a {
  text-decoration: none;
}

.facial_li01 ul li {
  font-weight: bold;
}

/* ------------------------------------------------------------
body.html
------------------------------------------------------------ */
.body_fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body_fl .body_itm {
  width: 49%;
}

.makeup_fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.makeup_fl .makeup_itm {
  width: 49%;
}

/* ------------------------------------------------------------
mediliangym.html
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .gym_fl {
    flex-direction: column-reverse !important;
  }
}
.gym_fl .box {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .gym_fl .box:first-child {
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gym_fl .box:last-child {
    text-align: center;
    width: 100%;
  }
}
.gym_fl .box .fon_cl10 {
  font-weight: bold;
}

.medilian .fon_cl02 {
  font-weight: bold;
  color: #ff0000;
  font-size: 19px;
}
.medilian .fon_cl03 {
  font-weight: bold;
  color: #21427c;
}

.fon_cl04 {
  font-weight: bold;
  color: #ff0000;
}

.fon_cl05 {
  font-weight: bold;
  color: #21427c;
}

.fon_cl06 {
  font-weight: bold;
  color: #ff0000;
  font-size: 19px;
}

.fon_cl07 {
  font-weight: bold;
  color: #ff0000;
}

.fon_cl08 {
  font-weight: bold;
  color: #ff0000;
  font-size: 19px;
}

.fon_cl09 {
  font-weight: bold;
  color: #21427c;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .img_cmp {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .img_cmp {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .img_cmp .box:first-child img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .img_cmp .box {
    margin: 0 auto;
  }
}
.img_cmp .box img {
  height: 361px !important;
}

.mediliangym_li01 li {
  font-weight: bold;
  float: none !important;
}

.mediliangym_li02 li {
  font-weight: bold;
  float: none !important;
  color: #ff0000;
  font-size: 18px;
}

.medilian h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------
concept.html
------------------------------------------------------------ */
.con_flow {
  line-height: 2.5;
}
@media only screen and (max-width: 834px) {
  .con_flow tr:nth-child(even) td {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .con_flow tr:nth-child(even) td {
    padding-left: 0 !important;
    text-align: center !important;
  }
}
.con_flow tr td {
  border: none !important;
}
@media only screen and (max-width: 834px) {
  .con_flow tr td {
    text-align: left !important;
  }
}

.concept_ft {
  margin-top: 15px;
}
@media only screen and (max-width: 834px) {
  .concept_ft div {
    text-align: left !important;
  }
}

.conTxt .fon_cl01 {
  font-weight: bold;
}

.concept_h303 h3 {
  font-weight: bold;
}

/* ------------------------------------------------------------
campaign.html
------------------------------------------------------------ */
.h2ttl h2 {
  margin: 50px 0 15px;
}

.campaign_btn {
  display: inline-block;
}
.campaign_btn div a {
  width: 50% !important;
  background: #003f77;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
}
.campaign_btn div a:hover {
  background: #fff;
  color: #000;
  font-weight: 900;
}
.campaign_btn div a:before, .campaign_btn div a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: 400ms ease all;
}
.campaign_btn div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.campaign_btn div a:hover:before, .campaign_btn div a:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.linkbtn_fl {
  display: flex;
  align-items: flex-end;
}
.linkbtn_fl .menu_link {
  width: 50%;
}
.linkbtn_fl .campaign_btn {
  width: 50%;
}

.btn_02 a {
  text-decoration: none;
  color: #530a05;
  font-weight: bold;
}

.btn_03 a {
  text-decoration: none;
  color: #530a05;
  font-weight: bold;
}

.campaign_imgTxt {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  background-color: #FFF5EE;
  box-shadow: 0 0 5px 1px #ccc;
}
.campaign_imgTxt .campaign_h3ttl h3 {
  font-weight: bold;
}

.campaign_fl02 {
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .campaign_fl02 {
    flex-direction: column;
  }
}
.campaign_fl02 .box:first-child {
  width: 30%;
  margin-right: 15px;
}
@media only screen and (max-width: 834px) {
  .campaign_fl02 .box:first-child {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 640px) {
  .campaign_fl02 .box:first-child {
    width: 60%;
  }
}
.campaign_fl02 .box:last-child {
  width: 65%;
}
@media only screen and (max-width: 640px) {
  .campaign_fl02 .box:last-child {
    width: 100%;
  }
}

.cl_ch {
  color: rgb(153, 0, 0);
}

.font_ch {
  font-weight: bold;
}

.campaign_precautions {
  border: 3px solid #d4c29b;
  padding: 20px;
}

.event_cpn .box:first-child {
  width: 40%;
  padding-right: 15px;
}
@media only screen and (max-width: 834px) {
  .event_cpn .box:first-child {
    margin: 10px auto;
    padding-right: 0;
    width: 80%;
    text-align: center;
  }
}

.menu_link {
  width: 100% !important;
}

.precautions_li li {
  float: none !important;
}

.blnk_03 {
  line-height: 1;
}

.campaign05 .box:last-child {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .campaign05 .box:last-child {
    width: 100%;
  }
}

/* ------------------------------------------------------------
voice.html
------------------------------------------------------------ */
.feedback {
  background: #f9edeb;
  padding: 20px;
  margin: 10px 0;
  line-height: 1.3;
}
.feedback h4 {
  color: rgb(153, 0, 0);
  font-weight: bold;
  margin-bottom: 15px;
}
.feedback div {
  font-size: 15px;
}

.q_a {
  line-height: 2;
}
.q_a tr td {
  padding: 15px !important;
  border: none !important;
}

.q_a tr:first-child td {
  border-bottom: solid 1px #580b05 !important;
}

.reference {
  border: 1px solid #ccc;
  padding: 20px;
}

/* ------------------------------------------------------------
products.html
------------------------------------------------------------ */
.products_h3tit h3 {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

.prd h3 {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

.products_li01 li {
  float: none !important;
}

.product_box01 {
  width: 65%;
  margin-right: 10px;
}

.products02 {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 640px) {
  .products02 {
    flex-direction: column-reverse;
  }
  .products02 .product_box01 {
    width: 100% !important;
    margin-right: 0;
  }
  .products02 .product_box02 {
    margin-bottom: 15px;
  }
}

.ggyo li {
  padding-left: 20px;
  position: relative;
}
.ggyo li:before {
  content: "●";
  position: absolute;
  left: 0;
}

/* ------------------------------------------------------------
saloninfo.html
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .info dl {
    flex-direction: column;
  }
}
.info dl dt {
  background: #d7f1fc !important;
}
@media only screen and (max-width: 640px) {
  .info dl dt {
    border-right: 1px solid #ccc !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .info dl dd {
    width: 100% !important;
  }
}

.saloninfo_h3ttl {
  margin-top: 0 !important;
}

/* ------------------------------------------------------------
counseling.html
------------------------------------------------------------ */
.fon_cl012 {
  font-weight: bold;
  color: rgb(255, 0, 0);
}

.menu_precautions {
  border: 3px solid #d4c29b;
  padding: 20px;
}
.menu_precautions h3 {
  font-weight: bold;
  color: #530a05;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .counseling_imgTxt img {
    width: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  .counseling_imgTxt img {
    width: 80%;
  }
}

.counseling_h3ttl h3 {
  font-weight: bold;
}

.counseling_li01 li {
  float: none !important;
}

.counseling_li02 li {
  float: none !important;
}

/* ------------------------------------------------------------
reserve.html
------------------------------------------------------------ */
.reservation u {
  color: #530a05;
  font-weight: bold;
}

.calendar {
  text-align: center !important;
}
.calendar iframe {
  height: 30vw;
  min-height: 450px;
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .calendar iframe {
    width: 100%;
  }
}

.con_form dl dt {
  background: #d7f1fc !important;
}

.textarea textarea {
  height: 100px;
}

.mail.title {
  display: none;
}

@media only screen and (max-width: 640px) {
  .cal_desc dl {
    flex-direction: row !important;
  }
}
.cal_desc dl dt {
  border: none !important;
  background: none !important;
  color: #21427c;
  font-weight: bold;
  align-items: center !important;
  padding: 0 !important;
  display: block !important;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .cal_desc dl dt {
    width: 70px !important;
  }
}
.cal_desc dl dd {
  border: none !important;
  padding: 0 !important;
  display: block !important;
}

@media only screen and (max-width: 640px) {
  #contents_wrap .cal_desc dl dt {
    width: 70px !important;
  }
}

.reserve_h3ttl h3 {
  font-weight: bold;
}

.form_abv a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.confirm.con_form {
  margin-top: 60px;
}

/* ------------------------------------------------------------
policy.html
------------------------------------------------------------ */
.consultation {
  border: 1px solid #ccc !important;
  padding: 20px;
  margin-top: 50px;
}

.form_wrap.error {
  margin-top: 90px;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 20px;
}
.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}
.ttl01.h1txt h1 {
  font-size: 20px;
  color: #000;
  line-height: 1;
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.gmap iframe {
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}
.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

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

.fon_cl01 {
  color: #21427c;
}

.fon_cl011 {
  color: rgb(255, 0, 0);
}

.h1ttl {
  background: url(../images/contents/h1bg.jpg);
  background-size: cover;
  padding: 10% 0;
}
.h1ttl article {
  max-width: 1020px;
  margin: 0 auto;
}
.h1ttl article h1 {
  font-size: 45px;
  padding-left: 50px;
  font-weight: bold;
  color: #c5262f;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .h1ttl article h1 {
    text-align: center !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .h1ttl article h1 {
    padding-left: 0;
    font-size: 27px;
    text-align: center !important;
  }
}

.h1ttl > article {
  padding: 0 10px;
}

.h2ttl h2 {
  font-weight: bold;
  padding: 0.5em;
  color: #494949;
  background: #fff2f2;
  border-left: solid 5px #c5262f;
}

.h3ttl {
  margin: 50px 0 15px;
}
@media only screen and (max-width: 640px) {
  .h3ttl {
    margin: 30px 0 15px;
  }
}
.h3ttl h3 {
  color: #530a05;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.h3ttl h3:before, .h3ttl h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #530a05;
  border-bottom: solid 1px #530a05;
}
.h3ttl h3:before {
  left: 0;
}
.h3ttl h3:after {
  right: 0;
}

@media only screen and (max-width: 834px) {
  .h3ttl > article {
    text-align: center;
  }
}

@media only screen and (min-width: 834px) and (max-width: 965px) {
  .h3ttl01 .spBlk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .h3ttl01 {
    font-size: 15px;
  }
}

.bl_bld {
  color: #21427c;
  font-weight: bold;
}

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

.tabspBlk {
  display: none;
}
@media only screen and (max-width: 834px) {
  .tabspBlk {
    display: block;
  }
}

a {
  text-decoration: none;
}

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

.fon_cl13 {
  color: #21427c;
  font-weight: bold;
}

.breadcrumb li {
  display: inline-block;
}
.breadcrumb li span {
  font-weight: bold;
}

.sp_exp {
  display: none;
}

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

.contact_right02 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .contact_right02 {
    display: block;
    width: 35%;
    margin-left: 10px;
  }
  .contact_right02 a {
    display: block;
    padding: 9.4px 3px;
    background: #b0343b;
    border: 3px solid #d79b9f;
    font-size: 2.6vw;
    color: #fff;
    text-decoration: none;
  }
}

.spd {
  display: none;
}
@media only screen and (max-width: 640px) {
  .spd {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .spd .contact_tel2 {
    display: flex;
    align-items: center;
  }
  .spd .contact_tel2 p:first-child {
    font-size: 8px;
    background: #530a05;
    padding: 5px 6px;
    color: #fff;
    font-weight: bold;
    margin-right: 3px;
  }
  .spd .contact_tel2 p .linkTel {
    color: #530a05;
  }
  .spd .contact_tel2 p .linkTel a {
    font-size: 15px;
    text-decoration: none;
    color: #530a05;
  }
}

.linkTel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .linkTel a {
    pointer-events: auto;
  }
}

.contact_tel2 .linkTel a {
  color: #530a05;
}

.mainTxtsp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .mainTxtsp {
    display: block;
    position: absolute;
    width: 70%;
    transform: translatex(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    padding-right: 0;
  }
}

.psn {
  position: static !important;
  transform: translateX(0px) !important;
}

.sp_fixed {
  display: none;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .sp_fixed {
    display: block;
    position: fixed;
    bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .sp_fixed {
    display: flex;
    align-items: center;
  }
  .sp_fixed .phone {
    width: 50%;
    background: #f9edeb;
    padding: 10px;
  }
  .sp_fixed .phone .linkTel {
    color: #530a05;
    font-weight: bold;
  }
  .sp_fixed .phone .linkTel a {
    text-decoration: none;
    color: #530a05;
    font-weight: bold;
    font-size: 15px;
    display: block;
    background: #f9edeb;
  }
  .sp_fixed .contact_right {
    width: 50%;
    background: #b94047;
  }
  .sp_fixed .contact_right a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    display: block;
  }
}

.blog_list {
  display: flex;
  flex-direction: row !important;
  border: none !important;
  box-sizing: border-box;
  gap: 0 2%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .blog_list {
    gap: 40px 6%;
  }
}
.blog_list > div {
  width: 32% !important;
  flex-direction: column !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 834px) {
  .blog_list > div {
    width: 47% !important;
  }
}
.blog_photo {
  width: 100% !important;
}
.blog_photo img {
  width: 100%;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_date {
  color: #c5262f !important;
}
.blog_text {
  width: 100% !important;
}
.blog_text > h3 > a:link, .blog_text > h3 > a:visited {
  color: #c5262f !important;
  font-weight: 600;
  font-size: 16px;
}
.blog_text > .more {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.blog_text > .more:link, .blog_text > .more:visited {
  color: #c5262f !important;
  text-decoration: underline;
}
.blog .category > li > a:link, .blog .category > li > a:visited, .blog .pages > li > a:link, .blog .pages > li > a:visited {
  color: #333;
}
.blog .pages + a:link, .blog .pages + a:visited {
  color: #333;
  text-decoration: underline;
  font-size: 13px;
}

.blog #contents {
  margin-top: 30px;
}
.blog #contents > article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.blog #contents > article:has(h1) {
  border-bottom: none;
}
.blog #contents > article > h2, .blog #contents > article > h1 {
  padding-bottom: 0px;
  color: #c5262f;
  margin: 6px 0;
}
.blog #contents > article > h1 {
  background-color: #fff2f2;
  padding: 0.5em;
  border-left: solid 5px #c5262f;
}
.blog #contents > article > h1 + ul a:visited, .blog #contents > article > h1 + ul a:link, .blog #contents > article > h2 + ul a:visited, .blog #contents > article > h2 + ul a:link {
  color: #333;
  text-decoration: underline;
  font-size: 13px;
}
.blog #contents > article > .date {
  color: #c5262f;
  font-size: 14px;
}
.blog #contents > dl {
  border: 1px solid #e6c9c9;
}
.blog #contents > dl > dt .translate {
  color: #c5262f;
  font-size: 22px;
  margin: 8px 0;
}
.blog #contents > dl > dd a:link, .blog #contents > dl > dd a:visited {
  font-size: 13px;
  text-decoration: underline;
  color: #333;
}

.sns_list {
  border: none !important;
}
.sns_list > div {
  width: auto !important;
  display: block !important;
}
.sns_photo {
  width: 100% !important;
}
.sns_date {
  color: #c5262f !important;
}
.sns_text > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.sns_text > ul > li > a {
  background-color: #c5262f;
  color: #fff;
  padding: 1px 14px;
  border-radius: 3px;
}/*# sourceMappingURL=assets.css.map */