@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Maru Gothic */
/* Zen Kaku Gothic New */
/*	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-ttl01 {
  padding-top: 50px;
}
.com-ttl01::before {
  width: 110px;
  height: 42px;
  top: 0;
  left: -5px;
}
.com-ttl01::after {
  width: 110px;
  height: 42px;
  top: 0;
  right: -5px;
}
.com-ttl01-deco {
  background: url(/img/top/about-ttl-deco.png) no-repeat center/130px;
}
.com-ttl01-deco::before {
  width: 24px;
  height: 22px;
  top: -15px;
  left: -17px;
}

.com-ttl02 {
  padding-top: 50px;
  padding-bottom: 15px;
  background: url(/img/all/com-ttl-deco03.png) no-repeat center bottom/30px;
}
.com-ttl02::before {
  width: 110px;
  height: 42px;
  top: 0;
  left: -5px;
}
.com-ttl02::after {
  width: 110px;
  height: 42px;
  top: 0;
  right: -5px;
}

.com-ttl03 {
  padding-bottom: 5px;
}

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

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

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

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-table02 tr:first-of-type th {
  padding: 27.5px 15px;
}
.com-table02 th {
  padding: 18.5px 20px;
}
.com-table02 td {
  padding: 18.5px 7px;
}

.com-time {
  width: 100px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner::after {
  width: 128px;
  height: 112px;
  right: 0;
  bottom: -60px;
}
#top-about .wrap {
  margin-top: 25px;
}
#top-about .img {
  position: unset;
  display: block;
  width: 320px;
  margin: 0 auto;
}
#top-about .box {
  margin-top: 35px;
}
#top-about .sub {
  padding: 15px 10px 5px 5px;
}
#top-about .sub::after {
  width: 54px;
  height: 58px;
  top: -29px;
  right: 0px;
}
#top-about .txt {
  line-height: 2.2;
  margin-top: 25px;
}
#top-about .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-scene
========================================= */
#top-scene .bg {
  background: url(/img/top/scene-bg-top.png) no-repeat center top/100%;
}
#top-scene .bg::before {
  width: 300px;
  height: 95px;
  bottom: 5px;
}
#top-scene .inner {
  padding: 50px 15px 100px;
}
#top-scene .ttl::after {
  width: 57px;
  height: 47px;
  top: 15px;
  right: -5px;
}
#top-scene .ttl-deco {
  padding: 0px 12px 0px 20px;
  background: url(/img/top/scene-ttl-deco03.png) no-repeat center/135px;
}
#top-scene .ttl-deco::after {
  width: 22px;
  height: 26px;
  top: -15px;
  right: -15px;
}
#top-scene .list {
  display: block;
  margin-top: 75px;
}
#top-scene .list::before {
  width: 46px;
  height: 77px;
  left: -10px;
  top: -80px;
}
#top-scene .list::after {
  width: 54px;
  height: 79px;
  right: -14px;
  bottom: -96px;
}
#top-scene .list-item {
  max-width: 100%;
  height: unset;
  padding: 65px 15px 35px;
  border-radius: 15px;
}
#top-scene .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#top-scene .list-ttl {
  width: 265px;
  text-align: center;
  height: unset;
  top: -35px;
}
#top-scene .list-ttl::before {
  width: 56px;
  height: 53px;
  left: -33px;
  bottom: -17px;
}
#top-scene .list-ttl::after {
  width: 56px;
  height: 53px;
  right: -33px;
  bottom: -17px;
}
#top-scene .list-ttl-bg {
  min-height: 60px;
  padding: 5px 10px;
}

/* =========================================
    top  sp
    top-item
========================================= */
#top-item .inner {
  padding: 50px 15px 100px;
}
#top-item .ttl-deco {
  background: url(/img/top/about-ttl-deco.png) no-repeat center/130px;
}
#top-item .txt {
  text-align: left;
  margin-top: 35px;
}
#top-item .list {
  display: block;
  margin-top: 75px;
}
#top-item .list-item {
  margin: 0 auto;
}
#top-item .list-item:nth-of-type(n + 2) {
  margin-top: 92px;
}
#top-item .list-ttl {
  width: 270px;
  height: 65px;
  top: -40px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service::before {
  width: 187px;
  height: 60px;
  top: -59px;
}
#top-service::after {
  width: 53px;
  height: 55px;
  top: -35px;
}
#top-service .bg::before {
  height: 200px;
  top: 180px;
  right: calc(50% - 695px);
}
#top-service .inner {
  padding: 50px 15px 100px;
}
#top-service .inner::before {
  width: 133px;
  height: 82px;
  left: 10px;
  bottom: 15px;
}
#top-service .inner::after {
  width: 75px;
  height: 86px;
  right: 10px;
  bottom: 15px;
}
#top-service .ttl-deco::before {
  width: 160px;
  height: 40px;
}
#top-service .ttl-deco::after {
  width: 22px;
  height: 21px;
  top: -20px;
  left: -30px;
}
#top-service .img {
  position: relative;
  margin-top: 25px;
  border-radius: 15px;
  outline: 4px solid #fff;
  outline-offset: -4px;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#top-service .img img {
  border-radius: 15px;
}
#top-service .img::before {
  width: 85px;
  height: 70px;
  top: -55px;
  right: 10px;
}
#top-service .img::after {
  width: 70px;
  height: 71px;
  right: -10px;
  bottom: -14px;
}
#top-service .wrap {
  margin-top: 25px;
}
#top-service .txt {
  line-height: 2.2;
}
#top-service .table {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl::before {
  width: 33px;
  height: 29px;
  bottom: 5px;
  left: calc(50% - 105px);
}
#top-news .ttl::after {
  width: 33px;
  height: 29px;
  bottom: 5px;
  right: calc(50% - 105px);
}
#top-news .list {
  display: block;
}
#top-news .list-item {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-news .list-top {
  display: block;
}

/* =========================================
    top  sp
    top-whereabouts
========================================= */
#top-whereabouts .inner {
  padding: 50px 15px;
}
#top-whereabouts .container::before {
  width: 162px;
  height: 62px;
  top: -15px;
  right: 0;
}
#top-whereabouts .container-inner {
  padding: 45px 15px 80px;
}
#top-whereabouts .container-inner::before {
  width: 118px;
  height: 92px;
  bottom: -50px;
}
#top-whereabouts .container-inner::after {
  width: 123px;
  height: 94px;
  bottom: -50px;
  right: 0px;
}
#top-whereabouts .img {
  position: unset;
  margin-top: 25px;
}
#top-whereabouts .ttl {
  letter-spacing: 0.06em;
}
#top-whereabouts .ttl::before {
  width: 24px;
  height: 22px;
  top: -5px;
  left: calc(50% - 160px);
}
#top-whereabouts .ttl-deco {
  padding: 0px 17px;
}
#top-whereabouts .ttl-deco::before {
  width: 130px;
  height: 40px;
}
#top-whereabouts .wrap {
  margin-top: 25px;
}
#top-whereabouts .txt {
  line-height: 2.2;
}
#top-whereabouts .link {
  width: 290px;
  height: 150px;
  margin: 35px auto 0;
  padding: 42px 15px 0 0;
  background: url(/img/top/whereabouts-btn-bg.png) no-repeat left bottom/270px, #dcf1f9;
}
#top-whereabouts .link-img {
  width: 240px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-concept
========================================= */
#sub-concept .bg::before {
  height: 35px;
}
#sub-concept .bg::after {
  width: 257px;
  height: 85px;
  bottom: 28px;
}
#sub-concept .inner {
  padding: 50px 15px 100px;
}
#sub-concept .txt {
  line-height: 2.2;
  margin-top: 35px;
  text-align: left;
}
#sub-concept .wrap::before {
  border-radius: 15px;
}
#sub-concept .wrap::after {
  border-radius: 15px;
}
#sub-concept .list {
  margin: 85px auto 0;
  padding: 50px 15px;
}
#sub-concept .list::after {
  width: 121px;
  height: 95px;
  top: -85px;
  right: 30px;
}
#sub-concept .list-item {
  flex-wrap: wrap;
  gap: 50px;
}
#sub-concept .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-concept .list-item:first-of-type .list-img::before {
  width: 57px;
  height: 98px;
  top: -65px;
  left: -30px;
}
#sub-concept .list-item:first-of-type .list-img::after {
  width: 84px;
  height: 62px;
  left: -25px;
  bottom: -20px;
}
#sub-concept .list-item:nth-of-type(2) .list-img::before {
  width: 74px;
  height: 105px;
  top: -85px;
  right: -32px;
}
#sub-concept .list-item:nth-of-type(2) .list-img::after {
  width: 68px;
  height: 65px;
  bottom: -25px;
  right: -25px;
}
#sub-concept .list-item:nth-of-type(3) .list-img::before {
  width: 84px;
  height: 120px;
  top: -80px;
  left: -25px;
}
#sub-concept .list-item:nth-of-type(3) .list-img::after {
  width: 123px;
  height: 55px;
  bottom: -15px;
  left: -25px;
}
#sub-concept .list-item:nth-of-type(4) .list-img::before {
  width: 76px;
  height: 130px;
  top: -78px;
  right: -30px;
}
#sub-concept .list-item:nth-of-type(4) .list-img::after {
  width: 84px;
  height: 62px;
  bottom: -20px;
  right: -20px;
}
#sub-concept .list-item:nth-of-type(5) .list-img::before {
  width: 84px;
  height: 120px;
  top: -80px;
  left: -25px;
}
#sub-concept .list-item:nth-of-type(5) .list-img::after {
  width: 123px;
  height: 55px;
  bottom: -15px;
  left: -25px;
}
#sub-concept .list-img {
  width: 100%;
}
#sub-concept .list-img img {
  border-radius: 15px;
}
#sub-concept .list-wrap {
  margin-top: 0;
}
#sub-concept .list-ttl {
  overflow: hidden;
}
#sub-concept .list-ttl::before {
  width: 550px;
  right: unset;
  left: 0;
}
#sub-concept .list-txt {
  line-height: 2.2;
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-set
========================================= */
#sub-item .list {
  gap: 30px 15px;
}
#sub-item .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-item .list-link {
  padding-bottom: 45px;
}
#sub-item .list-link::after {
  width: 30px;
  height: 30px;
}
#sub-item .list-img {
  height: 43.3vw;
  min-height: 152px;
  border-radius: 10px;
}

#sub-shop {
  padding-top: 120px;
}
#sub-shop::before {
  width: 132px;
  height: 120px;
  top: -30px;
  left: 0px;
}
#sub-shop::after {
  width: 116px;
  height: 45px;
  top: 60px;
  right: 5px;
}
#sub-shop .container {
  padding: 45px 15px 60px;
}
#sub-shop .container::before {
  width: 137px;
  height: 90px;
  left: -5px;
  bottom: -40px;
}
#sub-shop .container::after {
  width: 113px;
  height: 90px;
  right: -10px;
  bottom: -45px;
}
#sub-shop .ttl {
  padding: 0 27px;
  background: url(/img/top/news-ttl-deco01.png) no-repeat calc(50% - 90px) calc(100% - 45px)/30px, url(/img/top/news-ttl-deco02.png) no-repeat calc(50% + 90px) calc(100% - 45px)/30px;
}
#sub-shop .txt {
  text-align: left;
}
#sub-shop .base {
  width: 280px;
  height: 75px;
  margin: 50px auto 0;
  box-shadow: 6px 6px 0 #f2b237;
}
#sub-shop .base-txt {
  width: 175px;
}

#sub-set .bg::after {
  height: 25px;
}
#sub-set .inner {
  padding: 50px 15px 75px;
}
#sub-set .list {
  margin: 35px auto 0;
}
#sub-set .list::after {
  width: 121px;
  height: 95px;
  top: -85px;
  right: 30px;
}
#sub-set .list-item {
  flex-wrap: wrap;
  gap: 50px;
}
#sub-set .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-set .list-item:first-of-type .list-img::before {
  width: 57px;
  height: 98px;
  top: -65px;
  left: -10px;
}
#sub-set .list-item:first-of-type .list-img::after {
  width: 84px;
  height: 62px;
  left: -10px;
  bottom: -20px;
}
#sub-set .list-item:nth-of-type(2) .list-img::before {
  width: 74px;
  height: 105px;
  top: -85px;
  right: -10px;
}
#sub-set .list-item:nth-of-type(2) .list-img::after {
  width: 68px;
  height: 65px;
  bottom: -25px;
  right: -10px;
}
#sub-set .list-item:nth-of-type(3) .list-img::before {
  width: 84px;
  height: 120px;
  top: -80px;
  left: -10px;
}
#sub-set .list-item:nth-of-type(3) .list-img::after {
  width: 123px;
  height: 55px;
  bottom: -15px;
  left: -10px;
}
#sub-set .list-item:nth-of-type(4) .list-img::before {
  width: 76px;
  height: 130px;
  top: -78px;
  right: -10px;
}
#sub-set .list-item:nth-of-type(4) .list-img::after {
  width: 84px;
  height: 62px;
  bottom: -20px;
  right: -10px;
}
#sub-set .list-item:nth-of-type(5) .list-img::before {
  width: 84px;
  height: 120px;
  top: -80px;
  left: -25px;
}
#sub-set .list-item:nth-of-type(5) .list-img::after {
  width: 123px;
  height: 55px;
  bottom: -15px;
  left: -25px;
}
#sub-set .list-img {
  width: 100%;
}
#sub-set .list-img img {
  border-radius: 15px;
}
#sub-set .list-wrap {
  margin-top: 0;
}
#sub-set .list-num {
  width: 155px;
}
#sub-set .list-ttl {
  overflow: hidden;
}
#sub-set .list-ttl::before {
  width: 550px;
  right: unset;
  left: 0;
}
#sub-set .list-txt {
  line-height: 2.2;
  margin-top: 25px;
}
#sub-set .inner-clothes {
  padding: 50px 15px;
}

#sub-item-detail .bg::after {
  height: 25px;
}
#sub-item-detail .inner {
  padding: 50px 15px 75px;
}
#sub-item-detail .ttl {
  padding-bottom: 20px;
  background: url(/img/all/com-ttl-deco03.png) no-repeat center bottom/30px;
}
#sub-item-detail .img {
  height: 57.14vw;
  min-height: 200px;
  margin: 45px auto 0;
}
#sub-item-detail .img::before {
  width: 64px;
  height: 92px;
  top: -60px;
  left: -10px;
}
#sub-item-detail .img::after {
  width: 56px;
  height: 100px;
  top: -60px;
  right: -10px;
}
#sub-item-detail .fee {
  margin-top: 15px;
}
#sub-item-detail .txt {
  margin-top: 30px;
}
#sub-item-detail .list {
  gap: 15px;
  margin-top: 35px;
  padding: 50px 0;
}
#sub-item-detail .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}
#sub-item-detail .btn {
  width: 300px;
  height: 75px;
  box-shadow: 6px 6px 0 #f2b237;
}

/* =========================================
    sub  SP
    sub-clothes
========================================= */
#sub-clothes .bg::after {
  width: 121px;
  height: 95px;
  right: 10px;
}
#sub-clothes .inner {
  padding: 50px 15px 80px;
}
#sub-clothes .inner::before {
  width: 170px;
  height: 260px;
  left: calc(50% - 165px);
  top: 224px;
}
#sub-clothes .inner::after {
  width: 101px;
  height: 211px;
  bottom: unset;
  top: 200px;
  right: calc(50% - 150px);
}
#sub-clothes .txt {
  text-align: left;
  margin-top: 275px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  background: url(/img/top/scene-bg-top.png) no-repeat center top/150%, #dcf1f9;
}
#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;
}
#sub-news .com-tag-list {
  margin-top: 10px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#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 .bg {
  background: #dcf1f9;
}
#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;
}

.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 .bg::before {
  height: 25px;
}
#sub-site .inner {
  padding: 50px 15px 75px;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .bg::before {
  height: 25px;
}
#sub-error .inner {
  padding: 50px 15px 75px;
}