@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-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: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-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同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #271f1a;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

.fle-center {
  justify-content: center;
}

/* =========================================
  TOP  PC
  トップページ上部のバックグラウンド
========================================= */
.top {
  background: url(/img/all/top-bg.jpg) no-repeat center top/100%;
}
@media screen and (max-width: 1400px) {
  .top {
    background: url(/img/all/top-bg.jpg) no-repeat center top/1400px;
  }
}

/* =========================================
  SUB  PC
  下層上部のバックグラウンド
========================================= */
.sub {
  background: url(/img/sv/sv-bg.png) no-repeat center top/100%, #fcf4e1;
}

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
}
#header .headline {
  position: relative;
  padding: 32px 55px 32px 65px;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  #header .headline {
    padding: 32px 20px 32px 20px;
  }
}
#header .logo {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  display: inline-block;
  color: #f16b06;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #header .logo {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 30px;
}
#gnav .list-link {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #271f1a;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#gnav .list-link::before {
  background: #f16b06;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  position: relative;
  width: 97.4%;
  height: 42.6vw;
  min-height: 468px;
  margin: 0 auto;
  background: url(/img/all/mv.jpg) no-repeat center/cover;
  border-radius: 20px;
}
#top-mv .mv-ttl {
  position: absolute;
  font-family: "ZenMaruGothic-Black", sans-serif;
  font-size: clamp(35px, 2.5vw, 170px);
  line-height: 2.3;
  left: 4.1vw;
  bottom: 17.1vw;
}
@media screen and (max-width: 1200px) {
  #top-mv .mv-ttl {
    left: 30px;
    bottom: 160px;
  }
}
#top-mv .mv-ttl-border {
  padding-bottom: 15px;
  border-bottom: 5px dotted #271f1a;
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  width: 220px;
  padding: 20px 0 23px 0;
  right: 0;
  bottom: 50px;
  background-color: #f16b06;
  border-radius: 20px 0 0 20px;
  z-index: 99;
}
.fixed-item {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fixed-item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.fixed-item:nth-of-type(2) {
  margin-top: 14px;
}
.fixed-item:nth-of-type(3) {
  margin-top: 8px;
}
.fixed-contact {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 180px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 9px 0 9px 35px;
  color: #f16b06;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .fixed-contact {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.fixed-contact::before {
  content: "";
  width: 23px;
  height: 17px;
  margin-right: 18px;
  background: url(/img/all/mail-ico.png) no-repeat center/100%;
}
.fixed-line {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 180px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 9px 0 9px 35px;
  color: #0fc54e;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .fixed-line {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.fixed-line::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 18px;
  background: url(/img/all/line-ico.png) no-repeat center/100%;
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
#footer .bg::before {
  position: absolute;
  content: "";
}
#footer .bg::before {
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(/img/all/foo-bg.png) no-repeat center top/cover;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
@media screen and (max-width: 1550px) {
  #footer .inner {
    padding: 130px 0 135px !important;
  }
}
#footer .contact {
  width: 100%;
  margin-bottom: 120px;
  padding: 75px 15px 70px;
  background-color: #f16b06;
  border-radius: 20px;
  position: relative;
}
#footer .contact::before {
  position: absolute;
  content: "";
}
#footer .contact::before {
  width: 354px;
  height: 210px;
  top: -81px;
  left: -12px;
  background: url(/img/all/contact-deco.png) no-repeat;
  background-size: 100%;
}
#footer .contact-list {
  margin-top: 55px;
}
#footer .contact-list-item:nth-of-type(n + 2) {
  margin-left: 50px;
}
#footer .ttl-sub {
  color: #fff;
  background: url(/img/all/com-ttl-deco-white.png) no-repeat center bottom;
}
#footer .ttl-main {
  color: #fff;
}
#footer .logo {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  display: flex;
  height: 38px;
  margin-bottom: 44px;
  color: #f16b06;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#footer .instagram {
  margin-top: 40px;
}
#footer .list:nth-of-type(n + 2) {
  margin-top: 5px;
}
#footer .list-item {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #footer .list-item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#footer .list-item:nth-of-type(n + 2) {
  margin-left: 25px;
  position: relative;
}
#footer .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#footer .list-item:nth-of-type(n + 2)::before {
  content: "/";
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
}
#footer .list-link {
  color: #271f1a;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
#footer .list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #f16b06;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .copy {
  font-family: "ZenMaruGothic-Light.ttf", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1550px) {
  #footer .copy {
    margin-right: 220px;
  }
}
#footer .copy-link {
  color: #271f1a;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 97.4%;
  height: 408px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}
#sv .sv-ttl {
  position: absolute;
  font-family: "ZenMaruGothic-Black", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  left: 80px;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#sv .sv-ttl-border {
  padding-bottom: 15px;
  border-bottom: 5px dotted #271f1a;
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-rental {
  background: url(/img/sv/sv-rental.jpg) no-repeat center/cover;
}
#sv .sv-sale {
  background: url(/img/sv/sv-sale.jpg) no-repeat center/cover;
}
#sv .sv-service {
  background: url(/img/sv/sv-service.jpg) no-repeat center/cover;
}
#sv .sv-company {
  background: url(/img/sv/sv-company.jpg) no-repeat center/cover;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat left center/cover;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  max-width: 1050px;
  align-items: center;
  margin: 70px auto 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #f16b06;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #271f1a;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 8px;
  color: #271f1a;
}

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

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header .headline {
    padding: 15px 10px;
  }
  #header .logo {
    width: 200px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    height: 350px;
    min-height: unset;
    background: url(/img/all/mv.jpg) no-repeat calc(50% + 50px)/cover;
    border-radius: 15px;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /* --- info系 --- */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  /*	------- */
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  #top-mv .mv {
    background: url(/img/all/mv.jpg) no-repeat calc(50% + 80px)/cover;
  }
}
@media screen and (max-width: 767px) {
  #top-mv .mv-ttl {
    width: 330px;
    font-size: 25px;
    line-height: 2;
    left: 10px;
    bottom: 40px;
    text-shadow: 0px 0px 10px #fff;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
    paint-order: stroke;
  }
  #top-mv .mv-ttl-border {
    padding-bottom: 5px;
  }
  .fixed {
    display: none;
  }
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #f16b06;
    top: 0;
    right: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 47%;
    height: 18px;
    margin: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    top: 0;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    margin: 8px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    top: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt img {
    height: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active span {
    width: 28px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .top {
    transform: translateY(9px) translateX(-3px) rotate(45deg);
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .bottom {
    bottom: 10px;
    transform: translateY(3px) translateX(-3px) rotate(-45deg);
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background: url(/img/all/foo-bg.png) no-repeat center top/cover;
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .drawer-logo {
    width: 73%;
    margin-bottom: 15px;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .list-link {
    display: block;
    border-bottom: 1px solid #f16b06;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #271f1a;
    line-height: 1.22;
  }
  .drawer-contact {
    margin-top: 25px;
    padding: 20px 15px;
    background-color: #f16b06;
    border-radius: 20px;
  }
  .drawer-contact-item {
    text-align: center;
    color: #fff;
  }
  .drawer-contact-item:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .bg::before {
    border-radius: 50px 50px 0 0;
  }
  #footer .inner {
    padding: 100px 15px 50px !important;
  }
  #footer .contact {
    margin-bottom: 65px;
    padding: 75px 15px 30px;
  }
  #footer .contact::before {
    width: 220px;
    height: 135px;
    top: -70px;
    left: -10px;
  }
  #footer .contact-list {
    display: block;
    margin-top: 35px;
  }
  #footer .contact-list-item {
    width: 280px;
    margin: 0 auto;
  }
  #footer .contact-list-item:nth-of-type(n + 2) {
    margin-left: auto;
    margin-top: 25px;
  }
  #footer .container {
    display: block;
  }
  #footer .wrap {
    text-align: center;
  }
  #footer .logo {
    display: block;
    width: 200px;
    height: 27px;
    margin: 0 auto 50px;
  }
  #footer .box {
    margin-top: 50px;
  }
  #footer .nav {
    width: 100%;
  }
  #footer .list {
    flex-wrap: wrap;
    justify-content: left;
    border: 1px solid #f16b06;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-top: 0;
  }
  #footer .list:nth-of-type(3) {
    display: flex !important;
  }
  #footer .list-sp {
    display: flex !important;
  }
  #footer .list-item {
    width: 50%;
    margin-left: 0;
  }
  #footer .list-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #f16b06;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #f16b06;
  }
  #footer .list-item:nth-of-type(n + 2)::before {
    display: none;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #f16b06;
  }
  #footer .list-item:nth-last-of-type(2) {
    border-bottom: none;
  }
  #footer .list-item:last-of-type {
    border-bottom: none;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    line-height: 1.2;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  #footer .copy {
    text-align: center;
    margin-top: 50px;
    margin-right: 0;
  }
  #sv .sv {
    height: 250px;
  }
  #sv .sv-ttl {
    width: 320px;
    left: 10px;
    bottom: 40px;
    text-shadow: 0px 0px 10px #fff;
  }
  #sv .sv-ttl-border {
    padding-bottom: 5px;
    border-bottom: 4px dotted #271f1a;
  }
  #sv .sv-company {
    background: url(/img/sv/sv-company.jpg) no-repeat calc(50% - 200px) center/cover;
  }
  #sv .sv-service {
    background: url(/img/sv/sv-service.jpg) no-repeat calc(50% - 110px) center/cover;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */