@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Black";
  src: url(../fonts/ZenKakuGothicAntique-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Bold";
  src: url(../fonts/ZenKakuGothicAntique-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Medium";
  src: url(../fonts/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Regular";
  src: url(../fonts/ZenKakuGothicAntique-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Light";
  src: url(../fonts/ZenKakuGothicAntique-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Black";
  src: url(../fonts/ZenKakuGothicAntique-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Bold";
  src: url(../fonts/ZenKakuGothicAntique-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Medium";
  src: url(../fonts/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Regular";
  src: url(../fonts/ZenKakuGothicAntique-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Light";
  src: url(../fonts/ZenKakuGothicAntique-Light.ttf);
}
/*	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;
  padding: 16px 10px;
}
.com-btn01::after {
  width: 50px;
  height: 33px;
  right: 15px;
}

.com-ttl03 {
  text-align: left;
  padding: 15px;
}

.com-reservation {
  padding: 14px 50px;
}
.com-reservation::before {
  width: 25px;
  height: 27px;
  margin-right: 13px;
  background: url(/img/all/reservation-ico.png) no-repeat center/100%;
}

.com-line {
  padding: 14px 50px;
}
.com-line::before {
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: url(/img/all/line-ico.png) no-repeat center/100%;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 24px;
  background: url(/img/all/tel-ico.png) no-repeat left 4px/20px;
}
.com-tel-svg {
  width: 200px;
}

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

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

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .bg::before {
  width: 180px;
  height: 75px;
  bottom: -40px;
}
#top-worries .ttl-main-deco::before {
  width: 100%;
  height: 17px;
  bottom: -12px;
}
#top-worries .list {
  gap: 25px 15px;
  padding: 0;
  flex-wrap: wrap;
}
#top-worries .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-worries .list-item:first-of-type .list-img {
  padding: 35px 50px;
}
#top-worries .list-item:nth-of-type(2) .list-img {
  padding: 35px 43px;
}
#top-worries .list-item:nth-of-type(3) .list-img {
  padding: 35px 50px;
}
#top-worries .list-item:nth-of-type(4) .list-img {
  padding: 35px 37px;
}
#top-worries .list-item:nth-of-type(5) .list-img {
  padding: 35px 30px;
}
#top-worries .list-item:nth-of-type(6) .list-img {
  padding: 35px 40px;
}
#top-worries .list-img {
  width: 100%;
  height: 43.4vw;
  min-height: 152px;
  padding: 35px;
  align-items: unset;
}
#top-worries .list-img img {
  width: -moz-fit-content;
  width: fit-content;
}

/* =========================================
    top  sp
    top-cause
========================================= */
#top-cause .bg {
  background: url(/img/all/logo-deco.png) no-repeat 5px 600px/70%;
}
#top-cause .inner {
  padding: 50px 15px 39vw;
}
#top-cause .wrap {
  width: 100%;
  margin-top: 35px;
}
#top-cause img {
  width: 100%;
  position: unset;
  margin-top: 25px;
}
#top-cause .video {
  height: 57.14vw;
  min-height: 200px;
  bottom: -110px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner {
  padding: 200px 15px 50px;
}
#top-about .txt {
  text-align: left;
  margin-top: 25px;
}
#top-about .wrap {
  display: block;
  margin-top: 50px;
}
#top-about .wrap-box {
  width: 100%;
}
#top-about .wrap-box:nth-of-type(n + 2) {
  margin-top: 75px;
}
#top-about .wrap-num {
  width: 60px;
  padding: 10px 0;
  top: -20px;
  left: 30px;
}
#top-about .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .inner {
  padding: 0 15px;
}
#top-banner .container {
  display: block;
}
#top-banner .container::before {
  width: 95%;
  height: 2px;
  border-left: none;
  border-top: 2px dashed #8994a0;
}
#top-banner .link {
  width: 100%;
  height: 250px;
}
#top-banner .link::after {
  width: 75px;
  height: 55px;
}
#top-banner .link-left {
  padding-right: 0;
}
#top-banner .link-left::after {
  right: 0;
}
#top-banner .link-right {
  padding-left: 0;
}

/* =========================================
    top  sp
    top-introduction
========================================= */
#top-introduction .container {
  padding-bottom: 100px;
  position: relative;
}
#top-introduction .container-top {
  justify-content: center;
}
#top-introduction .img {
  position: relative;
  top: unset;
  left: unset;
  margin-top: 45px;
}
#top-introduction .name {
  width: 60px;
  line-height: 60px;
  padding: 20.4px 0;
  top: -20px;
  left: 30px;
}
#top-introduction .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  margin: 0;
}
#top-introduction .wrap {
  width: 100%;
  margin-top: 35px;
  padding: 35px 15px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .com-tel {
  width: 230px;
  margin: 35px auto 0;
}
#top-contact .com-tel-num {
  padding-left: 26px;
  background: url(/img/all/tel-ico-white.png) no-repeat left 2px/21px;
}
#top-contact .wrap {
  gap: 30px;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-access
========================================= */
#top-access .container {
  display: block;
  margin-top: 35px;
}
#top-access .video {
  width: 100%;
}
#top-access .wrap {
  margin-left: 0;
  margin-top: 25px;
}
#top-access .map {
  height: 250px;
  margin-top: 25px;
}

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

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

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

========================================= */
/* =========================================
    sub  SP
    sub-breath
========================================= */
#sub-cycle .txt {
  margin-right: 0;
}
#sub-cycle .wrap {
  display: block;
  margin-top: 35px;
}
#sub-cycle .wrap-box {
  width: 100%;
  margin-top: 50px;
  padding: 35px 15px 25px 15px;
}
#sub-cycle .wrap-box::before {
  width: 85px;
  height: 92px;
  top: -55px;
}
#sub-cycle .wrap-box-txt {
  width: 20px;
}
#sub-cycle .list-item {
  line-height: 1.6;
}
#sub-cycle .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

#sub-breath-menu .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-breath-menu .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 35px auto 0;
  padding-top: 0;
  background: none;
}
#sub-breath-menu .list-item {
  width: 100%;
  margin-left: auto !important;
}
#sub-breath-menu .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}

#sub-features .breath {
  margin-top: 35px;
}
#sub-features .breath-ttl {
  line-height: 60px;
}
#sub-features .breath-fle {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 25px;
}
#sub-features .breath-txt {
  margin-right: 0;
  margin-top: 15px;
}
#sub-features .breath-img {
  margin: 35px auto 0;
}
#sub-features .point {
  line-height: 55px;
  margin-top: 50px;
}
#sub-features .list {
  display: block;
}
#sub-features .list-item {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
#sub-features .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-features .list-ttl {
  margin-top: 15px;
}
#sub-features .list-ttl::before {
  width: 4px;
  height: 18px;
  top: 8px;
}
#sub-features .head {
  margin-top: 75px;
}
#sub-features .head-ttl {
  line-height: 60px;
}
#sub-features .head-fle {
  display: block;
  margin-top: 35px;
}
#sub-features .head-txt {
  margin-top: 15px;
  margin-left: 0;
}
#sub-features .head-list {
  width: 95%;
  margin: 0 auto;
}
#sub-features .head-list-txt {
  font-size: 16px;
  padding: 13px 10px;
  line-height: 1.3;
}
#sub-features .wrap {
  width: 100%;
  height: 600px;
  margin: 35px auto 0;
  background: url(/img/breath/arrow.png) no-repeat center 205px/244px, url(/img/breath/img.jpg) no-repeat center/cover;
}
#sub-features .wrap-btm {
  white-space: nowrap;
}

#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 46px;
  height: 19px;
  top: -28px;
}
#sub-flow .list-ttl {
  padding: 15px 10px;
}
#sub-flow .list-txt {
  padding: 15px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-menu .list {
  margin-top: 35px;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-menu .list-box {
  padding: 25px 15px 30px;
}

#sub-product .list {
  gap: 15px;
  margin-top: 35px;
}
#sub-product .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-product .list-img {
  height: 43.4vw;
  min-height: 152px;
}
#sub-product .list-ttl {
  font-size: 18px;
  margin-top: 10px;
  padding-left: 5px;
  border-left: 2px solid #3788cd;
}

#sub-product-detail .img {
  width: 100%;
  height: 56.3vw;
}
#sub-product-detail .fee {
  margin-top: 10px;
}
#sub-product-detail .txt {
  margin-top: 15px;
}
#sub-product-detail .list {
  margin-top: 35px;
  gap: 10px;
}
#sub-product-detail .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 43.4vw;
  min-height: 152px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item {
  padding: 35px 15px 40px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .ttl {
  text-align: center;
}
#sub-greeting .container-box {
  width: 100%;
  margin-right: 0;
}
#sub-greeting .img {
  position: relative;
  top: 0;
  margin-top: 35px;
}
#sub-greeting .txt {
  margin-top: 15px;
}
#sub-greeting .name {
  width: 60px;
  line-height: 60px;
  padding: 20.4px 0;
  top: -20px;
  left: 30px;
}

#sub-company .table th {
  width: 100%;
  padding: 15px 10px;
}
#sub-company .table td {
  padding: 15px 10px;
}
#sub-company .map {
  height: 250px;
  margin: 25px auto 0;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#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 .tag-list {
  margin-top: 50px;
  display: block;
}
#tag-btn-list .tag-list-item {
  max-width: unset;
}
#tag-btn-list .tag-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-method .com-tel {
  width: 230px;
  margin: 35px auto 0;
}
#sub-method .com-tel-num {
  padding-left: 26px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/21px;
}
#sub-method .wrap {
  gap: 30px;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 25px auto 0;
}

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

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

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  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 .com-ttl02 {
  text-align: left;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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