@charset "UTF-8";
/*===============================================
画面の横幅が1000px〜768pxまで
===============================================*/
@media screen and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  body.fix {
    position: relative;
    overflow: hidden;
  }
  body.fix:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #644439;
    opacity: 0.5;
  }
  header h1 {
    padding-bottom: 0;
    margin: 20px 0 0 20px;
  }
  header .mvWrap {
    height: auto;
    background: url(../image/top_mv_bgline.png) 50% 90%/180% no-repeat;
  }
  header .mvWrap .inner {
    flex-direction: column-reverse;
    padding-top: 30px;
  }
  header .mvWrap .inner > div {
    width: 100%;
  }
  header .mvWrap .inner .txt {
    text-align: center;
  }
  header .mvWrap .inner .img {
    text-align: center;
    margin-bottom: 30px;
  }
  header .hkanazawaBtn {
    margin: 30px 0 0 0;
  }
  header .hkanazawaBtn a {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ff7646;
    border-radius: 10px;
    padding: 15px;
  }
  header .hkanazawaBtn a:hover {
    opacity: 1;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background-color: #ff7646;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fdf8e8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transitio: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 19px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 70%;
    height: 100dvh;
    background-color: #644439;
    transform: translateX(100vw);
    transition: all 0.6s;
    padding: 30px;
    box-sizing: border-box;
    overflow-x: scroll;
  }
  nav.globalMenuSp li a {
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  nav.globalMenuSp.active {
    opacity: 1;
    transform: translateX(30vw);
  }
  nav .menuWrap {
    display: flex;
    flex-wrap: wrap;
  }
  nav .menuWrap li {
    width: 100%;
  }
  nav .menuWrap li:not(:first-of-type) {
    padding-left: 0px;
  }
  nav .menuWrap li a {
    position: relative;
    color: #fdf8e8;
    padding: 0 0 0 20px;
  }
  nav .menuWrap li a:hover {
    color: #fdf8e8;
  }
  nav .menuWrap li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #f0c400;
  }
  .topBg {
    background: url(../image/common_deco_right_l.png) 100% 10%/40% no-repeat, url(../image/common_deco_left_set01.png) 0px 100%/41% no-repeat;
  }
  .topSec01 {
    padding: 100px 0 100px 0;
  }
  .topSec01 .inner {
    padding: 0 30px;
  }
  .topSec01 ul li {
    width: calc((100% - 20px) / 2);
  }
  .topSec01 ul li a {
    padding: 40px 20px 50px 20px;
  }
  .topSec02 ul {
    display: block;
  }
  .topSec02 li.txt, .topSec02 li.img {
    width: 60%;
    margin: 0 auto;
  }
  .topSec02 li.txt {
    margin-bottom: 30px;
  }
  .topSec02 li.kujouWrap div {
    width: 100%;
  }
  footer {
    padding: 70px 30px 30px 30px;
  }
  footer:before {
    height: 41px;
    background-size: contain;
  }
  footer:after {
    top: 40px;
    height: calc(100% - 40px);
  }
  footer ul {
    width: calc((100% - 30px) / 3);
  }
  footer ul.bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }
  footer ul.bnr li {
    margin-bottom: 0;
  }
  footer ul.bnr li:not(:last-of-type) {
    margin-right: 20px;
  }
  .inner {
    width: 100%;
  }
  .breadcrumbs {
    width: 100%;
  }
  .serviceDesc .inner {
    display: block;
    padding: 0 30px;
  }
  .serviceDesc .illust, .serviceDesc .txt {
    width: 100%;
  }
  .serviceDesc .illust {
    text-align: center;
    margin-bottom: 20px;
  }
  .serviceDesc .illust:after {
    left: 50%;
    transform: translate(-50%);
  }
  .inner.serviceList {
    display: block;
    width: 100%;
    padding: 50px 30px;
  }
  .serviceList {
    width: 100%;
  }
  .serviceList > ul {
    width: 100%;
  }
  .serviceList > ul > li {
    border-radius: 10px;
    padding: 40px;
  }
  .serviceList > ul > li .txt {
    width: 100%;
    margin-right: 0;
  }
  .serviceList .serviceLink {
    width: 100%;
  }
  .stickyItem {
    margin-bottom: 20px;
  }
  .stickyItem > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .stickyItem > ul li {
    width: 33%;
  }
  #company .inner {
    padding: 0 30px;
  }
  #company .desc {
    display: block;
  }
  #company .desc .txt, #company .desc figure {
    width: 100%;
  }
  #company .desc .txt {
    margin-bottom: 20px;
  }
  #office .inner, #ippan .inner {
    padding: 0 30px;
  }
  #published01, #published02 {
    padding: 50px 0;
  }
  #published01 .inner, #published02 .inner {
    padding: 0 30px;
  }
  .hkanazawaMv .inner {
    padding: 0 30px;
  }
  #point, #photo, #about, #price {
    padding: 50px 0;
  }
  #point .inner, #photo .inner, #about .inner, #price .inner {
    padding: 0 30px;
  }
  #point ul li {
    width: calc((100% - 20px) / 2);
  }
  #point ul div {
    width: 80px;
    text-align: center;
  }
  #point ul p {
    width: 210px;
  }
  .notFound {
    padding: 30px 0 50px 0;
  }
  .notFound .inner {
    padding: 0 30px;
  }
  .notFound p {
    text-align: left;
  }
  .notFound .link a {
    display: block;
    text-align: left;
  }
  .notFound .link a:before {
    content: "・";
  }
  .notFound .link a:not(:last-child) {
    margin-bottom: 20px;
  }
  .notFound .link a:not(:last-child):after {
    content: none;
  }
}
/*===============================================
tablet横向き
===============================================*/
/*===============================================
画面の横幅が767px〜0pxまで
===============================================*/
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  header {
    background: url(../image/header_bg_deco.png) left top/70% no-repeat;
  }
  header .mvWrap .inner .txt h2 {
    font-size: 4rem;
  }
  header .mvWrap .inner .txt span {
    font-size: 1.5rem;
  }
  .breadcrumbs * {
    font-size: 1.1rem;
  }
  .breadcrumbs a:after {
    padding: 0 2px;
  }
  header .mvWrap .inner .img {
    padding: 0 30px;
  }
  .secBg01 {
    background: url(../image/common_deco_right_l.png) top right/90% no-repeat, url(../image/common_deco_left_set01.png) 0% 70%/80% no-repeat;
  }
  h3.ttl {
    text-align: left;
    font-size: 2.8rem;
  }
  h3.ttl br {
    display: none;
  }
  .topSec01 ul {
    display: block;
  }
  .topSec01 ul li {
    width: 100%;
  }
  .topSec01 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .topSec01 ul li a {
    padding: 25px 20px 40px 20px;
  }
  .topSec01 p {
    text-align: left;
  }
  .topSec01 p br {
    display: none;
  }
  .topSec02 li.txt {
    width: 100%;
    padding: 0 30px;
    margin: 0 0 30px 0;
  }
  .topSec02 li.kujouWrap:hover {
    opacity: 1;
  }
  .topSec02 li.kujouWrap div:before {
    width: calc(100% - 60px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .topSec02 li.kujouWrap a {
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 2rem;
    width: 100%;
    height: 100%;
  }
  .topSec02 li.kujouWrap a span {
    width: 30px;
    height: 30px;
  }
  .topSec02 li.kujouWrap a span:before {
    top: 50%;
    left: 40%;
    right: auto;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .topSec02 li.kujouWrap a span:after {
    width: 30px;
    height: 30px;
  }
  .pageTtl {
    height: 220px;
  }
  .pageTtl h2 {
    font-size: 2.6rem;
  }
  .ttl_sub {
    margin-bottom: 15px;
  }
  .btnWrap a {
    width: 100% !important;
  }
  .btnWrap a:not(:last-child) {
    margin-bottom: 10px;
  }
  .serviceDesc .illust:after {
    width: 100%;
    top: 0;
    background: url(../image/common_desc_bg.png) top center/contain no-repeat;
  }
  .serviceList > ul > li {
    display: block;
    padding: 30px 25px;
  }
  .serviceList > ul > li .illust {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .serviceList > ul > li .illust img {
    width: 50%;
  }
  .serviceList > ul > li h5 + p, .serviceList > ul > li h5 + ul {
    padding: 0 10px;
  }
  .serviceList > ul > li h4 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .serviceListCnt {
    padding-bottom: 50px;
  }
  .stickyItem > ul {
    display: block;
  }
  .stickyItem > ul li {
    width: 100%;
  }
  #company .desc {
    margin-bottom: 20px;
  }
  #office .officeWrap {
    display: block;
  }
  #office .officeWrap > div {
    width: 100%;
  }
  #office .officeWrap h4 {
    padding: 25px 25px 20px 25px;
  }
  #office .officeWrap p {
    padding: 0 25px;
  }
  #office .officeWrap p:last-of-type {
    padding: 0 25px 30px 25px;
  }
  #office .officeWrap a:hover {
    color: unset;
  }
  .tblDef {
    padding: 20px 20px 30px 20px;
  }
  .tblDef tr {
    display: flex;
    flex-wrap: wrap;
  }
  .tblDef tr:first-of-type th:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .tblDef tr:first-of-type td:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tblDef th, .tblDef td {
    width: 100%;
    padding: 25px 10px;
  }
  .tblDef th {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 5px;
  }
  .tblDef th br {
    display: none;
  }
  .tblDef td {
    padding-top: 5px;
  }
  .tblDef td ul {
    margin-top: 10px;
  }
  #ippan .ippanCont {
    padding: 25px;
  }
  #ippan .ippanCont p {
    padding-left: 0;
  }
  #published01 p.question, #published02 p.question {
    padding-left: 0;
  }
  #published01 p.question:before, #published02 p.question:before {
    position: relative;
    display: block;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  #published01 p.answer, #published02 p.answer {
    padding: 20px;
  }
  #published01 p.answer:before, #published02 p.answer:before {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  #published01 .pubCont, #published02 .pubCont {
    padding: 25px;
  }
  #contact .serviceList li .txt {
    width: 100%;
  }
  #contact .serviceList > ul > li h4 {
    text-align: left;
    line-height: 1.3;
  }
  #contact .tel p {
    font-size: 2rem;
  }
  .hkanazawaMv .txt {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 20px;
  }
  .hkanazawaMv .txt span, .hkanazawaMv .txt h2 {
    text-align: center;
  }
  .hkanazawaMv .txt span {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .hkanazawaMv .txt h2 {
    font-size: 2.7rem;
  }
  #point ul div {
    width: 100%;
  }
  #point ul div img {
    width: 60%;
  }
  #point ul li {
    display: block;
    width: calc((100% - 10px) / 2);
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #point ul span {
    font-size: inherit;
  }
  #point ul p {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1rem !important;
  }
  #photo {
    padding: 0;
  }
  #photo .inner {
    display: block;
  }
  #photo .inner div {
    width: 100%;
  }
  #photo .inner div:not(:last-child) {
    margin-bottom: 10px;
  }
  #price .price {
    display: block;
  }
  #price .price div.ttl {
    margin-bottom: 10px;
  }
  #price .price div.txt {
    width: 100%;
  }
  #price .price div.txt span {
    display: block;
    margin: 10px 0;
    line-height: 1.7;
  }
  #price .price div.txt span + br {
    display: none;
  }
  footer:before {
    background: url(../image/footer_bg_deco.png) 50% 100%/auto 100% no-repeat;
  }
  footer .inner {
    display: block;
  }
  footer ul {
    width: 100%;
    padding-top: 0;
  }
  footer ul.bnr {
    display: block;
  }
  footer ul.bnr li {
    text-align: center;
  }
  footer ul.bnr li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer ul.bnr li a {
    display: inline-block;
  }
  footer ul.bnr li a:hover {
    opacity: 1;
  }
  footer ul:not(.bnr) li:not(.page) {
    display: none;
  }
  footer .copy {
    margin: 20px 0 0 0;
  }
}
/*===============================================
sp横向き
===============================================*/