@charset "UTF-8";
/*
Theme Name: tokyo-hart
Theme URI: http://www.tokyo-hart.jp/
Version: 1.0
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@400;500;600;700&display=swap");

/* --------------------------
modern-css-reset
https://github.com/Andy-set-studio/modern-css-reset/blob/master/dist/reset.css
--------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


.sp-show {
  display: none;
}

/* 1, Elements  */
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  .sp-hide {
    display: none;
  }

  .sp-show {
    display: block;
  }
}

body {
  height: 100%;
  color: #000;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 20px;/*16*/
  line-height: 2.18;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin: 0;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

table th {
  padding: 5px;
  border: 1px solid #777;
  background-color: #efefef;
}

table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 1.5;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0px 10px 20px;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }

  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* 2, Contents */
/* 基本 */
.l-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0 30px; */
}

@media screen and (max-width: 1049px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1049px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

/*フッター用*/
.l-container-footer{
  width: 93.75%;
  margin: 0 auto;
}

/* SP&paddingなし */
@media screen and (max-width: 767px) {
  .l-container-sp-padding {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 下層ページ */
.l-container-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1049px) {
  .l-container-page {
    width: 100%;
    padding: 0 20px;
  }
}

/* 投稿ページ */
.l-container-post {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1049px) {
  .l-container-post {
    width: 100%;
    padding: 0 20px;
  }
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  margin: auto;
  padding: 0px;
  /* background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box; */
  background: #fff;
  z-index: 777;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}

header.is-show {
  background: #fff;
  box-shadow: 0px 0px 20px rgb(98 44 44 / 15%);
}

.front-page header {
  background: transparent;
  /* background: linear-gradient(180deg, rgb(255 228 228 / 50%), rgb(255 228 228 / 20%), transparent); */
}

.front-page header.is-show {
  background: #fff;
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}

.l-header {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center ;
}

.l-header__left {
  display: flex;
  width: 340px;
  margin: 0px 0px 0 0;
}

.l-header__right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  position: relative;
  /* top: -6px; */
  padding: 0 0 0px 0;
}

@media screen and (max-width: 767px) {
  .l-header__right {
    display: block;
    position: static;
    /* display: none; */
  }
}
.l-header-branding02{
  margin-top: 14px;
  margin-right: 35px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .l-header-branding02{
    display: none;
  }
}
.l-header-branding {
  margin: 14px 10px 0 0px;
  padding: 0px 0;
}

@media screen and (max-width: 767px) {
  .l-header-branding {
    margin: 0 auto;
  }
}

.l-header-branding>a {
  display: block;
  width: 245px;
  height: 50px;
  background: url("./img/logo_header.svg") no-repeat 0% 0%;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .l-header-branding>a {
    width: 194px;
    margin: 0 auto;
  }
}

.l-header-branding>a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-header-branding>a img {
    width: 189px;
  }
}

.front-page .l-header-branding>a {
  background: url("./img/logo_header.svg") no-repeat 0% 0%;
  background-size: contain;
}

header.is-show .l-header-branding>a {
  background: url("./img/logo_header.svg") no-repeat 0% 0%;
  background-size: contain;
}

/* Navi */
.l-gnav {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .l-gnav {
    display: none;
  }
}

.l-header-button {
  display: flex;
  align-items: center;
  margin-left: 17px;
  margin-right: 5px;
  /* padding-top: 8px; */
}

.l-header-button__item {
  margin-right: 10px;
}

/* --------------------------
ブログ 全体
--------------------------- */
/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #653b22;
  border-bottom: 1px solid #653b22;
  margin: 150px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767px) {
  .l-blog-pagenation {
    padding: 20px 100px;
  }
}

.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  color: #653b22;
  text-align: center;
  font-size: 23px;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
}

.l-blog-pagenation .page-numbers.current {
  background-color: #653b22;
  color: #fff;
}

.l-blog-pagenation .page-numbers.prev,
.l-blog-pagenation .page-numbers.next {
  width: 100px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.l-blog-pagenation .page-numbers.prev {
  position: absolute;
  top: 20px;
  left: 50px;
}

@media (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev {
    left: 10px;
  }
}

.l-blog-pagenation .page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #653b22;
  border-right: 1px solid #653b22;
  transform: rotate(-135deg);
}

.l-blog-pagenation .page-numbers.next {
  position: absolute;
  top: 20px;
  right: 50px;
}

@media (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next {
    right: 10px;
  }
}

.l-blog-pagenation .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #653b22;
  border-right: 1px solid #653b22;
  transform: rotate(45deg);
}

/* ブログ 個別記事
--------------------------- */
.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #653b22;
  border-bottom: 1px solid #653b22;
  margin: 150px 0;
  padding: 0px 170px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}

.l-single-pagenation__prev,
.l-single-pagenation__next {
  width: 100px;
}

.l-single-pagenation__prev>a,
.l-single-pagenation__next>a {
  display: block;
}

.l-single-pagenation__prev {
  position: absolute;
  top: 20px;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .l-single-pagenation__prev {
    left: 10px;
  }
}

.l-single-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #653b22;
  border-right: 1px solid #653b22;
  transform: rotate(-135deg);
}

.l-single-pagenation__next {
  position: absolute;
  top: 20px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .l-single-pagenation__next {
    right: 10px;
  }
}

.l-single-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #653b22;
  border-right: 1px solid #653b22;
  transform: rotate(45deg);
}

.l-single-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(106, 75, 75, 0.03);
}

@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 120px;
  }
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.l-page__content-outer,
.l-single-content__content-outer {
  margin-top: 120px;
  margin-bottom: 150px;
}

/* .l-page h2,
.l-single-content h2 {
  margin: 80px -50px 50px -50px;
  padding: 20px 100px 20px 50px;
  border-left: 15px solid #FFD1D7;
  background: url("./img/icon_heading-small.png") no-repeat 101% 15%;
  background-size: 110px auto;
  background-color: #ef939f;
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
} */

@media screen and (max-width: 767px) {

  /* .l-page h2,
  .l-single-content h2 {
    margin: 80px -20px 30px -20px;
    padding: 20px 15px 20px 15px;
    border-left: 10px solid #FFD1D7;
    background-position: 101% 50%;
    background-size: 70px auto;
  } */
}

.l-page h2 strong,
.l-single-content h2 strong {
  color: #fff;
  font-weight: 500;
}

/* .l-page h3,
.l-single-content h3 {
  margin: 60px 0 40px 0;
  padding-bottom: 10px;
  border-bottom: 5px solid #ef939f;
  color: #000;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
} */

@media screen and (max-width: 767px) {

  .l-page h3,
  .l-single-content h3 {
    margin: 60px 0 20px 0;
  }
}

.l-page h4,
.l-single-content h4 {
  position: relative;
  margin: 40px 0 30px 0;
  padding-left: 35px;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {

  .l-page h4,
  .l-single-content h4 {
    position: relative;
    margin: 40px 0 20px 0;
  }
}

/* .l-page h4::before,
.l-single-content h4::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #ef939f;
} */

.l-page h5,
.l-single-content h5 {
  margin: 40px 0 30px 0;
  color: #000;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.l-page ul,
.l-single-content ul {
  list-style-type: none;
  margin-bottom: 50px;
  padding: 47px 53px;
  /* background-color: #fff5f7; */
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
    color: #B24655;
    border-radius: 10px;
  /* display: flex;
  justify-content: center; */
}
@media screen and (max-width: 767px) {
  .l-page ul,
  .l-single-content ul {
    padding: 20px 20px;
    font-size: 16px;
  }
}
.l-page ul.breadcrumbs,
.l-single-content ul.breadcrumbs{
  margin-bottom: 0;
  padding: 47px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-page ul a,
.l-single-content ul a{
  color: #000;
  text-decoration: none;
}
.l-page ul .b_partition,
.l-single-content ul .b_partition{
  padding: 0 20px;
  color: #cdc3bd;
}
@media screen and (max-width: 767px) {
.l-page ul.breadcrumbs,
.l-single-content ul.breadcrumbs{
}
}


.l-page ul li,
.l-single-content ul li {
  margin-bottom: 10px;
}

.l-page ul li b,
.l-single-content ul li b {
  font-weight: 800;
}

.l-page ol,
.l-single-content ol {
  margin-bottom: 50px;
  padding: 47px 53px 47px 76px;
  background-color: #fff5f7;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
    color: #8e6053;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {

  .l-page ol,
  .l-single-content ol {
    padding: 20px 20px 20px 40px;
    font-size: 16px;
  }
}

.l-page ol li,
.l-single-content ol li {
  margin-bottom: 10px;
}

.l-page ol li b,
.l-single-content ol li b {
  font-weight: 800;
}

.l-page a,
.l-single-content a {
  color: #ef939f;
  text-decoration: underline;
}

.l-page a:hover,
.l-single-content a:hover {
  text-decoration: none;
}

.l-page .c-btn01,
.l-single-content .c-btn01 {
  color: #fff;
}

/*.l-page .wp-block-table table,
.l-page table,*/
.l-single-content .wp-block-table table,
.l-single-content table {
  width: auto;
  margin-bottom: 50px;
}

/*.l-page .wp-block-table table thead,
/*.l-page table thead,*/
.l-single-content .wp-block-table table thead,
.l-single-content table thead {
  border-bottom: none;
}

/*.l-page .wp-block-table table thead th,
.l-page table thead th,*/
.l-single-content .wp-block-table table thead th,
.l-single-content table thead th {
  padding: 25px 20px;
  border: 1px solid #fff;
  background-color: #EBEBEB;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

/*.l-page .wp-block-table table thead td,
.l-page table thead td,*/
.l-single-content .wp-block-table table thead td,
.l-single-content table thead td {
  padding: 25px 20px;
  border: 1px solid #fff;
  background-color: #EBEBEB;
  font-size: 18px;
  font-weight: 400;
}

/*.l-page .wp-block-table table tbody th,
.l-page table tbody th,*/
.l-single-content .wp-block-table table tbody th,
.l-single-content table tbody th {
  padding: 25px 20px;
  border: 1px solid #fff;
  background-color: #FFDFE4;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

/*.l-page .wp-block-table table tbody td,
.l-page table tbody td,*/
.l-single-content .wp-block-table table tbody td,
.l-single-content table tbody td {
  padding: 25px 20px;
  border: 1px solid #fff;
  background-color: #FFFAFB;
  font-size: 16px;
  font-weight: 400;
}
.l-page .wp-block-table table tbody th span, .l-page table tbody th span {
 font-size: 13px;
}

.l-page p,
.l-single-content p {
  margin-bottom: 1em;/*2em*/
}

.l-page figure,
.l-single-content figure {
  margin-bottom: 30px;
}

.l-page strong,
.l-single-content strong {
  color: #B24655;
}

.l-page .wp-block-separator,
.l-single-content .wp-block-separator {
  margin-bottom: 2em;
  background: none !important;
  border: none;
  border-bottom: 1px dotted #ef939f;
}

/* Sidebar */
.l-sidebar {
  width: 300px;
}

/* Footer */
footer {
  position: relative;
  background-color: #F9F9FB;
  color: #fff;
}

.l-footer {
  padding: 100px 0 0 0;
  position: relative;
}

.l-footer__brand {
  margin: 0 0 70px 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.l-footer__brand::after{
  content: '';
  background: #ccc;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translate(-50%);
}

.l-footer__brand img {
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .l-footer__brand {
    margin: 0 0 70px 0;
  }
}

.l-footer__brand a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-footer__brand a img {
    width: 155px;
  }
}

.l-footer__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 35px;
  }
}

.l-footer__nav>div {
  width: 25%;
  margin-bottom: 25px;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .l-footer__nav>div {
    width: calc((100% - 35px) / 2);
    margin-bottom: 0;
    padding: 0 0px 0 0;
  }
}

.l-footer .menu {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-footer .menu {
    margin: 0;
  }
}

.l-footer .menu>li>a {
  display: block;
  padding: 10px 0;
  /* border-bottom: 1px solid #111; */
  color: #111;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

.l-footer .menu>li>a.is-parent {
  cursor: auto;
}

.l-footer .menu>li>a.is-parent:hover {
  opacity: 1;
}

.l-footer .sub-menu {
  padding: 0 0 0 0;
}

.l-footer .sub-menu li a {
  display: block;
  padding: 0px 0 5px 0;
  color: #111;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.l-footer__banner {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  /* margin-bottom: 70px; */
}
.l-footer__banner::before{
  content: '';
  background: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__banner {
    margin-bottom: 80px;
    position: static;
  }
  .l-footer__banner::before{
    content: none;
  }
}
.l-footer__banner > div{
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-footer__banner > div{
    display: flex;
    flex-direction: row;
  }
}
.l-footer__banner a{
  margin-right: 20px;
  text-align: center;
}
.l-footer__banner a:not(:last-of-type) {
  margin: 0 20px 20px 0;

}
.l-footer__banner a img {
  max-width: 98%;
  /* border-radius: 8px; */
}

@media screen and (max-width: 767px) {
  .l-footer__banner a {
    margin: 0 0 20px 0;
  }
}

.l-footer__copylight {
  padding: 27px 0 24px 0;
  text-align: center;
  color: #111;
  font-size: 16px;
  letter-spacing: 2.64px;
  position: relative;
}
.l-footer__copylight::before{
  content: '';
  background: #ccc;
  width: 93.75%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

/* Breadcrumbs */
.c-breadcrumbs {
  margin: 30px 0 30px 0;
  background-color: #fff;
  font-size: 14px;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  padding: 1em 4em 1em 2em;
  color: #fff;
  background: url("./img/icon_arrow-white.png") no-repeat calc(100% - 20px) 44%;
  background-size: 20px auto;
  background-color: #ef939f;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .c-btn01 {
    font-weight: 400;
  }
}

.c-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.c-btn01:hover {
  opacity: 1;
}

.c-btn01:hover::after {
  opacity: 0.5;
}

.c-btn01--large {
  font-size: 15px;
  font-weight: 500;
  padding: 1em 6em 1em 6em;
  background: url(./img/icon_arrow-white.png) no-repeat calc(100% - 40px) 46%;
  background-size: 20px auto;
  background-color: #ef939f;
}

@media screen and (max-width: 767px) {
  .c-btn01--large {
    width: 450px;
    max-width: 100%;
    padding: 1em 0.5em 2.5em 0.5em;
    background-position: 53% calc(100% - 20px);
  }
}

.c-btn-radius {
  display: block;
  position: relative;
  width: 180px;
  max-width: 100%;
  padding: 11px 10px 12px;
  border-radius: 50px;
  color: #fff;
  background-color: #ef939f;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 1440px) {
  .c-btn-radius {
    width: 130px;
  }
}

.c-btn-radius::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.c-btn-radius:hover {
  opacity: 1;
}

.c-btn-radius:hover::after {
  opacity: 0.5;
}

.c-btn-radius img {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.c-card01 {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .c-card01 {
    width: 100%;
  }
}

.c-card01__link {
  display: block;
}

.c-card01__link:hover {
  opacity: unset;
}

.c-card01__img {
  overflow: hidden;
}

.c-card01__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}

.c-card01__contents {
  margin-bottom: 20px;
  padding: 20px 20px;
  border: 1px solid #ddd;
}

.c-card01__title {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}

.c-card01__desc {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.c-bgcolor-pink01 {
  background-color: #f5aab5;
}

.c-bgcolor-pink02 {
  background-color: #ef939f;
}

.c-front-description {
  color: #653b22;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .c-front-description {
    font-size: 16px;
    text-align: left;
  }
}

.c-dl01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-dl01 dt {
  width: 100px;
  height: 30px;
  margin-bottom: 25px;
  padding: 4px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-dl01 dt {
    margin: 0 0 10px 0;
  }
}

.c-dl01 dd {
  position: relative;
  top: -2px;
  width: calc(100% - 100px);
  margin-bottom: 25px;
  padding: 0px 0px 0 20px;
}

@media screen and (max-width: 767px) {
  .c-dl01 dd {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 0px 0 0px;
  }
}

.c-dl01__dt01 {
  background-color: #ef939f;
}

.c-dl01__dt02 {
  background-color: #653b22;
}

.c-dl02 dt {
  position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 55px;
    font-weight: 600;
    font-size: 18px;
    color: #9f5e38;
}

.c-dl02 dt::before {
  content: "Q";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  font-size: 22px;
  background-color: #ef939f;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.c-dl02 dd {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 65px;
}

.c-dl02 dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background-color: #653b22;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* form */
.c-form {
  width: 100%;
}

.c-form-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-form-item {
    margin-bottom: 15px;
  }
}

.c-form-item__submit {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submit {
    margin-top: 35px;
  }
}

.c-form-item label {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding: 10px 30px 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-form-item label {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0;
    font-size: 12px;
    text-align: left;
  }
}

input {
  flex: 1;
  height: 50px;
  padding: 0 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  input {
    flex: none;
    width: 100%;
    height: 35px;
  }
}

textarea {
  flex: 1;
  height: 300px;
  padding: 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}

.required {
  padding: 0 5px;
  color: #ca5c7d;
}

.grecaptcha-badge {
  display: none;
}

.c-form-message {
  padding: 10px;
  text-align: left;
  border: 1px solid #F07C26;
  display: inline-block;
  width: 400px;
  text-align: center;
  max-width: 80%;
  margin-top: 50px;
}

.c-form-message strong {
  color: #ca5c7d;
  font-weight: bold;
}

/* front heading */
.c-front-heading {
  position: relative;
  text-align: center;
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .c-front-heading {
    padding-top: 47px;
  }
}

.c-front-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  right: 0;
  width: 159px;
  height: 162px;
  margin: auto;
  background: url("./img/icon_heading.png") no-repeat 0% 0%;
  background-size: contain;
  opacity: 0.12;
}

@media screen and (max-width: 767px) {
  .c-front-heading::before {
    width: 116px;
    height: 138px;
  }
}

.c-front-heading__textBig {
  margin-bottom: 20px;
  color: #653b22;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    margin-bottom: 7px;
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  .c-front-heading__textBig {
    font-size: 26px;
  }
}

.c-front-heading__textSmall {
  display: inline-block;
  position: relative;
  padding: 0 35px;
  font-size: 18px;
  font-weight: 500;
  color: #653b22;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textSmall {
    padding: 0 22px;
    font-size: 12px;
  }
}

.c-front-heading__textSmall::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #653b22;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textSmall::before {
    top: 9px;
    width: 12px;
  }
}

.c-front-heading__textSmall::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #653b22;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textSmall::after {
    top: 9px;
    width: 12px;
  }
}

/* Page heading */
.c-page-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 150px;
  margin-bottom: 20px;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .c-page-heading {
    margin-bottom: 20px;
    padding: 20px 0;
  }
}

/* .c-page-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #FFF9FA;
} */

.c-page-heading h1 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 70px;
  color: #111;
  font-size: 86px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.2em;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-page-heading h1 {
    font-size: 45px;
    padding: 0 50px;
  }
}

/* .c-page-heading h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #653b22;
}

@media screen and (max-width: 767px) {
  .c-page-heading h1::before {
    top: 50%;
    width: 12px;
  }
}

.c-page-heading h1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #653b22;
}

@media screen and (max-width: 767px) {
  .c-page-heading h1::after {
    top: 50%;
    width: 12px;
  }
} */
.c-page-heading h1 + p{
  margin-bottom: 0;
  font-size: 24px;
}

/* 太字 */
.c-page-heading-other01 {
  margin: 40px 0 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/* 下線 */
.c-page-heading-other02 {
  margin: 40px 0 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-decoration: underline;
}

/* キービジュアル */
.c-kv {
  position: relative;
  margin-top: 170px;
  /*min-height: 39.92vw;*//*400*/
  /* background: #ef939f; */
}

@media screen and (max-width: 767px) {
  .c-kv {
    margin-top: 0;
    height: auto;/*146.93vw*/
  }
}

.c-kv__img {
  width: 93.75%;
  height: 20.83vw;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-kv__img {
    height: 53.33vw;
  }
}

.c-kv__heading {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 57px;
}

@media screen and (max-width: 767px) {
  .c-kv__heading {
    top: 115px;
    padding-top: 47px;
  }
}

.c-kv__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  right: 0;
  width: 138px;
  height: 140px;
  margin: auto;
  background: url("./img/icon_heading-white.png") no-repeat 0% 0%;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-kv__heading::before {
    width: 116px;
    height: 138px;
  }
}

.c-kv__title {
  margin-bottom: 0px !important;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c-kv__title {
    margin-bottom: 7px;
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  .c-kv__title {
    font-size: 26px;
  }
}

.c-kv__subtitle {
  display: inline-block;
  position: relative;
  top: -5px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-kv__subtitle {
    padding: 0 22px;
    font-size: 12px;
  }
}

/* --------------------------
メニュー gnav
ハンバーガーメニュー grawer
--------------------------- */
/*  Glabal Navigation PC */
.c-gnav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
  position: relative;
    top: 0px;
}

@media screen and (max-width: 1000px) {
  .c-gnav {
    /* display: none; */
  }
}

.c-gnav .menu {
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}

.c-gnav .menu>li {
  position: relative;
  padding: 0 0px;
  /* sub menu */
  /* ↑ sub menu */
}

.c-gnav .menu>li>a {
  display: block;
  position: relative;
  padding: 24px 25px;
  color: #111;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  .c-gnav .menu>li>a {
    padding: 10px 1.3vw;
    word-break: keep-all;
  }
}

.c-gnav .menu>li>a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  /* background-color: #fff; */
  background: linear-gradient(180deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 40%), rgb(255 255 255 / 20%));
  opacity: 0;
  transition: 0.2s ease;
}

.c-gnav .menu>li>a:hover {
  opacity: 1;
}

.c-gnav .menu>li>a:hover::after {
  opacity: 1;
}

.c-gnav .menu>li>a.is-parent {
  cursor: pointer;
}

.c-gnav .menu>li>a.is-parent::after {
  /* display: none; */
  z-index: -1;
}

.c-gnav .menu>li>a.is-parent:hover {
  /* opacity: 0.7; */
}

.c-gnav .menu>li>.sub-menu {
  display: block;
  /* display: none; */
  opacity: 0;
  list-style-type: none;
  font-size: 14.5px;
  padding: 0px 0 0px 0;
  position: absolute;
  top: 80px;
  left: 0px;
  width: 250px;
  margin: auto;
  z-index: 777;
  transition: 0.2s;
  pointer-events: none;
}

.c-gnav .menu>li>.sub-menu.is-open {
  /* display: block; */
  opacity: 1;
  pointer-events: visible;
}

.c-gnav .menu>li>.sub-menu>li {
  position: relative;
  padding: 0px;
}

.c-gnav .menu>li>.sub-menu>li:last-child {
  border-bottom: none;
}

.c-gnav .menu>li>.sub-menu>li>a {
  display: block;
  position: relative;
  padding: 12px 20px;
  text-decoration: none;
  text-align: left;
  background-color: #653b22;
  color: #fff;
  line-height: 1.6;
}

.c-gnav .menu>li>.sub-menu>li:first-child>a {
  padding-top: 20px;
}

.c-gnav .menu>li>.sub-menu>li:last-child>a {
  padding-bottom: 20px;
}

.c-gnav .menu>li>.sub-menu>li>a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  /* transition: 0s ease; */
  transition: all 200ms ease 0s;
}

.c-gnav .menu>li>.sub-menu>li>a:hover {
  opacity: 1;
}

.c-gnav .menu>li>.sub-menu>li>a:hover::after {
  opacity: 0.2;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu {
  position: absolute;
  top: 0;
  left: 220px;
  list-style-type: none;
  width: 220px;
  padding: 0;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu>li {
  padding: 0px;
  border-bottom: 2px solid #dedede;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu>li:last-child {
  border-bottom: none;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu>li>a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  text-align: left;
  background-color: #653b22;
  color: #fff;
}

/* 表示中のメニュー
.current-menu-item {
  &>a {
    display: block;
    position: relative;
    padding: 0px 10px 10px 10px;
    //border-bottom: 5px solid $main-color;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;

    &::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 5px;
      border-bottom: 5px solid $main-color;
      transition: all 0.2s ease-in-out;
      transform: translateX(0%);

      @include sp {
        display: none;
      }
    }

    &:hover::after {
      transform: translateX(0%);
    }
  }
}

.sub-menu .current-menu-item {
  &>a {
    text-align: left;
  }
}
*/
.l-header-hamburger{
  align-self: center;
}
@media screen and (max-width: 767px) {
  .l-header-hamburger{
    position: absolute;
    top: 0;
    left: -10px;
  }
}

/* Drawer Menu SP */
/* sp ボタン  */
.c-drawer-button__wrap {
  display: block;
  position: relative;
  top: 0;
  left: 0px;
  width: 85px;
  height: 80px;
  z-index: 776;
}

.c-drawer-button {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 24px;
  border: none;
  background: none;
}

.c-drawer-button span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #111;
  transition: 0.3s ease-in;
}

.c-drawer-button span:nth-child(2) {
  top: 50%;
  width: 100%;
}

.c-drawer-button span:nth-child(3) {
  top: 100%;
}

.c-drawer-button.is-close span {
  top: 50%;
  background: #655050;
  transform: rotate(45deg);
}

.c-drawer-button.is-close span:nth-child(2) {
  width: 0;
}

.c-drawer-button.is-close span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/* sp ナビ */
.c-drawer {
  display: block;
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 775;
  padding: 0 0px 0px 0;
  background-color: #fff;
  transition: all 0.2s ease-in;
  overflow-y: auto;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  /*スクロールバー非表示 */
}

.c-drawer.is-open {
  visibility: visible;
  opacity: 1;
}

.c-drawer .l-container {
  height: 100%;
}

.c-drawer__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-drawer__inner::-webkit-scrollbar {
  display: none;
}

.c-drawer__img {
  position: fixed;
  width: 568px;
  max-width: 48%;
  height: 100%;
  background: url("./img/nav_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .c-drawer__img {
    display: none;
  }
}

.c-drawer__img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-drawer__content {
  width: 50%;
  padding: 50px 0;
  position: relative;
  left: 50%;
  /* overflow-y: scroll; */
}

.c-drawer__content::-webkit-scrollbar {
  width: 5px;
}

.c-drawer__content::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
}

.c-drawer__content::-webkit-scrollbar-thumb {
  background-color: #17585d;
}

@media screen and (max-width: 767px) {
  .c-drawer__content {
    left: 0;
    width: 100%;
    padding: 65px 0;
  }
}

.c-drawer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 1049px) {
  .c-drawer__nav {
    display: none;
  }
}

.c-drawer__left {
  width: 50%;
}

.c-drawer__right {
  width: 50%;
}

.c-drawer__nav-sp {
  display: none;
}

@media screen and (max-width: 1049px) {
  .c-drawer__nav-sp {
    display: block;
  }
}

.c-drawer .menu {
  margin: 0;
  padding: 0 40px 0 0;
  line-height: 1.56;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-drawer .menu {
    padding: 0 0px 0 0;
  }
}

.c-drawer .menu>li {
  display: block;
  padding: 10px 0px 0px 0;
}

@media screen and (max-width: 767px) {
  .c-drawer .menu>li {
    padding: 0px 0px 0px 0;
  }
}

.c-drawer .menu>li>a {
  display: block;
  position: relative;
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-drawer .menu>li>a {
    padding: 15px 10px 15px 10px;
    font-size: 20px;
  }
}

.c-drawer .menu>li>a::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 10px;
  width: 12px;
  height: 2px;
  background-color: #000;
}

.c-drawer .menu>li>a::after {
  content: "";
  position: absolute;
  top: 29px;
  right: 15px;
  width: 2px;
  height: 12px;
  background-color: #000;
}

.c-drawer .menu .menu-item-has-children {
  position: relative;
}

.c-drawer .menu .menu-item-has-children .sub-menu {
  display: none;
  list-style: none;
  padding: 15px 0 5px 0;
}

.c-drawer .menu .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px 10px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.c-drawer .menu .sub-menu-sp-btn {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 666;
}

.c-drawer .menu .sub-menu-sp-btn::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s ease;
}

.c-drawer .menu .sub-menu-sp-btn.is-open::after {
  transform: rotate(315deg);
}

.c-drawer-info {
  padding: 75px 0 100px 0;
  text-align: center;
}

.c-drawer-info__item {
  margin-bottom: 30px;
}

.c-drawer-info__tel {
  margin-bottom: 10px;
  padding-right: 22px;
  font-size: 39px;
  line-height: 1;
}

.c-drawer-info__tel img {
  position: relative;
  padding-right: 8px;
}

.c-drawer-info__memo {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.c-drawer-info-btn {
  display: flex;
  justify-content: center;
}

.c-drawer-info-btn__item {
  margin: 0 10px;
}

/* トップページのメニュー */
.front-page .l-gnav .menu li a {
  color: #653b22;
  font-weight: 700;
}

.front-page .c-drawer-button span {
  background: #655050;
}

body.is-scroll .l-gnav .menu>li>a {
  color: #111;
  font-weight: 600;
}

body.is-scroll .c-drawer-button span {
  background: #655050;
}

/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pageTop {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  box-sizing: border-box;
  text-align: center;
  background-color: #653b22;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
}

.c-pageTop.is-show {
  opacity: 1;
}

.c-pageTop.is-show::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.c-pageTop.is-show:hover {
  opacity: 1;
}

.c-pageTop.is-show:hover::after {
  opacity: 0.5;
}

.c-post-news-list {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-news-list__item {
  margin-bottom: 100px;
}

.c-post-news-list__info {
  position: relative;
  margin-bottom: 30px;
  padding: 0px;
}

.c-post-news-list__title {
  width: 100%;
  margin: 0px;
  padding: 16px 135px 16px 30px;
  border-left: 15px solid #FFD1D7;
  background: url("./img/icon_heading-small.png") no-repeat 101% 15%;
  background-size: 110px auto;
  background-color: #ef939f;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .c-post-news-list__title {
    padding: 16px 15px 16px 15px;
    border-left: 9px solid #FFD1D7;
    background-size: 100px auto;
    background-color: #ef939f;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

}

.c-post-news-list__time {
  position: absolute;
  top: 28px;
  right: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Akshar", sans-serif;
}

@media (max-width: 767px) {
  .c-post-news-list__time {
    top: -17px;
    right: 0px;
    color: #ef939f;
    font-size: 18px;
  }

}

.c-post-news-list__desc {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-post-news-list__link-wrap {
  text-align: right;
}

.c-post-news-list__link-wrap a {
  display: inline-block;
  position: relative;
  width: 150px;
  padding: 8px 2px;
  background-color: #FFF9FA;
  color: #ef939f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-news-list__link-wrap a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ef939f;
  border-right: 1px solid #ef939f;
  transform: rotate(45deg);
}

.c-post-blog-list {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-blog-list__item {
  margin-bottom: 100px;
}

.c-post-blog-list__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #ef939f;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.59;
}

@media (max-width: 767px) {
  .c-post-blog-list__title {
    font-size: 20px;
  }
}

.c-post-blog-list__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0px 0px 0 0px;
}

@media (max-width: 767px) {
  .c-post-blog-list__info {
    margin-bottom: 10px;
  }

}

.c-post-blog-list__info-left {
  display: flex;
  width: 400px;
  max-width: 50%;
}

.c-post-blog-list__category {
  margin-right: 22px;
}

.c-post-blog-list__category>span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-blog-list__time {
  position: relative;
  top: 5px;
  color: #B6B6B6;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Akshar", sans-serif;
}

.c-post-blog-list__info-right {
  width: 150px;
}

.c-post-blog-list__info-right a {
  display: block;
  position: relative;
  width: 150px;
  padding: 8px 2px;
  background-color: #FFF9FA;
  color: #ef939f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 767px) {
  .c-post-blog-list__info-right a {
    top: 153px;
  }
}

.c-post-blog-list__info-right a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ef939f;
  border-right: 1px solid #ef939f;
  transform: rotate(45deg);
}

.c-post-blog-list__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-post-single {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-single__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
  padding: 0px 0px 0 0px;
}

@media screen and (max-width: 767px) {
  .c-post-single__info {
    margin-bottom: 40px;
  }
}

.c-post-single__info--news {
  justify-content: flex-end;
}

.c-post-single__category {
  margin-right: 22px;
}

.c-post-single__category>span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-single__time {
  position: relative;
  top: 5px;
  color: #B6B6B6;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Akshar", sans-serif;
}

.c-post-single__time--news {
  font-size: 20px;
}

.c-row {
  display: flex;
  align-items: flex-start;
}

.c-row-center {
  justify-content: center;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .c-col-2 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.c-col-2:nth-child(2n) {
  margin: 0 0 30px 0;
}

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .c-col-3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.c-col-3:nth-child(3n) {
  margin: 0 0 30px 0;
}

/*  Table1 */
.c-table01 {
  width: 100%;
  border: 1px solid #ccc;
}

.c-table01 th {
  width: 30%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
}

.c-table01 td {
  width: 70%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}

/* Page Title */
.c-page__maintitle {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 0 40px 125px;
  border-bottom: 3px solid #ef939f;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #ef939f;
  font-size: 3rem;
}

.p-front {
  position: relative;
}

.p-front-bg {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: -1;
}

.p-front-mv {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-front-mv {
    background-size: cover;
    background-attachment: fixed;
  }
}

.p-front-mv .vegas-content-scrollable {
  overflow: hidden;
}

.p-front-mv__title {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("./img/img_moya01.png") no-repeat calc(50% - 500px) 0%;
  background-size: 1012px auto;
  color: #653b22;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    background-position: calc(50% - 150px) 0%;
    background-size: 670px auto;
  }
}

.p-front-mv__title h1 {
  position: absolute;
  top: calc(50% - 40px);
  right: unset;
  left: 2rem;
  width: 100%;
  margin: auto;
  /* writing-mode: vertical-rl; */
  /* mix-blend-mode: color-burn; */
  font-size: 45px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 0.05em;
  text-align: left;
  /* transform: translateX(-400px); */
  /* color: #653b22; */
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0 60 98 / 70%);
}

.p-front-mv__title h1 span {
  display: inline-block;
  padding-left: 38px;
}

.p-front-mv__text01,
.p-front-mv__text02 {
  position: relative;
}

.p-front-mv__text01::before,
.p-front-mv__text02::before {
  content: "";
  width: 90%;
  height: 30px;
  background: #EF939F;
  position: absolute;
  z-index: -1;
  left: 30px;
  bottom: -10px;
}

.p-front-mv__text02 {
  text-indent: 0;
}

.p-front-mv__text03 {
  text-indent: 0;
  font-size: 31px;
  padding-left: 25px !important;
}

.p-front-mv__text04 {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 35px;
  display: block !important;
}

@media screen and (max-width: 978px) {
  .p-front-mv__title h1 {
    top: 30%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 {
    top: 260px;
    height: 314px;
    width: 100%;
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }

  .p-front-mv__title h1 span {
    padding-left: unset;
    padding: 20px;
  }

  .p-front-mv__title h1 .p-front-mv__text02 {
    text-indent: 0em;
  }

  .p-front-mv__title h1 .p-front-mv__text03 {
    display: block;
  }

  .p-front-mv__title h1 .p-front-mv__text04 {
    margin: 0 2.5rem;
  }

  .p-front-mv__text01::before,
  .p-front-mv__text02::before {
    left: 10px;
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .p-front-mv__title h1 {
    top: 250px;
    font-size: 30px;
  }
  .p-front-mv__title h1 span {
    padding: 15px;
}

  .p-front-mv__text03 {
    font-size: 25px;
  }

  .p-front-mv__text04 {
    font-size: 13px;
    margin-top: 35px;
  }
}

.p-front-mv-feature {
  position: absolute;
  bottom: -10px;
  left: -15px;
}

@media screen and (max-width: 767px) {
  .p-front-mv-feature {
    display: none;
  }
}

.p-front-mv-feature ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap-reverse;
	flex-direction: row;
	gap: 8px 13px;
	width: calc(100% - 450px);
	max-width: 1300px;
/*	padding-top: 200px;*/
	padding: 200px 30px 10px;
}

.p-front-mv-feature ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
  list-style: none;
  position: relative;
	margin-bottom: 0;
	margin-left: 0;
  padding: 6px 10px;
  width: 240px;
	height: 50px;
	background: rgb(255 255 255 / 90%);
	border-radius: 5px;
	border-left: 40px solid #EF939F;
  font-size: 14px;
  font-weight: 800;
  color: #653B22;
	line-height: 1.4;
}

.p-front-mv-feature ul li.style02 {}

.p-front-mv-feature ul li::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: -38px;
  top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.p-front-mv-feature ul li:nth-of-type(1):before {
  background-image: url("./img/front/ico_mv_feature01.png")
}

.p-front-mv-feature ul li:nth-of-type(2):before {
  background-image: url("./img/front/ico_mv_feature02.png")
}

.p-front-mv-feature ul li:nth-of-type(3):before {
  background-image: url("./img/front/ico_mv_feature03.png")
}

.p-front-mv-feature ul li:nth-of-type(4):before {
  background-image: url("./img/front/ico_mv_feature04.png")
}

.p-front-mv-feature ul li:nth-of-type(5):before {
  background-image: url("./img/front/ico_mv_feature05.png")
}

.p-front-mv-feature ul li:nth-of-type(6):before {
  background-image: url("./img/front/ico_mv_feature06.png")
}

.p-front-mv-feature ul li:nth-of-type(7):before {
	background-image: url("./img/front/ico_mv_feature07.png")
}

.p-front-mv-reception {
  position: absolute;
  bottom: -60px;
  right: 0px;
  padding: 56px 0 5px 0;
  background: url("./img/front/img_circle.png") no-repeat 75px 70px;
  background-size: 450px;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0px;
    max-width: auto;
    padding: 200px 0 0 0;
    background-position: 50% 200px;
    background-size: 296px auto;
    height: unset;
  }
}

.p-front-mv-reception__title {
  position: relative;
  left: 198px;
  width: 190px;
  margin-bottom: 20px;
  padding-top: 85px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__title {
    left: auto;
    right: auto;
    width: 190px;
    margin: 0 auto 6px auto;
    padding-top: 20px;
  }
}

.p-front-mv-reception__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  right: 0;
  width: 128.5px;
  height: 131px;
  margin: auto;
  background: url("./img/front/icon_head-small.png") no-repeat 5% 0%;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__title::before {
    display: none;
  }
}

.p-front-mv-reception__title h2 {
  position: relative;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #653B22;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__title h2 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}

.p-front-mv-reception__title p {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #653B22;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__title p {
    font-size: 12px;
  }
}

.p-front-mv-reception__title p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #653B22;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__title p::before {
    top: 7px;
  }
}

.p-front-mv-reception__title p::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #653B22;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__title p::after {
    top: 7px;
  }
}

.p-front-mv-reception__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__row {
    justify-content: center;
  }
}

.p-front-mv-reception__item {
  position: relative;
  width: 203px;
  height: 203px;
  margin: 0 17px 0 0;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item {
    width: 152px;
    max-width: 48%;
    height: 152px;
    margin: 0 5.5px 0 5.5px;
  }
}

.p-front-mv-reception__item:first-child a figure {
  width: 42px;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item:first-child a figure {
    width: 31px;
  }
}

.p-front-mv-reception__item:last-child a figure {
  width: 74px;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item:last-child a figure {
    width: 55px;
  }
}

.p-front-mv-reception__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 42px 10px 20px 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item a {
    padding: 34px 10px 20px 10px;
    font-size: 11px;
  }
}

.p-front-mv-reception__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.p-front-mv-reception__item a:hover {
  opacity: 1;
}

.p-front-mv-reception__item a:hover::after {
  opacity: 0.5;
}

.p-front-mv-reception__item a figure {
  height: 70px;
  margin: 0 auto 5px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item a figure {
    height: 45px;
  }
}

.p-front-mv-reception__item a .c-arrow01 {
  display: block;
  position: relative;
  top: -3px;
  width: 25px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item a .c-arrow01 {
    width: 18px;
  }
}

.p-front-mv-reception__item a .c-arrow01::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item a .c-arrow01::before {
    width: 18px;
  }
}

.p-front-mv-reception__item a .c-arrow01::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  transform: rotate(45deg);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-mv-reception__item a .c-arrow01::after {
    bottom: -7px;
    width: 6px;
  }
}

.p-front-mv-reception__item:first-child a {
  background: url("./img/front/mv_reception01.png") no-repeat 50% 50%;
  background-size: cover;
}

.p-front-mv-reception__item:last-child a {
  background: url("./img/front/mv_reception02.png") no-repeat 50% 50%;
  background-size: cover;
}

.p-front-newstopics {
  padding: 60px 0 80px 0;
  background-color: rgba(255, 249, 250, 0.85);
}

@media screen and (max-width: 767px) {
  .p-front-newstopics {
    padding: 50px 0 60px 0;
  }
}

.p-front-newstopics-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .p-front-newstopics-block01 {
    margin-bottom: 5px;
  }
}

.p-front-newstopics-block01>div:first-child {
  width: 200px;
}

.p-front-newstopics-block01 .c-front-heading::before {
  top: 45px;
  width: 130px;
}

.p-front-newstopics-block01 .c-front-heading__textBig {
  margin-bottom: 10px;
  font-size: 30px;
}

.p-front-newstopics-block01 .c-front-heading__textSmall {
  font-size: 16px;
  margin-bottom: 4rem;
}

.p-front-newstopics-block01__item {
  /* width: 590px; */
  width: calc(100% - 250px);
  /* max-width: 48%; */
}

@media screen and (max-width: 767px) {
  .p-front-newstopics-block01__item {
    max-width: 100%;
    margin: 0 auto 45px auto;
  }

  .p-front-newstopics-block01>div:first-child {
    width: 100%;
  }

  .p-front-newstopics-block01__item {
    width: 100%;
  }

  .p-front-newstopics-block01__item .bnr-topics {
    width: 200px;
    margin: 2rem auto 0;
  }
}

.p-front-newstopics-block01__btn {
  text-align: right;
}

.p-front-newstopics-block01__btn>a {
  display: inline-block;
  width: 145.4px;
  height: 30px;
  margin: 0;
  padding: 6px 30px 5px 10px;
  background: url(./img/icon_arrow-white.png) no-repeat calc(100% - 11px) 44%;
  background-size: 14px auto;
  background-color: #ef939f;
  font-size: 12px;
  font-weight: 600;
}

.p-front-post-list {
  margin: -15px 10px 0 0;
  padding: 25px 50px 30px 50px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-post-list {
    margin: -15px 0px 0 0;
    padding: 25px 22px 20px 22px;
  }
}

.p-front-post-list h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #653b22;
}

@media screen and (max-width: 767px) {
  .p-front-post-list h3 {
    font-size: 22px;
  }
}

.p-front-post-list__item {
  padding: 20px 0 15px 0;
  border-top: 1px solid #ededed;
  display: flex;
}

.p-front-post-list__item:first-child {
  border-top: none;
}

.p-front-post-list__info {
  /* display: flex; */
  /* justify-content: flex-start; */
  height: 20px;
  padding: 0px 0px 0 0px;
}

.p-front-post-list__time {
  width: 90px;
  padding-left: 10px;
  margin-right: 20px;
  font-size: 15px;
  /* line-height: 1; */
  letter-spacing: 0.05em;
  background: #ffaeb8;
  ;
  color: #fff;
  font-family: "Akshar", sans-serif;
}

.p-front-post-list__category {
  display: block;
  position: relative;
  top: -4px;
  list-style: none;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-front-post-list__category span {
  display: block;
  padding: 3px 10px 4px 10px;
  color: #fff;
}

.p-front-post-list__link {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__link {
    width: 100%;
  }
}

.p-front-post-list__title {
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .p-front-post-list__item {
    flex-wrap: wrap;
  }
  .p-front-post-list__info {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-front-post-list__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: unset;
  }
}

.p-front-newstopics-block02 {
  position: relative;
  padding: 40px 15px 36px 15px;
  text-align: center;
  color: #653b22;
  background: rgb(255 255 255 / 25%);
}

@media screen and (max-width: 767px) {
  .p-front-newstopics-block02 {
    padding: 40px 20px 20px 20px;
  }
}

.p-front-newstopics-block02::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #653b22;
  opacity: 0.2;
}

.p-front-newstopics-block02::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #653b22;
  opacity: 0.1;
}

.p-front-newstopics-block02 h3 {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-newstopics-block02 h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .p-front-newstopics-block02 h3 {
    font-size: 16px;
  }
}

.p-front-newstopics-block02 p {
  width: 942px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  font-size: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-newstopics-block02 p {
    margin: 0 auto 60px auto;
    text-align: left;
  }
}

.p-front-newstopics-block02__btn {
  position: relative;
  z-index: 2;
}

.p-front-medical {
  padding: 85px 0 120px 0;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .p-front-medical {
    padding: 75px 0 100px 0;
  }
}

.p-front-medical-block01 {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: flex-start; */
  /* flex-wrap: wrap; */
}

.p-front-medical-block01__item {
  width: 800px;
  height: 150px;
  margin: 0 auto 10px;
  /* max-width: 32%; */
  overflow: hidden;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__item {
    width: 90%;
    height: auto;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 480px) {
  .p-front-medical-block01__item {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
}

.p-front-medical-block01__link {
  display: block;
  width: 100%;
  height: 150px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* aspect-ratio: 1/1; */
  /* font-size: 22px; */
  /* font-weight: 500; */
  /* line-height: 1.27; */
  /* letter-spacing: 0.2em; */
  /* text-align: center; */
  /* text-shadow: 0 0 20px rgba(0, 54, 81, 0.7); */
  /* color: #fff; */
  transition: 0.3s ease;
}

.p-front-medical-block01__link:hover {
  opacity: 1;
  background-size: 102%;
}

.p-front-medical-block01__link01 {
  background: url("./img/front/front_medial01.png") no-repeat 50% 50%;
  background-size: 100%;
}

.p-front-medical-block01__link02 {
  background: url("./img/front/front_medial02.png") no-repeat 50% 50%;
  background-size: 100%;
}

.p-front-medical-block01__link03 {
  background: url("./img/front/front_medial03.png") no-repeat 50% 50%;
  background-size: 100%;
}

.p-front-medical-block01__link04 {
  background: url("./img/front/front_medial04.png") no-repeat 50% 50%;
  background-size: 100%;
}

.p-front-medical-block01__link05 {
  background: url("./img/front/front_medial05.png") no-repeat 50% 50%;
  background-size: 100%;
}
.p-front-medical-block01__link07 {
  background: url("./img/front/front_medial07.png") no-repeat 50% 50%;
  background-size: 100%;
}

/* @media screen and (max-width: 767px) { */
  /* .p-front-medical-block01__link { */
    /* aspect-ratio: 330/240; */
  /* } */
  /* .p-front-medical-block01__link03 { */
    /* background: url("./img/front/front_medial03-sp.jpg") no-repeat 50% 50%; */
    /* background-size: 100%; */
  /* } */
  /* .p-front-medical-block01__link02 { */
    /* background: url("./img/front/front_medial02-sp.jpg") no-repeat 50% 50%; */
    /* background-size: 100%; */
  /* } */
  /* .p-front-medical-block01__link01 { */
    /* background: url("./img/front/front_medial01-sp.jpg") no-repeat 50% 50%; */
    /* background-size: 100%; */
  /* } */
/* } */


.p-front-medical-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-medical-block02__item {
  width: 510px;
  max-width: 48%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__item {
    width: 450px;
    max-width: 100%;
    margin: 0 auto 25px auto;
  }
}

.p-front-medical-block02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 510/100;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__link {
    aspect-ratio: 330/100;
  }
}

.p-front-medical-block02__link:hover {
  opacity: 1;
  background-size: 117%;
}

.p-front-medical-block02__link01 {
  background: url("./img/front/front_medial04.jpg") no-repeat 50% 50%;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__link01 {
    background: url("./img/front/front_medial04-sp.jpg") no-repeat 50% 50%;
    background-size: 100%;
  }
}

.p-front-medical-block02__link02 {
  background: url("./img/front/front_medial05.jpg") no-repeat 50% 50%;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__link02 {
    background: url("./img/front/front_medial05-sp.jpg") no-repeat 50% 50%;
    background-size: 100%;
  }
}

.p-front-medical-block03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-medical-block03__item01 {
  width: 276px;
  max-width: 30%;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block03__item01 {
    width: 450px;
    max-width: 100%;
  }
}

.p-front-medical-block03__item02 {
  width: 740px;
  max-width: 68%;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block03__item02 {
    width: 450px;
    max-width: 100%;
  }
}

.p-front-medical-block03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block03__link {
    height: auto;
    aspect-ratio: 300/100;
  }
}

.p-front-medical-block03__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.p-front-medical-block03__link:hover {
  opacity: 1;
}

.p-front-medical-block03__link:hover::after {
  opacity: 0.5;
}

.p-front-medical-block03__link01 {
  background: url("./img/front/front_medial06.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block03__link01 {
    background: url("./img/front/front_medial06-sp.png") no-repeat 50% 50%;
    background-size: contain;
  }
}

.p-front-medical-block03__link01 img {
  position: relative;
  margin-right: 20px;
}

.p-front-medical-block03__link02 {
  position: relative;
  background: #fff;
  color: #ef939f;
  background: url("./img/icon_arrow-pink.png") no-repeat calc(100% - 40px) 44%;
  background-size: 20px auto;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block03__link02 {
    background-position: calc(100% - 40px) 50%;
  }
}

/* 東京HARTクリニックの特徴 */
.p-front-feature {
  position: relative;
  padding: 165px 0 140px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-feature {
    padding: 65px 0 100px 0;
  }
}

.p-front-feature::before {
  content: "";
  position: fixed;
  bottom: 0;
  right: 0;
  width: 800px;
  height: 850px;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.p-front-feature.is-show::before {
  visibility: visible;
  background: url("./img/img_moya02.png") no-repeat 0% 0%;
  background-size: 1091px auto;
  opacity: 1;
}

.p-front-feature-block01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-feature-block01__left {
  position: relative;
  width: 600px;
  max-width: 51%;
  height: 1400px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__left {
    max-width: 100vw;
    height: auto;
    margin: 0 -20px 0 -20px;
    padding-top: 80px;
  }
}

.p-front-feature-block01__left-inner {
  display: block;
  position: sticky;
  top: 110px;
  left: 0;
  width: 600px;
  max-width: 100%;
  height: 800px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__left-inner {
    position: static;
    width: 100%;
    height: auto;
  }
}

.p-front-feature-block01__number {
  position: absolute;
  top: -26px;
  right: -27px;
  width: 169px;
  height: 158px;
  padding-top: 36px;
  background-color: #ef939f;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number {
    top: 0;
    right: 0;
    left: 0;
    width: 169px;
    height: 158px;
    margin: auto;
    padding-top: 36px;
    font-size: 60px;
  }
}

.p-front-feature-block01__number span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-front-feature-block01__right {
  width: 440px;
  max-width: 48%;
  height: 100%;
  padding: 0px 0 0px 40px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__right {
    max-width: 100vw;
    margin: 0 -20px;
    padding: 50px 20px 0px 20px;
    background: url("./img/img_moya02-sp.png") no-repeat -100% -215px;
    background-size: 524px auto;
  }
}

.p-front-feature-block01__right p {
  margin-bottom: 1.5em;
  color: #653b22;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__right2 {
    background: url("./img/img_moya02-sp.png") no-repeat -250px -215px;
    background-size: 524px auto;
  }
}

.p-front-feature-block01__title {
  margin-bottom: 53px;
  color: #653b22;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title {
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .p-front-feature-block01__title {
    font-size: 22px;
  }
}

/* 施設・設備紹介 */
.p-front-facility {
  padding: 120px 0 143px 0;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .p-front-facility {
    padding: 65px 0 95px 0;
  }
}

.p-front-facility__btn {
  text-align: center;
}

.p-front-facility__btn a {
  padding-left: 7em;
  padding-right: 7em;
}

/* 医院情報 */
.p-front-information {
  padding: 132px 0 140px 0;
  background: url("./img/front/front_info01.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-information {
    padding: 30px 0 55px 0;
    background: url("./img/front/front_info01-sp.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-information__inner {
  padding: 48px 85px 85px 85px;
  background-color: #fff;
}

@media screen and (max-width: 1049px) {
  .p-front-information__inner {
    padding: 48px 15px 85px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-information__inner {
    width: calc(100% - 40px);
    margin: 0 20px 0 20px;
    padding: 48px 0 0px 0;
  }
}

.p-front-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-information-block01__item {
  width: 450px;
  max-width: 48%;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__item {
    max-width: 100%;
  }
}

.p-front-information-block01__item small {
  display: block;
  margin: 4px 0 30px 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__item small {
    padding-left: 15px;
  }
}

.p-front-information-block01__table01 {
  width: 100%;
  padding: 10px 18px 13px 10px;
  background-color: #6A4B4B;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .p-front-information-block01__table01 {
    padding: 10px 2px 13px 2px;
    margin: 0 auto;
    width: 94%;
  }
}

.p-front-information-block01__table01 table {
  width: 100%;
  margin: 0;
}

.p-front-information-block01__table01 table th {
  padding: 5px 5px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  /* background-color: #945d5d; */
  background: none;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.p-front-information-block01__table01 table th span {
  margin-right: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table th span {
    margin-right: 0px;
  }
}

.p-front-information-block01__table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table td {
    padding: 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .p-front-information-block01__table01 table td {
    padding: 0 6px;
  }
}

.p-front-information-block01__table01 table .p-table01-first {
  padding: 0 10px 0 15px;
}
.p-front-information-block01__table01 table .p-table01-last {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table .p-table01-first {
    padding: 0 8px 0 13px;
  }
}

.p-front-information-block01__table01 table tbody tr:last-child th,
.p-front-information-block01__table01 table tbody tr:last-child td {
  border-bottom: none;
}

.p-front-information-block01__table02 table {
  width: 100%;
  margin: 0;
}

.p-front-information-block01__table02 table th {
  width: 120px;
  padding: 26px 0 23px 0;
  border: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
  background: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table th {
    display: block;
    width: 100%;
    padding: 26px 15px 10px 15px;
    border: none;
  }
}

.p-front-information-block01__table02 table td {
  padding: 26px 0 23px 0;
  border: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
  background: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table td {
    display: block;
    width: 100%;
    padding: 0px 15px 23px 15px;
  }
}

.p-front-information-block01__table02 table td img {
  position: relative;
  top: -5px;
  margin-right: 6px;
}

.p-front-information-block01__table02 table tr:first-child th,
.p-front-information-block01__table02 table tr:first-child td {
  border-top: 2px dotted rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table tr:first-child td {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table tr:last-child td {
    border: none;
  }
}

.p-front-information-block01__table02 ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 ul {
    padding: 0 15px;
  }
}
.p-front-information-block01__table02 ul li:first-child {
  border-top: 2px dotted #ccc6c6;
  border-bottom: 2px dotted #ccc6c6;
  padding: 1.8rem 0;
}

.p-front-information-block01__table02 ul li:first-child p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 3px;
}

.p-front-information-block01__table02 ul li:first-child span {
  color: #996a4d;
  font-size: 14px;
}

.p-front-information-block01__table02 ul li:nth-of-type(2) {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1rem;
}

.p-front-information-block01__table02 ul li:nth-of-type(2) span {
  font-size: 12px;
  line-height: 1.3;
  margin-right: 15px;
  font-weight: 700;
}

.p-front-information-block01__table02 ul li:nth-of-type(2) img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.p-front-information-block01__table02 ul li:nth-of-type(2) a {
  font-size: 33px;
  letter-spacing: 1px;
  color: #6b5d51;
  padding-bottom: 6px;
  line-height: 1;
}

.p-front-information-block01__table02 ul li:nth-of-type(3) {}

.p-front-information-block01__table02 ul li:nth-of-type(3) a {
  text-align: center;
  color: #fff;
  background: url(./img/icon_arrow-white.png) no-repeat calc(100% - 20px) 44%;
  background-size: 20px auto;
  background-color: #976c6a;
  width: 100%;
  display: block;
  line-height: 3;
}

@media screen and (max-width: 480px) {
  .p-front-information-block01__table02 ul li:nth-of-type(2) {
    flex-wrap: wrap;
  }
  .p-front-information-block01__table02 ul li:nth-of-type(2) span {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* margin top */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

/* margin bottom */
.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px!important;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px!important;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px!important;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px!important;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px!important;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px!important;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px!important;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px!important;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 1115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb170 {
  margin-bottom: 170px;
}

.u-mb180 {
  margin-bottom: 180px;
}

.u-mb190 {
  margin-bottom: 190px;
}

.u-mb200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }

  .u-mb5--sp {
    margin-bottom: 5px;
  }

  .u-mb10--sp {
    margin-bottom: 10px;
  }

  .u-mb15--sp {
    margin-bottom: 15px;
  }

  .u-mb20--sp {
    margin-bottom: 20px;
  }

  .u-mb25--sp {
    margin-bottom: 25px;
  }

  .u-mb30--sp {
    margin-bottom: 30px;
  }

  .u-mb35--sp {
    margin-bottom: 35px;
  }

  .u-mb40--sp {
    margin-bottom: 40px!important;
  }

  .u-mb45--sp {
    margin-bottom: 45px;
  }

  .u-mb50--sp {
    margin-bottom: 50px;
  }

  .u-mb55--sp {
    margin-bottom: 55px;
  }

  .u-mb60--sp {
    margin-bottom: 60px!important;
  }

  .u-mb65--sp {
    margin-bottom: 65px;
  }

  .u-mb70--sp {
    margin-bottom: 70px;
  }

  .u-mb75--sp {
    margin-bottom: 75px;
  }

  .u-mb80--sp {
    margin-bottom: 80px;
  }

  .u-mb85--sp {
    margin-bottom: 85px;
  }

  .u-mb90--sp {
    margin-bottom: 90px;
  }

  .u-mb95--sp {
    margin-bottom: 95px;
  }

  .u-mb100--sp {
    margin-bottom: 100px;
  }

  .u-mb110--sp {
    margin-bottom: 110px;
  }

  .u-mb120--sp {
    margin-bottom: 120px;
  }

  .u-mb130--sp {
    margin-bottom: 130px;
  }

  .u-mb140--sp {
    margin-bottom: 140px;
  }

  .u-mb150--sp {
    margin-bottom: 150px;
  }
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-pt0-sp {
    padding-top: 0;
  }
}

/* text align */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
}

/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

.u-tb-show {
  display: none;
}

@media screen and (max-width: 1049px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}

@media screen and (max-width: 1049px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

.u-sp-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}

/* Color */
.u-color-white {
  color: #fff;
}

/* tel number */
.u-tel {
  color: inherit;
  text-decoration: none;
}

.u-tel:hover {
  opacity: 1;
}

/* font */
.u-font18 {
  font-size: 18px;
}
.u-weight400 {
font-weight: 400;
}

/* 字下げ */
.u-indent2-5 {
padding-left: 2.5em;
 text-indent: -2.5em;
 display: block;
}

.l-header-info {
  width: 330px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-header-info {
    display: none;
  }
}
.l-header-info ul {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}
.l-header-info li.head-tel {
  text-align: right;
  margin-bottom: 3px;
}
.l-header-info li.head-tel a {
  font-size: 34px;
  color: #715D51;
  /* letter-spacing: 1px; */
  position: relative;
  font-weight: 400;
}
.l-header-info li.head-tel a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./img/icon_tel.png") center center / cover no-repeat;
  position: absolute;
  top: 18px;
    left: -35px;
}
.l-header-info li.head-address p {
  font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}
.l-header-info li.head-address span {
  background-color: #EF939F;
    color: #fff;
    padding: 1px 5px 2px;
    position: relative;
    top: -5px;
    right: -14px;
}
.l-header-info li.head-time-table img {
  width: 310px;
}
.l-header-info li.head-time-table p {
  font-size: 11px;
  color: #fff;
    line-height: 1.5;
    font-weight: 700;
    display: flex;
    margin-top: 5px;
}
.l-header-info li.head-time-table p::before {
  content: "※";
}
.l-header-info, .l-header-info li.head-address, .l-header-info li.head-time-table {
  transition: 0.3s ease;
}
.is-show .l-header-info li.head-address, .is-show .l-header-info li.head-time-table {
  /* opacity: 0; */
  /* display: none; */
}
/* .is-show .l-header-info {
  transform: translateY(5px);
} */
.is-show .l-header-info li.head-tel a {
  color: #715D51;
}
.front-page .l-header-info li.head-time-table p,
.front-page .l-header-info li.head-tel a,
.front-page .l-header-info li.head-address p {
  color: #715D51;
}
