@charset "UTF-8";
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*追加リセット*/
/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #111;
  font-weight: 300; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #234030;
  text-decoration: none; }

/*追加リセット*/
html {
  font-size: 16px; }

body {
  color: #555555; }

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

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .sp_only {
    display: none !important; } }

/*
.def-btn{
	text-align: center;
	margin: 30px auto;
	a{
		background:#770318;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		padding: 10px 30px;
		&:hover{
			background:#b33e53;
		}
	}
}
*/
.def-btn {
  text-align: center;
  margin: 30px auto; }
  .def-btn a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 2;
    background-color: #3b7153;
    border: 2px solid #3b7153;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px; }
    .def-btn a::before {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #3b7153;
      right: 0; }
    .def-btn a::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      width: 50%;
      height: 100%;
      background-color: #3b7153;
      left: 0; }
    .def-btn a:hover {
      background-color: #fff;
      border-color: #77a48b;
      color: #77a48b; }
      .def-btn a:hover::before {
        width: 0;
        background-color: #77a48b; }
      .def-btn a:hover::after {
        width: 0;
        background-color: #77a48b; }

.main-heading h2.eng {
  text-align: left;
  font-family: 'Bebas Neue', cursive;
  color: #111;
  font-size: 30px;
  letter-spacing: 0.3em; }
  .main-heading h2.eng span {
    color: #234030;
    font-size: 45px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.2em;
    line-height: 1em; }
.main-heading h2.jap {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.3em; }

.border-center {
  width: 150px;
  height: 3px;
  background: #9d7c47;
  margin: 30px auto; }

.border-left {
  width: 150px;
  height: 3px;
  background: #9d7c47;
  margin: 30px 0; }

.header {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  .header .head-logo {
    width: 250px;
    float: left; }
    .header .head-logo h1.logo {
      background: #770318;
      width: 250px;
      padding: 25px;
      box-sizing: border-box; }
      .header .head-logo h1.logo img {
        width: 100%; }
  .header nav ul {
    text-align: right;
    padding: 30px 0px; }
    .header nav ul li {
      display: inline-block;
      padding-right: 30px; }
      @media screen and (max-width: 1120px) {
        .header nav ul li {
          padding-right: 15px;
          font-size: 14px; } }
      .header nav ul li a {
        color: #fff;
        text-shadow: 0 0 10px #333; }

.site-header {
  background: none;
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box; }

.site-logo img {
  height: 20px;
  width: auto; }

.gnav__menu {
  display: flex; }

.gnav__menu__item {
  margin-left: 20px; }

.gnav__menu__item a {
  color: #333;
  text-decoration: none; }

.site-header.transform {
  background: #fff;
  z-index: 999;
  height: 85px; }
  .site-header.transform .head-logo h1.logo {
    padding: 20px 25px;
    height: 85px;
    width: 200px;
    background: none; }
  .site-header.transform nav ul {
    padding: 30px 0px; }

/*スマホヘッダー*/
.l-header {
  background: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999; }
  .l-header .sp-logo h1 img {
    width: 150px;
    margin: 10px 15px; }

/*ドロワー*/
.l-drawer {
  position: relative; }
  .l-drawer__checkbox {
    display: none; }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: fixed;
    right: 0; }
    .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
      background-color: #111;
      display: block;
      width: 26px;
      height: 2px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
      content: " "; }
    .l-drawer__icon-parts:before {
      top: 18px; }
    .l-drawer__icon-parts:after {
      top: -18px; }
  .l-drawer__overlay {
    background: #111;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
  .l-drawer__menu {
    background: #234030;
    color: #fff;
    max-width: 100%;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -320px; }
  .l-drawer__icon {
    z-index: 4; }
  .l-drawer__menu {
    z-index: 3; }
  .l-drawer__overlay {
    z-index: 2; }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent; }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  .l-drawer__checkbox:checked ~ .l-drawer__overlay {
    opacity: 0.3;
    pointer-events: auto; }
  .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0; }
  .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }

nav.l-drawer__menu ul {
  width: 90%;
  margin: 100px auto;
  padding-left: 30px; }
  nav.l-drawer__menu ul li {
    margin-bottom: 10px;
    padding-bottom: 20px; }
    nav.l-drawer__menu ul li a {
      color: #fff;
      font-family: 'Bebas Neue', cursive;
      font-size: 25px; }

/*トップページ*/
.top-page {
  max-width: 100%;
  margin: 0 auto; }
  .top-page .mv {
    max-width: 100%;
    padding-top: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .top-page .mv {
        display: block; } }
    .top-page .mv .mv-left {
      width: 450px;
      padding-left: 50px;
      box-sizing: border-box; }
      @media screen and (max-width: 1200px) and (min-width: 500px) {
        .top-page .mv .mv-left {
          width: 100%;
          margin: 80px auto 50px; } }
      @media screen and (max-width: 500px) {
        .top-page .mv .mv-left {
          width: 90%;
          padding-left: 0;
          margin: 80px auto 30px; } }
      .top-page .mv .mv-left h1 {
        font-family: 'Bebas Neue', cursive;
        color: #111;
        font-size: 35px;
        letter-spacing: 0.2em;
        line-height: 1em;
        text-align: left; }
        @media screen and (max-width: 500px) {
          .top-page .mv .mv-left h1 {
            font-size: 25px; } }
        .top-page .mv .mv-left h1 span {
          font-family: 'Bebas Neue', cursive;
          color: #111;
          font-size: 20px;
          letter-spacing: 0.2em; }
          @media screen and (max-width: 500px) {
            .top-page .mv .mv-left h1 span {
              font-size: 15px; } }
      .top-page .mv .mv-left .border {
        width: 80px;
        height: 3px;
        background: #3b7153;
        margin-top: 40px; }
        @media screen and (max-width: 500px) {
          .top-page .mv .mv-left .border {
            margin-top: 30px; } }
    .top-page .mv .mv-right {
      width: calc(100% - 450px); }
      @media screen and (max-width: 1200px) {
        .top-page .mv .mv-right {
          width: 100%; } }
      .top-page .mv .mv-right img {
        max-width: 100%; }
  .top-page .top-prof {
    max-width: 1000px;
    height: 600px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://electro-cute.com/uchida/core/wp-content/themes/uchida/img/profile-back.png) no-repeat;
    background-size: 700px;
    background-position: right; }
    @media screen and (max-width: 1000px) and (min-width: 700px) {
      .top-page .top-prof {
        display: block;
        height: auto;
        background-position-x: 50%;
        background-position-y: 100%;
        margin: 150px auto;
        background-size: 100%; } }
    @media screen and (max-width: 700px) {
      .top-page .top-prof {
        display: block;
        height: auto;
        background-position-x: 50%;
        background-position-y: 100%;
        margin: 150px auto;
        background-size: 150%; } }
    .top-page .top-prof .prof-left {
      width: 50%; }
      @media screen and (max-width: 1000px) and (min-width: 700px) {
        .top-page .top-prof .prof-left {
          width: 60%;
          margin: auto; } }
      @media screen and (max-width: 700px) {
        .top-page .top-prof .prof-left {
          width: 90%;
          margin: auto; } }
      .top-page .top-prof .prof-left img {
        max-width: 100%; }
    .top-page .top-prof .prof-right {
      width: 50%;
      padding-left: 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 1000px) and (min-width: 700px) {
        .top-page .top-prof .prof-right {
          width: 60%;
          margin: 30px auto 20px;
          padding-left: 0; } }
      @media screen and (max-width: 700px) {
        .top-page .top-prof .prof-right {
          width: 90%;
          margin: 30px auto 20px;
          padding-left: 0; } }
      .top-page .top-prof .prof-right h3 {
        font-size: 35px;
        letter-spacing: 0.2em;
        line-height: 1.4em;
        margin-bottom: 20px;
        font-weight: 300; }
        @media screen and (max-width: 500px) {
          .top-page .top-prof .prof-right h3 {
            font-size: 30px; } }
  .top-page .top-gallery {
    max-width: 1000px;
    margin: 0 auto 150px; }
    @media screen and (max-width: 1000px) {
      .top-page .top-gallery {
        width: 90%; } }
    .top-page .top-gallery ul {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .top-page .top-gallery ul li {
        overflow: hidden;
        width: 320px;
        height: 320px;
        position: relative;
        margin-bottom: 20px; }
        .top-page .top-gallery ul li img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .top-page .top-news {
    max-width: 1000px;
    margin: 150px auto 150px; }
    @media screen and (max-width: 1000px) {
      .top-page .top-news {
        margin: 150px auto 150px;
        width: 90%; } }
    .top-page .top-news ul {
      margin-bottom: 60px;
      margin-top: 50px; }
      .top-page .top-news ul li {
        padding-bottom: 15px;
        border-bottom: 1px dotted #888;
        margin-bottom: 15px; }
        .top-page .top-news ul li .left {
          width: 120px;
          float: left; }
          @media screen and (max-width: 600px) {
            .top-page .top-news ul li .left {
              width: 100px; } }
          .top-page .top-news ul li .left img {
            width: 80px;
            height: 80px;
            object-fit: cover; }
        .top-page .top-news ul li .right {
          margin-top: 15px; }
  .top-page .top-contact {
    background-image: url(https://electro-cute.com/uchida/core/wp-content/themes/uchida/img/contact-back.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 100px 0; }
    @media screen and (max-width: 690px) and (min-width: 455px) {
      .top-page .top-contact {
        background-size: 150%; } }
    @media screen and (max-width: 455px) {
      .top-page .top-contact {
        background-size: 200%; } }
    .top-page .top-contact .main-heading {
      max-width: 1000px;
      margin: 0 auto 50px; }
      @media screen and (max-width: 1050px) {
        .top-page .top-contact .main-heading {
          margin: 0 auto 50px;
          width: 90%; } }
    .top-page .top-contact .contact-content {
      max-width: 1000px;
      margin: auto;
      background-color: #fff; }
      @media screen and (max-width: 1050px) {
        .top-page .top-contact .contact-content {
          width: 90%; } }
      .top-page .top-contact .contact-content ul {
        width: 90%;
        margin: auto;
        padding: 30px 0; }
        .top-page .top-contact .contact-content ul li {
          margin: 30px auto; }
          .top-page .top-contact .contact-content ul li label input[type="text"] {
            width: 100%;
            box-sizing: border-box; }
          .top-page .top-contact .contact-content ul li label textarea {
            width: 100%;
            box-sizing: border-box; }
      .top-page .top-contact .contact-content .submit {
        padding-bottom: 50px;
        text-align: center; }
        .top-page .top-contact .contact-content .submit input {
          display: inline-block;
          text-align: center;
          text-decoration: none;
          line-height: 54px;
          outline: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: all .3s;
          transition: all .3s;
          position: relative;
          z-index: 2;
          background-color: #3b7153;
          border: 2px solid #3b7153;
          color: #fff;
          line-height: 50px;
          padding: 0 40px;
          border-radius: 5px; }
          .top-page .top-contact .contact-content .submit input::before {
            position: absolute;
            z-index: -1;
            display: block;
            content: '';
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all .3s;
            transition: all .3s;
            top: 0;
            width: 50%;
            height: 100%;
            background-color: #3b7153;
            right: 0; }
          .top-page .top-contact .contact-content .submit input::after {
            position: absolute;
            z-index: -1;
            display: block;
            content: '';
            top: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all .3s;
            transition: all .3s;
            width: 50%;
            height: 100%;
            background-color: #3b7153;
            left: 0; }
          .top-page .top-contact .contact-content .submit input:hover {
            background-color: #fff;
            border-color: #77a48b;
            color: #77a48b; }
            .top-page .top-contact .contact-content .submit input:hover::before {
              width: 0;
              background-color: #77a48b; }
            .top-page .top-contact .contact-content .submit input:hover::after {
              width: 0;
              background-color: #77a48b; }
        .top-page .top-contact .contact-content .submit .wpcf7-spinner {
          margin: 0 auto; }

/*新着情報一覧*/
.news-page {
  max-width: 100%;
  margin: 0 auto; }
  .news-page .mv {
    width: 100%;
    background: url(https://dz-life.co.jp/core/wp-content/themes/dz-html/img/news-mv.jpg) no-repeat 100%;
    height: 600px;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .news-page .mv {
        height: 400px;
        background-size: cover;
        background-position: top center; } }
    .news-page .mv h1 {
      padding-top: 250px;
      font-size: 60px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 0 0 10px #333; }
      @media screen and (max-width: 1000px) {
        .news-page .mv h1 {
          padding-top: 180px;
          line-height: 1.2em;
          margin-bottom: 20px; } }
      @media screen and (max-width: 600px) {
        .news-page .mv h1 {
          font-size: 45px; } }
    .news-page .mv h2 {
      font-size: 23px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 0 0 10px #333; }
      @media screen and (max-width: 800px) {
        .news-page .mv h2 {
          font-size: 18px; } }
  .news-page .news-page-content {
    max-width: 1000px;
    margin: 130px auto; }
    @media screen and (max-width: 1000px) {
      .news-page .news-page-content {
        width: 95%;
        margin: 80px auto; } }
    .news-page .news-page-content .all-post {
      width: 700px;
      float: left; }
      @media screen and (max-width: 700px) {
        .news-page .news-page-content .all-post {
          width: 100%; } }
      .news-page .news-page-content .all-post ul.post li {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dotted #dcd6d7; }
        .news-page .news-page-content .all-post ul.post li .left {
          width: 160px;
          float: left; }
          @media screen and (max-width: 600px) {
            .news-page .news-page-content .all-post ul.post li .left {
              width: 120px; } }
          .news-page .news-page-content .all-post ul.post li .left img {
            width: 130px;
            height: 130px;
            object-fit: cover; }
            @media screen and (max-width: 600px) {
              .news-page .news-page-content .all-post ul.post li .left img {
                width: 100px; } }
        .news-page .news-page-content .all-post ul.post li .right {
          width: 540px;
          float: right; }
          @media screen and (max-width: 1000px) {
            .news-page .news-page-content .all-post ul.post li .right {
              width: calc(100% - 160px); } }
          @media screen and (max-width: 600px) {
            .news-page .news-page-content .all-post ul.post li .right {
              width: calc(100% - 130px); } }
    .news-page .news-page-content .newspage-list {
      max-width: 700px;
      width: 100%;
      float: left; }
      @media screen and (max-width: 1000px) {
        .news-page .news-page-content .newspage-list {
          width: 100%; } }
      .news-page .news-page-content .newspage-list h1.page-title {
        font-size: 20px;
        border-bottom: 1px dotted #333;
        padding-bottom: 5px;
        margin-bottom: 10px; }
      .news-page .news-page-content .newspage-list .date {
        font-size: 14px;
        color: #888;
        margin-bottom: 30px; }
      .news-page .news-page-content .newspage-list .content-area {
        border-bottom: 1px dotted #333;
        padding-bottom: 50px;
        margin-bottom: 50px; }
    .news-page .news-page-content .side {
      width: 250px;
      margin-left: 50px;
      float: left;
      font-size: 14px; }
      @media screen and (max-width: 1000px) {
        .news-page .news-page-content .side {
          width: 100%;
          margin-left: 0; } }
      .news-page .news-page-content .side #sidebar div {
        margin-bottom: 30px; }
        .news-page .news-page-content .side #sidebar div h2.rounded {
          padding: 5px;
          text-align: center;
          border: 1px solid #9d7c47;
          color: #9d7c47; }
        .news-page .news-page-content .side #sidebar div ul {
          margin: 10px auto; }
          .news-page .news-page-content .side #sidebar div ul li {
            border-bottom: 1px dotted #dcd6d7;
            padding-bottom: 5px; }
            .news-page .news-page-content .side #sidebar div ul li a {
              color: #555; }
            .news-page .news-page-content .side #sidebar div ul li span.post-date {
              font-size: 12px;
              color: #888;
              display: block; }
    .news-page .news-page-content nav.pagination ul.page-numbers li {
      display: inline-block;
      border: none;
      width: 40px;
      height: 40px;
      background: #dcd6d7;
      padding-bottom: 0;
      text-align: center;
      line-height: 40px; }
      .news-page .news-page-content nav.pagination ul.page-numbers li span {
        font-weight: 600; }

/*フッター*/
.footer .inner {
  background: #3b7153;
  text-align: center; }
  .footer .inner p {
    color: #fff;
    font-size: 12px;
    padding: 10px 0; }

/*お問い合わせ*/
.contact-page {
  width: 100%;
  margin: 0 auto; }
  .contact-page .mv {
    width: 100%;
    background: url(https://dz-life.co.jp/core/wp-content/themes/dz-html/img/contact-mv.jpg) no-repeat 100%;
    height: 600px;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .contact-page .mv {
        height: 400px;
        background-size: cover;
        background-position: top center; } }
    .contact-page .mv h1 {
      padding-top: 250px;
      font-size: 60px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 0 0 10px #333; }
      @media screen and (max-width: 1000px) {
        .contact-page .mv h1 {
          padding-top: 180px;
          line-height: 1.2em;
          margin-bottom: 20px; } }
      @media screen and (max-width: 600px) {
        .contact-page .mv h1 {
          font-size: 45px; } }
    .contact-page .mv h2 {
      font-size: 23px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 0 0 10px #333; }
      @media screen and (max-width: 800px) {
        .contact-page .mv h2 {
          font-size: 18px; } }
  .contact-page .contact-content {
    max-width: 1000px;
    margin: 130px auto; }
    @media screen and (max-width: 1000px) {
      .contact-page .contact-content {
        width: 95%;
        margin: 80px auto; } }
    .contact-page .contact-content .message {
      margin: 10px auto 40px; }
    .contact-page .contact-content .contact-box {
      background: #faf9f7;
      padding: 50px; }
      @media screen and (max-width: 600px) {
        .contact-page .contact-content .contact-box {
          padding: 10px; } }
      .contact-page .contact-content .contact-box dl {
        margin-bottom: 25px; }
        .contact-page .contact-content .contact-box dl dt {
          border-left: 5px solid #9d7c47;
          padding: 0 10px;
          margin-bottom: 5px; }
          .contact-page .contact-content .contact-box dl dt span {
            font-size: 0.8em; }
        .contact-page .contact-content .contact-box dl dd .wpcf7-list-item {
          display: block;
          margin: 0; }
        .contact-page .contact-content .contact-box dl dd input {
          padding: 5px;
          box-sizing: border-box; }
          .contact-page .contact-content .contact-box dl dd input::placeholder {
            color: #cfcfcf; }
          .contact-page .contact-content .contact-box dl dd input[type="text"] {
            width: 100%; }
          .contact-page .contact-content .contact-box dl dd input[type="tel"] {
            width: 100%; }
          .contact-page .contact-content .contact-box dl dd input[type="email"] {
            width: 100%; }
        .contact-page .contact-content .contact-box dl dd textarea {
          width: 100%; }
          .contact-page .contact-content .contact-box dl dd textarea::placeholder {
            color: #cfcfcf; }
      .contact-page .contact-content .contact-box .privacy-text {
        text-align: center;
        margin-bottom: 20px; }
      .contact-page .contact-content .contact-box .submit-button {
        text-align: center; }
        .contact-page .contact-content .contact-box .submit-button input[type="submit"] {
          background: #9d7c47;
          border: none;
          padding: 15px 40px;
          border-radius: 5px;
          color: #fff; }

/*個人情報保護方針　プライバシーポリシー*/
.privacy-page {
  width: 100%;
  margin: 0 auto; }
  .privacy-page .mv {
    width: 100%;
    background: url(https://dz-life.co.jp/core/wp-content/themes/dz-html/img/privacy-mv.jpg) no-repeat 100%;
    height: 600px;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .privacy-page .mv {
        height: 400px;
        background-size: cover;
        background-position: top center; } }
    .privacy-page .mv h1 {
      padding-top: 250px;
      font-size: 60px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 0 0 10px #333; }
      @media screen and (max-width: 1000px) {
        .privacy-page .mv h1 {
          padding-top: 180px;
          line-height: 1.2em;
          margin-bottom: 20px; } }
      @media screen and (max-width: 600px) {
        .privacy-page .mv h1 {
          font-size: 45px; } }
      @media screen and (max-width: 460px) {
        .privacy-page .mv h1 {
          padding-top: 150px; } }
    .privacy-page .mv h2 {
      font-size: 23px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 0 0 10px #333; }
      @media screen and (max-width: 800px) {
        .privacy-page .mv h2 {
          font-size: 18px; } }
  .privacy-page .privacy-content {
    max-width: 1000px;
    margin: 130px auto; }
    @media screen and (max-width: 1000px) {
      .privacy-page .privacy-content {
        width: 95%;
        margin: 80px auto; } }
    .privacy-page .privacy-content .text h3 {
      margin-top: 50px;
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: 600; }
    .privacy-page .privacy-content .text ol {
      list-style-type: decimal;
      margin: 5px 2em; }
      .privacy-page .privacy-content .text ol li {
        margin-top: 10px; }
    .privacy-page .privacy-content .text ul.kakko {
      margin: 10px auto 0; }
      .privacy-page .privacy-content .text ul.kakko li.kakko-list {
        list-style-type: none;
        list-style-position: inside;
        counter-increment: cnt;
        margin-top: 30px; }
        .privacy-page .privacy-content .text ul.kakko li.kakko-list::before {
          display: marker;
          content: "(" counter(cnt) ") "; }
    .privacy-page .privacy-content .text ul.dotto {
      margin: 10px 0 0 2em; }
      .privacy-page .privacy-content .text ul.dotto li {
        list-style-type: disc;
        margin-top: 5px; }
    .privacy-page .privacy-content .text .box {
      margin: 30px auto;
      background: #f9f9f9;
      padding: 20px; }
      .privacy-page .privacy-content .text .box h4 {
        font-weight: 600; }
      .privacy-page .privacy-content .text .box p.attind {
        text-indent: -1.5em;
        margin-left: 1.5em;
        margin-top: 10px; }
    .privacy-page .privacy-content .text p.right {
      margin-top: 30px;
      text-align: right; }

.not-found {
  max-width: 1000px;
  width: 90%;
  margin: 100px auto;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .not-found {
      margin: 80px auto; } }
  .not-found h3 {
    font-size: 1.2em;
    margin-bottom: 10px; }
  .not-found ul {
    text-align: left;
    list-style-type: disc;
    max-width: 600px;
    margin: 30px auto; }
    @media screen and (max-width: 1000px) {
      .not-found ul {
        margin-left: 30px; } }
    .not-found ul li {
      margin-bottom: 10px; }

/*ぱんくず*/
.breadcrumbs {
  width: 100%;
  background: #f7f6f5;
  padding: 10px 20px;
  font-size: 14px;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .breadcrumbs {
      font-size: 10px; } }
