@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同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-btn01 {
  width: 300px;
  height: 60px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}

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

.com-table01 {
  padding: 15px 15px 45px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #f0afac;
}
.com-table01 tr:last-of-type td {
  border-bottom: 1px dashed #f0afac;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  height: auto;
  padding: 50px 0 150px;
}
#top-news .container::before {
  width: 110vw;
  transform: translateX(-50%);
  left: 50%;
}
#top-news .container::after {
  width: 59px;
  height: 53px;
  left: -5px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 50px;
}

/* =========================================
    top  sp
    top-greeting
========================================= */
#top-greeting .bg {
  background: url(/img/top/greeting-img01.jpg) no-repeat right top/35.2vw;
}
#top-greeting .bg::before {
  height: 77vw;
}
#top-greeting .ttl-main-lg {
  font-size: 21px;
  padding: 0 3px;
}
#top-greeting .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#top-greeting .txt {
  margin-top: 20px;
}
#top-greeting .movie {
  width: 100%;
  height: unset;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin: 75px auto 0;
}
#top-greeting .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#top-greeting .movie::before {
  width: 40px;
  height: 33px;
  top: -35px;
  left: -10px;
}
#top-greeting .movie::after {
  width: 30px;
  height: 48px;
  bottom: -48px;
  right: -10px;
}

/* =========================================
    top  sp
    top-point
========================================= */
#top-point .bg {
  background: url(/img/top/point-bg01.png) no-repeat calc(100% - 20px) 10px/40vw, url(/img/top/point-bg02.png) no-repeat left bottom/100vw, url(/img/all/pt01.png) left top;
}
#top-point .inner {
  padding: 50px 15px 100px;
}
#top-point .list {
  justify-content: center;
  gap: 100px 40px;
  padding-left: 0;
}
#top-point .list-item:nth-of-type(4) {
  margin-top: -50px;
}

/* =========================================
    top  sp
    top-recommend
========================================= */
#top-recommend .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 30px 15px 35px;
}
#top-recommend .wrap {
  margin-top: 20px;
  background: url(/img/top/recommend-deco01.png) no-repeat left top/100%;
}
#top-recommend .txt {
  margin-top: 30px;
}

/* =========================================
    top  sp
    top-gallery
========================================= */
#top-gallery .ttl::after {
  width: 36px;
  height: 40px;
  top: 0px;
  right: -16px;
}
#top-gallery .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
#top-gallery .list-item {
  width: unset;
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-gallery .list-img {
  width: 100%;
  height: 43.3vw;
  min-height: 152px;
}
#top-gallery .link {
  display: block;
  width: 94px;
  margin: 25px auto 0;
  border-bottom: 1px solid #e27887;
}

/* =========================================
    top  sp
    top-map
========================================= */
#top-map .map {
  height: 250px;
}

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

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .link-list {
  flex-wrap: wrap;
}
#sub-about .link-list-btn {
  width: 320px;
  line-height: 60px;
}
#sub-about .movie {
  height: unset;
  margin-top: 80px;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
#sub-about .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#sub-about .ttl {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
#sub-about .ttl::after {
  width: 45px;
  height: 75px;
  top: 35px;
  right: -10px;
}

#sub-reason .bg {
  background: url(/img/about/reason-bg02.png) no-repeat right bottom/100%;
}
#sub-reason .list {
  margin-top: 50px;
}
#sub-reason .list-item {
  flex-wrap: wrap;
  gap: 35px;
}
#sub-reason .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-reason .list-item:nth-of-type(2n) {
  flex-direction: column-reverse;
}
#sub-reason .list-img {
  width: 100%;
}
#sub-reason .list-wrap {
  margin-top: 0;
}
#sub-reason .list-point {
  width: 60px;
  height: 60px;
}
#sub-reason .list-txt {
  margin-top: 20px;
}

#sub-voice .container {
  padding: 50px 15px;
}
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item {
  flex-wrap: wrap;
  gap: 15px;
}
#sub-voice .list-left {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
#sub-voice .list-txt {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-menu .link-list {
  flex-wrap: wrap;
}
#sub-menu .link-list-btn {
  width: 320px;
  line-height: 60px;
}
#sub-menu .ttl::after {
  width: 44px;
  height: 35px;
  top: -5px;
  right: calc(50% - 100px);
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-menu .list-note {
  margin-top: 25px;
}
#sub-menu .list-wrap {
  display: block;
  margin-top: 25px;
}
#sub-menu .list-img {
  width: 100%;
  height: 75.4vw;
  min-height: 264px;
}
#sub-menu .list-box-top {
  display: block;
}
#sub-menu .list-box-fee {
  text-align: right;
}

#sub-recommend .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 5px 5px/55vw, #f9eeea;
}
#sub-recommend .inner::before {
  width: 49px;
  height: 46px;
  left: 5px;
  bottom: 5px;
}
#sub-recommend .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 30px 15px 35px;
}
#sub-recommend .wrap-img {
  width: 100%;
}
#sub-recommend .wrap-box {
  padding-top: 25px;
}
#sub-recommend .wrap-ttl::after {
  width: 36px;
  height: 36px;
  left: 130px;
  top: -10px;
}
#sub-recommend .wrap-sub-ttl {
  margin-top: 20px;
}
#sub-recommend .list {
  display: block;
  margin-top: 50px;
}
#sub-recommend .list-item {
  margin: 0 auto;
}
#sub-recommend .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-recommend .list-ttl {
  padding: 15px 5px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruitment .img {
  height: auto;
}
#sub-recruitment .img-deco {
  width: 34.2vw;
  min-width: 120px;
  bottom: -26.5vw;
  left: unset;
  right: -10px;
}
#sub-recruitment .ttl {
  position: unset;
  margin-top: 35px;
}
#sub-recruitment .ttl-bg {
  padding: 12px 15px;
}
#sub-recruitment .ttl-sp {
  font-size: 20px;
}
#sub-recruitment .txt {
  width: 100%;
  margin-top: 25px;
}
#sub-recruitment .list {
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 25px;
}
#sub-recruitment .list-item {
  width: 280px;
  height: 280px;
}

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

#sub-flow .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 5px 5px/45vw, url(/img/all/pt01.png) left top;
}
#sub-flow .list {
  flex-wrap: wrap;
  margin-top: 35px;
  padding: 40px 15px 40px;
}
#sub-flow .list::before {
  display: none;
}
#sub-flow .list::after {
  width: 69px;
  height: 62px;
  bottom: -20px;
  right: -10px;
}
#sub-flow .list-item {
  width: 100%;
}
#sub-flow .list-ttl {
  line-height: 56px;
}

#sub-gallery .ttl::before {
  left: calc(50% - 130px);
}
#sub-gallery .list {
  margin-top: 35px;
  gap: 30px 15px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-gallery .list-img {
  height: 43.3vw;
  min-height: 152px;
}

#sub-gallery-detail .ttl::before {
  left: calc(50% - 130px);
}
#sub-gallery-detail .container {
  margin: 35px auto 0;
}
#sub-gallery-detail .img {
  height: 91.4vw;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-company .bg {
  background: url(/img/about/reason-bg02.png) no-repeat right bottom/80vw;
}
#sub-company .table {
  margin-top: 35px;
}
#sub-company .wrap {
  margin-top: 50px;
}
#sub-company .wrap-ttl::after {
  width: 46px;
  height: 44px;
  left: calc(50% + 90px);
}
#sub-company .map {
  height: 250px;
}

#sub-staff .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 5px 5px/45vw, url(/img/all/pt01.png) left top;
}
#sub-staff .list {
  gap: 35px 15px;
  margin-top: 35px;
}
#sub-staff .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-staff .list-img {
  height: 52.8vw;
  min-height: 185px;
}
#sub-staff .list-post {
  padding: 3px 8px;
}
#sub-staff .list-ttl {
  font-size: 16px;
  line-height: 1.9;
  padding: 5px 15px 5px 25px;
  background: url(/img/all/name-deco.png) no-repeat 5px 14px/15px, #fff;
}
#sub-staff .list-txt {
  font-size: 15px;
  margin-top: 15px;
}

#sub-staff-detail .bg {
  background: url(/img/menu/recommend-bg.png) no-repeat 5px 5px/45vw, url(/img/all/pt01.png) left top;
}
#sub-staff-detail .wrap {
  margin-top: 35px;
}
#sub-staff-detail .wrap-img {
  height: 52.6vw;
  min-height: 185px;
}
#sub-staff-detail .wrap-ttl {
  padding: 15px 15px 15px 45px;
  background: url(/img/all/name-deco.png) no-repeat 10px 20px/25px, #fff;
}
#sub-staff-detail .wrap-txt {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl03 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.contact-form-table .sp-sm {
  font-size: 15px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/about/reason-bg02.png) no-repeat right bottom/75vw, #fff8f6;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}