@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.youtube {
  margin: auto;
  text-align: center; }

.youtube iframe {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .youtube iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto; } }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

.sliderA, .sliderB, .sliderC, .sliderD {
  opacity: 0;
  transition: opacity .25s ease; }

.sliderA.slick-initialized, .sliderB.slick-initialized, .sliderC.slick-initialized, .sliderD.slick-initialized {
  opacity: 1; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

/*ベージュ背景*/
/*薄いグリーン・罫線*/
/*罫線1*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
  font-weight: bold;
  letter-spacing: 2px;
  font-variation-settings: "wght" 300; }
  @media print, screen and (max-width: 991px) {
    body {
      font-variation-settings: "wght" 400; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
  font-variation-settings: "wght" 400; }
  @media print, screen and (max-width: 991px) {
    h1, h2, h3, h4, h5, h6 {
      font-variation-settings: "wght" 500; } }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

.common-btn {
  margin: 10px auto 0;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    position: relative;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    background-color: #c04c56;
    text-decoration: none;
    text-align: center; }
  .common-btn a::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    /* rotate(45deg)で矢印を回転（向きを変更）させる */ }
  .common-btn a:hover {
    text-decoration: none;
    opacity: 0.6; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #333333;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #c04c56;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    height: 60px;
    width: 100%;
    /*絶対必要*/
    padding: 10px 10px 10px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 12px 5px 12px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 80px;
        padding: 10px 10px 10px; } }
    #header-fixed header h1 {
      margin: 20px 0 0 20px;
      font-size: 2.0rem; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          margin: 5px; } }
      #header-fixed header h1 img {
        height: 60px; }
        @media print, screen and (max-width: 767px) {
          #header-fixed header h1 img {
            height: 40px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 0;
      top: 10px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 5px; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left;
          font-size: 1.0rem; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #000;
            text-decoration: none;
            display: block;
            padding: 0 10px; }
          #header-fixed header .headmenuarea ul li span {
            font-size: 0.8rem; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }
    #header-fixed .is-animation .sitetitle {
      display: none !important; }
    #header-fixed .is-animation .openbtn {
      background-color: #000;
      padding: 5px; }
    #header-fixed .is-animation .menulabel {
      color: #000; }
    #header-fixed .is-animation #requestbtn {
      display: none; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    display: none; }
  #header-fixed.home .is-animation {
    position: fixed;
    /*絶対必要*/
    display: block !important; }

#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }

#spmenu {
  position: fixed;
  top: 10px;
  right: 50px;
  z-index: 10000;
  display: block; }
  @media print, screen and (max-width: 767px) {
    #spmenu {
      right: 10px; } }
  #spmenu .menulabel {
    color: #fff;
    right: 0;
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding: 5px 10px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #spmenu .menulabel {
        font-size: 0.7rem;
        padding: 0;
        display: none; } }

#requestbtn {
  position: fixed;
  left: 50px;
  bottom: 70px;
  z-index: 9000;
  width: 180px; }
  @media print, screen and (max-width: 991px) {
    #requestbtn {
      width: 100px;
      left: 20px;
      bottom: 20px; } }

div:not(.homeheader) #requestbtn {
  display: none; }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

#pagehead img {
  object-fit: cover;
  width: 100%;
  height: 300px; }
  @media print, screen and (max-width: 991px) {
    #pagehead img {
      height: 200px; } }

h2.ptitle {
  background-image: url(../imgs/houseicon.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 100px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  font-size: 3.0rem; }
  @media print, screen and (max-width: 991px) {
    h2.ptitle {
      font-size: 1.2rem;
      margin-bottom: 0;
      line-height: 2.0; } }
  h2.ptitle span {
    font-size: 1.4rem;
    color: #89b4b5; }
    @media print, screen and (max-width: 991px) {
      h2.ptitle span {
        font-size: 0.8rem;
        margin-bottom: 0; } }

/*! ==================================================
　HOME
=================================================== */
#home #homehead #topslide {
  overflow: hidden; }
  #home #homehead #topslide .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #home #homehead #topslide ul.slick-dots {
    bottom: 20px; }
  #home #homehead #topslide .sliderbox img {
    overflow: hidden;
    height: 920px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 680px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 576px) and (max-width: 991px) {
      #home #homehead #topslide .sliderbox img {
        height: 800px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide .sliderbox img {
        height: 800px; } }
  #home #homehead #topslide .slidetxt {
    position: absolute; }
    @media print, screen and (min-width: 992px) {
      #home #homehead #topslide .slidetxt {
        top: 200px;
        right: 100px; } }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topslide .slidetxt {
        top: 150px;
        left: 20px; }
        #home #homehead #topslide .slidetxt img {
          max-width: 300px; } }
#home #homehead .homemenuarea {
  opacity: 0;
  margin-bottom: 60px;
  background-color: #333333;
  padding: 20px 15px 20px;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homehead .homemenuarea {
      display: none; } }
  #home #homehead .homemenuarea ul li {
    text-align: center;
    list-style: none;
    padding: 1px !important;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      #home #homehead .homemenuarea ul li {
        font-size: 0.7rem; } }
    #home #homehead .homemenuarea ul li a {
      text-align: center;
      color: #fff;
      text-decoration: none; }
    #home #homehead .homemenuarea ul li a:hover {
      opacity: 1; }
#home #hometopics {
  background-color: #89b4b5;
  padding: 15px 0 50px; }
  @media print, screen and (max-width: 767px) {
    #home #hometopics {
      padding: 5px 0 25px; } }
  #home #hometopics .topicslink {
    margin-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #home #hometopics .topicslink {
        margin-top: 15px; } }
#home #housebuilding {
  padding: 80px 80px  200px;
  position: relative; }
  @media print, screen and (max-width: 991px) {
    #home #housebuilding {
      padding: 80px 15px  300px; } }
  #home #housebuilding .txt1 {
    text-align: center;
    padding: 0;
    line-height: 3.0; }
    @media print, screen and (max-width: 991px) {
      #home #housebuilding .txt1 {
        line-height: 2.0; } }
    #home #housebuilding .txt1 p {
      padding-top: 30px; }
      @media print, screen and (max-width: 991px) {
        #home #housebuilding .txt1 p {
          font-size: 0.9rem; } }
  #home #housebuilding .illust1 {
    position: absolute;
    left: 50px;
    bottom: 150px; }
    @media print, screen and (max-width: 991px) {
      #home #housebuilding .illust1 {
        bottom: 100px; } }
    @media print, screen and (min-width: 1600px) {
      #home #housebuilding .illust1 {
        left: 200px; } }
    #home #housebuilding .illust1 img {
      width: 300px; }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home #housebuilding .illust1 img {
          width: 200px; } }
      @media print, screen and (max-width: 767px) {
        #home #housebuilding .illust1 img {
          width: 130px; } }
  #home #housebuilding .illust2 {
    position: absolute;
    right: 50px;
    bottom: 150px; }
    @media print, screen and (max-width: 991px) {
      #home #housebuilding .illust2 {
        bottom: 100px; } }
    @media print, screen and (min-width: 1600px) {
      #home #housebuilding .illust2 {
        right: 200px; } }
    #home #housebuilding .illust2 img {
      width: 300px; }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home #housebuilding .illust2 img {
          width: 200px; } }
      @media print, screen and (max-width: 767px) {
        #home #housebuilding .illust2 img {
          width: 130px; } }
  @media print, screen and (max-width: 575px) {
    #home #housebuilding p {
      font-size: 0.9rem;
      letter-spacing: 0; } }
#home #housebuilding2 {
  background-color: #eae9e3;
  padding: 150px 15px 50px; }
  @media print, screen and (max-width: 991px) {
    #home #housebuilding2 {
      padding: 150px 15px 20px; } }
  #home #housebuilding2 .housebuilding-box1 {
    background-color: #fff;
    margin-bottom: 130px;
    padding: 50px 15px; }
    #home #housebuilding2 .housebuilding-box1 .icon1 {
      margin: -110px auto 0;
      width: 138px; }
      @media print, screen and (max-width: 767px) {
        #home #housebuilding2 .housebuilding-box1 .icon1 {
          width: 100px; } }
      #home #housebuilding2 .housebuilding-box1 .icon1 img {
        width: 138px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #home #housebuilding2 .housebuilding-box1 .icon1 img {
            width: 100px; } }
    #home #housebuilding2 .housebuilding-box1 h3 {
      text-align: center;
      font-size: 2.6rem;
      margin-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #home #housebuilding2 .housebuilding-box1 h3 {
          font-size: 1.6rem; } }
      #home #housebuilding2 .housebuilding-box1 h3 span {
        display: inline-block;
        border-bottom: 7px solid #ca9399;
        padding: 15px 0; }
    #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 {
      padding: 50px 15px 10px; }
      @media print, screen and (min-width: 992px) {
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 {
          width: 70%;
          margin: auto; } }
      #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 p {
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 p {
            font-size: 0.9rem; } }
      #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .photo {
        text-align: center; }
        @media print, screen and (max-width: 991px) {
          #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .photo {
            width: 100%;
            margin: 20px auto 50px; } }
      #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list {
        text-align: center;
        margin: 30px auto; }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list {
          font-variation-settings: "wght" 400;
          padding: 15px;
          color: #fff;
          display: inline-block;
          margin: 15px 10px 0;
          display: flex;
          /*テキストを真ん中にするためにflexを使用*/
          justify-content: center;
          align-items: center;
          outline: 1px solid white;
          /*outlineでドットの線を追加*/
          outline-offset: -5px;
          /*outline-offsetの値を-15pxにして内側に調整*/ }
          @media print, screen and (max-width: 991px) {
            #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list {
              min-height: 78px; } }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list {
              min-height: 102px; } }
          #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list span {
            font-size: 0.8rem; }
          #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list a {
            display: block; }
          #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list a:hover {
            opacity: 1; }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list1 {
          background-color: #d4b080; }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list2 {
          background-color: #80aaae; }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list3 {
          background-color: #d4b080; }
          @media print, screen and (min-width: 576px) and (max-width: 991px) {
            #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list3 {
              background-color: #80aaae; } }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list4 {
          background-color: #80aaae; }
          @media print, screen and (min-width: 576px) and (max-width: 991px) {
            #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list4 {
              background-color: #d4b080; } }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list5 {
          background-color: #d4b080; }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list6 {
          background-color: #80aaae; }
        #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list7 {
          background-color: #d4b080; }
          @media print, screen and (min-width: 576px) and (max-width: 991px) {
            #home #housebuilding2 .housebuilding-box1 .housebuilding-box2 .housebuilding-list .list7 {
              background-color: #80aaae; } }
#home #lineup {
  padding: 0 80px 100px;
  background-color: #eae9e3; }
  @media print, screen and (max-width: 991px) {
    #home #lineup {
      padding: 0 15px 50px; } }
  #home #lineup .lineupbox {
    background-color: #fff;
    margin-top: 30px;
    text-align: center;
    line-height: 2.0;
    padding-bottom: 15px; }
    #home #lineup .lineupbox a {
      text-decoration: none; }
    #home #lineup .lineupbox h3 {
      margin: auto; }
      @media print, screen and (max-width: 991px) {
        #home #lineup .lineupbox h3 {
          width: 80%; } }
    #home #lineup .lineupbox img {
      margin: auto; }
    #home #lineup .lineupbox p {
      padding: 15px 15px 0; }
      @media print, screen and (max-width: 991px) {
        #home #lineup .lineupbox p {
          font-variation-settings: "wght" 400; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #lineup .lineupbox p {
          padding: 15px 10px 0;
          font-size: 0.8rem;
          letter-spacing: 0; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #lineup .lineupbox p {
          font-size: 0.9rem;
          letter-spacing: 0; } }
  #home #lineup .more-btn {
    margin: 70px auto 0;
    width: 300px; }
    @media print, screen and (max-width: 991px) {
      #home #lineup .more-btn {
        width: 80%; } }
    #home #lineup .more-btn a {
      position: relative;
      padding: 10px 15px;
      display: block;
      color: #fff;
      font-weight: bold;
      border-radius: 30px;
      background-color: #c04c56;
      text-decoration: none;
      text-align: center; }
    #home #lineup .more-btn a::after {
      content: '';
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      display: inline-block;
      width: 10px;
      height: 10px;
      /* 矢印アイコンの位置を設定 */
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%) rotate(45deg);
      /* rotate(45deg)で矢印を回転（向きを変更）させる */ }
    #home #lineup .more-btn a:hover {
      text-decoration: none;
      opacity: 0.6; }
#home #zeh {
  padding: 30px 80px 50px;
  background-color: #eae9e3; }
  @media print, screen and (max-width: 991px) {
    #home #zeh {
      padding: 30px 10px 50px; } }
  #home #zeh .zehbox {
    background-color: #fff;
    margin-bottom: 70px;
    padding: 50px 15px 80px;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #home #zeh .zehbox {
        padding: 50px 20px 80px; } }
    @media print, screen and (max-width: 991px) {
      #home #zeh .zehbox h3 {
        padding: 0 30px; } }
    #home #zeh .zehbox .txt1 {
      font-size: 2.4rem;
      margin-top: 30px;
      font-variation-settings: "wght" 500; }
      @media print, screen and (max-width: 991px) {
        #home #zeh .zehbox .txt1 {
          font-size: 1.0rem; } }
    #home #zeh .zehbox .txt2 {
      margin-top: 15px;
      font-size: 1.4rem;
      line-height: 2.0; }
      @media print, screen and (max-width: 991px) {
        #home #zeh .zehbox .txt2 {
          font-size: 0.9rem;
          letter-spacing: 0; } }
    #home #zeh .zehbox .zehimg {
      margin-top: 30px; }
    #home #zeh .zehbox .more-btn {
      margin: 70px auto 0;
      width: 400px; }
      @media print, screen and (max-width: 991px) {
        #home #zeh .zehbox .more-btn {
          width: 90%; } }
      #home #zeh .zehbox .more-btn a {
        position: relative;
        padding: 10px 15px;
        display: block;
        font-variation-settings: "wght" 300;
        color: #fff;
        font-weight: bold;
        border-radius: 30px;
        background-color: #c04c56;
        text-decoration: none;
        text-align: center; }
      #home #zeh .zehbox .more-btn a::after {
        content: '';
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        /* 矢印アイコンの位置を設定 */
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        /* rotate(45deg)で矢印を回転（向きを変更）させる */ }
      #home #zeh .zehbox .more-btn a:hover {
        text-decoration: none;
        opacity: 0.6; }
    #home #zeh .zehbox .zehbana {
      float: right;
      margin: -70px 15px 15px; }
      @media print, screen and (max-width: 991px) {
        #home #zeh .zehbox .zehbana {
          float: none;
          margin: 30px 0; } }
#home #guarantee {
  padding: 30px 80px 100px;
  background-color: #eae9e3; }
  @media print, screen and (max-width: 991px) {
    #home #guarantee {
      padding: 30px 15px 50px; } }
  #home #guarantee .guaranteebox {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 70px;
    padding: 50px 15px 180px; }
    @media print, screen and (max-width: 991px) {
      #home #guarantee .guaranteebox {
        padding: 50px 15px 10px; } }
    #home #guarantee .guaranteebox .border1 {
      margin-bottom: 50px;
      border-bottom: 3px dotted #ccc; }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox .border1 {
          margin-bottom: 20px; } }
    #home #guarantee .guaranteebox .border2 {
      margin: 70px 0 50px;
      border-bottom: 3px dotted #ccc; }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox .border2 {
          margin: 20px 0 20px; } }
    #home #guarantee .guaranteebox .photo {
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox .photo {
          width: 100%;
          margin: 30px auto 50px; } }
    #home #guarantee .guaranteebox h3 {
      text-align: center;
      font-size: 2.6rem;
      margin-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox h3 {
          font-size: 1.8rem; } }
      #home #guarantee .guaranteebox h3 span {
        display: inline-block;
        border-bottom: 7px solid #e3b190;
        padding: 15px 0; }
      #home #guarantee .guaranteebox h3 a {
        font-size: 1.2rem; }
      #home #guarantee .guaranteebox h3 a:hover {
        opacity: 1; }
    #home #guarantee .guaranteebox h4 {
      text-align: center;
      font-size: 2.0rem;
      color: #79ae80;
      padding: 30px 0;
      line-height: 2.0; }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox h4 {
          font-size: 1.2rem; } }
      #home #guarantee .guaranteebox h4 span {
        font-size: 1.2rem; }
        @media print, screen and (max-width: 991px) {
          #home #guarantee .guaranteebox h4 span {
            font-size: 0.9rem; } }
    #home #guarantee .guaranteebox .txt1 {
      text-align: center;
      font-size: 1.2rem;
      font-variation-settings: "wght" 400;
      font-weight: bold; }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox .txt1 {
          font-size: 0.9rem; } }
    #home #guarantee .guaranteebox .contentbox {
      padding: 15px 15px 50px; }
      @media print, screen and (min-width: 992px) {
        #home #guarantee .guaranteebox .contentbox {
          margin: auto;
          width: 80%; } }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox .contentbox {
          padding: 15px 10px 50px; } }
      #home #guarantee .guaranteebox .contentbox p {
        line-height: 3.0; }
        @media print, screen and (max-width: 991px) {
          #home #guarantee .guaranteebox .contentbox p {
            line-height: 2.0;
            font-size: 0.9rem; } }
      #home #guarantee .guaranteebox .contentbox .illust1 {
        text-align: center;
        margin: auto; }
        #home #guarantee .guaranteebox .contentbox .illust1 img {
          margin: 15px auto;
          width: 240px; }
          @media print, screen and (max-width: 991px) {
            #home #guarantee .guaranteebox .contentbox .illust1 img {
              margin: 50px auto 15px; } }
      #home #guarantee .guaranteebox .contentbox .illust2 {
        text-align: center; }
        #home #guarantee .guaranteebox .contentbox .illust2 img {
          margin: 15px auto; }
          @media print, screen and (max-width: 991px) {
            #home #guarantee .guaranteebox .contentbox .illust2 img {
              margin: 50px auto 15px; } }
    @media print, screen and (min-width: 1200px) {
      #home #guarantee .guaranteebox .fukidashi1 {
        padding-left: 100px; } }
    @media print, screen and (max-width: 991px) {
      #home #guarantee .guaranteebox .fukidashi1 {
        margin-top: 30px; } }
    @media print, screen and (min-width: 1200px) {
      #home #guarantee .guaranteebox .fukidashi2 {
        padding-right: 100px; } }
    @media print, screen and (max-width: 991px) {
      #home #guarantee .guaranteebox .fukidashi2 {
        margin-top: 30px; } }
    #home #guarantee .guaranteebox .kouhou {
      margin-top: 50px; }
    #home #guarantee .guaranteebox .sisanrei {
      background-color: #3b7d92;
      padding: 50px 80px;
      text-align: center;
      margin: 0 50px; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #guarantee .guaranteebox .sisanrei {
          padding: 50px 50px; } }
      @media print, screen and (min-width: 992px) {
        #home #guarantee .guaranteebox .sisanrei {
          margin: auto;
          width: 70%; } }
      @media print, screen and (max-width: 991px) {
        #home #guarantee .guaranteebox .sisanrei {
          padding: 30px 15px;
          margin: 0 15px; } }
      #home #guarantee .guaranteebox .sisanrei h5 {
        color: #fff;
        font-size: 1.4rem; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #guarantee .guaranteebox .sisanrei h5 {
            font-size: 1.1rem; } }
        @media print, screen and (max-width: 991px) {
          #home #guarantee .guaranteebox .sisanrei h5 {
            font-size: 1.0rem; } }
      #home #guarantee .guaranteebox .sisanrei h6 {
        color: #fff;
        margin-top: 15px;
        background-color: #c98729;
        padding: 10px 15px;
        font-size: 0.9rem;
        line-height: 2.0; }
      #home #guarantee .guaranteebox .sisanrei .sisan_setumei {
        margin-top: 20px; }
#home #ansinhosho {
  padding: 30px 80px 100px;
  background-color: #eae9e3; }
  @media print, screen and (max-width: 991px) {
    #home #ansinhosho {
      padding: 0 10px 50px; } }
  #home #ansinhosho .ansinhoshobox {
    background-color: #80aaae;
    padding: 50px; }
    @media print, screen and (max-width: 991px) {
      #home #ansinhosho .ansinhoshobox {
        padding: 15px; } }
    #home #ansinhosho .ansinhoshobox h3 {
      position: relative;
      background-color: #3b7d92;
      color: #fff;
      padding: 30px;
      text-align: center;
      margin-top: -100px;
      font-size: 2.6rem;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 991px) {
        #home #ansinhosho .ansinhoshobox h3 {
          margin-top: -50px;
          font-size: 1.2rem;
          letter-spacing: 1px; } }
    #home #ansinhosho .ansinhoshobox h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      border-style: solid;
      border-width: 30px 25px 0 25px;
      border-color: #3b7d92 transparent transparent;
      translate: -50% 100%; }
    #home #ansinhosho .ansinhoshobox .hoshobox {
      position: relative;
      background-color: #fff;
      padding: 50px;
      margin-top: 100px; }
      @media print, screen and (min-width: 992px) {
        #home #ansinhosho .ansinhoshobox .hoshobox {
          margin: 50px auto;
          width: 80%; } }
      @media print, screen and (max-width: 991px) {
        #home #ansinhosho .ansinhoshobox .hoshobox {
          padding: 30px 15px;
          margin-top: 50px; } }
      #home #ansinhosho .ansinhoshobox .hoshobox h4 {
        color: #c04c56;
        text-align: center;
        font-size: 2.4rem; }
        @media print, screen and (max-width: 991px) {
          #home #ansinhosho .ansinhoshobox .hoshobox h4 {
            font-size: 1.2rem;
            line-height: 1.5; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #ansinhosho .ansinhoshobox .hoshobox h4 {
            font-size: 1.6rem; } }
        #home #ansinhosho .ansinhoshobox .hoshobox h4 span.span1 {
          background-color: #c04c56;
          display: inline-block;
          padding: 2px;
          color: #fff;
          margin-right: 15px; }
        #home #ansinhosho .ansinhoshobox .hoshobox h4 span.span2 {
          font-size: 1.2rem; }
          @media print, screen and (max-width: 991px) {
            #home #ansinhosho .ansinhoshobox .hoshobox h4 span.span2 {
              font-size: 0.9rem;
              line-height: 1.5; } }
      #home #ansinhosho .ansinhoshobox .hoshobox h5 {
        color: #79ae80;
        text-align: center;
        font-size: 1.2rem;
        margin-top: 30px; }
        @media print, screen and (max-width: 991px) {
          #home #ansinhosho .ansinhoshobox .hoshobox h5 {
            font-size: 0.9rem;
            line-height: 2.0;
            margin-top: 15px; } }
      #home #ansinhosho .ansinhoshobox .hoshobox .border1 {
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 3px dotted #ccc; }
        @media print, screen and (max-width: 991px) {
          #home #ansinhosho .ansinhoshobox .hoshobox .border1 {
            margin-top: 20px;
            margin-bottom: 20px; } }
      @media print, screen and (min-width: 1200px) {
        #home #ansinhosho .ansinhoshobox .hoshobox .fukidashi {
          position: absolute;
          top: -50px;
          right: -200px; } }
      @media print, screen and (min-width: 1600px) {
        #home #ansinhosho .ansinhoshobox .hoshobox .fukidashi {
          position: absolute;
          top: -50px;
          right: -100px; } }
      @media print, screen and (max-width: 1199px) {
        #home #ansinhosho .ansinhoshobox .hoshobox .fukidashi {
          width: 250px;
          margin: 10px auto 30px; } }
      #home #ansinhosho .ansinhoshobox .hoshobox p {
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #home #ansinhosho .ansinhoshobox .hoshobox p {
            font-size: 0.9rem; } }
      #home #ansinhosho .ansinhoshobox .hoshobox .img_hosho {
        margin-top: 50px; }
      @media print, screen and (max-width: 1199px) {
        #home #ansinhosho .ansinhoshobox .hoshobox .img_kirokusho {
          text-align: center; } }
      @media print, screen and (min-width: 1200px) {
        #home #ansinhosho .ansinhoshobox .hoshobox .img_kirokusho {
          position: absolute;
          top: 70px;
          right: 50px; } }
      #home #ansinhosho .ansinhoshobox .hoshobox .img_kirokusho img {
        width: 150px; }
        @media print, screen and (max-width: 991px) {
          #home #ansinhosho .ansinhoshobox .hoshobox .img_kirokusho img {
            margin: 30px auto 0; } }
      #home #ansinhosho .ansinhoshobox .hoshobox .setubi {
        margin: 30px auto;
        text-align: center; }
        #home #ansinhosho .ansinhoshobox .hoshobox .setubi li {
          list-style: none;
          display: inline-block;
          text-align: center;
          margin: 5px; }
          #home #ansinhosho .ansinhoshobox .hoshobox .setubi li a {
            background-color: #79ae80;
            color: #fff;
            display: block;
            padding: 5px 10px;
            border-radius: 5px; }
          #home #ansinhosho .ansinhoshobox .hoshobox .setubi li a:hover {
            opacity: 1; }
#home #instagram {
  background-color: #89b4b5;
  padding: 50px 0; }
  @media print, screen and (max-width: 767px) {
    #home #instagram {
      padding: 25px 0; } }

/*! ==================================================
　#topics
=================================================== */
#topics {
  padding-top: 60px;
  padding-bottom: 50px; }
  #topics #topicscontents {
    padding-bottom: 50px; }
    #topics #topicscontents h3 {
      text-align: center;
      font-variation-settings: "wght" 400;
      line-height: 2.0;
      color: #79ae80;
      font-size: 2.0rem; }
      @media print, screen and (max-width: 991px) {
        #topics #topicscontents h3 {
          text-align: left;
          font-size: 1.2rem; } }
    #topics #topicscontents time {
      text-align: center;
      margin: auto; }
      #topics #topicscontents time span {
        display: block;
        color: #666;
        margin: auto;
        text-align: center; }
    #topics #topicscontents .content {
      padding-top: 50px; }
      #topics #topicscontents .content p {
        padding-top: 15px; }
      #topics #topicscontents .content img {
        margin-top: 15px; }

/*! ==================================================
　contact
=================================================== */
#contact {
  background-color: #eae9e3;
  padding: 80px 15px; }
  #contact .headtxt {
    text-align: center;
    line-height: 2.0;
    font-size: 0.9rem; }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 200px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 0 0; } }
    @media print, screen and (min-width: 992px) {
      #contact .contactform {
        width: 80%;
        margin: auto; } }
    #contact .contactform form {
      margin-top: 50px;
      background-color: #fff;
      padding: 30px 30px 50px; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 0; }
      @media print, screen and (min-width: 992px) {
        #contact .contactform .form-group {
          width: 60%;
          margin: auto; } }
      #contact .contactform .form-group label {
        font-weight: bold;
        margin-top: 30px;
        font-size: 0.8rem; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          padding: 15px;
          font-size: 1.0rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform .foottxt {
      text-align: center;
      line-height: 2.0;
      margin-top: 30px;
      font-size: 0.8rem;
      letter-spacing: 0; }
    #contact .contactform table {
      border: 1px solid #333333; }
      @media print, screen and (min-width: 992px) {
        #contact .contactform table {
          width: 60%;
          margin: auto; } }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333;
        font-size: 0.9rem; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
    #contact .contactform input {
      width: 100%;
      padding: 15px;
      margin: 0;
      border-radius: 5px;
      border: 2px solid #80aaae;
      font-variation-settings: "wght" 500; }
    #contact .contactform input[type=radio] {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      padding: 20px 0;
      border-radius: 5px;
      border: 2px solid #80aaae;
      font-size: 1.0rem; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0;
      border-radius: 5px;
      padding: 15px;
      border: 2px solid #80aaae;
      font-variation-settings: "wght" 500; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.0rem; } }
    #contact .contactform select {
      border-radius: 5px;
      border: 2px solid #80aaae;
      width: 100%;
      padding: 20px 15px;
      font-size: 1.0rem;
      font-variation-settings: "wght" 500; }
      #contact .contactform select option {
        font-variation-settings: "wght" 500;
        font-weight: bold;
        padding: 20px 15px; }
    #contact .contactform p {
      padding: 15px 0; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 30px;
        font-variation-settings: "wght" 400;
        background-color: #c04c56;
        width: 200px;
        margin: auto;
        padding: 10px 30px; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px;
            padding: 10px 10px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    #contact .contactform span.alert {
      font-size: 0.8rem;
      padding-left: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform span.alert {
          padding-left: 0; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer #footer {
  padding-bottom: 120px;
  padding-top: 20px;
  background-color: #eae9e3; }
  @media print, screen and (max-width: 991px) {
    footer #footer {
      padding-top: 0; } }
  footer #footer .logomark {
    padding: 50px 0 0; }
    @media print, screen and (max-width: 991px) {
      footer #footer .logomark {
        margin: auto;
        text-align: center; } }
    @media print, screen and (max-width: 991px) {
      footer #footer .logomark img {
        width: 300px;
        margin: auto; } }
  footer #footer .name {
    padding-top: 40px;
    font-variation-settings: "wght" 400;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      footer #footer .name {
        text-align: center; } }
  footer #footer address {
    padding-top: 15px;
    font-size: 0.9rem;
    font-variation-settings: "wght" 400; }
    @media print, screen and (max-width: 991px) {
      footer #footer address {
        text-align: center; } }
  footer #footer .foot-btn {
    margin-top: 50px;
    width: 60%; }
    @media print, screen and (max-width: 1199px) {
      footer #footer .foot-btn {
        width: 80%;
        margin: 50px auto 0; } }
    footer #footer .foot-btn a {
      position: relative;
      padding: 10px 15px;
      display: block;
      color: #fff;
      font-weight: bold;
      border-radius: 30px;
      background-color: #c04c56;
      text-decoration: none;
      text-align: center;
      font-size: 1.2rem; }
      @media print, screen and (max-width: 767px) {
        footer #footer .foot-btn a {
          font-size: 0.9rem;
          padding: 15px 0; } }
    footer #footer .foot-btn a::after {
      content: '';
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      display: inline-block;
      width: 10px;
      height: 10px;
      /* 矢印アイコンの位置を設定 */
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%) rotate(45deg);
      /* rotate(45deg)で矢印を回転（向きを変更）させる */ }
    footer #footer .foot-btn a:hover {
      text-decoration: none;
      opacity: 0.6; }
  footer #footer .sikaku {
    margin-top: 50px;
    font-size: 0.9rem; }
    @media print, screen and (max-width: 991px) {
      footer #footer .sikaku {
        font-size: 0.8rem; } }
    footer #footer .sikaku dl {
      margin: 10px; }
    footer #footer .sikaku dt {
      padding-top: 15px; }
      @media print, screen and (max-width: 575px) {
        footer #footer .sikaku dt {
          font-size: 0.9rem; } }
    footer #footer .sikaku dd {
      padding-top: 15px; }
      @media print, screen and (max-width: 575px) {
        footer #footer .sikaku dd {
          padding-top: 2px; } }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #89b4b5;
  color: #fff; }
  @media print, screen and (max-width: 575px) {
    footer .copyright {
      font-size: 0.7rem; } }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
/*.menulink{
	margin-top:-110px;
	padding-top:110px;
}
*/
/*! ==================================================
　#method
=================================================== */
#fs, #geo {
  padding-top: 60px;
  padding-bottom: 50px; }
