@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  color: #222;
  font-weight: 500;
  font-size: 3.4vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc-middle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle {
    display: block;
  }
}

.pc-large-block {
  display: none;
}

.pc-middle-block {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.6s;
  }
  a:hover {
    transition: all 0.6s;
    opacity: 0.6;
  }
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

.sup {
  font-size: 0.5em;
  vertical-align: super;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*******************************************/
div.all-wrap {
  position: relative;
  z-index: 1;
}

main {
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  main {
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
main p.head-logo {
  width: 60%;
  max-width: 228px;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

div.pc-only-cont {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
  /*div.right-cont{*/
}
@media screen and (min-width: 768px) {
  div.pc-only-cont {
    display: block;
  }
}
div.pc-only-cont div.left-cont {
  display: none;
}
@media screen and (min-width: 768px) {
  div.pc-only-cont div.left-cont {
    display: block;
    width: calc((100% - 375px) / 2);
    height: 100vh;
    background: url(../myimg/pc-left-bg.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  div.pc-only-cont div.left-cont p.l-pc-title {
    width: 80%;
    max-width: 390px;
    position: absolute;
    left: 50%;
    top: 8%;
    transform: translate(-50%, 0);
  }
}
div.pc-only-cont div.right-cont {
  display: none;
}
@media screen and (min-width: 768px) {
  div.pc-only-cont div.right-cont {
    display: block;
    width: calc((100% - 375px) / 2);
    height: 100vh;
    overflow-y: scroll;
    background: url(../myimg/pc-right-bg.png);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
    /*div.pc-right-inner{*/
  }
  div.pc-only-cont div.right-cont div.pc-right-inner {
    width: 80%;
    max-width: 350px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.pc-only-cont div.right-cont div.pc-right-inner {
    top: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.pc-only-cont div.right-cont div.pc-right-inner {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  div.pc-only-cont div.right-cont div.pc-right-inner p.pc-right-logo {
    max-width: 235px;
    margin-left: auto;
    margin-bottom: 25px;
  }
  div.pc-only-cont div.right-cont div.pc-right-inner ul li {
    margin-bottom: 10px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  }
  div.pc-only-cont div.right-cont div.pc-right-inner p.pc-right-txt {
    font-size: 9px;
    text-align: left;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.pc-only-cont div.right-cont div.pc-right-inner p.pc-right-txt {
    font-size: 12px;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  div.pc-only-cont div.right-cont div.pc-right-inner a#pc-onlybtn01 {
    display: block;
    margin-top: 15px;
    padding: 5px 0;
    background: #333;
    text-align: center;
    border-radius: 60px;
    position: relative;
  }
  div.pc-only-cont div.right-cont div.pc-right-inner a#pc-onlybtn01 span.txt {
    color: #FFF;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.pc-only-cont div.right-cont div.pc-right-inner a#pc-onlybtn01 span.txt {
    font-size: 12px;
  }
}
div.pc-only-cont div.right-cont::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

div.roop-slide {
  overflow: hidden;
}
div.roop-slide div.swiper-wrapper {
  transition-timing-function: linear;
}

div.content-wrap01 {
  background: #00B1A6;
  background: linear-gradient(172deg, rgb(0, 177, 166) 0%, rgb(0, 136, 191) 100%);
  padding: 10% 0;
}

p.caution-txt01 {
  font-size: 11px;
  text-align: center;
}

p.kaizyou-ichiran {
  text-align: center;
}
p.kaizyou-ichiran span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  color: #FFF;
  position: relative;
  z-index: 1;
}
p.kaizyou-ichiran span::before {
  position: relative;
  content: " ";
  display: block;
  width: 3em;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-120%, -50%);
}
p.kaizyou-ichiran span::after {
  position: relative;
  content: " ";
  display: block;
  width: 3em;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%, -50%);
}

nav {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
}
nav ul.kaizyou-list {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav ul.kaizyou-list li {
  width: 49%;
  margin-bottom: 6px;
}
nav ul.kaizyou-list li a {
  display: block;
  text-align: center;
  background: #515255;
  color: #FFF;
}

section.cont01 {
  /*div.online-cont{*/
}
section.cont01 ul.tokuten-list {
  width: 88%;
  margin: 0 auto;
}
section.cont01 ul.tokuten-list li {
  position: relative;
  margin-bottom: 5%;
}
section.cont01 ul.tokuten-list li span {
  width: 45%;
  position: absolute;
  right: -4%;
  top: 8%;
}
section.cont01 div.online-cont {
  width: 88%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10% 5%;
  background: #eb7063;
}
section.cont01 div.online-cont p.txt01 {
  color: #FFF;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  padding: 4% 0.5%;
}
section.cont01 div.online-cont p.txt02 {
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0;
  margin: 0 0 5% 0;
  background: #ecb9b3;
}
section.cont01 div.online-cont p.txt03 {
  font-size: 0.7em;
  font-size: 300;
  color: #FFF;
  letter-spacing: -0.02em;
  margin-bottom: 3%;
  line-height: 1.6em;
}
section.cont01 div.online-cont dl {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}
section.cont01 div.online-cont dl dt {
  width: 24%;
  font-size: 0.9em;
  text-align: center;
  padding: 3% 0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.cont01 div.online-cont dl dt {
    font-size: 12px;
  }
}
section.cont01 div.online-cont dl dd {
  width: 82%;
  margin-left: 4%;
  font-size: 0.9em;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  section.cont01 div.online-cont dl dd {
    font-size: 0.7em;
  }
}
section.cont01 div.online-cont dl dd ul li {
  font-size: 1.14em;
  font-weight: 600;
  line-height: 1.8em;
  color: #FFF;
}
section.cont01 div.online-cont a.omoushikomi {
  display: block;
  background: #111;
  text-align: center;
  margin-top: 4%;
  padding: 5% 0;
  border: solid 2px #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cont01 div.online-cont a.omoushikomi {
    font-size: 0.7em;
  }
}
section.cont01 div.online-cont a.omoushikomi::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: 6px solid transparent;
  border-left: 14px solid #FFF;
  transform: translate(-50%, -50%);
}
section.cont01 div.online-cont a.omoushikomi span.txt {
  font-family: sans-serif;
  display: inline-block;
  color: #FFF;
  font-size: 1.5em;
}
section.cont01 p.caution-txt01 {
  color: #FFF;
}

/**********************************/
div.content-wrap02 {
  background: #E5D7BA;
  background: linear-gradient(172deg, rgb(229, 215, 186) 0%, rgb(252, 249, 236) 50%, rgb(229, 215, 186) 100%);
}

section.cont02 p.cont02-txt01 {
  width: 92%;
  margin: 0 auto;
  padding-top: 10%;
}
section.cont02 h2 {
  font-size: 1.8em;
  font-family: sans-serif;
  text-align: center;
  position: relative;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  section.cont02 h2 {
    font-size: 1.3em;
  }
}
section.cont02 h2 span {
  display: inline-block;
  position: relative;
}
section.cont02 h2 span::before {
  position: relative;
  content: " ";
  display: block;
  width: 2em;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-120%, -50%);
}
section.cont02 h2 span::after {
  position: relative;
  content: " ";
  display: block;
  width: 2em;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%, -50%);
}

div.area-nav-box {
  width: 88%;
  margin: auto;
  padding: 5% 0 20%;
}
div.area-nav-box h3 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 1.8em;
}
div.area-nav-box nav.area-nav ul {
  display: flex;
  flex-wrap: wrap;
}
div.area-nav-box nav.area-nav ul li {
  background: #666666;
  width: 32%;
  margin-bottom: 0.6em;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: center;
  margin-right: 2%;
  padding: 0.8em 0 0.6em 0;
  font-size: 0.9em;
  font-weight: 600;
  box-sizing: border-box;
}
div.area-nav-box nav.area-nav ul li:nth-child(6), div.area-nav-box nav.area-nav ul li:nth-child(3) {
  margin-right: 0;
}
div.area-nav-box nav.area-nav ul li.active {
  background: #fff;
  color: #111;
}
div.area-nav-box nav.area-nav ul li.active::after {
  border-top: 0.6em solid #666666;
}
div.area-nav-box nav.area-nav ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  background: #918073;
}
@media screen and (min-width: 768px) {
  div.area-nav-box nav.area-nav ul li.active::before {
    top: -6px;
  }
}
div.area-nav-box div.ul-wrap {
  background: #fff;
}
div.area-nav-box div.ul-wrap ul {
  width: 90%;
  margin: auto;
  padding: 2% 0 5%;
  display: none;
}
div.area-nav-box div.ul-wrap ul.active {
  display: block;
}
div.area-nav-box div.ul-wrap ul li {
  border-bottom: solid 1px #cccccc;
}
div.area-nav-box div.ul-wrap ul li a {
  display: block;
  font-size: 0.8em;
  position: relative;
  padding: 1em 2em;
}
div.area-nav-box div.ul-wrap ul li a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.5em;
  background: url("../myimg/new-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
div.area-nav-box div.ul-wrap ul li a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #fff;
  box-sizing: border-box;
  border: solid 1vw #918073;
  border-radius: 50em;
  position: absolute;
  top: 1.52em;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.area-nav-box div.ul-wrap ul li a::before {
    width: 10px;
    height: 10px;
    border: solid 3px #918073;
    top: 1.3em;
  }
}
div.area-nav-box div.ul-wrap ul li a span {
  display: block;
}
div.area-nav-box div.ul-wrap ul li a span.txt {
  line-height: 1.4em;
}
div.area-nav-box div.ul-wrap ul li a span.bold {
  display: inline;
  font-weight: 600;
}

div.bukkenlist {
  margin-bottom: 15%;
}
div.bukkenlist:last-of-type {
  margin-bottom: 0;
}
div.bukkenlist h3 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5%;
  font-size: 1.6em;
  font-family: sans-serif;
  text-align: center;
  background: #FFF;
  padding: 3% 0 2% 0;
  box-sizing: border-box;
  border-top: solid 5px #918073;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.bukkenlist h3 {
    font-size: 1.2em;
  }
}

div.property-box {
  background: #515255;
  margin-bottom: 10%;
}
div.property-box h4.hyogo-mizuki {
  position: relative;
}
div.property-box h4.hyogo-mizuki a {
  display: block;
  position: absolute;
  background: #FFF;
  opacity: 0;
  bottom: 2%;
}
div.property-box h4.hyogo-mizuki a.tel01 {
  width: 45%;
  height: 30%;
  left: 5%;
}
div.property-box h4.hyogo-mizuki a.tel02 {
  width: 45%;
  height: 30%;
  right: 4%;
}
div.property-box p {
  position: relative;
}
div.property-box p a.ene-link {
  display: block;
  width: 100%;
  height: 7%;
  position: absolute;
  bottom: 12%;
  left: 0;
}
div.property-box p a.ene-link02 {
  display: block;
  width: 100%;
  height: 4.6%;
  position: absolute;
  bottom: 11.6%;
  left: 0;
}
div.property-box p a.ene-link03 {
  display: block;
  width: 100%;
  height: 7.6%;
  position: absolute;
  bottom: 8.6%;
  left: 0;
}
div.property-box p a.ene-link04 {
  display: block;
  width: 100%;
  height: 5.6%;
  position: absolute;
  bottom: 11.6%;
  left: 0;
}
div.property-box div.property-inner {
  padding: 5% 0 5%;
}
div.property-box div.property-inner p.yellow-txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  color: #fff000;
}
@media screen and (min-width: 768px) {
  div.property-box div.property-inner p.yellow-txt {
    font-size: 13px;
  }
}

a.chirashi-btn {
  display: block;
  background: #FFFBC7;
  width: 88%;
  margin: auto;
  border-radius: 0.4em;
  font-size: 0.8em;
  padding: 0.4% 0;
  margin-bottom: 5%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  a.chirashi-btn {
    width: 84%;
    margin-bottom: 25px;
  }
  a.chirashi-btn.v2 {
    margin-bottom: 15px;
  }
}
a.chirashi-btn span {
  display: inline-block;
  position: relative;
}
a.chirashi-btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  border: 6px solid transparent;
  border-left: 10px solid #333;
  transform: translate(100%, -50%);
}

ul.property-btn-list {
  width: 100%;
  margin: 3% auto;
  display: flex;
  justify-content: center;
  gap: 3%;
  /*ir01*/
}
ul.property-btn-list.w92 {
  width: 92%;
}
ul.property-btn-list.ir01 {
  flex-wrap: wrap;
}
ul.property-btn-list.ir01 li {
  margin-bottom: 4%;
}
ul.property-btn-list.ir01 li:last-child {
  margin-bottom: 0;
}
ul.property-btn-list.ir01 li.btn04 {
  width: 37%;
}
@media screen and (min-width: 768px) {
  ul.property-btn-list.ir01 li.btn04 {
    min-width: 155px;
  }
}
ul.property-btn-list.ir01 li.btn04 a {
  font-size: 0.62em;
  margin-left: -0.6em;
}
@media screen and (min-width: 768px) {
  ul.property-btn-list.ir01 li.btn04 a {
    font-size: 1.26vw;
    margin-left: -0.4em;
  }
}
@media screen and (min-width: 1000px) {
  ul.property-btn-list.ir01 li.btn04 a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  ul.property-btn-list.ir01 li.btn04 a {
    font-size: 14px;
    margin-left: 0;
  }
}
ul.property-btn-list.ir01 li.btn03 {
  width: 37%;
}
ul.property-btn-list li {
  width: 40%;
  border-radius: 50em;
  border: solid 1px #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}
ul.property-btn-list li.btn01 {
  background: #111;
}
ul.property-btn-list li.btn02 {
  background: #e6e6e6;
}
ul.property-btn-list li.btn02.ir a {
  font-size: 0.62em;
  margin-left: -0.6em;
}
@media screen and (min-width: 768px) {
  ul.property-btn-list li.btn02.ir a {
    font-size: 1.26vw;
    margin-left: -0.4em;
  }
}
@media screen and (min-width: 1280px) {
  ul.property-btn-list li.btn02.ir a {
    font-size: 14px;
    margin-left: 0;
  }
}
ul.property-btn-list li.btn02 a {
  color: #111;
}
ul.property-btn-list li.btn03 {
  background: linear-gradient(90deg, #730000 0%, #9e0000 70%);
}
ul.property-btn-list li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0;
}

div.property-gaiyoubtn ul.property-gaiyou-list {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  div.property-gaiyoubtn ul.property-gaiyou-list {
    width: 84%;
    justify-content: center;
  }
}
div.property-gaiyoubtn ul.property-gaiyou-list li {
  width: 48%;
  font-size: 0.8em;
  background: #FFF;
  text-align: center;
  border-radius: 5px;
}
div.property-gaiyoubtn ul.property-gaiyou-list li:first-child {
  margin-right: 4%;
}
div.property-gaiyoubtn ul.property-gaiyou-list li a {
  display: block;
  color: #333;
}
div.property-gaiyoubtn ul.property-gaiyou-list li a span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
div.property-gaiyoubtn ul.property-gaiyou-list li a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: 6px solid transparent;
  border-left: 10px solid #333;
  transform: translate(100%, -50%);
}
div.property-gaiyoubtn ul.property-gaiyou-list li.typeA a {
  color: #131c3f;
}
div.property-gaiyoubtn ul.property-gaiyou-list li.typeA a span::after {
  border: 6px solid transparent;
  border-left: 10px solid #131c3f;
}
div.property-gaiyoubtn ul.property-gaiyou-list li.w100 {
  width: 100%;
  margin-right: 0;
}

#property-wakayama05 {
  margin-bottom: 0;
}

div.cont-wrap03 {
  background: #f5f2e8;
  padding: 10% 0;
  /*aside*/
}
div.cont-wrap03 h2 {
  width: 76%;
  margin: 0 auto;
}
div.cont-wrap03 p.cont03-txt01 {
  width: 76%;
  margin: 0 auto;
  margin-top: 3%;
}
div.cont-wrap03 div.cont03-box {
  width: 88%;
  margin: 0 auto;
  margin-top: 5%;
  background: #FFF;
  border: 4px solid;
  -o-border-image: linear-gradient(to right, #8f652a 0%, #ceb37c 50%, #ceb37c 50%, #8f652a 100%) 1;
     border-image: linear-gradient(to right, #8f652a 0%, #ceb37c 50%, #ceb37c 50%, #8f652a 100%) 1; /* slice を 1 に */
}
div.cont-wrap03 p.cont03-txt02 {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
}
div.cont-wrap03 p.cont03-txt02 span {
  display: block;
  width: 54px;
  position: absolute;
  left: -4%;
  bottom: 8%;
}
div.cont-wrap03 div.line {
  width: 90%;
  margin: 0 auto;
}
div.cont-wrap03 aside {
  /*div.alide-inner{*/
}
div.cont-wrap03 aside div.alide-inner {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  padding: 5%;
  box-sizing: border-box;
  background: #FFF;
}
div.cont-wrap03 aside div.alide-inner ul li {
  margin-bottom: 6%;
}
div.cont-wrap03 aside div.alide-inner p {
  font-size: 0.8em;
  line-height: 1.4em;
}
div.cont-wrap03 aside div.alide-inner p:nth-of-type(2) {
  font-size: 1em;
  text-align: center;
  font-family: serif;
  margin-top: 10%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.cont-wrap03 aside div.alide-inner p:nth-of-type(2) {
    font-size: 14px;
  }
}
div.cont-wrap03 aside div.alide-inner a {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 3%;
  padding: 2% 0;
  color: #FFF;
  text-align: center;
}
div.cont-wrap03 aside div.alide-inner a span {
  display: inline-block;
  position: relative;
}
div.cont-wrap03 aside div.alide-inner a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  transform: translate(200%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
div.cont-wrap03 aside div.alide-inner a.tenji-btn {
  background: #111;
  font-family: serif;
}
div.cont-wrap03 aside a.factory-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
}

div.ft-txt {
  padding: 12% 0;
  background-image: repeating-linear-gradient(90deg, #e5e3d5, #e5e3d5 10px, transparent 10px, transparent 11px);
}
div.ft-txt p {
  font-family: serif;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  div.ft-txt p {
    font-size: 1.1em;
  }
}

/*--------------------------------フッター--------------------------------*/
footer {
  padding: 10% 0 20%;
}
footer div.footer-inner {
  width: 90%;
  margin: auto;
}
footer div.footer-txt03 {
  width: 60%;
  margin: 0 auto;
}
footer p.footer-txt03 {
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8em;
  margin: 0 0 5%;
}
footer div.ft-nav {
  margin-top: 5%;
  margin-bottom: 5%;
}
footer div.ft-nav ul li {
  font-size: 0.9em;
  text-align: center;
}
footer small {
  display: block;
  font-size: 0.6rem;
  letter-spacing: -0.02em;
  text-align: center;
}/*# sourceMappingURL=style.css.map */