@charset "UTF-8";
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/*!
Theme Name:kimonotakahashi
Description: 守谷市で着物は「きものたかはし」 | 着付け教室・着物クリーニング・着物販売
Theme URI: https://www.kimonotakahashi.jp
Version: 1.0
License: kimonotakahashi.jp
License URI: https://www.kimonotakahashi.jp
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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;
}

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

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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;
}

img {
  vertical-align: top;
}

/* 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;
}

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

body設定(主に書式)

*****************************************/
body {
  position: relative;
  min-width: 1240px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #262626;
  background: url(images/body.jpg) left top repeat;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 1.5rem;
    background-size: auto 430px;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
/****************************************

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.8;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
#top_wrapper {
  background: url(images/top_wrapper.jpg) center top no-repeat;
}

.head_box {
  position: absolute;
  bottom: -40px;
  left: 0;
  background: #fff;
  padding: 8px 45px;
  gap: 50px;
  box-shadow: 3px 3px 0 #432f55;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .head_box {
    min-width: 900px;
  }
}
.head_box .arrow {
  position: absolute;
  width: 58px;
  height: 100%;
  right: 0;
  top: 0;
  background: #000 url(images/arrow.png) center center no-repeat;
  transition: 0.4s;
}
.head_box .arrow:hover {
  background: #262626 url(images/arrow.png) center center no-repeat;
}
.head_box .arrow a {
  display: block;
  width: 100%;
  height: 100%;
}
.head_box div {
  gap: 15px;
  align-items: center;
}
.head_box h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #524338;
  letter-spacing: 0.05em;
}
.head_box time {
  font-size: 1.8rem;
  font-weight: 600;
}
.head_box .label {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  background: #634c87;
  padding: 3px 9px 5px;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 3px 3px 0 #c2c2c2;
}
.head_box .tit {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 20px;
}
.head_box .tit a {
  color: #000;
  text-decoration: none;
}
.head_box .tit a:hover {
  color: #634c87;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  header {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 4% 40px 4%;
  }
  .head_logo {
    position: absolute;
    left: 4%;
    top: 50px;
  }
  #wrapper header {
    height: 540px;
  }
}
@media screen and (max-width: 1400px) {
  .head_area,
  .head_page_area {
    justify-content: end;
  }
  .head_logo {
    position: absolute;
    left: 2.8%;
    top: 35px;
    z-index: 9999;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
  }
  .head_info {
    display: none;
  }
  .head_logo {
    max-width: initial;
    width: 40px;
    top: 15px;
    left: 15px;
    transform: initial;
  }
  .scroll-bar {
    display: none;
  }
  .head_box {
    margin-top: 20px;
    position: relative;
    padding: 8px 50px 8px 15px;
    gap: 5px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
  }
  .head_box h2 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .head_box .flex_s {
    gap: 8px;
  }
  .head_box time {
    font-size: 1.4rem;
    color: #553b6c;
    font-weight: 600;
    line-height: 1;
  }
  .head_box .label {
    display: none;
  }
  .head_box .tit {
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 0;
    line-height: 1.4;
  }
  .head_box .arrow {
    width: 40px;
    background-size: 13px auto;
  }
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 44px;
    height: 43px;
    cursor: pointer;
    z-index: 9999999;
    background: #553b6c;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: none;
    border-right: none;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 26px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 8px;
  }
  #toggle span:nth-child(2) {
    top: 19px;
  }
  #toggle span:nth-child(3) {
    top: 30px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
    background: #553b6c;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(12px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-10px) rotate(316deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    background: url(images/sp_wrapper_top.jpg) top center no-repeat;
    background-size: cover;
    z-index: 999999;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
    background: rgba(85, 59, 108, 0.95);
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    width: 90%;
    padding-top: 80px;
    text-align: center;
    margin: 0 auto;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
    margin: 0 auto -1px;
    background: rgba(85, 59, 108, 0.95);
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .menu-item span {
    font-family: initial;
    font-size: 1.2rem;
    font-weight: 400;
    color: #aaa;
    padding: 6px 0;
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #553b6c;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a {
    font-size: 1.4rem;
    font-family: initial;
    font-weight: 400;
    display: block;
    padding: 10px 0;
    color: #553b6c;
    background: rgba(255, 255, 255, 0.95);
  }
  #sp_navi .sub-menu li a:hover {
    color: #fff;
    background: rgba(85, 59, 108, 0.98);
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: end;
  list-style-type: none;
  gap: 40px;
}
#g_navi .menu > li {
  position: relative;
}
#g_navi .menu > li > a {
  font-size: 2rem;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  padding: 10px 0 8px;
  letter-spacing: 0.06em;
  color: #fff;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  min-width: 180px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 14px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #553b6c;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: rgba(224, 224, 194, 0.9);
  transition: 0.3s linear;
  color: #422e52;
}
#g_navi .menu li ul li a {
  background-image: none !important;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  #g_navi .menu > li > a {
    font-size: 1.8rem;
  }
}
/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 2px;
    transition: 0.6s;
    background: rgba(255, 255, 255, 0.4);
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
  }
}
/****************************************

メインビジュアル

*****************************************/
#metaslider {
  padding-top: 50px;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.top_mv_txt {
  position: absolute;
  left: 34%;
  top: 80px;
  transform: translateX(-50%);
}

#mv {
  position: absolute;
  width: 100%;
  height: 540px;
  background: #ecf8f6;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/top_wrapper.jpg) center top no-repeat;
  background-size: cover;
  z-index: -1;
}

#mv.mv02 {
  background: url(images/mv02.jpg) center center no-repeat;
  background-size: cover;
}

#mv.mv03 {
  background: url(images/mv03.jpg) center center no-repeat;
  background-size: cover;
}

#mv.mv04 {
  background: url(images/mv04.jpg) center center no-repeat;
  background-size: cover;
}

#mv.mv05 {
  background: url(images/mv05.jpg) center center no-repeat;
  background-size: cover;
}

.mv_txt {
  position: relative;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.16em;
  line-height: 1.6;
  padding-top: 60px;
}

@media screen and (max-width: 1500px) {
  .top_mv_txt {
    position: absolute;
    left: 24%;
    top: 80px;
    transform: translateX(-50%);
  }
  .top_mv_txt img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #metaslider {
    position: static;
    padding: 45px 0 0;
    gap: 6%;
  }
  #metaslider img {
    width: 70%;
    margin-left: auto;
  }
  .top_mv_txt {
    top: 110px;
    left: 30px;
    width: 20%;
    transform: initial;
  }
  .top_mv_txt img {
    filter: drop-shadow(2px 1px 0px rgba(0, 0, 0, 0.8));
  }
  #mv {
    position: relative;
    height: 200px;
    padding-top: 0;
  }
  .mv_txt {
    font-size: 1.8rem;
    padding: 0;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

main#page_main {
  width: 100%;
  background: url(images/top_box02.png) left -205px top -60px no-repeat, url(images/top_box02_2.png) right -30px top 26% no-repeat;
}

.inner_contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}

main#single_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 60px;
}

.single_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.single_tit {
  margin-bottom: 25px;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 60px;
}
.breadcrumb_area .breadcrumb {
  max-width: 1200px;
  text-align: right;
  margin: 10px auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #262626;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #262626;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #444;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #553b6c;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #553b6c;
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a {
  line-height: 1.8;
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 50px 0 0;
  }
  main#top_main::before {
    width: 100%;
    background-size: contain;
    top: 0;
  }
  main#page_main {
    padding: 0 0 0;
    background: none;
  }
  main#page_main::before {
    height: 150px;
  }
  main#single_main {
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .breadcrumb_area .breadcrumb p a {
    color: #262626;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 10px;
  }
  .elementor-33 .elementor-element.elementor-element-835e6e6 > .elementor-widget-container {
    margin: 0;
  }
  .single_tit {
    font-size: 2.2rem !important;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 160px 4% 120px 4%;
}
.top_box01 .inner {
  gap: 6%;
}
@media print, screen and (min-width: 768px) {
  .top_box01 .txt {
    writing-mode: vertical-rl;
  }
}
.top_box01 .txt {
  color: #fff;
  max-height: 470px;
}
.top_box01 .txt p {
  font-size: 1.9rem;
  letter-spacing: 0.07em;
}
.top_box01 .txt .line_break {
  margin-right: 20px;
  padding: 0;
}

.top_box02 {
  padding: 120px 2%;
  background: url(images/top_box02.png) left -205px top -60px no-repeat, url(images/top_box02_2.png) right -30px bottom no-repeat;
  background-color: #fbfcf7;
  text-align: center;
}
.top_box02 p {
  font-size: 2rem;
  font-weight: 500;
}
.top_box02 .img_box {
  gap: 1.4%;
}
.top_box02 .img_box li {
  width: 11.647%;
  min-width: 180px;
}
.top_box02 .img_box li img {
  max-width: 213px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box02 .btn01 {
  margin-top: 60px;
}

.top_box03 {
  padding: 100px 0;
  background: url(images/top_box03_1.jpg) left -205px top 100px no-repeat, url(images/top_box03_2.jpg) right -200px top 58% no-repeat, url(images/top_box03_3.jpg) right 82% bottom 40px no-repeat, #fff;
}
.top_box03 p {
  font-size: 2rem;
  font-weight: 500;
}
.top_box03 .area01 {
  text-align: center;
  justify-content: end;
}
.top_box03 .area01 .txt {
  width: 43%;
  padding: 0 2%;
}
.top_box03 .area01 figure {
  width: 50%;
}
.top_box03 .area01 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 600px;
  -o-object-position: left;
     object-position: left;
}
.top_box03 .flow_li {
  margin: 50px 0;
  gap: 65px;
  justify-content: center;
}
.top_box03 .flow_li li {
  position: relative;
  writing-mode: vertical-rl;
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #554343;
  width: 118px;
  height: 292px;
  padding-top: 10px;
  background: url(images/flow.png) center top/contain no-repeat;
}
.top_box03 .flow_li li span {
  writing-mode: initial;
  font-size: 2.4rem;
  font-weight: 800;
  color: #50316a;
  font-style: italic;
}
.top_box03 .flow_li li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 21px;
  left: -60px;
  top: 130px;
  background: url(images/arrow02.png) center center/contain no-repeat;
}
.top_box03 .area02 {
  gap: 1%;
  text-align: center;
}
.top_box03 .area02 figure {
  width: 50%;
}
.top_box03 .area02 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -o-object-position: 74%;
     object-position: 74%;
}
.top_box03 .area02 .txt {
  width: 46%;
  padding: 0 2%;
}
.top_box03 .area02 .flow_li {
  justify-content: center;
  gap: 50px;
}
.top_box03 .area02 .flow_li li {
  width: 104px;
  height: 322px;
  background: url(images/flow02.png) center top/contain no-repeat;
}
.top_box03 .area02 .flow_li li:not(:last-child)::after {
  width: 36px;
  height: 17px;
  left: -42px;
  top: 130px;
}

.cta {
  padding: 100px 4%;
  background: url(images/aside.jpg) center top/cover no-repeat;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .cta .inner {
    width: -moz-max-content;
    width: max-content;
  }
}
.cta .inner {
  gap: 80px;
  margin: 0 auto;
}
.cta p {
  font-size: 1.7rem;
}
.cta ul {
  gap: 30px;
  margin-top: 40px;
}
.cta ul span {
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 30px;
  color: #574646;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.cta ul li {
  position: relative;
  width: 362px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.cta ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta ul .tel {
  background: url(images/aside_btn.png) center top/contain no-repeat;
}
.cta ul .tel span {
  background: url(images/icon_tel.png) left center no-repeat;
  background-size: 23px;
}
.cta ul .mail {
  background: url(images/aside_btn02.png) center top/contain no-repeat;
}
.cta ul .mail:hover {
  opacity: 0.8;
}
.cta ul .mail span {
  background: url(images/icon_mail.png) left center no-repeat;
  background-size: 26px;
  padding-left: 37px;
  text-decoration: none;
  font-size: 2.3rem;
  margin-left: 5px;
}

@media screen and (max-width: 1730px) {
  .top_box02 p {
    font-size: 1.8rem;
  }
  .top_box03 p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .top_box03 .flow_li {
    gap: 46px;
    margin: 40px 0;
  }
  .top_box03 .flow_li li {
    width: 100px;
    height: 250px;
    font-size: 1.8rem;
    padding-top: 5px;
  }
  .top_box03 .flow_li li span {
    font-size: 2.2rem;
  }
  .top_box03 .flow_li li:not(:last-child)::after {
    width: 36px;
    height: 17px;
    left: -42px;
    top: 110px;
  }
  .top_box03 .area01 .txt {
    width: 50%;
  }
  .top_box03 .area01 figure img {
    height: auto;
    min-height: 560px;
  }
  .top_box03 .area02 {
    gap: 0;
  }
  .top_box03 .area02 .txt {
    width: 56%;
  }
  .top_box03 .area02 figure {
    width: 44%;
  }
  .top_box03 .area02 figure img {
    height: auto;
    min-height: 600px;
  }
  .top_box03 .area02 .flow_li {
    justify-content: center;
    gap: 35px;
  }
  .top_box03 .area02 .flow_li li {
    width: 95px;
    height: 295px;
  }
  .top_box03 .area02 .flow_li li:not(:last-child)::after {
    width: 30px;
    height: 15px;
    left: -34px;
    top: 130px;
  }
}
.top_box04 {
  padding: 120px 2%;
  text-align: center;
  background: url(images/top_box04_1.jpg) left 0% top -10% no-repeat, url(images/top_box04_2.jpg) right bottom no-repeat, #fff;
}
.top_box04 p {
  font-size: 2rem;
  font-weight: 500;
}
.top_box04 ul {
  gap: 20px;
}
.top_box04 ul li {
  width: 10.328%;
  min-width: 150px;
}
.top_box04 ul li img {
  max-width: 181px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box04 .area {
  gap: 40px;
}

.txt_box, .txt_box02 {
  position: relative;
  padding: 15px;
  width: 100%;
  max-width: 553px;
  background: url(images/txt_bg.jpg) right top/cover no-repeat;
}
.txt_box .inner, .txt_box02 .inner {
  padding: 90px 25px 25px 25px;
  height: 100%;
  background: url(images/white_bg.jpg) left top/cover no-repeat;
}
.txt_box .inner p, .txt_box02 .inner p {
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
}

.top_box05, .price_box {
  padding: 100px 2% 120px;
  text-align: center;
  background: url(images/top_box05_1.jpg) right top no-repeat, url(images/top_box05_2.jpg) left bottom no-repeat;
}
.top_box05 h2, .price_box h2 {
  margin-bottom: 60px;
}
.top_box05 .area, .price_box .area {
  gap: 40px;
}
.top_box05 section, .price_box section {
  width: 100%;
  max-width: 555px;
  position: relative;
  padding: 15px;
  background: url(images/txt_bg02.jpg) left top/cover no-repeat;
}
.top_box05 .inner, .price_box .inner {
  height: 100%;
  padding: 10px 18px 18px 115px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.top_box06 {
  padding: 100px 0 120px;
  text-align: center;
  background: #fff url(images/top_box06.jpg) left top no-repeat;
}
.top_box06 .top_item {
  overflow: hidden;
  width: 100%;
}
.top_box06 .top_item ul {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  gap: 1%;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.top_box06 .top_item ul li {
  position: relative;
  width: 100%;
  max-width: 382px;
  transition: 0.4s;
}
.top_box06 .top_item ul li:hover {
  opacity: 0.8;
}
.top_box06 .top_item ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top_box06 .top_item ul li img {
  width: 100%;
  aspect-ratio: 76/57;
  height: auto;
}
.top_box06 .top_item ul li h3 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  color: #000;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.85);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 1730px) {
  .top_box04 {
    background: url(images/top_box04_1.jpg) left -30% top -40% no-repeat, url(images/top_box04_2.jpg) right bottom no-repeat, #fff;
  }
  .top_box04 p {
    font-size: 1.8rem;
  }
  .top_box05, .price_box {
    background: url(images/top_box05_1.jpg) right -40% top -10% no-repeat, url(images/top_box05_2.jpg) left bottom no-repeat, #fcfcf8;
  }
}
@media screen and (max-width: 767px) {
  .top_item li {
    width: 50%;
  }
  .top_box01 {
    padding: 30px 10px 40px;
  }
  .top_box01 .inner {
    width: 100%;
    flex-direction: column-reverse;
  }
  .top_box01 .txt p {
    font-size: 1.5rem;
  }
  .top_box01 figure {
    margin-top: 20px;
  }
  .top_box01 figure img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 5/5;
    -o-object-position: top;
       object-position: top;
  }
  .top_box02 p {
    font-size: 1.5rem;
    text-align: left;
  }
  .top_box02 .mb50 {
    margin-bottom: 20px !important;
  }
  .top_box02 .img_box {
    gap: 10px;
  }
  .top_box02 .img_box li {
    width: 31%;
    min-width: initial;
  }
  .top_box02 {
    padding: 40px 10px;
  }
  .top_box02 .btn01 {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .top_box03 {
    padding: 30px 10px 40px;
  }
  .top_box03 .area01 {
    text-align: left;
  }
  .top_box03 .area01 .txt {
    width: 100%;
    padding: 0;
  }
  .top_box03 .area01 p {
    font-size: 1.5rem;
  }
  .top_box03 .area01 figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_box03 .area01 figure img {
    min-height: initial;
  }
  .top_box03 .flow_li {
    margin: 30px 0;
    gap: 11px;
  }
  .top_box03 .flow_li li {
    width: 80px;
    height: 190px;
    font-size: 1.5rem;
  }
  .top_box03 .flow_li li:not(:last-child)::after {
    background-size: 15px auto;
    top: 90px;
    left: -13px;
    width: 15px;
    height: 10px;
  }
  .top_box03 .flow_li li span {
    font-size: 1.6rem;
  }
  .top_box03 .area02 .txt {
    width: 100%;
  }
  .top_box03 .area02 .txt p {
    font-size: 1.5rem;
    text-align: left;
  }
  .top_box03 .area02 figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_box03 .area02 figure img {
    min-height: initial;
  }
  .top_box03 .area02 .flow_li {
    gap: 10px;
  }
  .top_box03 .area02 .flow_li li {
    width: 60px;
    height: 190px;
    line-height: 1.2;
  }
  .top_box03 .area02 .flow_li li:not(:last-child)::after {
    background-size: 15px auto;
    top: 90px;
    left: -13px;
    width: 15px;
    height: 10px;
  }
  .top_box03 .area02 .flow_li li span {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .top_box03 .btn02 {
    text-align: center;
  }
  .cta {
    padding: 40px 10px;
  }
  .cta .inner {
    gap: 20px;
  }
  .cta p {
    font-size: 1.5rem;
  }
  .cta ul {
    margin-top: 30px;
    gap: 20px;
  }
  .cta ul li {
    height: 70px;
  }
  .cta ul li span {
    font-size: 2.4rem;
  }
  .cta ul .mail span {
    font-size: 2rem;
  }
  .top_box04 {
    padding: 40px 10px;
  }
  .top_box04 .txt {
    width: 100%;
    padding: 0;
  }
  .top_box04 p {
    font-size: 1.5rem;
    text-align: left;
  }
  .top_box04 ul {
    gap: 10px;
  }
  .top_box04 ul li {
    width: 31%;
    min-width: initial;
  }
  .top_box04 ul li a {
    width: 100%;
    height: 60px;
  }
  .txt_box .inner, .txt_box02 .inner {
    padding: 15px 15px 15px 15px;
  }
  .txt_box .inner p, .txt_box02 .inner p {
    font-size: 1.5rem;
  }
  .top_box05, .price_box {
    padding: 40px 10px;
  }
  .top_box05 h2, .price_box h2 {
    margin-bottom: 30px;
  }
  .top_box05 section, .price_box section {
    padding: 10px;
  }
  .top_box05 .inner, .price_box .inner {
    padding: 10px 10px 10px 80px;
  }
  .top_box06 {
    padding: 40px 10px 60px;
  }
  .top_box06 .top_item {
    margin-top: 10px;
  }
  .top_box06 .top_item ul li {
    max-width: 220px;
  }
  .top_box06 .top_item ul li h3 {
    text-align: left;
    font-size: 1.4rem;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-40%);
    }
  }
}
/****************************************

news トップ用

*****************************************/
#top_news {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 100px auto 0;
  padding: 20px;
  background: #553b6c;
}
#top_news .inner {
  padding: 15px 15px 15px 120px;
  background: url(images/white_bg.jpg) center center/cover no-repeat;
}

.news_box {
  width: 960px;
  height: 220px;
  overflow-y: scroll;
  margin: 0 auto;
}
.news_box li {
  width: 98%;
  display: flex;
  justify-content: left;
  padding: 15px 20px;
  gap: 40px;
  border-bottom: 1px solid #968748;
}
.news_box time {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #968748;
  font-weight: 600;
}
.news_box h3 {
  line-height: 1.6;
  text-align: left;
}
.news_box h3 a {
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  font-size: 1.8rem;
}
.news_box h3 a:hover {
  color: #968748;
}

@media screen and (max-width: 767px) {
  #top_news {
    padding: 10px;
    margin: 60px auto 0;
  }
  #top_news .inner {
    padding: 10px 10px 10px 70px;
  }
  #top_news .news_box {
    width: 100%;
  }
  #top_news .news_box li {
    padding: 10px 10px;
    display: block;
    text-align: left;
  }
  #top_news .news_box time {
    font-size: 1.5rem;
  }
  #top_news .news_box h3 a {
    font-size: 1.5rem;
  }
}
/****************************************

content下層用

*****************************************/
.aic {
  align-items: center;
}

/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .img_auto {
    width: auto;
    margin: 0 auto;
  }
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .img_box {
    gap: 4%;
    flex-wrap: wrap;
  }
}
/*お取り扱い品目*/
.item_box section, .item_box02 section {
  width: 100%;
  max-width: 360px;
}
.item_box section:not(:nth-last-child(-n+3)), .item_box02 section:not(:nth-last-child(-n+3)) {
  margin-bottom: 30px;
}
.item_box section .object-fit, .item_box02 section .object-fit {
  aspect-ratio: 18/13;
  height: auto;
}

p.tel {
  margin-bottom: 10px;
}
p.tel span {
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 30px;
  color: #574646;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background: url(images/icon_tel.png) left top 10px no-repeat;
  background-size: 23px;
}

@media screen and (max-width: 767px) {
  p.tel {
    text-align: center;
  }
  .item_box, .item_box02 {
    justify-content: center;
  }
  .item_box section:not(:nth-last-child(-n+3)), .item_box02 section:not(:nth-last-child(-n+3)) {
    margin-bottom: 0;
  }
  .item_box section:not(:last-child), .item_box02 section:not(:last-child) {
    margin-bottom: 30px;
  }
}
/*着付けのご依頼*/
.txt_box02 {
  width: 100%;
  max-width: initial;
}
.txt_box02 .circle_li {
  gap: 0 50px;
}

.request_box .txt_box02 {
  max-width: 580px;
}
.request_box .txt_box02:nth-child(3) {
  margin: 0 auto 0;
}

.flow_li02 dl {
  display: flex;
  gap: 10px;
  justify-content: start;
}
.flow_li02 dl:not(:last-child) {
  margin-bottom: 30px;
}
.flow_li02 dl:nth-child(1), .flow_li02 dl:nth-child(2), .flow_li02 dl:nth-child(5) {
  align-items: center;
}
.flow_li02 dt {
  display: flex;
  align-items: center;
  padding: 0 30px;
  width: 338px;
  height: 105px;
  font-weight: 600;
  font-size: 2rem;
  color: #635246;
  background: url(images/flow03.png) left top/contain no-repeat;
  background-size: 320px auto;
}
.flow_li02 dt span {
  color: #50316a;
}
.flow_li02 dd {
  justify-content: space-between;
}
.flow_li02 .area {
  width: 500px;
}
.flow_li02 .txt_box, .flow_li02 .txt_box02 {
  background: #f5f5eb;
  display: block;
  width: 350px;
}
.flow_li02 .txt_box dt, .flow_li02 .txt_box02 dt {
  background: none;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.flow_li02 .txt_box dd, .flow_li02 .txt_box02 dd {
  font-size: 1.5rem;
}
.flow_li02 .tel a {
  color: initial;
}

.txt_box03 {
  padding: 30px;
  background: #f5f5eb;
}
.txt_box03 h2 {
  font-size: 2.3rem;
  text-align: center;
  color: #635246;
  margin-bottom: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .flow_li02 dl {
    display: block;
  }
  .flow_li02 dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .flow_li02 dt {
    width: 100%;
    height: 80px;
    font-size: 1.8rem;
    padding: 0 15px;
    background-size: auto 80px;
    margin-bottom: 5px;
  }
  .flow_li02 dd {
    width: 100%;
  }
  .flow_li02 .txt_box, .flow_li02 .txt_box02 {
    margin-top: 15px;
    width: 100%;
  }
  .txt_box03 {
    padding: 25px 20px;
  }
  .txt_box03 h2 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
/*料金のご案内*/
.price_box {
  background: none;
  padding: 0;
}
.price_box section {
  width: 580px;
}
.price_box .price_table, .price_box .overview_table {
  width: 415px;
}
.price_box .come {
  margin-top: 20px;
  text-align: left;
  line-height: 1.6;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .price_box section {
    width: 100%;
  }
  .price_box .price_table, .price_box .overview_table {
    width: 100%;
  }
}
/*アイテムと着姿のご紹介*/
.item_box02 {
  gap: 10px 30px;
}
.item_box02 article {
  width: 100%;
  max-width: 380px;
}
.item_box02 img {
  height: auto;
  aspect-ratio: 76/57;
}

@media screen and (max-width: 767px) {
  .item_box02 {
    gap: 15px;
  }
  .item_box02 article {
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    border: 1px solid rgba(85, 59, 108, 0.4);
  }
  .item_box02 article .subhead02 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .item_box02 article figure {
    width: 80%;
    margin: 0 auto 15px;
  }
}
/*会社概要*/
.overview_box {
  gap: 0 3%;
}
.overview_box li {
  width: 31.3333%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

/*お問い合わせ*/
.contact_box {
  text-align: center;
}
.contact_box .tel {
  margin: 30px 0 20px;
}

.policy_box {
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
  padding: 30px;
  background: #f5f5eb;
}
.policy_box dt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #635246;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

/*お問い合わせ・エントリー*/
@media screen and (max-width: 767px) {
  .principle_list {
    gap: 15px;
  }
  .principle_list li {
    font-size: 1.6rem;
  }
  .topic_box h2 {
    font-size: 1.6rem;
  }
  .faq_box dl {
    padding: 14px;
  }
  .faq_box dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq_box dl dt,
  .faq_box dl dd {
    padding-left: 40px;
    line-height: 1.6;
  }
  .faq_box dl dt::after,
  .faq_box dl dd::after {
    font-size: 2.2rem;
    width: 40px;
  }
  .faq_box dl dt {
    font-size: 1.7rem;
  }
  .flow_box dl {
    padding: 20px 20px 25px;
  }
  .flow_box dl dt {
    margin-bottom: 0;
  }
  .flow_box dl dd {
    text-align: left;
    font-size: 1.5rem;
  }
  .flow_box dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .flow_box dl:not(:last-child)::before {
    bottom: -13px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 13px solid #1b2c7a;
  }
  .flow_box dl:not(:last-child)::after {
    bottom: -12px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 13px solid #fff;
  }
  img.tel {
    width: auto;
    height: 26px;
  }
  .policy_box {
    padding: 20px 15px;
  }
  .policy_box dt {
    font-size: 1.8rem;
  }
  .policy_box dd {
    text-align: left;
  }
  .topic_box article {
    padding: 30px 15px;
    border-bottom: 1px solid #ccc;
  }
  .topic_box figure {
    margin-bottom: 10px;
  }
  .topic_box .btn01 {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .topic_box h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .topic_box .data {
    font-size: 1.5rem;
  }
}
/****************************************

single.php
mt10
*****************************************/
.single_box {
  padding-bottom: 100px;
}
.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below div {
  width: 250px;
  transition: 0.3s;
}
.nav-below div a {
  display: block;
  padding: 15px 5px;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #553b6c;
  border: solid 1px #553b6c;
}
.nav-below div a:hover {
  background: #553b6c;
  color: #fff;
}
.nav-below .next,
.nav-below .prev {
  width: 160px;
}
.nav-below .next a {
  border-right: none;
}
.nav-below .prev a {
  border-left: none;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

a.page-numbers {
  background: #fff;
  border: solid 1px #553b6c;
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #262626;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  transition: 0.3s;
  color: #fff;
  background: #553b6c;
}

.pager .current {
  background: rgba(238, 238, 238, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.8rem;
  background: #553b6c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .single_box h1 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 15px;
  }
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

*****************************************/
aside {
  padding: 0 0 100px;
  background-size: cover;
  text-align: center;
}
aside p {
  font-size: 1.8rem;
}
aside .aside_bnr_box {
  margin-top: 50px;
  gap: 4%;
}
aside .aside_bnr_box .tel {
  background: #fff;
}
aside .aside_bnr_box .mail {
  background: #553b6c;
  transition: 0.4s;
}
aside .aside_bnr_box .mail:hover {
  background: #664f3e;
}
aside .aside_bnr_box .mail a {
  text-decoration: none;
}
aside .aside_bnr_box .mail span {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  padding-left: 50px;
  background: url(images/icon_mail.png) left center no-repeat;
}
aside .aside_bnr_box li {
  width: 380px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  aside {
    padding: 30px 10px 50px;
  }
  aside p {
    font-size: 1.5rem;
  }
  aside .aside_bnr_box {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  aside .aside_bnr_box li {
    width: 100%;
    height: 75px;
  }
  aside .aside_bnr_box .tel img {
    max-width: 250px;
  }
  aside .aside_bnr_box .mail span {
    font-size: 2.2rem;
    padding: 0 0 2px 45px;
    background-size: 30px auto;
  }
}
/****************************************

テーブル

*****************************************/
.price_table, .overview_table {
  width: 100%;
  max-width: 390px;
  border-collapse: collapse;
  border-spacing: 0; /* 行間の余白 */
  margin: 0 0 0 auto;
}
.price_table th, .overview_table th,
.price_table td,
.overview_table td {
  border-bottom: 1px solid #b3ab8c;
  line-height: 1.5;
  font-size: 1.7rem;
  vertical-align: middle;
}
.price_table th, .overview_table th {
  width: 40%;
  font-weight: 600;
  text-align: left;
  padding: 3px 3px 3px 20px;
  vertical-align: middle;
  color: #514242;
}
.price_table td, .overview_table td {
  width: 60%;
  font-weight: 600;
  padding: 14px 2%;
  line-height: 2;
  text-align: right;
  padding: 3px 20px 3px 3px;
  color: #373737;
}

.foot_table {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0; /* 行間の余白 */
}
.foot_table th,
.foot_table td {
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
.foot_table th {
  font-weight: 600;
  padding-right: 20px;
}
.foot_table td {
  font-weight: 400;
}

.overview_table {
  width: 100%;
  max-width: initial;
}
.overview_table th,
.overview_table td {
  border: 1px solid #aca398;
  color: #1f1f1f;
  font-size: 1.6rem;
  padding: 10px 20px;
}
.overview_table th {
  width: 30%;
  background: #f5f5eb;
}
.overview_table td {
  width: 70%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table_wrap {
    overflow-x: auto;
  }
  .price_table th, .overview_table th,
  .price_table td,
  .overview_table td {
    font-size: 1.5rem;
  }
  .price_table th, .overview_table th {
    padding-left: 10px;
    width: 60%;
  }
  .price_table td, .overview_table td {
    padding-right: 10px;
  }
  .overview_table,
  .terms_table {
    border-spacing: 0 10px;
  }
  .overview_table tr:not(:last-child) td,
  .terms_table tr:not(:last-child) td {
    border-bottom: none;
  }
  .overview_table th,
  .terms_table th {
    border-bottom: 0;
  }
  .overview_table th,
  .overview_table td,
  .terms_table th,
  .terms_table td {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 1.5rem;
  }
}
/****************************************

ボタン

*****************************************/
.btn01 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 280px;
  height: 70px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #4b3d27;
  transition: 0.4s;
  letter-spacing: 0.02em;
  background: url(images/btn03.png) center center/contain no-repeat;
}
.btn01 a:hover {
  opacity: 0.8;
}

.btn02 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 280px;
  height: 70px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #4b3d27;
  transition: 0.4s;
  letter-spacing: 0.02em;
  background: url(images/btn03.png) center center/contain no-repeat;
}
.btn02 a:hover {
  opacity: 0.8;
}
.btn02 a {
  color: #fff;
  font-weight: 600;
  background: url(images/btn02.png) center center/contain no-repeat;
}

.btn03 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 280px;
  height: 70px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #4b3d27;
  transition: 0.4s;
  letter-spacing: 0.02em;
  background: url(images/btn03.png) center center/contain no-repeat;
}
.btn03 a:hover {
  opacity: 0.8;
}
.btn03 a {
  height: auto;
  padding: 5px 10px 25px;
}
.btn03 a::after {
  top: auto;
  bottom: 10px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .btn01 {
    text-align: center;
    margin: 0 auto;
  }
  .btn01 a {
    width: 280px;
    height: 60px;
    font-size: 1.6rem;
  }
  .btn02 a {
    max-width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
  .btn05 {
    margin: 0 auto;
  }
  .btn05 a {
    min-width: 345px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .movie_btn li {
    width: 100%;
  }
  .movie_btn li a {
    height: 120px;
    font-size: 2rem;
  }
  .movie_btn li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

テキスト設定

*****************************************/
.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.marker, .marker02 {
  display: inline-block;
  color: #553b6c;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  color: #444;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #553b6c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.linkbd02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  color: #444;
}
.linkbd02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.linkbd02:hover {
  opacity: 1;
  text-decoration: none;
}
.linkbd02:hover::after {
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
}
.linkbd02 {
  color: #fff;
  padding-bottom: 5px;
}
.linkbd02:hover {
  opacity: 0.8;
}

.txt_area {
  background: #f3f9fc;
  padding: 30px;
}

.txt720 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt720 {
    max-width: 720px;
  }
}

.txt740 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt740 {
    max-width: 740px;
  }
}

.txt760 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt760 {
    max-width: 760px;
  }
}

.txt860 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt860 {
    max-width: 860px;
  }
}

.txt950 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt950 {
    max-width: 950px;
  }
}
.txt950 h2 {
  text-align: left;
  font-size: 2.4rem;
}

.frame_box {
  border: 1px solid #664f3e;
  padding: 10px;
  background: #fff;
}
.frame_box .inner {
  background: rgba(80, 167, 209, 0.14);
  padding: 30px;
}
.frame_box p {
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.circle_li li {
  position: relative;
  padding: 3px 0 3px 10px;
  line-height: 1.4;
}
.circle_li li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #553c6c;
}

.li_circle02 li {
  width: 48%;
}

.li_check li {
  position: relative;
  width: 49%;
  padding: 12px 15px 12px 60px;
  font-size: 2rem;
  background: #515151;
  padding-left: 60px;
}
@media print, screen and (min-width: 768px) {
  .li_check li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
}
.li_check li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  background: #000 url(images/icon_check.svg) center center no-repeat;
  background-size: 20px;
  transform: translateY(-50%);
}

.li_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt_center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .txt_right {
    text-align: right;
  }
}
.space20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 1830px) {
  .li_btn a {
    padding: 16px 10px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .txt950 h2 {
    font-size: 1.8rem;
  }
  .balloon {
    text-align: center;
    line-height: 1.6;
    padding: 0 30px 5px;
    font-size: 1.7rem;
  }
  .balloon::before, .balloon::after {
    bottom: 0;
    top: auto;
  }
  .frame_box .inner {
    padding: 20px;
  }
  .txt_area {
    padding: 20px;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 35px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 40px !important;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
  .li_check li {
    padding: 12px 10px 12px 40px;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .li_check li:not(:last-child) {
    margin-bottom: 8px;
  }
  .li_check li::after {
    left: 10px;
    background-size: 10px;
    width: 20px;
    height: 20px;
  }
  .li_circle li {
    font-size: 1.5rem;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: 700;
}

.red {
  color: #a9020e;
  font-weight: 500;
}

.blue {
  color: #553b6c;
}

.yellow {
  color: #664f3e;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.img300 {
  width: 100%;
  max-width: 300px;
}

.img380 {
  width: 100%;
  max-width: 380px;
}

.img400 {
  width: 100%;
  max-width: 400px;
}

.img440 {
  width: 100%;
  max-width: 440px;
}
.img440 figcaption {
  font-size: 2rem;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: 40px;
}

.top_subhead01, .headline {
  margin: 0 auto 40px;
  padding-top: 20px;
  font-size: 3rem;
  font-weight: 600;
  color: #664f3e;
  letter-spacing: 0.04em;
  background: url(images/top_subhead01.png) center top no-repeat;
}
.top_subhead01 span, .headline span {
  display: block;
  font-size: 1.6rem;
  color: #9f9790;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 5px;
}

.top_subhead02, .top_subhead03 {
  margin: 0 auto 40px;
  font-size: 3rem;
  font-weight: 600;
  color: #664f3e;
  letter-spacing: 0.04em;
}
.top_subhead02 span, .top_subhead03 span {
  display: block;
  font-size: 1.6rem;
  color: #9f9790;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 5px;
}

.top_subhead03 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.top_subhead03 span {
  color: #c7c7c7;
  margin-top: 20px;
}

@media screen and (max-width: 1740px) {
  .top_subhead03 {
    margin-bottom: 15px;
  }
}
.aside_tit {
  color: rgba(38, 38, 38, 0.7);
  font-size: 9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 45px;
}
.aside_tit span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3rem;
  color: #262626;
}

.top_subhead04, .subhead03 {
  position: absolute;
  left: 0;
  top: 40px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 10px 38px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: 95%;
  text-align: left;
  background: #000 url(images/top_subhead03.jpg) center center/cover no-repeat;
  box-shadow: 2px 2px 6px #c2c2c2;
}

.top_subhead05 {
  position: absolute;
  top: -15px;
  left: 30px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  color: #fff;
  width: 85px;
  height: 305px;
  background: url(images/top_subhead04.png) center center no-repeat;
  filter: drop-shadow(0 0 4px #c2c2c2);
  padding-top: 30px;
}

.top_subhead06 {
  position: absolute;
  top: -20px;
  left: 40px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-size: 2.3rem;
  color: #634a4a;
  font-weight: 600;
  padding-top: 20px;
  width: 85px;
  height: 261px;
  background: url(images/top_subhead05.png) center bottom no-repeat;
  filter: drop-shadow(0 0 2px #c2c2c2);
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .top_headline {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .top_subhead01, .headline {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .top_subhead01 span, .headline span {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .top_subhead02, .top_subhead03 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .top_subhead02 span, .top_subhead03 span {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .top_subhead03 {
    margin-bottom: 0;
  }
  .top_subhead03 span {
    margin-top: 10px;
  }
  .top_subhead04, .subhead03 {
    position: relative;
    left: -30px;
    top: 0;
    font-size: 1.8rem;
    padding: 10px 15px;
    margin-bottom: 12px;
    width: calc(100% + 30px);
  }
  .top_subhead05 {
    font-size: 1.8rem;
    width: 60px;
    height: 220px;
    padding: 15px 0 20px;
    background-size: cover;
    top: -5px;
    left: 20px;
  }
  .aside_tit {
    font-size: 5.2rem;
    margin-bottom: 20px;
  }
  .aside_tit span {
    font-size: 2rem;
  }
  .top_subhead06 {
    top: -10px;
    left: 20px;
    font-size: 2rem;
    width: 50px;
    height: 180px;
    background-size: cover;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-size: 3rem;
  display: table;
  text-align: center;
}

.subhead01 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 5px;
  padding-left: 25px;
  margin-bottom: 25px;
  line-height: 1.8;
  color: #635246;
  border-bottom: 1px solid #553c6c;
}

.subhead02 {
  margin: 10px 0 15px;
  padding: 15px 20px 10px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #634b4b;
  letter-spacing: 0.04em;
  background: url(images/subhead02.jpg) left top/cover no-repeat;
}

.subhead04,
.subhead05 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .subhead01 {
    font-size: 2rem;
    padding: 0 10px 10px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .subhead02 {
    font-size: 1.8rem;
  }
  .subhead03 {
    font-size: 1.8rem;
    padding: 10px 10px;
    line-height: 1.5;
  }
  .subhead03 span {
    font-size: 4rem;
    left: 20px;
  }
  .subhead04 {
    margin-bottom: 15px;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 60px !important;
    text-align: center;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  .f_logo {
    max-width: 80px;
    margin: 0 auto 20px;
  }
  .f_logo img {
    width: 100% !important;
  }
  #sp_footer {
    background: #553b6c;
    position: relative;
    z-index: 999999;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 9999999;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: #553b6c;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: auto;
    max-width: 26px;
    height: 24px;
    margin-bottom: 4px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.04em;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    width: 25%;
  }
  #sp_footer .sp_footer_box {
    padding: 40px 15px 20px;
    color: #fff;
  }
  #sp_footer .sp_footer_box p {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .f_tel {
    margin: 15px 0 5px;
  }
  .sp_copyright {
    font-size: 1.3rem;
    color: #fff;
    padding-bottom: 20px;
  }
  .bottom_map {
    height: 260px;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #pc_footer {
    background: #553b6c;
    padding: 50px 0 30px;
  }
  #pc_footer .inner {
    width: 100%;
    margin: 0 auto;
    gap: 2.5%;
  }
  #pc_footer .f_logo {
    margin-top: 20px;
  }
  #pc_footer p {
    color: #fff;
  }
  #pc_footer .sns_box {
    gap: 20px;
    margin-top: 40px;
  }
  #pc_footer section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 3%;
    text-align: center;
    border-left: 1px solid #fff;
  }
  #pc_footer section ul span {
    font-size: 2.6rem;
    font-weight: 600;
    padding-left: 30px;
    color: #574646;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  #pc_footer section ul li:first-child {
    margin-bottom: 30px;
  }
  #pc_footer section ul li {
    position: relative;
    width: 362px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
  }
  #pc_footer section ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #pc_footer section ul .tel {
    background: url(images/aside_btn.png) center top/contain no-repeat;
  }
  #pc_footer section ul .tel span {
    background: url(images/icon_tel.png) left center no-repeat;
    background-size: 23px;
  }
  #pc_footer section ul .mail {
    background: url(images/aside_btn02.png) center top/contain no-repeat;
  }
  #pc_footer section ul .mail:hover {
    opacity: 0.8;
  }
  #pc_footer section ul .mail span {
    background: url(images/icon_mail.png) left center no-repeat;
    background-size: 26px;
    padding-left: 37px;
    text-decoration: none;
    font-size: 2.3rem;
    margin-left: 5px;
  }
  #pc_footer h2 {
    margin-bottom: 40px;
  }
  .pc_floating {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
  }
  .pc_floating li:not(:last-child) {
    margin-bottom: 10px;
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
  }
  .sitemap {
    text-align: center;
    margin: 30px auto 0;
  }
  .sitemap a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    z-index: 999;
    padding-bottom: 3px;
    color: #444;
  }
  .sitemap a::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.4s;
  }
  .sitemap a:hover::after {
    transform: scale(1, 1);
  }
  .sitemap a {
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
    font-size: 1.5rem;
  }
  .bottom_map {
    height: 380px;
  }
  .bottom_map iframe {
    height: 100%;
    display: block;
    filter: grayscale(0.75) hue-rotate(245deg) saturate(0.7) brightness(1.05);
  }
  .pc_copyright {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1730px) {
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .pagetop img {
    width: 130px;
    height: 130px;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pc_copyright {
    padding: 12px;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #553b6c solid;
  border-radius: 0;
  background-color: #553b6c;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
  font-family: inherit;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #553b6c solid;
  box-shadow: 0 0 2px 2px rgba(85, 59, 108, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.foam_come {
  text-align: center;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #553b6c;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #553b6c;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #553b6c;
  border-right: 3px solid #553b6c;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #553b6c;
  box-shadow: 0 0 2px 2px rgba(85, 59, 108, 0.5);
  background-color: #553b6c;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(85, 59, 108, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #553b6c;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #553b6c;
  border-right: 1px solid #553b6c;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #553b6c;
  border-right: 1px solid #553b6c;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #553b6c;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(85, 59, 108, 0.7), rgba(85, 59, 108, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(85, 59, 108, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(85, 59, 108, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .foam_come p {
    text-align: left;
  }
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */