@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Josefin Sans */
/* Mrs Saint Delafield */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

.com-tel {
  position: relative;
  z-index: 1;
}
.com-tel-num {
  line-height: 1;
  padding-left: 35px;
  color: #44413c;
  background: url(/img/all/tel-ico.png) no-repeat left 4px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-main {
  letter-spacing: 0.05em;
  color: #e27887;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.com-ttl02 {
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  color: #fff;
  background-color: #f0afac;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.com-ttl03 {
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px dashed #f0afac;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  width: 240px;
  height: 70px;
  padding-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #e27887;
  border-radius: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-btn01::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-bottom: 7px;
  background: url(/img/all/arw.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
.com-btn01:hover::before {
  transform: translateX(5px);
}

.com-mail {
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e27887;
  background-color: #fff;
  border: 2px solid #e27887;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-mail::before {
  content: "";
  width: 15px;
  height: 13px;
  margin-right: 5px;
  background: url(/img/all/mail-ico.png) no-repeat center center;
  transition: all 0.5s ease;
}
.com-mail:hover::before {
  transform: scale(0.95);
}

.com-line {
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}
.com-line:hover {
  transform: scale(0.95);
}

.com-instagram {
  transition: all 0.5s ease;
}
.com-instagram:hover {
  transform: scale(0.95);
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 35px;
}

.com-table01 {
  width: 100%;
  border-collapse: separate;
  padding: 45px 98px 80px;
  background-color: #fff;
  border: 1px solid #f0afac;
}
.com-table01 th {
  white-space: pre-line;
  width: 230px;
  line-height: 2.2;
  padding: 28.3px 20px 28.3px 15px;
  color: #e27887;
  font-weight: 600;
  border-bottom: 1px dashed #f0afac;
}
.com-table01 td {
  white-space: pre-line;
  line-height: 2.2;
  padding: 28.3px 20px 28.3px 0;
  color: #44413c;
  border-bottom: 1px dashed #f0afac;
}
.com-table01 a {
  color: #44413c;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #e27887;
  background-color: #fff8f6;
}
.com-table02 tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.com-table02 tr:last-of-type td {
  border-bottom: none;
}
.com-table02 tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
}
.com-table02 th {
  width: 142px;
  text-align: center;
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #898989;
}
.com-table02 td {
  width: 142px;
  padding: 10px 10px;
  text-align: center;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.com-no-post {
  text-align: center;
  margin-top: 100px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #e27887;
}

.com-sub-color {
  color: #d2ae7c;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.com-tag-list-item {
  padding: 0 10px;
  color: #e27887;
  border: 1px solid #e27887;
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.com-time {
  flex-shrink: 0;
  padding-right: 10px;
  color: #d2ae7c;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.com-svg-txt {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  overflow: hidden;
}
#top-news .container {
  width: 100%;
  height: 445px;
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
#top-news .container::before {
  position: absolute;
  content: "";
}
#top-news .container::after {
  position: absolute;
  content: "";
}
#top-news .container::before {
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff8f6;
  z-index: -1;
}
#top-news .container::after {
  width: 109px;
  height: 98px;
  left: -30px;
  bottom: 20px;
  background: url(/img/top/news-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  #top-news .container::after {
    left: -5px;
    bottom: 10px;
  }
}
#top-news .container-box {
  width: 240px;
  flex-shrink: 0;
}
#top-news .ttl {
  text-align: left;
}
#top-news .list {
  width: 100%;
  margin-left: 90px;
}
#top-news .list-item:nth-of-type(n + 2) {
  border-top: 1px dotted #e27887;
}
#top-news .list-link {
  width: 100%;
  padding: 25px 0;
  color: #44413c;
}
#top-news .list-ttl {
  margin-top: 15px;
}
#top-news .btn {
  margin-top: 70px;
}

/* =========================================
    top  PC
    top-greeting
========================================= */
#top-greeting .bg {
  background: url(/img/top/greeting-img01.jpg) no-repeat right top/30.2vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-greeting .bg::before {
  position: absolute;
  content: "";
}
#top-greeting .bg::before {
  width: 100%;
  height: 330px;
  bottom: 0;
  left: 0;
  background: url(/img/all/pt02.png) left top;
  z-index: -1;
}
#top-greeting .ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
#top-greeting .ttl-sub {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-15deg);
  top: -65px;
  left: calc(50% - 332px);
  color: #f9eeea;
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
  z-index: -1;
  font-size: 90px;
  font-size: 9rem;
}
@media screen and (max-width: 767px) {
  #top-greeting .ttl-sub {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
#top-greeting .ttl-main {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #top-greeting .ttl-main {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-greeting .ttl-main-color {
  padding: 0 5px;
  color: #e27887;
}
#top-greeting .ttl-main-lg {
  letter-spacing: 0.05em;
  padding: 0 10px;
  color: #f0afac;
  background-color: #fff;
  border: 2px solid #f0afac;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-greeting .ttl-main-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-greeting .img {
  position: absolute;
  top: 252px;
  left: calc(50% - 820px);
}
@media screen and (max-width: 1300px) {
  #top-greeting .img {
    width: 600px;
    top: 302px;
    left: calc(50% - 715px);
  }
}
#top-greeting .txt {
  width: 100%;
  max-width: 610px;
  line-height: 2.2;
  margin-top: 80px;
  margin-left: auto;
}
#top-greeting .movie {
  width: 800px;
  height: 450px;
  margin: 150px auto 0;
  position: relative;
}
#top-greeting .movie iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-greeting .movie::before {
  position: absolute;
  content: "";
}
#top-greeting .movie::after {
  position: absolute;
  content: "";
}
#top-greeting .movie::before {
  width: 54px;
  height: 43px;
  top: -48px;
  left: -74px;
  background: url(/img/top/movie-deco01.png) no-repeat;
  background-size: 100%;
}
#top-greeting .movie::after {
  width: 65px;
  height: 105px;
  bottom: -55px;
  right: -87px;
  background: url(/img/top/movie-deco02.png) no-repeat;
  background-size: 100%;
}

/* =========================================
    top  PC
    top-point
========================================= */
#top-point .bg {
  border-top: 1px solid #e27887;
  border-bottom: 1px solid #e27887;
  background: url(/img/top/point-bg01.png) no-repeat calc(100% - 200px) 50px, url(/img/top/point-bg02.png) no-repeat left bottom, url(/img/all/pt01.png) left top;
}
#top-point .list {
  width: 100%;
  gap: 135px 40px;
  padding-left: 10px;
}
#top-point .list-item {
  width: 330px;
  height: 330px;
  position: relative;
}
#top-point .list-img {
  width: 100%;
}
#top-point .list-point {
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
}
#top-point .list-ttl {
  position: absolute;
  line-height: 2.25;
  letter-spacing: 0.05em;
  left: -10px;
  top: 300px;
  font-size: 20px;
}
#top-point .list-ttl-bg {
  padding: 5.5px 6px;
  background-color: #fff;
}

/* =========================================
    top  PC
    top-recommend
========================================= */
#top-recommend .bg {
  background: url(/img/top/recommend-bg.jpg) no-repeat center/cover;
}
#top-recommend .container {
  width: 100%;
  padding: 80px 80px 40px;
  background: url(/img/top/recommend-box-deco.png) no-repeat right top, #fff;
}
#top-recommend .wrap {
  padding-top: 45px;
  background: url(/img/top/recommend-deco01.png) no-repeat left top;
}
#top-recommend .ttl {
  text-align: left;
  background: url(/img/top/recommend-deco02.png) no-repeat 175px bottom;
}
#top-recommend .sub-ttl {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #top-recommend .sub-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-recommend .sub-ttl-bg {
  padding: 4.5px 0px 4.5px 10px;
  background-color: #f0afac;
}
#top-recommend .txt {
  line-height: 2;
  margin-top: 50px;
}
#top-recommend .link {
  width: 100%;
  height: 50px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #d2ae7c;
}
#top-recommend .link::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-bottom: 6px;
  background: url(/img/all/arw-white.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
#top-recommend .link:hover::before {
  transform: translateX(5px);
}

/* =========================================
    top  PC
    top-gallery
========================================= */
#top-gallery .bg {
  overflow: hidden;
}
#top-gallery .container-fle {
  position: relative;
  z-index: 1;
}
#top-gallery .container-fle::after {
  position: absolute;
  content: "";
}
#top-gallery .container-fle::after {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 35px;
  background-color: #f0afac;
  z-index: -1;
}
#top-gallery .ttl {
  letter-spacing: 0;
  padding-right: 30px;
  color: #f0afac;
  background-color: #fff;
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 90px;
  font-size: 9rem;
}
#top-gallery .ttl::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  #top-gallery .ttl {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
#top-gallery .ttl::after {
  width: 56px;
  height: 53px;
  top: 15px;
  right: -40px;
  background: url(/img/top/gallery-deco.png) no-repeat;
  background-size: 100%;
}
#top-gallery .link {
  letter-spacing: 0.05em;
  padding-left: 40px;
  color: #e27887;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#top-gallery .link::after {
  position: absolute;
  content: "";
}
#top-gallery .link::after {
  transition: transform 0.3s ease;
}
#top-gallery .link:hover::after {
  transform: translate(5px, -50%);
}
#top-gallery .link::after {
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 40%;
  left: 0;
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}
#top-gallery .list {
  gap: 20px;
}
#top-gallery .list-item {
  width: 200px;
}
#top-gallery .list-link {
  width: 100%;
}
#top-gallery .list-link:hover .list-img img {
  transform: scale(1.05);
}
#top-gallery .list-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
#top-gallery .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-gallery .list-img img {
  transition: all 0.5s ease;
}
#top-gallery .list-ttl {
  margin-top: 12px;
}

/* =========================================
    top  PC
    top-map
========================================= */
#top-map .map {
  width: 100%;
  max-width: 1680px;
  height: 350px;
  margin: 0 auto;
}
#top-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-about .bg {
  border-bottom: 1px solid #d2ae7c;
  position: relative;
  z-index: 1;
}
#sub-about .bg::before {
  position: absolute;
  content: "";
}
#sub-about .bg::before {
  width: 100%;
  height: 695px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/all/pt02.png) left top;
  z-index: -1;
}
#sub-about .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#sub-about .link-list {
  gap: 30px 120px;
}
#sub-about .link-list-btn {
  width: 340px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #e27887;
  border-radius: 35px;
  position: relative;
}
#sub-about .link-list-btn::after {
  position: absolute;
  content: "";
}
#sub-about .link-list-btn::after {
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw-btm.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-about .link-list-btn:hover::after {
  transform: translateY(-40%);
}
#sub-about .movie {
  width: 100%;
  height: 450px;
  margin-top: 120px;
  position: relative;
}
#sub-about .movie iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-about .movie::before {
  position: absolute;
  content: "";
}
#sub-about .movie::before {
  width: 54px;
  height: 43px;
  top: -48px;
  left: -72px;
  background: url(/img/top/movie-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-about .ttl {
  display: inline-block;
  text-align: left;
  margin-top: 60px;
  position: relative;
}
#sub-about .ttl::after {
  position: absolute;
  content: "";
}
#sub-about .ttl::after {
  width: 65px;
  height: 105px;
  top: -25px;
  right: -55px;
  background: url(/img/top/movie-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-about .txt {
  line-height: 2.2;
  margin-top: 35px;
}

/* =========================================
    sub  PC
    sub-reason
========================================= */
#sub-reason .bg {
  background: url(/img/about/reason-bg01.jpg) no-repeat calc(50% - 670px) 150px, url(/img/about/reason-bg02.png) no-repeat right bottom;
}
#sub-reason .list {
  margin-top: 75px;
}
#sub-reason .list-item {
  gap: 60px;
}
#sub-reason .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-reason .list-img {
  flex-shrink: 0;
  position: relative;
}
#sub-reason .list-point {
  position: absolute;
  top: 0;
  left: 0;
}
#sub-reason .list-wrap {
  margin-top: 20px;
}
#sub-reason .list-ttl {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  text-align: center;
  padding: 3px 15px;
  background-color: #fff;
  border: 2px solid #f0afac;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sub-reason .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-reason .list-txt {
  line-height: 2.2;
  margin-top: 30px;
}

#sub-voice .bg {
  background: url(/img/all/pt01.png) left top;
}
#sub-voice .container {
  width: 100%;
  padding: 110px 100px 105px;
  background-color: #fff;
}
#sub-voice .list {
  margin-top: 50px;
}
#sub-voice .list-item {
  gap: 40px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-voice .list-left {
  flex-shrink: 0;
  width: 120px;
}
#sub-voice .list-left-fle {
  gap: 30px;
  margin-top: 10px;
}
#sub-voice .list-left-txt {
  letter-spacing: 0.05em;
  color: #e27887;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-left-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-voice .list-name {
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
  color: #e27887;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-name {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-voice .list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e27887;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice .list-txt {
  line-height: 1.76;
  margin-top: 25px;
}

/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-menu .link-list {
  gap: 30px 120px;
}
#sub-menu .link-list-btn {
  width: 340px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #e27887;
  border-radius: 35px;
  position: relative;
}
#sub-menu .link-list-btn::after {
  position: absolute;
  content: "";
}
#sub-menu .link-list-btn::after {
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw-btm.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-menu .link-list-btn:hover::after {
  transform: translateY(-40%);
}
#sub-menu .container {
  padding-top: 110px;
}
#sub-menu .ttl {
  position: relative;
}
#sub-menu .ttl::after {
  position: absolute;
  content: "";
}
#sub-menu .ttl::after {
  width: 54px;
  height: 43px;
  top: -10px;
  right: calc(50% - 160px);
  background: url(/img/top/movie-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-menu .list {
  margin-top: 50px;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 100px;
}
#sub-menu .list-ttl {
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #f0afac;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-menu .list-note {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 35px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-menu .list-wrap {
  gap: 60px;
  margin-top: 50px;
}
#sub-menu .list-img {
  width: 460px;
  height: 380px;
  flex-shrink: 0;
}
#sub-menu .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-menu .list-box {
  width: 100%;
}
#sub-menu .list-box-item {
  padding: 20px 0 25px;
  border-bottom: 1px dotted #f0afac;
}
#sub-menu .list-box-top {
  gap: 35px;
}
#sub-menu .list-box-ttl {
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #e27887;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-box-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-menu .list-box-fee {
  flex-shrink: 0;
  letter-spacing: 0.05em;
  line-height: 1.9;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-box-fee {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-menu .list-box-txt {
  line-height: 2.2;
  margin-top: 7px;
}

#sub-recommend .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 15.7vw 60px, #f9eeea;
}
#sub-recommend .inner {
  position: relative;
}
#sub-recommend .inner::before {
  position: absolute;
  content: "";
}
#sub-recommend .inner::before {
  width: 109px;
  height: 98px;
  left: -4.1vw;
  bottom: 47px;
  background: url(/img/top/news-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #sub-recommend .inner::before {
    left: 0;
    bottom: 30px;
  }
}
#sub-recommend .wrap {
  width: 100%;
  margin-top: 50px;
  padding: 60px 60px 60px 100px;
  background: url(/img/top/recommend-box-deco.png) no-repeat right top, #fff;
}
#sub-recommend .wrap-box {
  padding-top: 45px;
}
#sub-recommend .wrap-ttl {
  letter-spacing: 0.08em;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: relative;
  font-size: 50px;
  font-size: 5rem;
}
#sub-recommend .wrap-ttl::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  #sub-recommend .wrap-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-recommend .wrap-ttl::after {
  width: 56px;
  height: 53px;
  left: 223px;
  top: -15px;
  background: url(/img/top/gallery-deco.png) no-repeat;
  background-size: 100%;
}
#sub-recommend .wrap-sub-ttl {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sub-recommend .wrap-sub-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-recommend .wrap-sub-ttl-bg {
  padding: 4.5px 0px 4.5px 10px;
  background-color: #f0afac;
}
#sub-recommend .wrap-img {
  flex-shrink: 0;
}
#sub-recommend .wrap-txt {
  line-height: 2;
  margin-top: 30px;
}
#sub-recommend .list {
  gap: 30px;
  margin-top: 80px;
}
#sub-recommend .list-item {
  width: 100%;
  max-width: 340px;
}
#sub-recommend .list-ttl {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 20px 10px;
  color: #e27887;
  border: 2px solid #e27887;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-recommend .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-recommend .list-txt {
  line-height: 2;
  margin-top: 25px;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-recruitment .bg {
  position: relative;
  z-index: 1;
}
#sub-recruitment .bg::before {
  position: absolute;
  content: "";
}
#sub-recruitment .bg::before {
  width: 100%;
  height: 1050px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/all/pt02.png) left top;
  z-index: -1;
}
#sub-recruitment .img {
  width: 100%;
  height: 620px;
  position: relative;
  z-index: 1;
}
#sub-recruitment .img-deco {
  position: absolute;
  left: -70px;
  bottom: -160px;
}
@media screen and (max-width: 1225px) {
  #sub-recruitment .img-deco {
    left: -10px;
  }
}
#sub-recruitment .ttl {
  position: absolute;
  letter-spacing: 0.05em;
  top: 143px;
  left: -10px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sub-recruitment .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-recruitment .ttl-bg {
  line-height: 2.9;
  padding: 12px 32px;
  background-color: rgba(226, 120, 135, 0.9);
}
#sub-recruitment .ttl-sp {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-recruitment .ttl-sp {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-recruitment .txt {
  width: 770px;
  line-height: 2.2;
  margin-top: 55px;
  margin-left: auto;
}
#sub-recruitment .list {
  margin-top: 70px;
  gap: 60px;
  position: relative;
}
#sub-recruitment .list::after {
  position: absolute;
  content: "";
}
#sub-recruitment .list::after {
  width: 58px;
  height: 64px;
  right: -18px;
  bottom: -30px;
  background: url(/img/recruit/list-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #sub-recruitment .list::after {
    right: 0;
  }
}
#sub-recruitment .list-item {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0afac;
  border-radius: 50%;
  outline: 1px solid #fff;
  outline-offset: -6px;
}
#sub-recruitment .list-ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

#sub-recruit .bg {
  background: url(/img/recruit/recruit-bg01.png) no-repeat left top, url(/img/recruit/recruit-bg02.png) no-repeat right calc(100% - 60px);
}
#sub-recruit .table {
  margin-top: 50px;
}

#sub-flow .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 15.6vw 60px, url(/img/all/pt01.png) left top;
}
#sub-flow .list {
  width: 100%;
  gap: 50px;
  margin-top: 50px;
  padding: 40px 40px 60px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#sub-flow .list::before {
  position: absolute;
  content: "";
}
#sub-flow .list::after {
  position: absolute;
  content: "";
}
#sub-flow .list::before {
  width: 80%;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  top: 130px;
  background-color: #e27887;
  z-index: -1;
}
#sub-flow .list::after {
  width: 109px;
  height: 98px;
  right: -20px;
  bottom: 30px;
  background: url(/img/top/news-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #sub-flow .list::after {
    right: 10px;
  }
}
#sub-flow .list-item {
  width: 300px;
}
#sub-flow .list-step {
  text-align: center;
  letter-spacing: 0.05em;
  color: #d2ae7c;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#sub-flow .list-step-lg {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-step-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-ttl {
  width: 100%;
  line-height: 76px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e27887;
  background-color: #fff;
  border: 2px solid #e27887;
  font-weight: 600;
  font-size: 20px;
}
#sub-flow .list-txt {
  line-height: 2.2;
  margin-top: 20px;
}
#sub-flow .list-fle {
  gap: 20px;
  margin-top: 23px;
}
#sub-flow .com-tel {
  text-align: center;
  margin-top: 10px;
  padding-top: 25px;
  border-top: 1px solid #f0afac;
}
#sub-flow .line {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
#sub-flow .mail {
  width: 220px;
  height: 60px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .mail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-flow .mail::before {
  margin-right: 10px;
}

#sub-gallery .bg {
  border-bottom: 1px solid #e27887;
}
#sub-gallery .ttl {
  position: relative;
}
#sub-gallery .ttl::before {
  position: absolute;
  content: "";
}
#sub-gallery .ttl::before {
  width: 56px;
  height: 53px;
  top: 0;
  left: calc(50% - 180px);
  background: url(/img/top/gallery-deco.png) no-repeat;
  background-size: 100%;
}
#sub-gallery .list {
  flex-wrap: wrap;
  gap: 55px 20px;
  margin-top: 95px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
}
#sub-gallery .list-link {
  width: 100%;
}
#sub-gallery .list-link:hover .list-img img {
  transform: scale(1.05);
}
#sub-gallery .list-img {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
#sub-gallery .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-gallery .list-img img {
  transition: all 0.5s ease;
}
#sub-gallery .list-ttl {
  margin-top: 10px;
}

#sub-gallery-detail .bg {
  border-bottom: 1px solid #e27887;
}
#sub-gallery-detail .ttl {
  position: relative;
}
#sub-gallery-detail .ttl::before {
  position: absolute;
  content: "";
}
#sub-gallery-detail .ttl::before {
  width: 56px;
  height: 53px;
  top: 0;
  left: calc(50% - 180px);
  background: url(/img/top/gallery-deco.png) no-repeat;
  background-size: 100%;
}
#sub-gallery-detail .container {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}
#sub-gallery-detail .img {
  width: 100%;
  height: 800px;
  margin-top: 25px;
}
#sub-gallery-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-gallery-detail .txt {
  line-height: 2.2;
  margin-top: 15px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-company .bg {
  background: url(/img/about/reason-bg02.png) no-repeat right bottom;
}
#sub-company .table {
  margin-top: 45px;
}
#sub-company .wrap {
  width: 100%;
  margin-top: 90px;
}
#sub-company .wrap-ttl {
  letter-spacing: 0.05em;
  text-align: center;
  color: #e27887;
  font-weight: 600;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
}
#sub-company .wrap-ttl::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  #sub-company .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-company .wrap-ttl::after {
  width: 56px;
  height: 53px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% + 137px);
  background: url(/img/top/gallery-deco.png) no-repeat;
  background-size: 100%;
}
#sub-company .map {
  width: 100%;
  height: 400px;
  margin-top: 32px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

#sub-staff .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 15.6vw 60px, url(/img/all/pt01.png) left top;
}
#sub-staff .list {
  gap: 75px 30px;
  margin-top: 50px;
}
#sub-staff .list-item {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
#sub-staff .list-link {
  width: 100%;
}
#sub-staff .list-link:hover .list-img img {
  transform: scale(1.05);
}
#sub-staff .list-img {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
#sub-staff .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-staff .list-img img {
  transition: all 0.5s ease;
}
#sub-staff .list-post {
  position: absolute;
  max-width: 100%;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #f0afac;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-staff .list-post {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-staff .list-ttl {
  letter-spacing: 0.05em;
  padding: 8px 15px 8px 60px;
  line-height: 3;
  color: #e27887;
  background: url(/img/all/name-deco.png) no-repeat 20px center, #fff;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-staff .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-staff .list-txt {
  margin-top: 25px;
}

#sub-staff-detail .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 15.6vw 60px, url(/img/all/pt01.png) left top;
}
#sub-staff-detail .wrap {
  margin: 50px auto 0;
  max-width: 800px;
}
#sub-staff-detail .wrap-img {
  width: 100%;
  height: 450px;
  position: relative;
}
#sub-staff-detail .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-staff-detail .wrap-post {
  position: absolute;
  max-width: 100%;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #f0afac;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sub-staff-detail .wrap-post {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-staff-detail .wrap-ttl {
  letter-spacing: 0.05em;
  padding: 22px 15px 22px 60px;
  color: #e27887;
  background: url(/img/all/name-deco.png) no-repeat 20px center, #fff;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-staff-detail .wrap-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-staff-detail .wrap-txt {
  margin-top: 25px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  border-bottom: 1px dashed #f0afac;
}
#sub-contact .privacy {
  color: #e27887;
  border-bottom: 1px solid #e27887;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  padding-top: unset;
  transition: all 0.5s ease;
}
#contact-form .com-btn01::before {
  display: none;
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
  font-size: 12px;
  font-size: 1.2rem;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  /* Safariにのみ適用するスタイル */
  transition: all 0.3s ease;
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  margin-top: 5px;
  padding: 2px 10px;
  color: #fff;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e27887;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #e27887;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #fff8f6;
  background-color: #d2ae7c;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #fff8f6;
  border-right: 1px solid #fff8f6;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  background: url(/img/all/pt01.png) left top;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #44413c;
  background-color: #fff;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #d2ae7c;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #d2ae7c;
  text-align: center;
  color: #d2ae7c;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  letter-spacing: 0.1em;
  color: #44413c;
  line-height: 2;
  transition: all 0.3s ease;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  padding: 35px;
  background-color: #fff;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #d2ae7c;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #d2ae7c;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #e27887;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  margin-top: 35px;
  padding: 28px 30px;
  background-color: #fff;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #44413c;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #e27887;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #e27887;
  background-color: #fff;
  border: 1px solid #e27887;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #e27887;
}
.pagenation .current-page {
  color: #fff;
  background: #e27887;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #e27887;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #e27887 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #e27887;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  background: #e27887;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  border-bottom: 1px dashed #f0afac;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #e27887;
  color: #44413c;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #e27887;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #e27887;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  border-bottom: 1px dashed #f0afac;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
  padding-top: 6px;
}
#sub-complete .link::before {
  margin-bottom: 5px;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/about/reason-bg02.png) no-repeat right bottom, #fff8f6;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  border-bottom: 1px dashed #f0afac;
}
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #e27887;
}