@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ======================================
reset.css
====================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  background-color: #2b2948; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }
  a:hover, a[href^="tel:"] {
    cursor: default; }

@media (min-width: 769px) {
  a[href] {
    transition: all 0.3s; }
    a[href]:hover {
      cursor: pointer; }
  a[href^="tel:"] {
    text-decoration: none; }
    a[href^="tel:"]:hover {
      cursor: default; } }
img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom; }
  img[src$=".svg"] {
    width: 100%;
    height: auto; }

ul, dl, ol {
  text-indent: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4; }

/* ======================================
common id & class
====================================== */
/* #wrapper */
#wrapper {
  text-align: left;
  color: #000;
  animation: fadeInPage 0.5s ease 0.5s 1 normal forwards;
  opacity: 0;
  background-color: #fff; }
  #wrapper p {
    font-size: 1.4rem;
    line-height: 1.5714; }

@keyframes fadeInPage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media (min-width: 769px) {
  #wrapper {
    min-width: calc(1000px + 2 * 0px); }
    #wrapper p {
      font-size: 1.6rem;
      line-height: 1.625; } }
/* .inner */
.inner {
  padding-left: 20px;
  padding-right: 20px; }
  .inner .ex {
    margin-left: -5px;
    margin-right: -5px; }

@media (min-width: 769px) {
  .inner {
    width: calc(1000px + 2 * 0px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px; }
    .inner.thin {
      width: 800px; }
    .inner .ex {
      margin-left: 0;
      margin-right: 0; } }
/* .pc.sp */
.pc {
  display: none !important; }

.sp {
  display: block !important; }

@media (min-width: 769px) {
  .pc {
    display: block !important; }

  .sp {
    display: none !important; } }
/* .pci.spi */
.pci {
  display: none !important; }

.spi {
  display: inline-block !important; }

@media (min-width: 769px) {
  .pci {
    display: inline-block !important; }

  .spi {
    display: none !important; } }
/* .pcf.spf */
.pcf {
  display: none !important; }

.spf {
  display: flex !important; }

@media (min-width: 769px) {
  .pcf {
    display: flex !important; }

  .spf {
    display: none !important; } }
/* .contact_prats */
#wrapper .contact_prats {
  display: flex;
  flex-wrap: wrap; }
  #wrapper .contact_prats > li:not(.tel) {
    width: 50%;
    border-bottom: 1px solid #dcdcdc; }
    #wrapper .contact_prats > li:not(.tel) + li {
      border-left: 1px solid #dcdcdc; }
  #wrapper .contact_prats > li a {
    display: block;
    padding: 15px 10px; }
    #wrapper .contact_prats > li a .ttl {
      margin-bottom: 8px;
      text-align: center;
      font-size: 2em;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      font-style: normal; }
      #wrapper .contact_prats > li a .ttl i {
        margin-right: 10px;
        display: inline-block; }
        #wrapper .contact_prats > li a .ttl i.consult {
          width: 27px; }
        #wrapper .contact_prats > li a .ttl i.mail {
          height: 18px;
          width: 17px; }
          #wrapper .contact_prats > li a .ttl i.mail img {
            margin-bottom: 1px; }
    #wrapper .contact_prats > li a p {
      text-align: center;
      color: #a38c58;
      line-height: 1;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-style: normal; }
  #wrapper .contact_prats > li.tel {
    width: 100%;
    border: none; }
    #wrapper .contact_prats > li.tel a {
      padding: 18px 10px 14px;
      background-color: #a38c58;
      display: flex;
      justify-content: center;
      align-items: center; }
      #wrapper .contact_prats > li.tel a i {
        margin-right: 19px;
        display: block;
        width: 24px; }
      #wrapper .contact_prats > li.tel a p {
        font-size: 1.5rem;
        color: #fff;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal; }
        #wrapper .contact_prats > li.tel a p.ttl {
          font-size: 2.2rem;
          display: flex;
          align-items: center; }
          #wrapper .contact_prats > li.tel a p.ttl span.tag {
            font-size: 1.6rem;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 500;
            font-style: normal; }

@media (min-width: 769px) {
  #wrapper .contact_prats {
    display: none; } }
/* .fixed */
.fixed {
  overflow: hidden; }

@media (min-width: 769px) {
  .fixed {
    overflow: inherit; } }
/* .chk_disabled */
li.chk_disabled input, li.chk_disabled label {
  pointer-events: none; }

/* ======================================
#header
====================================== */
#header {
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  #header .inner {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #header .inner .logo {
      width: 196px; }
    #header .inner .nav_btn {
      width: 50px;
      height: 50px;
      margin-right: -15px; }
      #header .inner .nav_btn .menu-trigger {
        display: inline-block;
        box-sizing: border-box;
        position: relative;
        width: 20px;
        height: 50px;
        margin-left: 15px; }
        #header .inner .nav_btn .menu-trigger span {
          display: inline-block;
          transition: all 0.2s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #000; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(1) {
            top: 20px; }
          #header .inner .nav_btn .menu-trigger span:nth-of-type(2) {
            bottom: 20px; }
        #header .inner .nav_btn .menu-trigger.active span {
          background-color: #000; }
          #header .inner .nav_btn .menu-trigger.active span:nth-of-type(1) {
            transform: translateY(4.5px) rotate(-45deg); }
          #header .inner .nav_btn .menu-trigger.active span:nth-of-type(2) {
            transform: translateY(-4.5px) rotate(45deg); }
    #header .inner .contact_header {
      display: none; }

@media (min-width: 769px) {
  #header {
    box-shadow: none;
    position: relative; }
    #header .inner {
      height: 85px; }
      #header .inner .logo {
        width: 342px; } }
/* .contact_header */
@media (min-width: 769px) {
  #header .inner .contact_header {
    display: flex;
    align-items: center; }
    #header .inner .contact_header .tel {
      font-size: 1.3rem; }
      #header .inner .contact_header .tel p {
        font-size: 1.3rem;
        line-height: 1;
        font-feature-settings: "palt";
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal; }
        #header .inner .contact_header .tel p.number {
          margin-top: 0.1em;
          color: #a38c58;
          display: flex;
          align-items: center; }
          #header .inner .contact_header .tel p.number .icn {
            width: 28px;
            height: 18px;
            margin-right: 9px;
            display: block;
            background-image: url("https://www.owakare-navi.com/assets/images/icn_free.svg");
            background-repeat: no-repeat;
            background-size: 28px 18px;
            background-position: center center; }
          #header .inner .contact_header .tel p.number span {
            letter-spacing: 0.04em;
            font-family: "Gothic A1", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 2.8rem !important;
            display: inline-block;
            margin-top: 5px; }
    #header .inner .contact_header .btn_header {
      margin-left: 15px;
      display: flex; }
      #header .inner .contact_header .btn_header > li {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.4rem; }
        #header .inner .contact_header .btn_header > li + li {
          margin-left: 10px; }
        #header .inner .contact_header .btn_header > li a {
          height: 42px;
          padding: 0 20px;
          border-radius: 21px;
          color: #fff;
          background-color: #a38c58;
          border: 2px solid #a38c58;
          display: flex;
          justify-content: center;
          align-items: center; }
          #header .inner .contact_header .btn_header > li a .icn {
            width: 14px;
            height: 14px;
            margin-right: 10px;
            display: block;
            background-image: url("https://www.owakare-navi.com/assets/images/icn_mail_w.svg");
            background-repeat: no-repeat;
            background-size: 14px 14px;
            background-position: center center; }
          #header .inner .contact_header .btn_header > li a:hover {
            color: #a38c58;
            background-color: #fff; }
            #header .inner .contact_header .btn_header > li a:hover .icn {
              background-image: url("https://www.owakare-navi.com/assets/images/icn_mail.svg"); }
        #header .inner .contact_header .btn_header > li.line a {
          color: #a38c58;
          background-color: #fff; }
          #header .inner .contact_header .btn_header > li.line a:hover {
            color: #fff;
            background-color: #a38c58; } }
/* ======================================
#nav_global
====================================== */
#nav_global {
  width: 100%;
  display: none;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  overflow: auto;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s; }
  #nav_global.op {
    opacity: 1; }
  #nav_global .nav > li {
    font-size: 1.5rem;
    border-bottom: 1px solid #dcdcdc; }
    #nav_global .nav > li > a {
      padding: 15px 20px;
      display: block;
      position: relative;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      font-style: normal; }
      #nav_global .nav > li > a::after {
        content: "";
        width: 10px;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -2px; }
      #nav_global .nav > li > a::before {
        content: "";
        width: 2px;
        height: 10px;
        background-color: #000;
        position: absolute;
        top: 50%;
        right: 24px;
        margin-top: -6px;
        transition: all 0.3s;
        opacity: 1; }
      #nav_global .nav > li > a[href]::after {
        width: 8px;
        height: 8px;
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        background-color: transparent;
        transform: rotate(45deg);
        right: 22px;
        margin-top: -4px; }
      #nav_global .nav > li > a[href]::before {
        display: none; }
      #nav_global .nav > li > a.plus::before {
        opacity: 0; }
    #nav_global .nav > li > ul {
      padding: 0 15px 10px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #nav_global .nav > li > ul li .ttl {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal; }
      #nav_global .nav > li > ul li.wide {
        width: 100%;
        margin-bottom: 12px;
        position: relative; }
        #nav_global .nav > li > ul li.wide p.ttl {
          width: 100%;
          height: 100%;
          padding: 0 15px;
          line-height: 1;
          position: absolute;
          top: 0;
          color: #fff;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #nav_global .nav > li > ul li.wide p.ttl::after {
            content: "";
            width: 8px;
            height: 8px;
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            background-color: transparent;
            transform: rotate(45deg); }
      #nav_global .nav > li > ul li.half {
        width: calc((100% - 12px) / 2); }
        #nav_global .nav > li > ul li.half a .img {
          margin-bottom: 10px; }
        #nav_global .nav > li > ul li.half a .txt p {
          padding: 0 7px 0 5px; }
          #nav_global .nav > li > ul li.half a .txt p.ttl {
            margin-bottom: 5px;
            padding: 0 20px 0 5px;
            line-height: 1.2;
            position: relative; }
            #nav_global .nav > li > ul li.half a .txt p.ttl::after {
              content: "";
              width: 8px;
              height: 8px;
              border-right: 2px solid #000;
              border-top: 2px solid #000;
              background-color: transparent;
              transform: rotate(45deg);
              position: absolute;
              right: 7px;
              top: 50%;
              margin-top: -4px; }
        #nav_global .nav > li > ul li.half a:hover {
          opacity: 0.7; }
  #nav_global .link {
    padding: 25px 20px; }
    #nav_global .link > li {
      font-size: 1.4rem; }
      #nav_global .link > li + li {
        margin-top: 1.4em; }
      #nav_global .link > li a {
        min-height: 12px;
        text-decoration: underline;
        display: inline-block; }
        #nav_global .link > li a[target="_blank"] {
          padding-right: 25px;
          background-image: url("https://www.owakare-navi.com/assets/images/icn_blank_b.svg");
          background-repeat: no-repeat;
          background-size: 16px 12px;
          background-position: center right; }
  #nav_global .copy {
    padding: 20px 10px;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    text-align: center; }

@media (min-width: 769px) {
  #nav_global {
    border-top: none;
    position: relative;
    top: 0;
    display: block !important;
    overflow: inherit;
    opacity: 1 !important; }
    #nav_global::after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #dcdcdc;
      position: absolute;
      bottom: 0; } }
/* .nav */
@media (min-width: 769px) {
  #nav_global .nav {
    padding-left: calc((100% - 1000px) / 2);
    padding-right: calc((100% - 1000px) / 2);
    display: flex;
    border-bottom: 1px solid #dcdcdc; }
    #nav_global .nav > li {
      border-bottom: none;
      position: relative;
      flex-grow: 1;
      font-size: 1.4rem; }
      #nav_global .nav > li::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #2b2948;
        position: absolute;
        left: 0;
        bottom: -1px;
        opacity: 0;
        z-index: 15; }
      #nav_global .nav > li + li {
        margin-left: 35px; }
      #nav_global .nav > li > a {
        padding: 0;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        z-index: 10; }
        #nav_global .nav > li > a::after {
          display: none; }
        #nav_global .nav > li > a.pc {
          display: flex !important; }
          #nav_global .nav > li > a.pc::after {
            margin-top: 2px;
            margin-left: 9px;
            position: static;
            display: block;
            transform: rotate(135deg);
            transform-origin: 50% 20%;
            transform-origin: 60% 25%; }
      #nav_global .nav > li.service {
        width: 125px;
        flex-grow: 0; }
        #nav_global .nav > li.service::before {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          left: 0;
          opacity: 1;
          bottom: -1px;
          z-index: 10; }
        #nav_global .nav > li.service + .service {
          margin-left: 1px; }
        #nav_global .nav > li.service > a {
          color: #a38c58;
          background-color: #2b2948;
          border-radius: 4px 4px 0 0; }
          #nav_global .nav > li.service > a.pc::after {
            border-color: #a38c58; }
        #nav_global .nav > li.service:hover::before {
          background-color: #a38c58; }
        #nav_global .nav > li.service:hover > a {
          color: #fff;
          background-color: #2b2948;
          opacity: 1; }
          #nav_global .nav > li.service:hover > a.pc {
            background-color: #a38c58; }
            #nav_global .nav > li.service:hover > a.pc::after {
              border-color: #fff; }
      #nav_global .nav > li > ul {
        width: 656px;
        padding: 20px 0;
        position: absolute;
        opacity: 0;
        display: none !important; }
        #nav_global .nav > li > ul li {
          padding: 0 20px; }
          #nav_global .nav > li > ul li.half {
            width: 328px; }
            #nav_global .nav > li > ul li.half a {
              display: flex; }
              #nav_global .nav > li > ul li.half a::after {
                transition: all 0.3s; }
              #nav_global .nav > li > ul li.half a .img {
                width: 118px;
                margin-bottom: 0; }
              #nav_global .nav > li > ul li.half a .txt {
                flex: 1;
                padding-left: 15px;
                padding-top: 6px; }
                #nav_global .nav > li > ul li.half a .txt p {
                  font-size: 1.4rem;
                  padding: 0;
                  line-height: 1.4285; }
                  #nav_global .nav > li > ul li.half a .txt p.ttl {
                    padding: 0; }
                    #nav_global .nav > li > ul li.half a .txt p.ttl::after {
                      display: none; }
          #nav_global .nav > li > ul li:last-child {
            border-left: 1px solid #dcdcdc; }
        #nav_global .nav > li > ul.right {
          right: -20px; }
      #nav_global .nav > li:hover::before {
        transition: all 0.5s;
        opacity: 1; }
      #nav_global .nav > li:hover a {
        color: rgba(0, 0, 0, 0.7); }
        #nav_global .nav > li:hover a.pc::after {
          opacity: 0.7; }
      #nav_global .nav > li:hover > ul {
        display: flex !important;
        background-color: white;
        box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
        animation: fadeIn 0.4s ease 0s 1 forwards; } }
/* .link */
@media (min-width: 769px) {
  #nav_global .link {
    display: none; } }
/* .copy */
@media (min-width: 769px) {
  #nav_global .copy {
    display: none; } }
/* ======================================
#main
====================================== */
#main {
  display: block;
  padding-top: 50px; }
  #main p {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: -0.005em; }
    #main p a {
      color: #a38c58;
      text-decoration: underline; }
  #main .breadcrumb {
    width: 100%;
    background-color: #e4e4e4; }
    #main .breadcrumb > ul {
      display: flex;
      overflow-y: scroll;
      transition: all 0.3s;
      border-bottom: 1px solid #c8c8c8; }
      #main .breadcrumb > ul::-webkit-scrollbar {
        display: none; }
      #main .breadcrumb > ul li {
        height: 25px;
        padding: 6px 12px 6px 15px;
        font-size: 1.2rem;
        background-color: #f3f4f5;
        position: relative;
        line-height: 1;
        white-space: nowrap; }
        #main .breadcrumb > ul li + li {
          padding-left: 20px; }
        #main .breadcrumb > ul li::after {
          content: "";
          width: 6px;
          height: 25px;
          background-image: url("https://www.owakare-navi.com/assets/images/arrow_bread.svg");
          background-repeat: no-repeat;
          background-size: 6px 25px;
          background-position: center center;
          position: absolute;
          right: -6px;
          top: 0;
          z-index: 10; }
        #main .breadcrumb > ul li a {
          display: block;
          text-decoration: underline; }
        #main .breadcrumb > ul li:last-child {
          background-color: transparent;
          color: rgba(0, 0, 0, 0.5); }
          #main .breadcrumb > ul li:last-child::after {
            background-image: none; }
  #main .block_topics {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 9px 12px;
    border: 2px solid #c8c8c8; }
    #main .block_topics p {
      font-size: 1.4em;
      line-height: 1.5;
      display: flex;
      align-items: center; }
      #main .block_topics p::before {
        content: "";
        width: 17px;
        height: 17px;
        display: block;
        background-image: url("https://www.owakare-navi.com/assets/images/top/icn_tpc.svg");
        background-repeat: no-repeat;
        background-size: 17px 17px;
        background-position: center center;
        margin-right: 9px; }
      #main .block_topics p a {
        flex: 1;
        color: #000; }
        #main .block_topics p a::after {
          content: "";
          width: 8px;
          height: 8px;
          border-right: 1px solid #000;
          border-top: 1px solid #000;
          background-color: transparent;
          transform: rotate(45deg);
          display: inline-block;
          margin-left: 10px; }
  #main .ttl_main + .section {
    margin-top: -25px; }
  #main .ttl_main.type_img .inner {
    margin-top: 27.2vw;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    z-index: 5;
    background-color: #fff; }
    #main .ttl_main.type_img .inner .ttl {
      padding-top: 28px; }
  #main .ttl_main.article .inner .ttl {
    padding-bottom: 0; }
    #main .ttl_main.article .inner .ttl::after {
      display: none; }
  #main .ttl_main.article .inner .date {
    margin-top: 30px;
    line-height: 1;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #999; }
  #main .ttl_main .inner .ttl {
    padding-top: 45px;
    padding-bottom: 63px;
    font-size: 2.4rem;
    position: relative;
    text-align: center;
    font-feature-settings: "palt"; }
    #main .ttl_main .inner .ttl::after {
      content: "";
      width: 1px;
      height: 45px;
      background-color: #a38c58;
      position: absolute;
      left: 50%;
      bottom: 0; }
  #main .btn_list {
    margin-top: 25px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center; }
    #main .btn_list.map {
      margin-top: 15px;
      align-items: flex-start; }
      #main .btn_list.map > li button, #main .btn_list.map > li a {
        width: 150px;
        height: 40px;
        border-radius: 20px; }
      #main .btn_list.map > li button::after, #main .btn_list.map > li a::after {
        display: none; }
      #main .btn_list.map > li button::before, #main .btn_list.map > li a::before {
        margin-right: 8px;
        content: "";
        width: 14px;
        height: 17px;
        background-image: url("https://www.owakare-navi.com/assets/images/icn_map.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
    #main .btn_list > li {
      display: block; }
      #main .btn_list > li + li {
        margin-bottom: 20px; }
      #main .btn_list > li i, #main .btn_list > li button, #main .btn_list > li a {
        width: 200px;
        height: 42px;
        border: 1px solid #a38c58;
        border-radius: 21px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.4rem;
        font-style: normal;
        color: #a38c58;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
      #main .btn_list > li i::after, #main .btn_list > li button::after, #main .btn_list > li a::after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #a38c58;
        border-top: 2px solid #a38c58;
        background-color: transparent;
        transform: rotate(45deg);
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -4px; }
      #main .btn_list > li.bk button::after, #main .btn_list > li.bk a::after {
        transform: rotate(-135deg);
        right: inherit;
        left: 16px; }
      #main .btn_list > li.rs button, #main .btn_list > li.rs a {
        color: #fff;
        background-color: #a38c58; }
      #main .btn_list > li.rs button::after, #main .btn_list > li.rs a::after {
        border-color: #fff; }
      #main .btn_list > li.dn button::after, #main .btn_list > li.dn a::after {
        transform: rotate(135deg);
        margin-top: -6px; }
  #main .link_one.type > li {
    background-color: transparent; }
    #main .link_one.type > li > a .txt p {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-style: normal;
      text-align: center; }
  #main .link_one > li {
    background-color: #fff; }
    #main .link_one > li + li {
      margin-top: 40px; }
    #main .link_one > li > a {
      display: block; }
      #main .link_one > li > a .img img {
        width: 100%;
        height: 57.3333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .link_one > li > a .txt {
        margin-top: 15px;
        padding: 0 5px;
        position: relative; }
        #main .link_one > li > a .txt .ttl {
          margin-bottom: 0.4em;
          font-size: 2rem;
          text-align: center; }
        #main .link_one > li > a .txt .btn_list {
          margin-top: 18px; }
  #main .link_two.company {
    margin-top: 48px; }
  #main .link_two > li {
    display: flex;
    background-color: #fff; }
    #main .link_two > li + li {
      margin-top: 20px; }
    #main .link_two > li a {
      width: 100%;
      display: block;
      box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.3); }
      #main .link_two > li a .img img {
        width: 100%;
        height: 57.3333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .link_two > li a .txt {
        padding: 13px 40px 15px 15px;
        position: relative; }
        #main .link_two > li a .txt .tag > li {
          margin-bottom: 3px;
          height: 22px;
          padding-left: 4px;
          padding-right: 4px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          background-color: #a38c58;
          font-size: 1.4rem;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal; }
        #main .link_two > li a .txt .ttl {
          margin-bottom: 0.1em;
          font-size: 1.8rem; }
        #main .link_two > li a .txt p {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          line-height: 1.5; }
        #main .link_two > li a .txt::after {
          content: "";
          width: 10px;
          height: 10px;
          border-right: 2px solid #000;
          border-top: 2px solid #000;
          background-color: transparent;
          transform: rotate(45deg);
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -5px; }
  #main .link_three.case > li {
    opacity: 1;
    transition: all 1s; }
    #main .link_three.case > li.hidden {
      opacity: 0;
      height: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0; }
  #main .link_three > li {
    display: flex;
    background-color: #fff; }
    #main .link_three > li + li {
      margin-top: 20px; }
    #main .link_three > li a {
      width: 100%;
      display: block;
      box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.3); }
      #main .link_three > li a .img img {
        width: 100%;
        height: 57.3333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .link_three > li a .txt {
        padding: 14px 40px 18px 15px;
        position: relative; }
        #main .link_three > li a .txt .tag > li {
          margin-bottom: 4px;
          height: 22px;
          padding-left: 4px;
          padding-right: 4px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          background-color: #a38c58;
          font-size: 1.4rem;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal; }
        #main .link_three > li a .txt p {
          margin-top: 0.2em;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          line-height: 1.5625;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-align: start; }
        #main .link_three > li a .txt _:-ms-lang(x)::-ms-backdrop, #main .link_three > li a .txt p {
          display: block;
          height: 3em; }
        #main .link_three > li a .txt::after {
          content: "";
          width: 10px;
          height: 10px;
          border-right: 2px solid #000;
          border-top: 2px solid #000;
          background-color: transparent;
          transform: rotate(45deg);
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -5px; }
  #main #contact_banner .cts {
    position: relative; }
    #main #contact_banner .cts .txt {
      width: 100%;
      height: 100%;
      padding: 0 5.3333vw;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #main #contact_banner .cts .txt .ttl {
        font-size: 4.2531vw;
        line-height: 1.625;
        text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff; }
        #main #contact_banner .cts .txt .ttl span {
          display: none; }
      #main #contact_banner .cts .txt .list {
        min-height: 14px;
        margin-top: 7.5vw; }
        #main #contact_banner .cts .txt .list > li {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal;
          padding-left: 22px;
          font-size: 3.7333vw;
          text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
          background-image: url("https://www.owakare-navi.com/assets/images/icn_link.svg");
          background-repeat: no-repeat;
          background-size: 17px 14px;
          background-position: left center; }
          #main #contact_banner .cts .txt .list > li + li {
            margin-top: 1em; }
      #main #contact_banner .cts .txt .contact_pc {
        display: none; }
  #main .img_ttl {
    position: absolute;
    top: 75px; }
    #main .img_ttl img {
      width: 100vw;
      height: 40vw;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  #main .section {
    padding-top: 50px;
    padding-bottom: 40px; }
    #main .section + .section {
      padding-top: 10px; }
      #main .section + .section.bg {
        padding-top: 40px; }
    #main .section.small .ttl_section.smallsp {
      font-size: 1.8rem; }
    #main .section.section_search + .section {
      padding-top: 50px; }
    #main .section.sppb0 {
      padding-bottom: 0; }
    #main .section.adjust {
      padding-top: 30px; }
    #main .section.bg {
      background-color: #f3f4f5; }
      #main .section.bg + .section {
        padding-top: 50px; }
      #main .section.bg.adjust {
        padding-top: 40px; }
    #main .section.section_intro {
      margin-top: -25px;
      position: relative;
      z-index: 5; }
    #main .section .ttl_section {
      margin-top: -0.25em;
      margin-bottom: 1.1em;
      font-size: 2rem;
      text-align: center; }
      #main .section .ttl_section + p {
        margin-top: -0.35em; }
      #main .section .ttl_section.flow {
        margin-top: 2.5em;
        margin-bottom: -1.5em; }
    #main .section .lead_section.lead_img {
      display: flex;
      flex-direction: column-reverse;
      align-items: center; }
      #main .section .lead_section.lead_img .txt .att {
        margin-top: 0.3em;
        font-size: 1.4rem;
        display: block; }
      #main .section .lead_section.lead_img .img {
        margin-bottom: 10px; }
        #main .section .lead_section.lead_img .img img {
          width: 100%;
          height: 57.3333vw;
          object-fit: cover;
          font-family: "object-fit: cover;"; }
    #main .section.section_features {
      padding-top: 50px; }
      #main .section.section_features .tabs {
        background-color: #fff;
        margin: 0 auto;
        padding: 0 15px; }
        #main .section.section_features .tabs .tab_item {
          width: calc((100% - 9px) / 4);
          height: 50px;
          margin-right: 3px;
          background-color: #f3f4f5;
          border-radius: 2px 2px 0 0;
          line-height: 50px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.4rem;
          text-align: center;
          display: block;
          float: left;
          text-align: center;
          transition: all 0.3s; }
          #main .section.section_features .tabs .tab_item:last-of-type {
            margin-right: 0; }
        #main .section.section_features .tabs input[name="tab_item"] {
          display: none; }
        #main .section.section_features .tabs input:checked + .tab_item {
          background-color: #dfe1e6;
          position: relative; }
          #main .section.section_features .tabs input:checked + .tab_item::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 5px 0 5px;
            border-color: #dfe1e6 transparent transparent transparent;
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -4px; }
        #main .section.section_features .tabs .cts {
          display: none;
          padding: 34px 0 0;
          clear: both; }
          #main .section.section_features .tabs .cts .cts_description {
            animation: fadeInPage 1.2s ease 0s 1 normal forwards; }
            #main .section.section_features .tabs .cts .cts_description .img {
              padding: 0 20px; }
              #main .section.section_features .tabs .cts .cts_description .img img {
                width: 100%; }
            #main .section.section_features .tabs .cts .cts_description .txt {
              margin-top: 24px; }
              #main .section.section_features .tabs .cts .cts_description .txt .ttl {
                margin-bottom: 1em;
                font-size: 2rem;
                text-align: center; }
              #main .section.section_features .tabs .cts .cts_description .txt .list {
                counter-reset: ol_li;
                border-top: 1px solid #dcdcdc; }
                #main .section.section_features .tabs .cts .cts_description .txt .list > li {
                  padding: 1em 5px;
                  display: flex;
                  border-bottom: 1px solid #dcdcdc; }
                  #main .section.section_features .tabs .cts .cts_description .txt .list > li::before {
                    font-size: 2.4rem;
                    margin-top: 0.1em;
                    margin-right: 0.5em;
                    counter-increment: ol_li;
                    content: counter(ol_li);
                    color: #a38c58; }
                #main .section.section_features .tabs .cts .cts_description .txt .list + p {
                  margin-top: 22px; }
        #main .section.section_features .tabs #tab_01:checked ~ #tab_01_cts, #main .section.section_features .tabs #tab_02:checked ~ #tab_02_cts, #main .section.section_features .tabs #tab_03:checked ~ #tab_03_cts, #main .section.section_features .tabs #tab_04:checked ~ #tab_04_cts {
          display: block; }
    #main .section.section_search {
      padding-top: 40px;
      overflow: hidden;
      background-color: #f3f4f5; }
      #main .section.section_search.wide {
        margin-top: 25px;
        padding-top: 25px;
        padding-bottom: 30px; }
      #main .section.section_search .block_search + .block_search {
        margin-top: 25px; }
      #main .section.section_search .block_search .ttl {
        margin-bottom: 0.7em;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        #main .section.section_search .block_search .ttl .tag {
          height: 20px;
          margin-right: 10px;
          padding-left: 5px;
          padding-right: 5px;
          border: 1px solid #a38c58;
          color: #a38c58;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 1.3rem;
          line-height: 1;
          display: flex;
          align-items: center; }
      #main .section.section_search .block_search.block_type {
        padding: 0 15px; }
        #main .section.section_search .block_search.block_type .list_type {
          padding: 1px 0 15px 15px;
          border: 1px solid #cdcdcd;
          background-color: #fff;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #main .section.section_search .block_search.block_type .list_type > li {
            height: 20px;
            margin-top: 15px;
            margin-right: 15px;
            position: relative;
            padding-left: 29px;
            display: flex;
            align-items: center;
            line-height: 1;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 1.6rem; }
            #main .section.section_search .block_search.block_type .list_type > li input {
              display: none; }
              #main .section.section_search .block_search.block_type .list_type > li input:checked + label::after {
                content: "";
                display: block;
                position: absolute;
                top: 2px;
                left: 6px;
                width: 8px;
                height: 12px;
                transform: rotate(40deg);
                border-bottom: 3px solid #464652;
                border-right: 3px solid #737378; }
            #main .section.section_search .block_search.block_type .list_type > li label::before {
              content: "";
              width: 20px;
              height: 20px;
              border: 1px solid #737378;
              background-color: #fff;
              display: block;
              position: absolute;
              top: -1px;
              left: 0; }
      #main .section.section_search .block_search.block_area_sp {
        width: 200vw;
        display: flex;
        transition: all 0.3s; }
        #main .section.section_search .block_search.block_area_sp.slide {
          margin-left: -100vw; }
          #main .section.section_search .block_search.block_area_sp.slide .cts.cts_02 {
            height: auto; }
        #main .section.section_search .block_search.block_area_sp .cts {
          padding: 0 15px; }
          #main .section.section_search .block_search.block_area_sp .cts .list {
            display: flex;
            flex-wrap: wrap; }
            #main .section.section_search .block_search.block_area_sp .cts .list > li {
              width: 50%;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 500;
              font-style: normal;
              font-size: 1.6rem;
              border-bottom: 1px solid #dcdcdc;
              border-right: 1px solid #dcdcdc; }
              #main .section.section_search .block_search.block_area_sp .cts .list > li:nth-child(odd) {
                border-left: 1px solid #dcdcdc; }
              #main .section.section_search .block_search.block_area_sp .cts .list > li:nth-child(-n + 2) {
                border-top: 1px solid #dcdcdc; }
              #main .section.section_search .block_search.block_area_sp .cts .list > li a {
                padding: 15px;
                display: block;
                background-color: #fff;
                position: relative; }
                #main .section.section_search .block_search.block_area_sp .cts .list > li a::after {
                  content: "";
                  width: 7px;
                  height: 7px;
                  border-right: 2px solid #000;
                  border-top: 2px solid #000;
                  background-color: transparent;
                  transform: rotate(45deg);
                  position: absolute;
                  right: 15px;
                  top: 50%;
                  margin-top: -3px; }
          #main .section.section_search .block_search.block_area_sp .cts.cts_01 {
            width: 100vw; }
            #main .section.section_search .block_search.block_area_sp .cts.cts_01.close {
              height: 0; }
          #main .section.section_search .block_search.block_area_sp .cts.cts_02 {
            width: 100vw;
            height: 0; }
            #main .section.section_search .block_search.block_area_sp .cts.cts_02 .list {
              display: none; }
              #main .section.section_search .block_search.block_area_sp .cts.cts_02 .list.open {
                display: flex; }
      #main .section.section_search .block_search.block_area_pc {
        display: none; }
  #main .list_result {
    padding: 40px 15px; }
    #main .list_result.na {
      padding-top: 33px;
      padding-bottom: 140px; }
      #main .list_result.na p {
        text-align: center; }
    #main .list_result .page {
      margin-top: 40px;
      display: flex;
      justify-content: center; }
      #main .list_result .page.page_sp {
        margin-top: 0;
        margin-bottom: 40px; }
      #main .list_result .page > li {
        font-size: 1.3rem;
        margin: 0 10px; }
        #main .list_result .page > li.btn {
          font-size: 1.2rem; }
        #main .list_result .page > li a[href] {
          color: #999; }
    #main .list_result .list > li {
      border: 1px solid #dcdcdc; }
      #main .list_result .list > li + li {
        margin-top: 15px; }
      #main .list_result .list > li a .img img {
        width: 100%;
        height: 57.3333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .list_result .list > li a .txt {
        padding: 15px; }
        #main .list_result .list > li a .txt .tag {
          height: 22px;
          padding-left: 5px;
          padding-right: 5px;
          border: 1px solid #a38c58;
          color: #a38c58;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 1.4rem;
          line-height: 1;
          display: inline-flex;
          align-items: center; }
        #main .list_result .list > li a .txt .ttl {
          margin-top: 0.3em;
          font-size: 1.8rem; }
        #main .list_result .list > li a .txt .address {
          margin-top: 0.4em;
          padding-left: 3em;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          position: relative; }
          #main .list_result .list > li a .txt .address::before {
            content: "住所";
            position: absolute;
            left: 0; }
        #main .list_result .list > li a .txt .info {
          margin-top: 0.4em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-align: start; }
        #main .list_result .list > li a .txt _:-ms-lang(x)::-ms-backdrop, #main .list_result .list > li a .txt .info {
          height: 3em; }
  #main .block_detail {
    margin-top: 25px; }
    #main .block_detail .img img {
      width: 100%;
      height: 57.3333vw;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
    #main .block_detail .txt {
      margin-top: 15px; }
      #main .block_detail .txt .tag {
        height: 22px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #a38c58;
        color: #a38c58;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.4rem;
        line-height: 1;
        display: inline-flex;
        align-items: center; }
      #main .block_detail .txt .ttl {
        margin-top: 0.3em;
        font-size: 2rem; }
      #main .block_detail .txt .address {
        margin-top: 0.8em;
        padding-left: 3em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        position: relative; }
        #main .block_detail .txt .address::before {
          content: "住所";
          position: absolute;
          left: 0; }
      #main .block_detail .txt .info {
        margin-top: 1.1em; }
      #main .block_detail .txt .list_detail {
        width: calc(100% + 10px);
        margin-top: 20px;
        border-top: 1px solid #dcdcdc; }
        #main .block_detail .txt .list_detail tr {
          display: flex;
          flex-direction: column; }
          #main .block_detail .txt .list_detail tr th {
            width: 100%;
            padding: 3px 10px;
            background-color: #f3f4f5;
            border-bottom: 1px solid #dcdcdc; }
            #main .block_detail .txt .list_detail tr th p {
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 500;
              font-style: normal; }
          #main .block_detail .txt .list_detail tr td {
            width: 100%;
            padding: 5px 10px;
            border-bottom: 1px solid #dcdcdc; }
  #main .list_feature > li + li {
    margin-top: 25px; }
  #main .list_feature > li .img img {
    width: 100%;
    height: 57.3333vw;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  #main .list_feature > li .txt {
    margin-top: 0.9em; }
    #main .list_feature > li .txt .ttl {
      margin-top: 0.8em;
      margin-bottom: 0.4em;
      font-size: 1.8rem; }
  #main .block_form {
    padding-top: 25px;
    padding-bottom: 45px; }
    #main .block_form .lead {
      text-align: center; }
      #main .block_form .lead + .lead {
        margin-top: 1.6em; }
    #main .block_form .btn_list {
      margin-top: 20px; }
      #main .block_form .btn_list.completion {
        margin-top: 35px; }
    #main .block_form .flow {
      margin-bottom: 30px;
      display: flex;
      justify-content: center; }
      #main .block_form .flow > li {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 4.2666vw;
        color: #737378; }
        #main .block_form .flow > li + li {
          margin-left: 8.5vw;
          position: relative; }
          #main .block_form .flow > li + li::after {
            content: "";
            width: 8px;
            height: 8px;
            border-right: 2px solid #737378;
            border-top: 2px solid #737378;
            background-color: transparent;
            transform: rotate(45deg);
            position: absolute;
            left: -6vw;
            top: 50%;
            margin-top: -4px; }
        #main .block_form .flow > li.current {
          color: #000; }
    #main .block_form .list_form {
      margin-top: 30px;
      width: 100%; }
      #main .block_form .list_form.confirm tr {
        padding-bottom: 20px; }
        #main .block_form .list_form.confirm tr th {
          padding-bottom: 1px; }
          #main .block_form .list_form.confirm tr th p {
            color: #999; }
      #main .block_form .list_form tr {
        padding-bottom: 15px;
        display: flex;
        flex-direction: column; }
        #main .block_form .list_form tr th {
          width: 100%;
          padding-bottom: 4px; }
          #main .block_form .list_form tr th p {
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 500;
            font-style: normal;
            display: flex;
            align-items: center; }
            #main .block_form .list_form tr th p .ess {
              margin-left: 10px;
              padding: 4px;
              border-radius: 2px;
              display: inline-flex;
              color: #fff;
              background-color: #2b2948;
              font-size: 1.2rem;
              line-height: 1; }
        #main .block_form .list_form tr td {
          width: 100%; }
          #main .block_form .list_form tr td p.alert {
            margin-top: 0.2em;
            color: #f00;
            font-size: 1.4rem; }
          #main .block_form .list_form tr td p .input_txt {
            width: 100%;
            height: 46px;
            padding: 14px;
            border: 1px solid #dcdcdc;
            font-size: 1.6rem; }
            #main .block_form .list_form tr td p .input_txt.alert {
              border-color: #f00; }
          #main .block_form .list_form tr td p.two {
            display: flex;
            justify-content: space-between; }
            #main .block_form .list_form tr td p.two .input_txt {
              width: calc((100% - 10px) / 2); }
          #main .block_form .list_form tr td p.three {
            display: flex;
            justify-content: space-between;
            position: relative; }
            #main .block_form .list_form tr td p.three .input_txt {
              width: calc((100% - 20px) / 3);
              display: block; }
            #main .block_form .list_form tr td p.three::before {
              content: "";
              position: absolute;
              width: 6px;
              height: 2px;
              background-color: #000;
              left: calc(((100% - 20px) / 3) + 2px);
              top: 23px; }
            #main .block_form .list_form tr td p.three::after {
              content: "";
              position: absolute;
              width: 6px;
              height: 2px;
              background-color: #000;
              right: calc(((100% - 20px) / 3) + 2px);
              top: 23px; }
          #main .block_form .list_form tr td p .input_area {
            width: 100%;
            height: 220px;
            padding: 12px 14px;
            border: 1px solid #dcdcdc;
            font-size: 1.6rem;
            display: block; }
            #main .block_form .list_form tr td p .input_area.alert {
              border-color: #f00; }
          #main .block_form .list_form tr td .privacy_box {
            height: 220px;
            padding: 12px 14px;
            border: 1px solid #dcdcdc;
            overflow-y: scroll; }
            #main .block_form .list_form tr td .privacy_box p + p {
              margin-top: 1.2em; }
          #main .block_form .list_form tr td .list_type {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap; }
            #main .block_form .list_form tr td .list_type > li {
              height: 20px;
              position: relative;
              padding-left: 35px;
              display: flex;
              align-items: center;
              line-height: 1;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 500;
              font-style: normal;
              font-size: 1.6rem; }
              #main .block_form .list_form tr td .list_type > li + li {
                margin-left: 45px; }
              #main .block_form .list_form tr td .list_type > li input {
                display: none; }
                #main .block_form .list_form tr td .list_type > li input:checked + label::after {
                  content: "";
                  width: 10px;
                  height: 10px;
                  border-radius: 10px;
                  background-color: #464646;
                  display: block;
                  position: absolute;
                  top: 5px;
                  left: 5px; }
              #main .block_form .list_form tr td .list_type > li label::before {
                content: "";
                width: 20px;
                height: 20px;
                border-radius: 10px;
                border: 1px solid #dcdcdc;
                background-color: #fff;
                display: block;
                position: absolute;
                top: 0;
                left: 0; }
  #main .intro_article {
    margin-top: 12px; }
    #main .intro_article .img img {
      width: 100%;
      height: 58.6666vw;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
    #main .intro_article .list_contents {
      margin-top: 40px;
      padding: 18px 20px 20px;
      border: 1px solid #a38c58; }
      #main .intro_article .list_contents .ttl {
        margin-bottom: 0.8em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.7rem;
        text-align: center; }
      #main .intro_article .list_contents .list > li {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.6rem;
        line-height: 1.5; }
        #main .intro_article .list_contents .list > li + li {
          margin-top: 0.8em; }
        #main .intro_article .list_contents .list > li a {
          color: #a38c58;
          text-decoration: underline; }
  #main .block_article {
    padding-top: 35px;
    padding-bottom: 15px; }
    #main .block_article h2 {
      font-size: 2rem;
      line-height: 1.4; }
      #main .block_article h2 + h3, #main .block_article h2 + p {
        margin-top: 1em; }
      #main .block_article h2 + img {
        margin-top: 20px; }
    #main .block_article h3 {
      font-size: 1.8rem;
      line-height: 1.4444; }
      #main .block_article h3 + p {
        margin-top: 0.4em; }
      #main .block_article h3 + img {
        margin-top: 20px; }
    #main .block_article p + h2 {
      margin-top: 1.5em; }
    #main .block_article p + h3 {
      margin-top: 1.2em; }
    #main .block_article p + p {
      margin-top: 1em; }
    #main .block_article p + img {
      margin-top: 20px; }
    #main .block_article p.ex {
      text-align: center; }
      #main .block_article p.ex + p {
        margin-top: 1.2em; }
    #main .block_article img {
      max-width: 100%;
      max-height: 58.6666vw;
      margin-top: 5px; }
  #main .list_relate {
    border-top: 1px solid #dcdcdc; }
    #main .list_relate > li {
      border-bottom: 1px solid #dcdcdc;
      opacity: 1;
      transition: all 1s; }
      #main .list_relate > li.new a .img {
        position: relative; }
        #main .list_relate > li.new a .img::after {
          content: "NEW";
          width: 5em;
          height: 23px;
          color: #fff;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.4rem;
          background-color: #000;
          position: absolute;
          right: 0;
          top: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
      #main .list_relate > li.hidden {
        opacity: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0; }
      #main .list_relate > li a {
        padding: 20px 0;
        display: flex;
        position: relative; }
        #main .list_relate > li a .img {
          width: 150px; }
          #main .list_relate > li a .img img {
            width: 150px;
            height: 94px;
            object-fit: cover;
            font-family: "object-fit: cover;"; }
        #main .list_relate > li a .txt {
          flex: 1;
          padding-left: 8px; }
          #main .list_relate > li a .txt .date {
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.2rem;
            color: #999;
            line-height: 1; }
          #main .list_relate > li a .txt .ttl {
            margin-top: 0.3em;
            padding-right: 20px;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 1.6rem;
            line-height: 1.5; }
          #main .list_relate > li a .txt .description {
            display: none; }
        #main .list_relate > li a::after {
          content: "";
          width: 10px;
          height: 10px;
          border-right: 2px solid #000;
          border-top: 2px solid #000;
          background-color: transparent;
          transform: rotate(45deg);
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -5px; }
  #main .list_plan > li {
    height: 57.3333vw;
    position: relative; }
    #main .list_plan > li + li {
      margin-top: 15px; }
    #main .list_plan > li a {
      display: block; }
      #main .list_plan > li a .img img {
        width: 100%;
        height: 57.3333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .list_plan > li a .img::before {
        content: "";
        width: 100%;
        height: 57.3333vw;
        position: absolute;
        bottom: 0;
        z-index: 5;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7)); }
      #main .list_plan > li a .txt {
        width: 100%;
        padding: 15px;
        position: absolute;
        bottom: 0;
        color: #fff;
        z-index: 10; }
        #main .list_plan > li a .txt .tag {
          display: flex; }
          #main .list_plan > li a .txt .tag > li {
            height: 22px;
            padding-left: 5px;
            padding-right: 5px;
            border: 1px solid #fff;
            font-size: 1.4rem;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center; }
            #main .list_plan > li a .txt .tag > li + li {
              margin-left: 5px; }
        #main .list_plan > li a .txt .ttl {
          margin-top: 0.3em;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 1.6rem;
          font-feature-settings: "palt"; }
        #main .list_plan > li a .txt .price {
          width: 100%;
          margin-top: 0.15em;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2rem;
          line-height: 1;
          position: relative; }
          #main .list_plan > li a .txt .price::after {
            content: "(税込)";
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.2rem; }
          #main .list_plan > li a .txt .price::before {
            content: "";
            width: 10px;
            height: 10px;
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            background-color: transparent;
            transform: rotate(45deg);
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -2px; }
  #main .block_plan > li + li {
    margin-top: 25px; }
  #main .block_plan > li .ttl_plan {
    margin-bottom: 0.8em;
    font-size: 1.8rem;
    text-align: center; }
  #main .list_altn.staff {
    margin-top: 45px;
    margin-bottom: 50px; }
    #main .list_altn.staff > li {
      padding-bottom: 10px;
      border-bottom: 1px solid #dcdcdc; }
      #main .list_altn.staff > li:last-child {
        border-bottom: none; }
      #main .list_altn.staff > li + li {
        margin-top: 25px; }
      #main .list_altn.staff > li .txt {
        padding-left: 5px;
        padding-right: 5px; }
        #main .list_altn.staff > li .txt .ttl {
          margin-top: 1.3em;
          margin-bottom: 0.9em;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 1.6rem; }
  #main .list_altn > li + li {
    margin-top: 35px; }
  #main .list_altn > li .img img {
    width: 100%;
    height: 57.3333vw;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  #main .list_altn > li .txt {
    margin-top: 10px;
    padding-left: 2px;
    padding-right: 5px; }
    #main .list_altn > li .txt .ttl {
      margin-top: 1em;
      margin-bottom: 0.75em;
      font-size: 1.8rem;
      line-height: 1.45;
      letter-spacing: -0.01em; }
    #main .list_altn > li .txt .tag {
      margin-bottom: 0.5em;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.6em;
      color: #a38c58;
      line-height: 1; }
    #main .list_altn > li .txt .name {
      margin-bottom: 0.5em;
      font-size: 1.8rem; }
      #main .list_altn > li .txt .name .eng {
        margin-left: 0.8em;
        font-size: 1.2rem;
        color: #999; }
  #main .list_type_sp {
    margin-top: 23px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #dcdcdc; }
    #main .list_type_sp dt {
      border-top: 1px solid #dcdcdc;
      position: relative; }
      #main .list_type_sp dt.close::before {
        opacity: 0; }
      #main .list_type_sp dt::before {
        content: "";
        width: 2px;
        height: 12px;
        background-color: #000;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
        opacity: 1;
        transition: all 0.3s; }
      #main .list_type_sp dt::after {
        content: "";
        width: 12px;
        height: 2px;
        background-color: #000;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -1px; }
      #main .list_type_sp dt .ttl {
        padding: 16px 20px;
        font-size: 1.6rem; }
    #main .list_type_sp dd {
      display: none;
      padding: 0 15px; }
      #main .list_type_sp dd .ttl_sub {
        padding: 4px 10px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.6rem;
        background-color: #f3f4f5; }
      #main .list_type_sp dd .txt {
        padding: 5px 10px; }
  #main .list_type_pc {
    display: none; }
  #main .list_faq {
    margin-top: 23px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #dcdcdc; }
    #main .list_faq dt {
      border-top: 1px solid #dcdcdc;
      position: relative; }
      #main .list_faq dt.close::before {
        opacity: 0; }
      #main .list_faq dt::before {
        content: "";
        width: 2px;
        height: 12px;
        background-color: #000;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
        opacity: 1;
        transition: all 0.3s; }
      #main .list_faq dt::after {
        content: "";
        width: 12px;
        height: 2px;
        background-color: #000;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -1px; }
      #main .list_faq dt .q {
        padding: 16px 40px 16px 53px;
        font-size: 1.6rem;
        position: relative;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal; }
        #main .list_faq dt .q::before {
          content: "Q";
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 3rem;
          position: absolute;
          left: 14px;
          top: 5px; }
    #main .list_faq dd {
      display: none;
      padding: 0 40px 15px 53px;
      position: relative; }
      #main .list_faq dd::before {
        content: "A";
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3rem;
        position: absolute;
        left: 17px;
        top: 0; }
  #main .box_consultation {
    margin-top: 24px;
    background-color: #fff; }
    #main .box_consultation .ttl_flow {
      display: none; }
  #main .list_flow {
    margin-top: 55px;
    margin-bottom: 10px; }
    #main .list_flow.low {
      margin-top: 35px; }
  #main .box_consultation .list_flow {
    margin-top: 0;
    padding: 20px 20px 20px 10px; }

@media (min-width: 769px) {
  #main {
    padding-top: 0; } }
/* breadcrumb */
@media (min-width: 769px) {
  #main .breadcrumb {
    position: absolute;
    top: 150px;
    width: calc(1000px + 0px);
    left: calc((100% - 1000px) / 2);
    right: calc((100% - 1000px) / 2);
    background-color: transparent;
    z-index: 10; }
    #main .breadcrumb > ul {
      border-bottom: none;
      overflow-y: hidden; }
      #main .breadcrumb > ul li {
        height: auto;
        margin-right: 20px;
        padding: 0;
        font-size: 1.3rem;
        background-color: transparent;
        color: #000 !important; }
        #main .breadcrumb > ul li + li {
          padding-left: 0;
          position: relative; }
          #main .breadcrumb > ul li + li::before {
            content: "";
            width: 8px;
            height: 8px;
            border-right: 1px solid #999;
            border-top: 1px solid #999;
            background-color: transparent;
            transform: rotate(45deg);
            position: absolute;
            left: -17px;
            top: 50%;
            margin-top: -5px; }
        #main .breadcrumb > ul li::after {
          display: none; }
        #main .breadcrumb > ul li a {
          display: inline;
          text-decoration: none;
          color: #999; }
    #main .breadcrumb.bg > ul li {
      color: #fff; }
      #main .breadcrumb.bg > ul li a {
        color: #fff; } }
@media (max-width: 1000px) {
  #main .breadcrumb {
    left: 0px; } }
/* .block_topics */
@media (min-width: 769px) {
  #main .block_topics {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 20px; }
    #main .block_topics p {
      width: 100%;
      font-size: 1.5em; }
      #main .block_topics p::before {
        display: none; }
      #main .block_topics p a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #main .block_topics p a::before {
          content: "";
          width: 20px;
          height: 20px;
          display: block;
          background-image: url("https://www.owakare-navi.com/assets/images/top/icn_tpc.svg");
          background-repeat: no-repeat;
          background-size: 20px 20px;
          background-position: center center;
          margin-right: 15px;
          margin-top: 1px; }
        #main .block_topics p a::after {
          display: none; } }
/* .ttl_main */
@media (min-width: 769px) {
  #main .ttl_main {
    border-bottom: 1px solid #dcdcdc; }
    #main .ttl_main + .section {
      margin-top: 0; }
    #main .ttl_main.type_img .inner {
      margin: 0 auto; }
      #main .ttl_main.type_img .inner .ttl {
        padding: 0; }
    #main .ttl_main.article .inner .date {
      margin-top: 3px;
      margin-bottom: -10px; }
    #main .ttl_main .inner {
      min-height: 114px;
      padding-top: 45px;
      padding-bottom: 26px; }
      #main .ttl_main .inner .ttl {
        width: calc(1000px + 0px);
        margin-left: calc((100% - 1000px) / 2);
        margin-right: calc((100% - 1000px) / 2);
        padding: 0;
        font-size: 3rem;
        text-align: left; }
        #main .ttl_main .inner .ttl::after {
          display: none; } }
/* .btn_list */
@media (min-width: 769px) {
  #main .btn_list.map {
    margin-top: 18px;
    flex-direction: row;
    justify-content: flex-start; }
    #main .btn_list.map > li button, #main .btn_list.map > li a {
      width: 160px;
      height: 46px;
      border-radius: 23px;
      border-width: 1px; }
    #main .btn_list.map > li button::before, #main .btn_list.map > li a::before {
      width: 18px;
      height: 22px;
      margin-right: 10px; }
    #main .btn_list.map > li button:hover::before, #main .btn_list.map > li a:hover::before {
      background-image: url("https://www.owakare-navi.com/assets/images/icn_map_w.svg"); } }
@media (min-width: 769px) {
  #main .btn_list {
    margin-top: 35px;
    flex-direction: row;
    justify-content: center; }
    #main .btn_list > li + li {
      margin-bottom: 0;
      margin-left: 30px; }
    #main .btn_list > li i, #main .btn_list > li button, #main .btn_list > li a {
      width: 300px;
      height: 60px;
      border-width: 2px;
      border-radius: 30px;
      font-size: 1.6rem;
      transition: all 0.3s;
      cursor: pointer; }
    #main .btn_list > li i::after, #main .btn_list > li button::after, #main .btn_list > li a::after {
      width: 10px;
      height: 10px;
      margin-top: -5px;
      right: 26px; }
    #main .btn_list > li i:hover, #main .btn_list > li button:hover, #main .btn_list > li a:hover {
      color: #fff;
      background-color: #a38c58; }
    #main .btn_list > li i:hover::after, #main .btn_list > li button:hover::after, #main .btn_list > li a:hover::after {
      border-color: #fff; }
    #main .btn_list > li.bk button::after, #main .btn_list > li.bk a::after {
      left: 26px; }
    #main .btn_list > li.rs button:hover, #main .btn_list > li.rs a:hover {
      color: #a38c58;
      background-color: #fff; }
    #main .btn_list > li.rs button:hover::after, #main .btn_list > li.rs a:hover::after {
      border-color: #a38c58; } }
/* .link_one */
@media (min-width: 769px) {
  #main .link_one.rs > li:nth-child(2n - 1) a {
    flex-direction: row-reverse; }
  #main .link_one.type > li + li {
    margin-top: 60px; }
  #main .link_one.type > li > a {
    border: none; }
    #main .link_one.type > li > a .img {
      width: 585px; }
      #main .link_one.type > li > a .img img {
        width: 585px;
        height: 366px; }
    #main .link_one.type > li > a .txt {
      width: 415px;
      padding: 40px 75px; }
      #main .link_one.type > li > a .txt .ttl {
        font-size: 3.2rem; }
      #main .link_one.type > li > a .txt p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2rem;
        line-height: 1.5; }
    #main .link_one.type > li > a:hover {
      box-shadow: none; }
  #main .link_one > li + li {
    margin-top: 80px; }
  #main .link_one > li > a {
    display: flex;
    box-shadow: none;
    border: 1px solid #dcdcdc; }
    #main .link_one > li > a .img {
      width: 500px;
      overflow: hidden; }
      #main .link_one > li > a .img img {
        width: 500px;
        height: 313px;
        transition: all 0.3s; }
    #main .link_one > li > a .txt {
      width: 500px;
      margin-top: 0;
      padding: 40px 80px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #main .link_one > li > a .txt .ttl {
        margin-bottom: 0.6em;
        font-size: 2.4rem; }
      #main .link_one > li > a .txt p {
        max-width: 340px;
        text-align: center; }
      #main .link_one > li > a .txt .btn_list {
        margin-top: 30px; }
    #main .link_one > li > a:hover .img img {
      transform: scale(1.1);
      transition: all 0.3s; }
    #main .link_one > li > a:hover .txt .btn_list > li i {
      color: #fff;
      background-color: #a38c58; }
      #main .link_one > li > a:hover .txt .btn_list > li i::after {
        border-color: #fff; } }
/* .link_two */
@media (min-width: 769px) {
  #main .link_two {
    display: flex;
    flex-wrap: wrap; }
    #main .link_two.company {
      margin-top: 53px; }
    #main .link_two > li {
      width: 490px;
      margin-left: 20px; }
      #main .link_two > li:nth-child(2n - 1) {
        margin-left: 0; }
      #main .link_two > li:nth-child(n + 3) {
        margin-top: 20px; }
      #main .link_two > li + li {
        margin-top: 0; }
      #main .link_two > li a {
        box-shadow: none;
        border: 1px solid #dcdcdc; }
        #main .link_two > li a .img {
          overflow: hidden; }
          #main .link_two > li a .img img {
            width: 490px;
            height: 307px;
            transition: all 0.3s; }
        #main .link_two > li a .txt {
          padding: 16px 50px 18px 20px; }
          #main .link_two > li a .txt .tag {
            margin-top: -3px; }
          #main .link_two > li a .txt .ttl {
            margin-bottom: 0.2em;
            font-size: 2rem; }
          #main .link_two > li a .txt p {
            min-height: 3.1em;
            line-height: 1.625; }
        #main .link_two > li a:hover {
          box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.3); }
          #main .link_two > li a:hover .img img {
            transform: scale(1.1);
            transition: all 0.3s; } }
/* .link_three */
@media (min-width: 769px) {
  #main .link_three {
    display: flex;
    flex-wrap: wrap; }
    #main .link_three > li {
      width: 320px;
      margin-left: 20px !important; }
      #main .link_three > li:nth-child(3n - 2) {
        margin-left: 0 !important; }
      #main .link_three > li:nth-child(n + 4) {
        margin-top: 20px !important; }
      #main .link_three > li + li {
        margin-top: 0 !important; }
      #main .link_three > li a {
        box-shadow: none;
        border: 1px solid #dcdcdc; }
        #main .link_three > li a .img {
          overflow: hidden; }
          #main .link_three > li a .img img {
            width: 320px;
            height: 200px;
            transition: all 0.3s; }
        #main .link_three > li a .txt {
          padding: 14px 43px 18px 20px; }
          #main .link_three > li a .txt .tag {
            margin-top: -3px;
            margin-bottom: 4px; }
          #main .link_three > li a .txt p {
            line-height: 1.5625; }
        #main .link_three > li a:hover {
          box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.3); }
          #main .link_three > li a:hover .img img {
            transform: scale(1.1);
            transition: all 0.3s; } }
/* #contact_banner */
@media (min-width: 375px) {
  #main #contact_banner .cts .txt .ttl {
    font-size: 1.6rem; }
  #main #contact_banner .cts .txt .list > li {
    font-size: 1.4rem; } }
@media (min-width: 769px) {
  #main #contact_banner {
    margin: 0;
    height: 330px;
    background-image: url("../images/img_contact_banner_pc.jpg");
    background-repeat: no-repeat;
    background-size: auto 330px;
    background-position: center center;
    display: flex;
    align-items: center; }
    #main #contact_banner + .section {
      padding-top: 70px; }
    #main #contact_banner .cts {
      width: 960px;
      padding-top: 5px;
      margin-left: auto;
      margin-right: auto; }
      #main #contact_banner .cts .txt {
        padding: 0;
        position: relative; }
        #main #contact_banner .cts .txt .ttl {
          font-size: 2.8rem;
          text-shadow: none; }
          #main #contact_banner .cts .txt .ttl span {
            display: inline-block; }
        #main #contact_banner .cts .txt .lead {
          margin-top: 21px;
          padding-left: 3px;
          letter-spacing: 0.03em;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal;
          line-height: 1.6875; }
        #main #contact_banner .cts .txt .contact_pc {
          margin-top: 29px;
          padding-left: 3px;
          display: flex;
          align-items: center; }
          #main #contact_banner .cts .txt .contact_pc .free {
            display: block; }
            #main #contact_banner .cts .txt .contact_pc .free p {
              color: #a38c58;
              font-size: 1.5rem;
              line-height: 1;
              letter-spacing: 0.02em;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 700;
              font-style: normal; }
              #main #contact_banner .cts .txt .contact_pc .free p.number {
                margin-top: 0.2em;
                display: flex;
                align-items: center;
                letter-spacing: 0; }
                #main #contact_banner .cts .txt .contact_pc .free p.number .icn {
                  width: 30px;
                  height: 30px;
                  margin-top: 5px;
                  margin-right: 10px;
                  background-image: url("https://www.owakare-navi.com/assets/images/icn_free.svg");
                  background-repeat: no-repeat;
                  background-size: contain;
                  background-position: center center; }
                #main #contact_banner .cts .txt .contact_pc .free p.number span {
                  letter-spacing: 0.02em;
                  font-family: "Gothic A1", sans-serif;
                  font-weight: 600;
                  font-style: normal;
                  font-size: 3.5rem !important;
                  display: inline-block;
                  margin-top: 5px; }
          #main #contact_banner .cts .txt .contact_pc .btn_area {
            height: 60px;
            width: 260px;
            margin-left: 15px; }
            #main #contact_banner .cts .txt .contact_pc .btn_area > li {
              font-size: 1.6rem;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 700;
              font-style: normal; }
              #main #contact_banner .cts .txt .contact_pc .btn_area > li.mail a {
                height: 60px;
                padding: 0 30px;
                border-radius: 30px;
                color: #fff;
                display: block;
                border: 2px solid #a38c58;
                background-color: #a38c58;
                display: flex;
                justify-content: center;
                align-items: center; }
                #main #contact_banner .cts .txt .contact_pc .btn_area > li.mail a .icn {
                  width: 16px;
                  height: 16px;
                  margin-right: 11px;
                  background-size: 16px 16px;
                  background-image: url("https://www.owakare-navi.com/assets/images/icn_mail_w.svg"); }
                #main #contact_banner .cts .txt .contact_pc .btn_area > li.mail a:hover {
                  color: #a38c58;
                  background-color: #fff; }
                  #main #contact_banner .cts .txt .contact_pc .btn_area > li.mail a:hover .icn {
                    background-image: url("https://www.owakare-navi.com/assets/images/icn_mail.svg"); } }
/* .img_ttl */
@media (min-width: 769px) {
  #main .img_ttl {
    position: static;
    text-align: center; }
    #main .img_ttl img {
      width: 1000px;
      height: 320px; }
    #main .img_ttl.celeb {
      margin-bottom: 10px; }
      #main .img_ttl.celeb img {
        height: 400px; }
    #main .img_ttl.cap img {
      height: 415px; } }
/* .section */
@media (min-width: 769px) {
  #main .section .lead_section.lead_img {
    flex-direction: column; }
    #main .section .lead_section.lead_img .img {
      margin-top: 40px;
      margin-bottom: 0; }
      #main .section .lead_section.lead_img .img img {
        width: 511px;
        height: 320px; } }
@media (min-width: 769px) {
  #main .section {
    padding-top: 70px;
    padding-bottom: 90px; }
    #main .section + .section {
      margin-top: 0; }
    #main .section + .section_search {
      margin-top: -20px; }
    #main .section + .section.bg {
      padding-top: 70px; }
    #main .section.small {
      margin-top: -20px;
      padding-top: 0; }
      #main .section.small .ttl_section.small {
        font-size: 2rem; }
        #main .section.small .ttl_section.small.smallsp {
          font-size: 2rem; }
    #main .section.small2 {
      margin-top: -20px;
      padding-top: 0; }
    #main .section.section_search + .section {
      padding-top: 10px; }
    #main .section.sppb0 {
      padding-bottom: 90px; }
    #main .section.adjust {
      padding-top: 90px !important;
      padding-bottom: 90px; }
    #main .section.bg + .section {
      padding-top: 70px; }
    #main .section.bg.adjust {
      padding-top: 60px !important;
      padding-bottom: 70px; }
    #main .section.section_intro {
      margin-top: 0; }
      #main .section.section_intro p + p {
        margin-top: 1.5em; }
    #main .section .ttl_section {
      margin-bottom: 1.15em;
      font-size: 2.4rem;
      line-height: 1.5; }
      #main .section .ttl_section.flow {
        margin-top: 3.5em;
        margin-bottom: -2em; }
    #main .section .lead_section {
      width: 800px;
      margin-left: auto;
      margin-right: auto; }
      #main .section .lead_section.pcc {
        text-align: center; }
      #main .section .lead_section .txt {
        width: 800px; } }
/* .section_features */
@media (min-width: 769px) {
  #main .section.section_features {
    padding-top: 25px;
    padding-bottom: 120px; }
    #main .section.section_features .tabs {
      padding-left: 0px;
      padding-right: 0px; }
      #main .section.section_features .tabs .tab_item {
        height: 70px;
        width: calc((100% - 12px) / 4);
        margin-right: 4px;
        border-radius: 4px 4px 0 0;
        font-size: 1.8rem;
        line-height: 70px;
        cursor: pointer; }
      #main .section.section_features .tabs input:checked + .tab_item {
        cursor: pointer; }
        #main .section.section_features .tabs input:checked + .tab_item::after {
          bottom: -7px; }
      #main .section.section_features .tabs .cts {
        padding: 70px 25px 0; }
        #main .section.section_features .tabs .cts .cts_description {
          display: flex;
          justify-content: space-between; }
          #main .section.section_features .tabs .cts .cts_description .img {
            width: 470px;
            padding: 0; }
          #main .section.section_features .tabs .cts .cts_description .txt {
            width: 425px;
            margin-top: -6px; }
            #main .section.section_features .tabs .cts .cts_description .txt .ttl {
              font-size: 2.2rem;
              text-align: left; }
            #main .section.section_features .tabs .cts .cts_description .txt .list {
              margin-left: 0;
              margin-right: 0; }
              #main .section.section_features .tabs .cts .cts_description .txt .list fsection_features > li {
                padding: 1em 0; } }
/* .section_search */
@media (min-width: 769px) {
  #main .section.section_search {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: visible;
    background-color: #fff; }
    #main .section.section_search.wide {
      margin-top: 0;
      padding: 70px 0 0; }
      #main .section.section_search.wide .block_search.block_type {
        width: 1000px;
        padding: 21px 20px 21px 45px;
        justify-content: space-between; }
        #main .section.section_search.wide .block_search.block_type .btn_list {
          margin: 0 0 0 auto; }
          #main .section.section_search.wide .block_search.block_type .btn_list > li button, #main .section.section_search.wide .block_search.block_type .btn_list > li a {
            width: 238px;
            height: 48px; }
          #main .section.section_search.wide .block_search.block_type .btn_list > li button::after, #main .section.section_search.wide .block_search.block_type .btn_list > li a::after {
            right: 18px; }
    #main .section.section_search.irr .block_search.block_type {
      display: none; }
      #main .section.section_search.irr .block_search.block_type + .block_area_pc {
        margin-top: 30px; }
    #main .section.section_search .block_search.block_type {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding: 35px 45px;
      background-color: #f3f4f5;
      display: flex;
      align-items: center; }
      #main .section.section_search .block_search.block_type + .block_area_pc {
        margin-top: 80px; }
      #main .section.section_search .block_search.block_type .ttl {
        margin-bottom: 0; }
      #main .section.section_search .block_search.block_type .list_type {
        margin-left: 53px;
        padding: 2px 0 0;
        border: none;
        background-color: transparent;
        justify-content: flex-start;
        align-items: center; }
        #main .section.section_search .block_search.block_type .list_type > li {
          margin-top: 0;
          margin-right: 0; }
          #main .section.section_search .block_search.block_type .list_type > li + li {
            margin-left: 30px; }
          #main .section.section_search .block_search.block_type .list_type > li label::before {
            border-color: #dcdcdc; }
    #main .section.section_search .block_search.block_area_sp {
      display: none; }
    #main .section.section_search .block_search.block_area_pc {
      display: block;
      width: 550px;
      height: 520px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      #main .section.section_search .block_search.block_area_pc .map .img {
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s; }
        #main .section.section_search .block_search.block_area_pc .map .img.ken {
          opacity: 0; }
          #main .section.section_search .block_search.block_area_pc .map .img.ken.fadein {
            transition: all 0.6s;
            opacity: 1; }
      #main .section.section_search .block_search.block_area_pc .list {
        width: 550px;
        height: 520px; }
        #main .section.section_search .block_search.block_area_pc .list > li {
          font-size: 1.7rem;
          position: absolute;
          overflow: hidden; }
          #main .section.section_search .block_search.block_area_pc .list > li.hokkaido {
            left: 540px;
            top: -7px; }
          #main .section.section_search .block_search.block_area_pc .list > li.tohoku {
            left: 540px;
            top: 113px; }
          #main .section.section_search .block_search.block_area_pc .list > li.kanto {
            left: 477px;
            top: 246px; }
          #main .section.section_search .block_search.block_area_pc .list > li.tokai {
            left: 355px;
            top: 404px; }
          #main .section.section_search .block_search.block_area_pc .list > li.hokuriku {
            left: 170px;
            top: 182px; }
          #main .section.section_search .block_search.block_area_pc .list > li.kinki {
            left: 226px;
            top: 457px; }
          #main .section.section_search .block_search.block_area_pc .list > li.chugoku {
            left: 48px;
            top: 245px; }
          #main .section.section_search .block_search.block_area_pc .list > li.kyushu {
            left: -38px;
            top: 295px; }
          #main .section.section_search .block_search.block_area_pc .list > li > a {
            padding-bottom: 10px;
            display: inline-block;
            cursor: pointer;
            position: relative; }
            #main .section.section_search .block_search.block_area_pc .list > li > a::after {
              content: "";
              width: 100%;
              height: 1px;
              background-color: #000;
              position: absolute;
              bottom: 7px;
              left: 0; }
          #main .section.section_search .block_search.block_area_pc .list > li:hover .sub {
            max-width: 9999px;
            max-height: 9999px;
            transition: all 0.8s;
            opacity: 1; }
          #main .section.section_search .block_search.block_area_pc .list > li .sub {
            width: 180px;
            max-width: 3em;
            max-height: 0;
            opacity: 0;
            transition: all 0.6s;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 10; }
            #main .section.section_search .block_search.block_area_pc .list > li .sub > li {
              width: 90px;
              border: 1px solid #dcdcdc; }
              #main .section.section_search .block_search.block_area_pc .list > li .sub > li:nth-child(2n) {
                margin-left: -1px; }
              #main .section.section_search .block_search.block_area_pc .list > li .sub > li:nth-child(n + 3) {
                margin-top: -1px; }
              #main .section.section_search .block_search.block_area_pc .list > li .sub > li a {
                padding: 10px;
                background-color: #fff;
                display: block;
                position: relative; }
                #main .section.section_search .block_search.block_area_pc .list > li .sub > li a::after {
                  content: "";
                  width: 6px;
                  height: 6px;
                  border-right: 2px solid #a38c58;
                  border-top: 2px solid #a38c58;
                  background-color: transparent;
                  transform: rotate(45deg);
                  position: absolute;
                  right: 10px;
                  top: 50%;
                  margin-top: -3px; }
                #main .section.section_search .block_search.block_area_pc .list > li .sub > li a:hover {
                  color: #fff;
                  background-color: #a38c58; }
                  #main .section.section_search .block_search.block_area_pc .list > li .sub > li a:hover::after {
                    border-color: #fff; } }
/* .list_result */
@media (min-width: 769px) {
  #main .list_result {
    padding: 80px 0; }
    #main .list_result.na {
      padding-top: 57px;
      padding-bottom: 295px; }
      #main .list_result.na p {
        text-align: left; }
    #main .list_result .page {
      margin-top: 80px; }
      #main .list_result .page.page_sp {
        display: none; }
      #main .list_result .page > li {
        font-size: 1.6rem;
        margin: 0 15px; }
        #main .list_result .page > li a:hover {
          color: #000; }
        #main .list_result .page > li.btn {
          margin-top: -1px;
          font-size: 1.6rem;
          position: relative; }
          #main .list_result .page > li.btn a::before, #main .list_result .page > li.btn a::after {
            content: "";
            width: 8px;
            height: 8px;
            border-right: 2px solid #737378;
            border-top: 2px solid #737378;
            background-color: transparent;
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            margin-top: -3px; }
          #main .list_result .page > li.btn.next a {
            padding-right: 24px; }
            #main .list_result .page > li.btn.next a::before {
              right: 1px; }
            #main .list_result .page > li.btn.next a::after {
              right: 7px; }
          #main .list_result .page > li.btn.prev a {
            padding-left: 24px; }
            #main .list_result .page > li.btn.prev a::before {
              left: 1px;
              transform: rotate(-135deg); }
            #main .list_result .page > li.btn.prev a::after {
              left: 7px;
              transform: rotate(-135deg); }
        #main .list_result .page > li span {
          display: none; }
    #main .list_result .list > li a {
      display: flex;
      position: relative; }
      #main .list_result .list > li a .img {
        width: 353px;
        overflow: hidden; }
        #main .list_result .list > li a .img img {
          width: 353px;
          height: 221px;
          transition: all 0.3s; }
        #main .list_result .list > li a .img::after {
          content: "";
          width: 11px;
          height: 11px;
          border-right: 2px solid #000;
          border-top: 2px solid #000;
          background-color: transparent;
          transform: rotate(45deg);
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -6px; }
      #main .list_result .list > li a .txt {
        min-height: 221px;
        padding: 20px 50px 20px 25px;
        flex: 1; }
        #main .list_result .list > li a .txt .tag {
          width: auto; }
        #main .list_result .list > li a .txt .ttl {
          margin-top: 0.4em;
          font-size: 2rem; }
        #main .list_result .list > li a .txt .address {
          margin-top: 0.6em; }
        #main .list_result .list > li a .txt .info {
          margin-top: 1.2em;
          max-height: 3em; }
      #main .list_result .list > li a:hover {
        box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.3); }
        #main .list_result .list > li a:hover .img img {
          transform: scale(1.1);
          transition: all 0.3s; } }
/* .block_detail */
@media (min-width: 769px) {
  #main .block_detail {
    margin-top: 0; }
    #main .block_detail .img img {
      height: 380px; }
    #main .block_detail .txt {
      width: 800px;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto; }
      #main .block_detail .txt .ttl {
        font-size: 2.4rem; }
      #main .block_detail .txt .address {
        margin-top: 0.6em; }
      #main .block_detail .txt .info {
        margin-top: 2.4em; }
      #main .block_detail .txt .list_detail {
        width: 100%;
        margin-top: 25px; }
        #main .block_detail .txt .list_detail tr {
          display: table-row;
          border-bottom: 1px solid #dcdcdc; }
          #main .block_detail .txt .list_detail tr th {
            width: 155px;
            padding: 18px 20px;
            border-top: none;
            border-bottom: none;
            border-right: 1px solid #dcdcdc; }
          #main .block_detail .txt .list_detail tr td {
            width: auto;
            padding: 18px 0 18px 12px;
            border-bottom: none; } }
/* .list_feature */
@media (min-width: 769px) {
  #main .list_feature {
    display: flex;
    flex-wrap: wrap; }
    #main .list_feature > li {
      width: 312px;
      margin-right: 32px; }
      #main .list_feature > li + li {
        margin-top: 0; }
      #main .list_feature > li:nth-child(3n) {
        margin-right: 0 !important; }
      #main .list_feature > li:nth-child(n + 4) {
        margin-top: 38px !important; }
      #main .list_feature > li .img img {
        width: 312px;
        height: 195px; }
      #main .list_feature > li .txt p br {
        display: block; } }
/* .block_form */
@media (min-width: 769px) {
  #main .block_form {
    padding-top: 80px;
    padding-bottom: 100px; }
    #main .block_form .lead + .lead {
      margin-top: 3em; }
    #main .block_form .btn_list {
      margin-top: 35px; }
      #main .block_form .btn_list.completion {
        margin-top: 60px; } }
@media (min-width: 375px) {
  #main .block_form .flow > li {
    font-size: 1.6rem; }
    #main .block_form .flow > li + li {
      margin-left: 35px; }
      #main .block_form .flow > li + li::after {
        left: -23px; } }
@media (min-width: 769px) {
  #main .block_form .flow {
    margin-bottom: 65px; }
    #main .block_form .flow > li {
      display: flex; }
      #main .block_form .flow > li span {
        margin-left: 15px; }
      #main .block_form .flow > li + li {
        margin-left: 80px; }
        #main .block_form .flow > li + li::after {
          left: -45px; } }
@media (min-width: 769px) {
  #main .block_form .list_form {
    width: 830px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto; }
    #main .block_form .list_form.confirm {
      width: 720px; }
      #main .block_form .list_form.confirm tr th {
        padding-top: 0; }
        #main .block_form .list_form.confirm tr th p {
          color: #000; }
      #main .block_form .list_form.confirm tr td {
        width: 454px; }
    #main .block_form .list_form tr {
      display: table-row; }
      #main .block_form .list_form tr.irr td {
        padding-bottom: 25px; }
      #main .block_form .list_form tr th {
        width: auto;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 0;
        justify-content: space-between;
        vertical-align: top; }
        #main .block_form .list_form tr th p {
          justify-content: space-between; }
          #main .block_form .list_form tr th p .ess {
            padding: 5px 7px;
            font-size: 1.4rem; }
      #main .block_form .list_form tr td {
        width: 564px;
        padding-bottom: 40px; }
        #main .block_form .list_form tr td p.half .input_txt, #main .block_form .list_form tr td p.two .input_txt {
          width: 275px; }
        #main .block_form .list_form tr td p.three {
          justify-content: flex-start; }
          #main .block_form .list_form tr td p.three .input_txt {
            width: 132px; }
            #main .block_form .list_form tr td p.three .input_txt + .input_txt {
              margin-left: 26px; }
          #main .block_form .list_form tr td p.three::before {
            left: 142px; }
          #main .block_form .list_form tr td p.three::after {
            left: 300px; }
        #main .block_form .list_form tr td p .input_area {
          height: 236px; }
        #main .block_form .list_form tr td .privacy_box {
          height: 236px; }
        #main .block_form .list_form tr td .list_type {
          margin-top: 25px; }
          #main .block_form .list_form tr td .list_type > li {
            padding-left: 0;
            padding-right: 35px; }
            #main .block_form .list_form tr td .list_type > li + li {
              margin-left: 60px; }
            #main .block_form .list_form tr td .list_type > li input:checked + label::after {
              left: inherit;
              right: 5px; }
            #main .block_form .list_form tr td .list_type > li label::before {
              left: inherit;
              right: 0; } }
/* .intro_article */
@media (min-width: 769px) {
  #main .intro_article {
    margin-top: 0; }
    #main .intro_article .img img {
      height: 400px; }
    #main .intro_article .list_contents {
      margin-top: 70px;
      padding: 20px 34px 24px; }
      #main .intro_article .list_contents .ttl {
        font-size: 1.8rem; } }
/* .block_article */
@media (min-width: 769px) {
  #main .block_article {
    padding-top: 65px; }
    #main .block_article h2 {
      font-size: 2.4rem;
      text-align: center; }
    #main .block_article h3 {
      font-size: 2rem; }
      #main .block_article h3 + p {
        margin-top: 0.8em; }
    #main .block_article p + p {
      margin-top: 0.7em; }
    #main .block_article p + h2 {
      margin-top: 2.4em; }
    #main .block_article img {
      width: auto;
      height: 400px;
      margin-top: 8px; } }
/* .list_relate */
@media (min-width: 769px) {
  #main .list_relate {
    border-top: none;
    display: flex;
    flex-wrap: wrap; }
    #main .list_relate > li {
      width: 33.3333%;
      border-bottom: none;
      border-right: 1px solid #dcdcdc; }
      #main .list_relate > li:nth-child(3n - 2) {
        border-left: 1px solid #dcdcdc; }
      #main .list_relate > li:nth-child(n + 4) {
        margin-top: 20px; }
      #main .list_relate > li a {
        width: 286px;
        padding: 0 0 10px;
        margin-left: auto;
        margin-right: auto;
        display: block; }
        #main .list_relate > li a .img {
          width: 286px;
          height: 180px;
          overflow: hidden; }
          #main .list_relate > li a .img img {
            width: 286px;
            height: 180px;
            transition: all 0.3s; }
        #main .list_relate > li a .txt {
          margin-top: 15px;
          padding-left: 0;
          padding-right: 30px;
          position: relative; }
          #main .list_relate > li a .txt::after {
            content: "";
            width: 10px;
            height: 10px;
            border-right: 2px solid #000;
            border-top: 2px solid #000;
            background-color: transparent;
            transform: rotate(45deg);
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -5px; }
          #main .list_relate > li a .txt .date {
            color: #737378; }
          #main .list_relate > li a .txt .ttl {
            margin-top: 0.4em;
            padding-right: 0; }
          #main .list_relate > li a .txt .description {
            margin-top: 0.2em;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            font-size: 1.4rem;
            text-align: start; }
          #main .list_relate > li a .txt _:-ms-lang(x)::-ms-backdrop, #main .list_relate > li a .txt .description {
            display: block;
            height: 3em; }
        #main .list_relate > li a::after {
          display: none; }
        #main .list_relate > li a:hover .img img {
          transform: scale(1.1);
          transition: all 0.3s; } }
/* .list_plan */
@media (min-width: 769px) {
  #main .list_plan {
    display: flex;
    flex-wrap: wrap; }
    #main .list_plan > li {
      width: 326px;
      height: 204px;
      margin-right: 11px;
      overflow: hidden; }
      #main .list_plan > li:nth-child(3n) {
        margin-right: 0; }
      #main .list_plan > li:nth-child(n + 4) {
        margin-top: 15px; }
      #main .list_plan > li + li {
        margin-top: 0; }
      #main .list_plan > li a .img img {
        height: 204px;
        transition: all 0.3s; }
      #main .list_plan > li a .img::before {
        height: 204px; }
      #main .list_plan > li a .img::after {
        content: "";
        width: 326px;
        height: 284px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.25);
        opacity: 0;
        transition: all 0.3s; }
      #main .list_plan > li a:hover .img img, #main .list_plan > li a:hover .img::before {
        transform: scale(1.1);
        transition: all 0.3s; }
      #main .list_plan > li a:hover .img::after {
        opacity: 1; } }
/* .block_plan */
/* .list_altn */
@media (min-width: 769px) {
  #main .list_altn.staff {
    margin-top: 60px;
    margin-bottom: 80px; }
    #main .list_altn.staff > li {
      padding-bottom: 0;
      border-bottom: none; }
      #main .list_altn.staff > li + li {
        margin-top: 75px; }
      #main .list_altn.staff > li .txt .ttl {
        margin-top: 0;
        margin-bottom: 0.8em;
        padding-bottom: 0.5em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        border-bottom: 1px solid #dcdcdc; }
  #main .list_altn > li {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #main .list_altn > li:nth-child(2n) {
      flex-direction: row-reverse; }
      #main .list_altn > li:nth-child(2n) .txt {
        padding-right: 0 !important;
        padding-left: 20px !important; }
    #main .list_altn > li + li {
      margin-top: 50px; }
    #main .list_altn > li .img img {
      width: 511px;
      height: 320px; }
    #main .list_altn > li .txt {
      width: 420px;
      margin-top: 0;
      padding-right: 20px !important;
      padding-left: 0 !important; }
      #main .list_altn > li .txt .ttl {
        margin-top: 0;
        margin-bottom: 0.6em;
        font-size: 2.2rem; }
      #main .list_altn > li .txt .name {
        margin-bottom: 0.4em;
        font-size: 2.2rem; } }
/* .list_type_sp */
@media (min-width: 769px) {
  #main .list_type_sp {
    display: none; } }
/* .list_type_pc */
@media (min-width: 769px) {
  #main .list_type_pc {
    width: 100%;
    margin-top: 30px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    display: table; }
    #main .list_type_pc tr th {
      padding: 15px 15px 14px;
      border-left: 1px solid #dcdcdc;
      border-top: 1px solid #dcdcdc;
      background-color: #f3f4f5;
      vertical-align: middle; }
      #main .list_type_pc tr th p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        line-height: 1.4375; }
    #main .list_type_pc tr.ttl th {
      width: 224px;
      color: #fff;
      background-color: #2b2948; }
      #main .list_type_pc tr.ttl th.emp {
        width: auto;
        background-color: transparent;
        border: none; }
    #main .list_type_pc tr.center td {
      vertical-align: middle; }
      #main .list_type_pc tr.center td p {
        text-align: center; }
    #main .list_type_pc tr td {
      padding: 10px 10px 9px;
      border-left: 1px solid #dcdcdc;
      border-top: 1px solid #dcdcdc; }
      #main .list_type_pc tr td p {
        font-size: 1.5rem; } }
/* .list_faq */
@media (min-width: 769px) {
  #main .list_faq {
    margin-left: 0;
    margin-right: 0; }
    #main .list_faq dt::before, #main .list_faq dt::after {
      display: none; }
    #main .list_faq dt .q {
      padding: 28px 0 20px 45px;
      font-size: 1.8rem; }
      #main .list_faq dt .q::before {
        left: 4px;
        top: 18px; }
    #main .list_faq dd {
      padding: 0 0 20px 45px;
      display: block !important; }
      #main .list_faq dd::before {
        left: 7px;
        top: 2px; } }
/* .list_flow(.box_consultation) */
@media (min-width: 769px) {
  #main .box_consultation {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 40px; }
    #main .box_consultation .ttl_flow {
      margin-bottom: 1.5em;
      display: block;
      font-size: 2rem;
      text-align: center; } }
.box_consultation #main .list_flow {
  margin-top: 0;
  padding: 20px 20px 20px 10px; }

#main .box_consultation .list_flow > li, .box_consultation #main .list_flow > li {
  padding-top: 25px;
  padding-bottom: 25px; }

#main .box_consultation .list_flow > li:last-child::after, .box_consultation #main .list_flow > li:last-child::after {
  bottom: 0; }

#main .box_consultation .list_flow > li .block .txt, .box_consultation #main .list_flow > li .block .txt {
  margin-right: 0; }

#main .box_consultation .list_flow > li .block .txt .ttl, .box_consultation #main .list_flow > li .block .txt .ttl {
  margin-bottom: 0.4em; }

@media (min-width: 769px) {
  #main .box_consultation .list_flow, .box_consultation #main .list_flow {
    padding: 0;
    display: flex;
    justify-content: space-between; }

  #main .box_consultation .list_flow > li, .box_consultation #main .list_flow > li {
    width: 320px;
    padding: 52px 80px 0 0; }

  #main .box_consultation .list_flow > li:last-child, .box_consultation #main .list_flow > li:last-child {
    width: 240px;
    padding-right: 0; }

  #main .box_consultation .list_flow > li:last-child::after, .box_consultation #main .list_flow > li:last-child::after {
    top: 27px;
    bottom: inherit;
    left: inherit;
    right: 0; }

  #main .box_consultation .list_flow > li::before, .box_consultation #main .list_flow > li::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 33px; }

  #main .box_consultation .list_flow > li .tag, .box_consultation #main .list_flow > li .tag {
    margin-top: 0;
    left: 0; }

  #main .box_consultation .list_flow > li .tag::before, .box_consultation #main .list_flow > li .tag::before {
    left: 0;
    top: 27px; }

  #main .box_consultation .list_flow > li .block .txt .ttl, .box_consultation #main .list_flow > li .block .txt .ttl {
    margin-bottom: 1em;
    font-size: 1.8rem; } }
#main .list_flow > li {
  padding-top: 40px;
  padding-left: 42px;
  padding-bottom: 45px;
  position: relative; }
  #main .list_flow > li:last-child {
    padding-bottom: 0; }
    #main .list_flow > li:last-child::after {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 6px;
      display: inline-block;
      background-color: #737378;
      position: absolute;
      bottom: -2px;
      left: 5px; }
  #main .list_flow > li::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #737378;
    position: absolute;
    top: 0;
    left: 10px; }
  #main .list_flow > li .tag {
    margin-top: -2px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #737378;
    position: absolute;
    left: 25px;
    top: 0;
    line-height: 1; }
    #main .list_flow > li .tag::before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 6px;
      display: inline-block;
      background-color: #737378;
      position: absolute;
      top: 2px;
      left: -20px; }
  #main .list_flow > li .block + .block {
    margin-top: 25px; }
  #main .list_flow > li .block .txt {
    padding-right: 5px; }
    #main .list_flow > li .block .txt .ttl {
      margin-bottom: 0.85em;
      font-size: 1.8rem; }
    #main .list_flow > li .block .txt .box {
      margin-top: 10px;
      margin-right: -5px;
      padding: 18px 20px 16px;
      background-color: #f3f4f5; }
      #main .list_flow > li .block .txt .box .ttl_box {
        margin-bottom: 0.1em;
        font-size: 1.6em; }
      #main .list_flow > li .block .txt .box .list {
        margin-top: 1.1em; }
        #main .list_flow > li .block .txt .box .list li {
          padding-left: 2.2em;
          font-size: 1.4rem;
          line-height: 1.4;
          counter-increment: heading;
          position: relative; }
          #main .list_flow > li .block .txt .box .list li + li {
            margin-top: 0.75em; }
          #main .list_flow > li .block .txt .box .list li::before {
            margin-right: 1em;
            content: "0" counter(heading);
            position: absolute;
            left: 0;
            top: 0; }
          #main .list_flow > li .block .txt .box .list li:nth-child(n + 10)::before {
            content: "" counter(heading); }
          #main .list_flow > li .block .txt .box .list li::after {
            content: ".";
            position: absolute;
            left: 1.4em;
            top: 0;
            display: block; }
  #main .list_flow > li .block .img {
    margin-top: 15px; }
    #main .list_flow > li .block .img img {
      width: 100%;
      height: 50.4vw;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
#main .block_cost {
  padding: 15px 15px 18px;
  background-color: #fff; }
  #main .block_cost .img img {
    width: 100%;
    height: 57.3333vw;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  #main .block_cost .txt {
    margin-top: 17px;
    position: relative; }
    #main .block_cost .txt .ttl {
      margin-bottom: 0.45em;
      font-size: 1.8rem; }
    #main .block_cost .txt .list tr p {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-style: normal; }
    #main .block_cost .txt .list tr th {
      padding-right: 1.5em;
      padding-bottom: 0.5em; }
      #main .block_cost .txt .list tr th p {
        white-space: nowrap; }
    #main .block_cost .txt .list tr td {
      padding-bottom: 0.5em; }
    #main .block_cost .txt .list tr:last-child th, #main .block_cost .txt .list tr:last-child td {
      padding-bottom: 0; }
    #main .block_cost .txt .price {
      margin-top: 1em;
      text-align: right;
      line-height: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2rem; }
      #main .block_cost .txt .price::before {
        content: "税込価格";
        margin-top: 2px;
        margin-right: 5px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.6rem; }
      #main .block_cost .txt .price span {
        margin-top: 2px;
        margin-left: 0.2em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.6rem; }
#main .list_cost {
  margin-top: 20px;
  display: block;
  background-color: #fff; }
  #main .list_cost tr {
    width: calc(100vw - 30px);
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    position: relative; }
    #main .list_cost tr:not(.ttl_tr) {
      padding-top: 47px; }
    #main .list_cost tr .volume, #main .list_cost tr .unit {
      display: none; }
    #main .list_cost tr th, #main .list_cost tr td {
      display: block; }
    #main .list_cost tr th.price {
      display: none; }
    #main .list_cost tr th p {
      line-height: 1;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      font-style: normal; }
    #main .list_cost tr td.price {
      position: absolute;
      top: 12px;
      right: 15px; }
    #main .list_cost tr td p {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-style: normal; }
      #main .list_cost tr td p span {
        margin-left: 0.2em;
        font-size: 1.4rem; }
    #main .list_cost tr td .box {
      display: flex; }
      #main .list_cost tr td .box .img {
        margin-right: 15px; }
        #main .list_cost tr td .box .img img {
          width: 50px;
          height: 50px;
          object-fit: cover;
          font-family: "object-fit: cover;"; }
      #main .list_cost tr td .box .txt {
        flex: 1;
        margin-top: -4px;
        padding-right: 5px; }
        #main .list_cost tr td .box .txt .ttl {
          position: absolute;
          left: 15px;
          top: 13px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 1.6rem; }
        #main .list_cost tr td .box .txt p {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 1.6; }
#main .block_point {
  margin-top: 40px;
  padding: 15px;
  background-color: #fff; }
  #main .block_point .img img {
    width: 100%;
    height: 52.533vw;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  #main .block_point .txt {
    margin-top: 20px; }
    #main .block_point .txt .ttl {
      margin-bottom: 1em;
      font-size: 1.8rem; }
    #main .block_point .txt .list {
      margin-top: 1em;
      padding-left: 5px; }
      #main .block_point .txt .list > li {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.6rem;
        line-height: 1.625;
        padding-left: 28px;
        position: relative; }
        #main .block_point .txt .list > li + li {
          margin-top: 0.3em; }
        #main .block_point .txt .list > li::before {
          content: "";
          width: 17px;
          height: 17px;
          border: 1px solid #707070;
          position: absolute;
          left: 0;
          top: 5px; }
        #main .block_point .txt .list > li::after {
          content: "";
          width: 16px;
          height: 8px;
          border-bottom: 3px solid #a38c58;
          border-left: 3px solid #a38c58;
          transform: rotate(-45deg);
          position: absolute;
          left: 5px;
          top: 6px; }
#main .info_celeb {
  margin-top: 25px; }
  #main .info_celeb .img {
    display: none; }
    #main .info_celeb .img.img-show-sp {
      display: block;
      width: 70%;
      margin: 0 auto 20px; }
  #main .info_celeb .txt .ttl {
    display: none; }
  #main .info_celeb .txt .list {
    width: 100%;
    border-top: 1px solid #dcdcdc; }
    #main .info_celeb .txt .list tr {
      border-bottom: 1px solid #dcdcdc; }
      #main .info_celeb .txt .list tr th {
        width: 9em;
        padding: 9px 10px 8px;
        position: relative; }
        #main .info_celeb .txt .list tr th::after {
          content: ":";
          font-size: 1.6rem;
          position: absolute;
          right: 0;
          top: 13px; }
      #main .info_celeb .txt .list tr td {
        padding: 9px 10px 8px; }
#main .list_celeb {
  margin-top: 20px; }
  #main .list_celeb > li + li {
    margin-top: 43px; }
  #main .list_celeb > li .img {
    text-align: center; }
    #main .list_celeb > li .img img {
      width: 100%;
      height: 61.3333vw;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  #main .list_celeb > li .img_three img {
    height: 197vw;
    object-fit: contain; }
  #main .list_celeb > li .img_two img {
    height: 139.1vw;
    object-fit: contain; }
  #main .list_celeb > li .img_one img {
    height: 71vw;
    object-fit: contain; }
  #main .list_celeb > li .txt {
    margin-top: 21px; }
    #main .list_celeb > li .txt .ttl {
      margin-bottom: 0.85em;
      font-size: 1.8rem; }
#main .block_view {
  padding: 20px;
  border: 1px solid #dcdcdc; }
  #main .block_view .img img {
    height: 55.7333vw;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  #main .block_view .txt {
    margin-top: 0.9em; }
#main .block_hall {
  padding: 32px 20px;
  background-color: #f3f4f5; }
  #main .block_hall .info {
    display: flex;
    flex-direction: column; }
    #main .block_hall .info .txt .ttl {
      margin-bottom: 0.5em;
      font-size: 1.8rem; }
    #main .block_hall .info .img {
      margin-top: 24px; }
      #main .block_hall .info .img img {
        width: 100%;
        height: 55.7333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
  #main .block_hall .access {
    margin-top: 35px; }
    #main .block_hall .access .txt .list tr th, #main .block_hall .access .txt .list tr td {
      width: 100%;
      display: block; }
    #main .block_hall .access .txt .list tr th {
      padding-bottom: 2px; }
      #main .block_hall .access .txt .list tr th p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal; }
    #main .block_hall .access .txt .list tr td {
      padding-bottom: 13px; }
    #main .block_hall .access .gmap {
      margin-top: 7px;
      position: relative;
      width: 100%;
      height: 81.3333vw;
      padding-top: 56.25%; }
      #main .block_hall .access .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 81.3333vw; }
#main .list_case {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 45px; }
  #main .list_case > li {
    width: 100%;
    height: 62.1333vw;
    position: relative; }
    #main .list_case > li + li {
      margin-top: 20px; }
    #main .list_case > li a {
      display: block; }
      #main .list_case > li a .img img {
        width: 100%;
        height: 62.1333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .list_case > li a .img::before {
        content: "";
        width: 100%;
        height: 62.1333vw;
        position: absolute;
        bottom: 0;
        z-index: 5;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7)); }
      #main .list_case > li a .txt {
        width: 100%;
        padding: 15px 75px 15px 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        z-index: 10; }
        #main .list_case > li a .txt::after {
          content: "";
          width: 10px;
          height: 10px;
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          background-color: transparent;
          transform: rotate(45deg);
          position: absolute;
          right: 22px;
          bottom: 20px; }
        #main .list_case > li a .txt .tag {
          display: flex; }
          #main .list_case > li a .txt .tag > li {
            margin-bottom: 4px;
            height: 22px;
            padding-left: 4px;
            padding-right: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background-color: #a38c58;
            font-size: 1.4rem;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700;
            font-style: normal; }
            #main .list_case > li a .txt .tag > li + li {
              margin-left: 5px; }
            #main .list_case > li a .txt .tag > li.scale {
              border: 1px solid #fff;
              color: #fff;
              background-color: transparent;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 400;
              font-style: normal; }
        #main .list_case > li a .txt .ttl {
          font-size: 1.6rem;
          line-height: 1.375;
          position: relative; }
          #main .list_case > li a .txt .ttl span.occ {
            margin-right: 0.35em; }
          #main .list_case > li a .txt .ttl span.name {
            margin-right: 1em; }
#main .slide_case .case_slider {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0; }
  #main .slide_case .case_slider li {
    width: 100%;
    height: 62.1333vw;
    position: relative; }
    #main .slide_case .case_slider li + li {
      margin-top: 20px; }
    #main .slide_case .case_slider li a {
      display: block; }
      #main .slide_case .case_slider li a .img img {
        width: 100%;
        height: 62.1333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .slide_case .case_slider li a .img::before {
        content: "";
        width: 100%;
        height: 62.1333vw;
        position: absolute;
        bottom: 0;
        z-index: 5;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7)); }
      #main .slide_case .case_slider li a .txt {
        width: 100%;
        padding: 15px 75px 15px 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        z-index: 10; }
        #main .slide_case .case_slider li a .txt::after {
          content: "";
          width: 10px;
          height: 10px;
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          background-color: transparent;
          transform: rotate(45deg);
          position: absolute;
          right: 22px;
          bottom: 20px; }
        #main .slide_case .case_slider li a .txt .tag {
          display: flex; }
          #main .slide_case .case_slider li a .txt .tag > li {
            width: auto;
            margin-bottom: 4px;
            height: 22px;
            padding-left: 4px;
            padding-right: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background-color: #a38c58;
            font-size: 1.4rem;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700;
            font-style: normal; }
            #main .slide_case .case_slider li a .txt .tag > li + li {
              margin-top: 0;
              margin-left: 5px; }
            #main .slide_case .case_slider li a .txt .tag > li.scale {
              border: 1px solid #fff;
              color: #fff;
              background-color: transparent;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 400;
              font-style: normal; }
        #main .slide_case .case_slider li a .txt .ttl {
          font-size: 1.6rem;
          line-height: 1.375;
          position: relative; }
          #main .slide_case .case_slider li a .txt .ttl span.occ {
            margin-right: 0.35em; }
          #main .slide_case .case_slider li a .txt .ttl span.name {
            margin-right: 1em; }

@media (min-width: 769px) {
  #main .list_flow {
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0 20px; }
    #main .list_flow > li {
      padding-left: 62px; }
      #main .list_flow > li:last-child::after {
        bottom: 0; }
      #main .list_flow > li .tag {
        left: 27px; }
        #main .list_flow > li .tag::before {
          left: -22px; }
      #main .list_flow > li .block {
        display: flex; }
        #main .list_flow > li .block + .block {
          margin-top: 35px; }
        #main .list_flow > li .block .txt {
          margin-right: 50px;
          padding-right: 0;
          flex: 1; }
          #main .list_flow > li .block .txt .ttl {
            margin-bottom: 0.6em;
            font-size: 2rem; }
          #main .list_flow > li .block .txt .box {
            margin-top: 18px; }
            #main .list_flow > li .block .txt .box .ttl_box {
              margin-bottom: 0.3em; }
            #main .list_flow > li .block .txt .box .list li {
              font-size: 1.6rem; }
        #main .list_flow > li .block .img {
          margin-top: 0; }
          #main .list_flow > li .block .img img {
            width: 480px;
            height: 300px; } }
/* .block_cost */
@media (min-width: 769px) {
  #main .block_cost {
    display: flex;
    align-items: center;
    padding: 0; }
    #main .block_cost .img img {
      width: 280px;
      height: 175px; }
    #main .block_cost .txt {
      flex: 1;
      margin-top: 0;
      padding: 20px 25px; }
      #main .block_cost .txt .ttl {
        margin-bottom: 0.55em;
        font-size: 2.2rem; }
      #main .block_cost .txt .price {
        font-size: 3rem;
        position: absolute;
        right: 25px;
        bottom: 22px; }
        #main .block_cost .txt .price::before {
          margin-right: 15px; } }
/* .list_cost */
@media (min-width: 769px) {
  #main .list_cost {
    width: 100%;
    margin-top: 53px;
    display: table; }
    #main .list_cost tr {
      width: 100%;
      padding: 0;
      display: table-row;
      border-bottom: none; }
      #main .list_cost tr .volume, #main .list_cost tr .unit, #main .list_cost tr .price {
        width: 172px;
        display: table-cell !important; }
      #main .list_cost tr .volume p, #main .list_cost tr .unit p, #main .list_cost tr .price p {
        text-align: center; }
      #main .list_cost tr .volume {
        width: 92px; }
      #main .list_cost tr th, #main .list_cost tr td {
        display: table-cell;
        vertical-align: middle; }
      #main .list_cost tr th:last-child, #main .list_cost tr td:last-child {
        border-right: none; }
      #main .list_cost tr th {
        padding: 18px 0 18px;
        padding: 18px;
        text-align: center;
        border-right: 1px solid #fff;
        background-color: #dfe1e6; }
        #main .list_cost tr th p {
          text-align: center;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400;
          font-style: normal; }
      #main .list_cost tr td {
        padding: 10px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc; }
        #main .list_cost tr td.price {
          position: static; }
        #main .list_cost tr td p {
          font-size: 1.8rem; }
        #main .list_cost tr td .box {
          align-items: center; }
          #main .list_cost tr td .box .img img {
            width: 100px;
            height: 100px; }
          #main .list_cost tr td .box .txt {
            margin-top: 0; }
            #main .list_cost tr td .box .txt .ttl {
              margin-bottom: 0.3em;
              position: static; } }
/* .block_point */
@media (min-width: 769px) {
  #main .block_point {
    margin-top: 90px;
    padding: 20px;
    display: flex;
    flex-direction: row-reverse; }
    #main .block_point .img img {
      width: 480px;
      height: 300px; }
    #main .block_point .txt {
      flex: 1;
      margin-top: 0;
      margin-right: 50px;
      padding-top: 10px;
      padding-left: 10px; }
      #main .block_point .txt .ttl {
        margin-bottom: 0.9em;
        font-size: 2.2rem; }
      #main .block_point .txt .list {
        margin-top: 1.8em;
        padding-left: 0; }
        #main .block_point .txt .list > li {
          padding-left: 35px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400;
          font-style: normal; }
          #main .block_point .txt .list > li + li {
            margin-top: 0; } }
/* .info_celeb */
@media (min-width: 769px) {
  #main .info_celeb {
    margin-top: 55px;
    padding: 30px;
    display: flex;
    border: 1px solid #a38c58; }
    #main .info_celeb .img {
      display: block; }
      #main .info_celeb .img.img-show-sp {
        margin: 0;
        width: 300px;
        height: 188px;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .info_celeb .img img {
        width: 300px;
        height: 188px;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
    #main .info_celeb .txt {
      margin-left: 40px; }
      #main .info_celeb .txt .ttl {
        margin-bottom: 1em;
        padding-left: 5px;
        font-size: 2rem;
        display: block; }
      #main .info_celeb .txt .list {
        border-top: none; }
        #main .info_celeb .txt .list tr {
          border-bottom: none; }
          #main .info_celeb .txt .list tr th {
            width: 10em;
            padding: 5px 10px 4px 0;
            position: relative; }
            #main .info_celeb .txt .list tr th::after {
              display: none; }
          #main .info_celeb .txt .list tr td {
            padding: 5px 0 4px 10px; } }
/* .list_celeb */
@media (min-width: 769px) {
  #main .list_celeb {
    margin-top: 0; }
    #main .list_celeb > li + li {
      margin-top: 85px; }
    #main .list_celeb > li .img img {
      width: auto;
      height: 400px; }
      #main .list_celeb > li .img img.irr {
        height: 375px; }
    #main .list_celeb > li .img_three img, #main .list_celeb > li .img_two img, #main .list_celeb > li .img_one img {
      height: 415px; }
    #main .list_celeb > li .txt {
      margin-top: 30px; }
      #main .list_celeb > li .txt .ttl {
        margin-bottom: 1.2em;
        text-align: center;
        font-size: 2rem; }
      #main .list_celeb > li .txt p {
        width: 800px;
        margin-left: auto;
        margin-right: auto; } }
/* .block_view */
@media (min-width: 769px) {
  #main .block_view {
    padding: 30px;
    display: flex; }
    #main .block_view .img {
      width: 175px;
      margin-right: 23px; }
      #main .block_view .img img {
        width: 175px;
        height: 175px; }
    #main .block_view .txt {
      margin-top: -4px;
      flex: 1; } }
/* .block_hall */
@media (min-width: 769px) {
  #main .block_hall {
    padding: 40px 35px 35px; }
    #main .block_hall .info {
      flex-direction: column-reverse; }
      #main .block_hall .info .txt {
        margin-top: 35px;
        margin-bottom: 0; }
        #main .block_hall .info .txt .ttl {
          font-size: 2rem; }
      #main .block_hall .info .img {
        margin-top: 0; }
        #main .block_hall .info .img img {
          height: 160px; }
    #main .block_hall .access {
      margin-top: 50px;
      display: flex;
      flex-direction: row-reverse; }
      #main .block_hall .access .txt {
        flex: 1;
        margin-left: 50px; }
        #main .block_hall .access .txt .list tr th, #main .block_hall .access .txt .list tr td {
          display: table-cell; }
        #main .block_hall .access .txt .list tr th {
          width: auto; }
          #main .block_hall .access .txt .list tr th p {
            width: 5.5em; }
        #main .block_hall .access .txt .list tr td {
          width: auto; }
      #main .block_hall .access .gmap {
        width: 380px;
        height: 380px;
        margin-top: 0;
        padding-top: 0; }
        #main .block_hall .access .gmap iframe {
          position: static;
          width: 380px;
          height: 380px; } }
/* .list_case */
@media (min-width: 769px) {
  #main .list_case {
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px; }
    #main .list_case > li {
      width: 1000px;
      height: 330px;
      overflow: hidden; }
      #main .list_case > li:nth-child(2n) a .txt {
        left: inherit;
        right: 0; }
      #main .list_case > li + li {
        margin-top: 30px; }
      #main .list_case > li a .img img {
        width: 1000px;
        height: 330px;
        transition: all 0.3s; }
      #main .list_case > li a .img::before {
        width: 1000px;
        height: 330px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 95%, rgba(0, 0, 0, 0.7)); }
      #main .list_case > li a .img::after {
        content: "";
        width: 1000px;
        height: 330px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.25);
        opacity: 0;
        transition: all 0.3s; }
      #main .list_case > li a .txt {
        width: auto;
        padding: 20px; }
        #main .list_case > li a .txt::after {
          display: none; }
        #main .list_case > li a .txt .tag > li.scale {
          border: none;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 1.8rem; }
        #main .list_case > li a .txt .ttl {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 2rem;
          line-height: 1.3; }
          #main .list_case > li a .txt .ttl span.name {
            margin-right: 0;
            font-size: 2.5rem; }
      #main .list_case > li a:hover .img img, #main .list_case > li a:hover .img::before {
        transform: scale(1.1);
        transition: all 0.3s; }
      #main .list_case > li a:hover .img::after {
        opacity: 1; } }
/* .slide .case_slider */
@media (min-width: 769px) {
  #main .slide_case .case_slider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative; }
    #main .slide_case .case_slider .slick-arrow {
      width: 20px;
      height: 50px;
      margin-top: -25px;
      display: block;
      position: absolute;
      top: 50%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-image: url("https://www.owakare-navi.com/assets/images/top/arrow_slide.svg");
      background-repeat: no-repeat;
      background-size: 20px 50px;
      background-position: center center; }
      #main .slide_case .case_slider .slick-arrow.slick-prev {
        left: 95px;
        z-index: 10; }
      #main .slide_case .case_slider .slick-arrow.slick-next {
        right: 95px;
        transform: rotate(180deg); }
      #main .slide_case .case_slider .slick-arrow:hover {
        cursor: pointer; }
    #main .slide_case .case_slider li.slick-slide {
      width: 700px;
      height: 370px;
      margin-right: 5px !important;
      margin-left: 5px !important;
      overflow: hidden;
      transition: all 0.3s;
      position: relative; }
      #main .slide_case .case_slider li.slick-slide::before {
        content: "";
        width: 700px;
        height: 370px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
        transition: all 0.3s;
        z-index: 20; }
      #main .slide_case .case_slider li.slick-slide.slick-center::before {
        opacity: 0;
        z-index: 1; }
      #main .slide_case .case_slider li.slick-slide:not(.slick-center) {
        position: relative; }
      #main .slide_case .case_slider li.slick-slide + li {
        margin-top: 0; }
      #main .slide_case .case_slider li.slick-slide a .img img {
        width: 700px;
        height: 370px;
        transition: all 0.3s; }
      #main .slide_case .case_slider li.slick-slide a .img::before {
        width: 700px;
        height: 370px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 95%, rgba(0, 0, 0, 0.7)); }
      #main .slide_case .case_slider li.slick-slide a .img::after {
        content: "";
        width: 700px;
        height: 370px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.25);
        opacity: 0;
        transition: all 0.3s; }
      #main .slide_case .case_slider li.slick-slide a .txt {
        width: auto;
        padding: 20px; }
        #main .slide_case .case_slider li.slick-slide a .txt::after {
          display: none; }
        #main .slide_case .case_slider li.slick-slide a .txt .tag > li.scale {
          border: none;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 1.8rem; }
        #main .slide_case .case_slider li.slick-slide a .txt .ttl {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 2rem;
          line-height: 1.3; }
          #main .slide_case .case_slider li.slick-slide a .txt .ttl span.name {
            margin-right: 0;
            font-size: 2.5rem; }
      #main .slide_case .case_slider li.slick-slide a:hover .img img, #main .slide_case .case_slider li.slick-slide a:hover .img::before {
        transform: scale(1.1);
        transition: all 0.3s; }
      #main .slide_case .case_slider li.slick-slide a:hover .img::after {
        opacity: 1; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ""; }
  .slick-track:after {
    display: table;
    content: "";
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* .section_callcenter */
#main .section_callcenter .list_flow {
  margin-bottom: 0; }
#main .section_callcenter .block_merit {
  margin-top: 30px; }
#main .section_callcenter .block_info {
  margin-top: 30px;
  padding: 15px;
  background-color: #fff; }
  #main .section_callcenter .block_info .img {
    margin-bottom: 20px; }
    #main .section_callcenter .block_info .img img {
      width: 100%;
      height: 53.5333vw;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  #main .section_callcenter .block_info .txt .ttl {
    margin-bottom: 1em;
    font-size: 1.8rem; }
#main .block_florist {
  margin-top: 20px; }
  #main .block_florist .img {
    width: 100%; }
    #main .block_florist .img > ul {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      #main .block_florist .img > ul > li {
        width: calc((100vw - 40px) / 2); }
        #main .block_florist .img > ul > li img {
          width: calc((100vw - 40px) / 2);
          height: 45.3333vw;
          object-fit: cover;
          font-family: "object-fit: cover;"; }
  #main .block_florist .txt {
    margin-top: 17px;
    padding: 0 5px; }
    #main .block_florist .txt .info {
      margin-bottom: 10px;
      position: relative; }
      #main .block_florist .txt .info .tag {
        margin-bottom: 0.3em;
        color: #a38c58;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.4rem;
        line-height: 1; }
      #main .block_florist .txt .info .name {
        font-size: 2em; }
        #main .block_florist .txt .info .name .eng {
          margin-left: 1em;
          font-size: 1.2rem;
          color: #999; }
      #main .block_florist .txt .info .isg {
        position: absolute;
        right: -5px;
        top: -3px; }
        #main .block_florist .txt .info .isg img {
          width: 20px;
          height: 20px; }
#main .list_voice > li + li {
  margin-top: 30px; }
#main .list_voice > li .img img {
  width: 100%;
  height: 57.3333vw;
  object-fit: cover;
  font-family: "object-fit: cover;"; }
#main .list_voice > li .txt {
  margin-top: 20px; }
  #main .list_voice > li .txt .ttl {
    margin-bottom: 0.45em;
    font-size: 1.8rem; }
  #main .list_voice > li .txt .tag {
    margin-bottom: 0.5em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #737378; }
  #main .list_voice > li .txt p {
    letter-spacing: -0.01em; }
#main .block_hanasaidan {
  margin-top: 40px;
  position: relative; }
  #main .block_hanasaidan::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: -20px; }
  #main .block_hanasaidan .cts .ttl_hanasaidan {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-top: 1px solid #dcdcdc;
    font-size: 1.6rem;
    line-height: 1;
    position: relative; }
    #main .block_hanasaidan .cts .ttl_hanasaidan.close::before {
      opacity: 0; }
    #main .block_hanasaidan .cts .ttl_hanasaidan::before {
      content: "";
      width: 2px;
      height: 12px;
      background-color: #000;
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -6px;
      opacity: 1;
      transition: all 0.3s; }
    #main .block_hanasaidan .cts .ttl_hanasaidan::after {
      content: "";
      width: 12px;
      height: 2px;
      background-color: #000;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -1px; }
  #main .block_hanasaidan .cts .list > li {
    padding-bottom: 25px;
    display: flex;
    background-color: #fff; }
    #main .block_hanasaidan .cts .list > li a {
      width: 100%;
      display: block;
      pointer-events: none; }
      #main .block_hanasaidan .cts .list > li a .img img {
        width: 100%;
        height: 57.3333vw;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
      #main .block_hanasaidan .cts .list > li a .txt {
        padding: 5px;
        position: relative; }
        #main .block_hanasaidan .cts .list > li a .txt .tag > li {
          margin-bottom: 4px;
          height: 22px;
          padding-left: 4px;
          padding-right: 4px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          background-color: #a38c58;
          font-size: 1.4rem;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          font-style: normal; }
        #main .block_hanasaidan .cts .list > li a .txt p {
          margin-top: 0.2em; }

@media (min-width: 769px) {
  #main .section_callcenter .block_merit {
    margin-top: 60px; }
    #main .section_callcenter .block_merit .list_feature > li {
      width: 304px;
      margin-right: 44px; }
      #main .section_callcenter .block_merit .list_feature > li + li {
        margin-top: 0; }
      #main .section_callcenter .block_merit .list_feature > li .img img {
        width: 304px;
        height: 190px; } }
@media (min-width: 769px) {
  #main .section_callcenter .block_info {
    margin-top: 75px;
    padding: 20px;
    display: flex;
    flex-direction: row-reverse; }
    #main .section_callcenter .block_info .img {
      margin-bottom: 0; }
      #main .section_callcenter .block_info .img img {
        width: 458px;
        height: 286px; }
    #main .section_callcenter .block_info .txt {
      padding: 10px 70px 10px 10px;
      flex: 1; }
      #main .section_callcenter .block_info .txt .ttl {
        font-size: 2.2rem; } }
/* .block_florist  */
@media (min-width: 769px) {
  #main .block_florist {
    margin-top: 70px;
    display: flex; }
    #main .block_florist .img {
      width: 500px;
      margin-right: 56px; }
      #main .block_florist .img > ul > li img {
        width: 242px;
        height: 252px; }
    #main .block_florist .txt {
      flex: 1;
      margin-top: 0;
      padding: 0; }
      #main .block_florist .txt .info {
        margin-bottom: 15px; }
        #main .block_florist .txt .info .tag {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 2.1rem; }
        #main .block_florist .txt .info .name {
          font-size: 2.2rem; }
        #main .block_florist .txt .info .isg {
          right: 0;
          top: 0; }
          #main .block_florist .txt .info .isg img {
            width: 30px;
            height: 30px; } }
/* .list_voice */
@media (min-width: 769px) {
  #main .list_voice {
    display: flex;
    flex-wrap: wrap; }
    #main .list_voice > li {
      width: 476px;
      margin-right: 48px; }
      #main .list_voice > li + li {
        margin-top: 0; }
      #main .list_voice > li:nth-child(2n) {
        margin-right: 0; }
      #main .list_voice > li:nth-child(n + 3) {
        margin-top: 65px; }
      #main .list_voice > li .img img {
        width: 476px;
        height: 294px; }
      #main .list_voice > li .txt .ttl {
        min-height: 3em;
        margin-bottom: 0.3em; } }
/* .block_hanasaidan */
@media (min-width: 769px) {
  #main .block_hanasaidan {
    margin-top: 70px; }
    #main .block_hanasaidan::after {
      display: none; }
    #main .block_hanasaidan .cts + .cts {
      margin-top: 70px; }
    #main .block_hanasaidan .cts .ttl_hanasaidan {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 1.5em;
      padding: 0;
      font-size: 2rem;
      text-align: center;
      border-top: none; }
      #main .block_hanasaidan .cts .ttl_hanasaidan::before, #main .block_hanasaidan .cts .ttl_hanasaidan::after {
        display: none; }
    #main .block_hanasaidan .cts .att {
      margin-bottom: 2em;
      font-size: 1.4rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      #main .block_hanasaidan .cts .att::before {
        content: "";
        width: 14px;
        height: 14px;
        background-image: url("https://www.owakare-navi.com/assets/images/hanasaidan/icn_clc.svg");
        background-repeat: no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        display: block;
        margin-right: 5px; }
    #main .block_hanasaidan .cts .list {
      display: flex !important;
      flex-wrap: wrap; }
      #main .block_hanasaidan .cts .list > li {
        width: 320px;
        margin-left: 20px !important;
        padding-bottom: 0; }
        #main .block_hanasaidan .cts .list > li:nth-child(3n - 2) {
          margin-left: 0 !important; }
        #main .block_hanasaidan .cts .list > li:nth-child(n + 4) {
          margin-top: 20px !important; }
        #main .block_hanasaidan .cts .list > li + li {
          margin-top: 0 !important; }
        #main .block_hanasaidan .cts .list > li a {
          box-shadow: none;
          border: 1px solid #dcdcdc;
          pointer-events: auto; }
          #main .block_hanasaidan .cts .list > li a .img {
            overflow: hidden; }
            #main .block_hanasaidan .cts .list > li a .img img {
              width: 320px;
              height: 200px;
              transition: all 0.3s; }
          #main .block_hanasaidan .cts .list > li a .txt {
            padding: 14px 20px 18px 20px; }
            #main .block_hanasaidan .cts .list > li a .txt .tag {
              margin-top: -3px;
              margin-bottom: 4px; }
            #main .block_hanasaidan .cts .list > li a .txt p {
              line-height: 1.5625; } }
/* #colorbox */
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  border: 3px solid #fff; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background-color: #000;
  opacity: 0.8; }

#colorbox {
  outline: 0; }

#cboxContent {
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden; }

#cboxLoadingGraphic {
  background: url(../images/hanasaidan/loading.gif) no-repeat center center; }

#cboxClose {
  display: none; }

/* .block_price */
#main .block_price {
  padding: 10px;
  background-color: #fff; }
  #main .block_price .list > li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc; }
    #main .block_price .list > li + li {
      margin-top: 10px; }
    #main .block_price .list > li .img {
      width: 120px;
      margin-right: 15px; }
      #main .block_price .list > li .img img {
        width: 120px;
        height: 75px;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
    #main .block_price .list > li .txt {
      flex: 1; }
      #main .block_price .list > li .txt .ttl {
        margin-bottom: 0.3em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.6rem; }
      #main .block_price .list > li .txt p {
        line-height: 1.3125; }
  #main .block_price .price {
    padding: 26px 0 22px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    #main .block_price .price span {
      margin-left: 0.25em;
      display: block;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1; }
      #main .block_price .price span.number {
        margin-left: 0.45em;
        margin-bottom: -2px;
        font-size: 2.5rem; }
#main .img_outline {
  display: none; }
#main .block_outline {
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 20px 20px 15px;
  border: 1px solid #a38c58; }
  #main .block_outline .img img {
    width: 100%;
    height: 50.4vw;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  #main .block_outline .txt {
    margin-top: 20px; }
    #main .block_outline .txt .ttl {
      margin-bottom: 0.8em;
      font-size: 2rem;
      text-align: center;
      color: #a38c58; }
#main .block_address .list {
  width: 100%;
  border-top: 1px solid #dcdcdc; }
  #main .block_address .list tr {
    border-bottom: 1px solid #dcdcdc; }
    #main .block_address .list tr th {
      padding: 10px 0; }
      #main .block_address .list tr th p {
        width: 5.5em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal; }
    #main .block_address .list tr td {
      padding: 10px 0; }
      #main .block_address .list tr td p a {
        color: #000; }
#main .block_address .gmap {
  margin-top: 25px;
  position: relative;
  width: 100%;
  height: 57.3333vw;
  padding-top: 56.25%; }
  #main .block_address .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57.3333vw; }
#main .block_media {
  margin-bottom: 50px; }
  #main .block_media .img {
    margin-top: 5px;
    margin-bottom: 18px;
    text-align: center; }
    #main .block_media .img img {
      width: 65vw; }
  #main .block_media .list {
    border-top: 1px solid #dcdcdc; }
    #main .block_media .list tr {
      padding: 10px 2px;
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #dcdcdc; }
      #main .block_media .list tr th {
        width: 100%;
        padding: 4px 0; }
        #main .block_media .list tr th p {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500;
          font-style: normal; }
      #main .block_media .list tr td {
        width: 100%; }
#main .list_staff {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #dcdcdc; }
  #main .list_staff > li {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #dcdcdc; }
    #main .list_staff > li .img {
      width: 110px;
      margin-right: 15px; }
      #main .list_staff > li .img img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
    #main .list_staff > li .txt {
      flex: 1; }
      #main .list_staff > li .txt .tag {
        margin-bottom: 0.2em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.4em;
        color: #a38c58;
        line-height: 1; }
      #main .list_staff > li .txt .name {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.6em; }
        #main .list_staff > li .txt .name .eng {
          margin-left: 0.8em;
          color: #999;
          font-size: 1.2rem; }
      #main .list_staff > li .txt p {
        line-height: 1.5; }
#main .list_covid {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
  #main .list_covid > li {
    width: calc((100vw - 55px) / 2);
    margin-right: 15px; }
    #main .list_covid > li:nth-child(2n) {
      margin-right: 0; }
    #main .list_covid > li:nth-child(n + 3) {
      margin-top: 15px; }
    #main .list_covid > li .img {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
      #main .list_covid > li .img img {
        width: 34.4vw; }
    #main .list_covid > li .txt .ttl {
      margin-bottom: 0.6em;
      font-size: 1.6rem; }
    #main .list_covid > li .txt p {
      font-size: 1.5rem; }
#main .consultation_contact {
  margin-top: 35px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  padding: 35px 15px 40px;
  background-color: #dfe1e6;
  position: relative; }
  #main .consultation_contact::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px; }
  #main .consultation_contact .txt .ttl {
    margin-bottom: 0.8em;
    font-size: 2rem;
    text-align: center;
    color: #2b2948; }
  #main .consultation_contact .txt .tag {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #2b2948; }
  #main .consultation_contact .txt .list {
    margin-top: 12px;
    display: flex;
    justify-content: center; }
    #main .consultation_contact .txt .list > li {
      min-height: 26px;
      margin-right: 5px;
      padding: 6px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #2b2948;
      background-color: #fff; }
      #main .consultation_contact .txt .list > li:last-child {
        margin-right: 0; }
  #main .consultation_contact .tel {
    margin-top: 24px; }
    #main .consultation_contact .tel .free {
      width: 89.3333vw;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-style: normal;
      line-height: 1; }
      #main .consultation_contact .tel .free > a {
        width: 100%;
        height: 78px;
        padding-top: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 39px;
        border: 1px solid #a38c58;
        background-color: #fff;
        text-decoration: none; }
        #main .consultation_contact .tel .free > a .number {
          font-size: 2.6rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          #main .consultation_contact .tel .free > a .number::before {
            content: "";
            width: 27px;
            height: 18px;
            margin-right: 8px;
            background-image: url("https://www.owakare-navi.com/assets/images/icn_free.svg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            display: block; }
        #main .consultation_contact .tel .free > a .sp {
          margin-top: 0.5em;
          font-size: 1.5rem; }
#main .sitemap .box + .box {
  margin-top: 30px; }
#main .sitemap .box .list + .list {
  margin-top: 30px; }
#main .sitemap .box .list > li .ttl {
  margin-bottom: 0.6em;
  font-size: 1.6rem; }
#main .sitemap .box .list > li ul > li {
  padding-left: 21px;
  position: relative; }
  #main .sitemap .box .list > li ul > li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 5px;
    left: 1px; }
  #main .sitemap .box .list > li ul > li + li {
    margin-top: 0.6em; }
  #main .sitemap .box .list > li ul > li p a {
    color: #000;
    text-decoration: none; }
#main .slide_top {
  position: relative; }
  #main .slide_top .txt {
    width: 100%;
    height: 102.4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10; }
    #main .slide_top .txt .logo {
      margin-bottom: 40px; }
      #main .slide_top .txt .logo img {
        width: 170px; }
    #main .slide_top .txt p {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      color: #fff; }
    #main .slide_top .txt .btn_list {
      margin-top: 35px; }
      #main .slide_top .txt .btn_list > li i, #main .slide_top .txt .btn_list > li button, #main .slide_top .txt .btn_list > li a {
        width: 124px;
        border-color: #fff;
        border-width: 2px;
        color: #fff; }
      #main .slide_top .txt .btn_list > li i::after, #main .slide_top .txt .btn_list > li button::after, #main .slide_top .txt .btn_list > li a::after {
        border-color: #fff;
        right: 11px; }
  #main .slide_top .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    z-index: 10; }
    #main .slide_top .slick-dots li {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 40px;
      height: 1px;
      background-color: #999; }
      #main .slide_top .slick-dots li.slick-active {
        background-color: #fff; }
      #main .slide_top .slick-dots li + li {
        margin-left: 15px; }
  #main .slide_top .top_slider li.slick-slide {
    position: relative; }
    #main .slide_top .top_slider li.slick-slide::before {
      content: "";
      width: 100%;
      height: 102.4vw;
      position: absolute;
      bottom: 0;
      z-index: 5;
      display: block;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7)); }
    #main .slide_top .top_slider li.slick-slide img {
      width: 100%;
      height: 102.4vw;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  #main .slide_top .link_top {
    display: none; }

@media (min-width: 769px) {
  #main .block_price {
    padding: 20px; }
    #main .block_price .list > li .img {
      width: 160px;
      margin-right: 21px; }
      #main .block_price .list > li .img img {
        width: 160px;
        height: 100px; }
    #main .block_price .price {
      padding: 42px 0 24px; }
      #main .block_price .price span.number {
        margin-bottom: -3px;
        font-size: 3.2rem; } }
/* .img_outline */
@media (min-width: 769px) {
  #main .img_outline {
    margin-top: -70px;
    margin-bottom: 70px;
    display: block; } }
/* .block_outline */
@media (min-width: 769px) {
  #main .block_outline {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 30px;
    display: flex; }
    #main .block_outline .img {
      width: 300px;
      margin-right: 20px; }
      #main .block_outline .img img {
        width: 300px;
        height: 188px; }
    #main .block_outline .txt {
      flex: 1;
      margin-top: 0;
      padding-top: 4px; }
      #main .block_outline .txt .ttl {
        margin-bottom: 0.6em;
        padding-left: 6px;
        color: #000;
        text-align: left; } }
/* .block_address */
@media (min-width: 769px) {
  #main .block_address {
    margin-top: 45px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between; }
    #main .block_address .list {
      width: 480px; }
      #main .block_address .list tr th {
        padding-left: 20px;
        padding-right: 30px;
        vertical-align: middle; }
      #main .block_address .list tr td {
        vertical-align: middle; }
    #main .block_address _:-ms-lang(x)::-ms-backdrop, #main .block_address .list {
      height: 404px; }
    #main .block_address .gmap {
      width: 404px;
      height: 404px;
      margin-top: 0;
      padding-top: 0; }
      #main .block_address .gmap iframe {
        position: static;
        width: 404px;
        height: 404px; } }
/* .block_media */
@media (min-width: 769px) {
  #main .block_media {
    width: 800px;
    margin-top: 55px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
    #main .block_media .img {
      flex: 1;
      display: flex;
      align-items: center; }
      #main .block_media .img img {
        width: 326px;
        margin-left: -50px; }
    #main .block_media .list {
      width: 480px; }
      #main .block_media .list tr {
        padding: 0;
        display: table-row; }
        #main .block_media .list tr th {
          width: auto;
          padding: 16px 20px 15px; }
          #main .block_media .list tr th p {
            width: 3em; }
        #main .block_media .list tr td {
          width: auto;
          padding: 16px 15px 15px 0; } }
/* .list_staff */
@media (min-width: 769px) {
  #main .list_staff {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    border-top: none; }
    #main .list_staff > li {
      width: 312px;
      padding: 0;
      display: block;
      margin-right: 32px;
      border-bottom: none; }
      #main .list_staff > li:nth-child(3n) {
        margin-right: 0; }
      #main .list_staff > li:nth-child(n + 4) {
        margin-top: 38px; }
      #main .list_staff > li .img {
        width: 312px;
        margin-right: 0; }
        #main .list_staff > li .img img {
          width: 312px;
          height: 195px; }
      #main .list_staff > li .txt {
        margin-top: 15px; }
        #main .list_staff > li .txt .tag {
          margin-bottom: 0.3em;
          font-size: 1.6em; }
        #main .list_staff > li .txt .name {
          margin-bottom: 0.3em;
          font-size: 2em; }
          #main .list_staff > li .txt .name .eng {
            font-size: 1.2rem; } }
/* .list_covid */
@media (min-width: 769px) {
  #main .list_covid {
    width: 810px;
    margin-left: auto;
    margin-right: auto; }
    #main .list_covid > li {
      width: 240px;
      margin-right: 45px !important; }
      #main .list_covid > li:nth-child(3n) {
        margin-right: 0 !important; }
      #main .list_covid > li:nth-child(3) {
        margin-top: 0; }
      #main .list_covid > li:nth-child(n + 4) {
        margin-top: 30px; }
      #main .list_covid > li .img img {
        width: 150px; }
      #main .list_covid > li .txt .ttl {
        font-size: 1.8em;
        text-align: center; }
      #main .list_covid > li .txt p {
        font-size: 1.6rem; } }
/* .consultation_contact */
@media (min-width: 769px) {
  #main .consultation_contact {
    margin-top: 50px;
    margin-bottom: -20px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 45px;
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #main .consultation_contact .txt {
      padding-right: 88px;
      background-image: url("https://www.owakare-navi.com/assets/images/consultation/arrow.svg");
      background-repeat: no-repeat;
      background-size: 60px 28px;
      background-position: center right; }
      #main .consultation_contact .txt .ttl {
        margin-bottom: 0.7em;
        font-size: 2.2rem;
        text-align: left; }
      #main .consultation_contact .txt .list {
        padding-left: 51px;
        position: relative; }
        #main .consultation_contact .txt .list::before {
          content: "";
          width: 38px;
          height: 38px;
          background-image: url("https://www.owakare-navi.com/assets/images/icn_tel_b.svg");
          background-repeat: no-repeat;
          background-size: 38px 38px;
          background-position: center center;
          position: absolute;
          left: 0;
          top: -11px; }
        #main .consultation_contact .txt .list > li {
          height: 26px;
          min-height: inherit;
          margin-right: 10px;
          padding: 6px 5px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.6rem;
          border: 1px solid #2b2948; }
    #main .consultation_contact .tel {
      margin-top: 0; }
      #main .consultation_contact .tel .free {
        width: auto; }
        #main .consultation_contact .tel .free > a {
          height: auto;
          padding-top: 0;
          border: none; }
          #main .consultation_contact .tel .free > a .number {
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 4.4rem; }
            #main .consultation_contact .tel .free > a .number::before {
              width: 44px;
              height: 29px;
              margin-right: 15px; }
      #main .consultation_contact .tel .pc {
        margin-bottom: 0.5em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        text-align: center; } }
/* .sitemap */
@media (min-width: 769px) {
  #main .sitemap {
    display: flex;
    justify-content: space-between; }
    #main .sitemap .box + .box {
      margin-top: 0; }
    #main .sitemap .box .list + .list {
      margin-top: 25px; }
    #main .sitemap .box .list > li .ttl {
      margin-bottom: 0.7em;
      font-size: 1.4rem; }
    #main .sitemap .box .list > li ul > li::before {
      top: 4px; }
    #main .sitemap .box .list > li ul > li + li {
      margin-top: 1em; }
    #main .sitemap .box .list > li ul > li p {
      font-size: 1.4rem; } }
/* .slide_top */
@media (min-width: 769px) {
  #main .slide_top .txt {
    height: 550px;
    padding-bottom: 40px; }
    #main .slide_top .txt .logo {
      margin-bottom: 30px; }
      #main .slide_top .txt .logo img {
        width: 290px; }
    #main .slide_top .txt .btn_list {
      margin-top: 35px; }
      #main .slide_top .txt .btn_list > li i, #main .slide_top .txt .btn_list > li button, #main .slide_top .txt .btn_list > li a {
        width: 214px;
        height: 48px;
        border-radius: 24px; }
      #main .slide_top .txt .btn_list > li i::after, #main .slide_top .txt .btn_list > li button::after, #main .slide_top .txt .btn_list > li a::after {
        right: 18px; }
      #main .slide_top .txt .btn_list > li i:hover, #main .slide_top .txt .btn_list > li button:hover, #main .slide_top .txt .btn_list > li a:hover {
        color: #a38c58;
        background-color: rgba(255, 255, 255, 0.9);
        border-color: rgba(255, 255, 255, 0.9); }
      #main .slide_top .txt .btn_list > li i:hover::after, #main .slide_top .txt .btn_list > li button:hover::after, #main .slide_top .txt .btn_list > li a:hover::after {
        border-color: #a38c58; }
  #main .slide_top .slick-dots {
    bottom: 73px; }
    #main .slide_top .slick-dots li {
      width: 80px;
      height: 2px; }
      #main .slide_top .slick-dots li + li {
        margin-left: 20px; }
      #main .slide_top .slick-dots li:hover {
        cursor: pointer; }
  #main .slide_top .top_slider li.slick-slide {
    height: 550px; }
    #main .slide_top .top_slider li.slick-slide::before {
      height: 550px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.7)); }
    #main .slide_top .top_slider li.slick-slide img {
      height: 550px; }
  #main .slide_top .link_top {
    margin-top: -63px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10; }
    #main .slide_top .link_top > li + li {
      margin-left: 10px; }
    #main .slide_top .link_top > li a {
      width: 192px;
      height: 117px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      background-color: #fff;
      box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.4);
      position: relative; }
      #main .slide_top .link_top > li a p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5;
        text-align: center; }
      #main .slide_top .link_top > li a::after {
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        background-color: transparent;
        transform: rotate(45deg);
        margin-top: -4px;
        position: absolute;
        top: 50%;
        right: 10px; }
      #main .slide_top .link_top > li a:hover {
        color: #fff;
        background-color: rgba(163, 140, 88, 0.95); }
        #main .slide_top .link_top > li a:hover::after {
          border-color: #fff; } }
/* ======================================
#footer
====================================== */
#footer {
  padding: 18px 0 60px;
  background-color: #2b2948;
  color: #fff; }
  #footer .inner {
    padding-left: 15px;
    padding-right: 15px; }
    #footer .inner a {
      color: #fff; }
  #footer .banner > li + li {
    margin-top: 15px; }
  #footer .banner > li img {
    width: 100%; }
  #footer .banner > li.pmark {
    text-align: right; }
    #footer .banner > li.pmark img {
      width: 80px; }
  #footer .nav {
    display: none; }
  #footer .link {
    min-height: 80px;
    margin-top: -80px;
    padding-top: 15px; }
    #footer .link > li {
      font-size: 1.4rem; }
      #footer .link > li + li {
        margin-top: 1.4em; }
      #footer .link > li a {
        min-height: 12px;
        text-decoration: underline;
        display: inline-block;
        opacity: 0.8; }
        #footer .link > li a[target="_blank"] {
          padding-right: 25px;
          background-image: url("https://www.owakare-navi.com/assets/images/icn_blank_w.svg");
          background-repeat: no-repeat;
          background-size: 16px 12px;
          background-position: center right; }
  #footer .copy {
    padding: 20px 10px;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    opacity: 0.8; }

@media (min-width: 769px) {
  #footer {
    padding: 0 0 110px; }
    #footer .inner {
      padding-left: 0px;
      padding-right: 0px; } }
/* .banner */
@media (min-width: 769px) {
  #footer .banner {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between; }
    #footer .banner > li + li {
      margin-top: 0; }
    #footer .banner > li.pmark img {
      width: auto; }
    #footer .banner > li img {
      width: auto;
      height: 110px; }
    #footer .banner > li a:hover {
      opacity: 0.7; } }
/* .nav */
@media (min-width: 769px) {
  #footer .nav {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191; }
    #footer .nav .list > li {
      font-size: 1.4rem;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      font-style: normal; }
      #footer .nav .list > li + li {
        margin-top: 1em; }
      #footer .nav .list > li > a {
        display: block; }
        #footer .nav .list > li > a:hover {
          opacity: 0.7; }
      #footer .nav .list > li .list_sub {
        margin-top: 1em;
        padding-left: 2px; }
        #footer .nav .list > li .list_sub > li {
          font-size: 1.3rem;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400;
          font-style: normal; }
          #footer .nav .list > li .list_sub > li + li {
            margin-top: 0.75em; }
          #footer .nav .list > li .list_sub > li > a {
            color: #c8c8c8;
            padding-left: 8px;
            position: relative; }
            #footer .nav .list > li .list_sub > li > a::before {
              content: "";
              width: 3px;
              height: 1px;
              background-color: #c8c8c8;
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -2px; }
            #footer .nav .list > li .list_sub > li > a:hover {
              opacity: 0.7; } }
/* .link */
@media (min-width: 769px) {
  #footer .link {
    min-height: inherit;
    margin-top: 0;
    padding: 20px 0;
    display: flex; }
    #footer .link > li {
      padding: 0 15px;
      font-size: 1.2rem;
      border-right: 1px solid #fff; }
      #footer .link > li:first-child {
        border-left: 1px solid #fff; }
      #footer .link > li + li {
        margin-top: 0; }
      #footer .link > li a {
        display: block;
        text-decoration: none;
        opacity: 1; }
        #footer .link > li a[target="_blank"] {
          padding-right: 0;
          background-image: none; }
        #footer .link > li a:hover {
          opacity: 0.7; } }
/* .copy */
@media (min-width: 769px) {
  #footer .copy {
    padding: 0 0 20px;
    margin-top: -32px;
    opacity: 1; } }
/* .block_column */
#main .block_column + .link_one {
  margin-top: 40px; }
#main .block_column .img img {
  width: 100%;
  height: 57.3333vw;
  object-fit: cover;
  font-family: "object-fit: cover;"; }
#main .block_column .txt {
  margin-top: 20px; }
  #main .block_column .txt .list > li {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.625;
    padding-left: 35px;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: -0.01em; }
    #main .block_column .txt .list > li + li {
      margin-top: 0.8em; }
    #main .block_column .txt .list > li::before {
      content: "";
      width: 20px;
      height: 20px;
      border: 1px solid #707070;
      position: absolute;
      left: 0;
      top: 3px; }
    #main .block_column .txt .list > li::after {
      content: "";
      width: 18px;
      height: 9px;
      border-bottom: 3px solid #b25353;
      border-left: 3px solid #b25353;
      transform: rotate(-45deg);
      position: absolute;
      left: 5px;
      top: 5px; }
  #main .block_column .txt p + p {
    margin-top: 0.8em; }

@media (min-width: 769px) {
  #main .block_column {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center; }
    #main .block_column + .link_one {
      margin-top: 110px; }
    #main .block_column .img {
      width: 420px;
      margin-right: 72px; }
      #main .block_column .img img {
        width: 420px;
        height: 263px; }
    #main .block_column .txt {
      flex: 1;
      margin-top: 0; }
      #main .block_column .txt .list > li + li {
        margin-top: 2.2em; }
      #main .block_column .txt p + p {
        margin-top: 1.5em; } }
/* ======================================
#contact_belt
====================================== */
#contact_belt {
  width: 100%;
  background-color: #2b2948;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10; }
  #contact_belt .inner {
    height: 60px;
    padding: 0; }
    #contact_belt .inner .lead, #contact_belt .inner .free {
      display: none; }
    #contact_belt .inner .list {
      display: flex; }
      #contact_belt .inner .list.list_pc {
        display: none; }
      #contact_belt .inner .list > li {
        width: 33.3333%;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem; }
        #contact_belt .inner .list > li a {
          height: 60px;
          color: #a38c58;
          display: block;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #contact_belt .inner .list > li a .icn {
            margin-bottom: 8px;
            display: block;
            background-repeat: no-repeat;
            background-position: center center; }
        #contact_belt .inner .list > li.tel {
          color: #fff;
          background-color: #a38c58; }
          #contact_belt .inner .list > li.tel a {
            color: #fff; }
            #contact_belt .inner .list > li.tel a .icn {
              width: 14px;
              height: 14px;
              background-image: url("https://www.owakare-navi.com/assets/images/icn_tel_w.svg");
              background-size: 14px 14px; }
        #contact_belt .inner .list > li.mail a .icn {
          width: 14px;
          height: 14px;
          background-image: url("https://www.owakare-navi.com/assets/images/icn_mail.svg");
          background-size: 14px 14px; }
        #contact_belt .inner .list > li.consult a .icn {
          width: 24px;
          height: 17px;
          margin-bottom: 7px;
          background-image: url("../images/icn_consult2.png");
          background-size: cover; }
        #contact_belt .inner .list > li:last-child {
          border-left: 1px solid rgba(163, 140, 88, 0.4); }

@media (min-width: 769px) {
  #contact_belt .inner {
    height: 90px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #contact_belt .inner .lead {
      display: flex;
      align-items: center; }
      #contact_belt .inner .lead .img {
        width: 64px;
        height: 64px;
        margin-right: 16px; }
      #contact_belt .inner .lead p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #a38c58; }
    #contact_belt .inner .free {
      margin-left: 10px;
      display: block; }
      #contact_belt .inner .free p {
        color: #a38c58;
        font-size: 1.5rem;
        letter-spacing: -0.01em;
        line-height: 1; }
        #contact_belt .inner .free p.number {
          margin-top: 0.2em;
          letter-spacing: 0;
          display: flex;
          align-items: center; }
          #contact_belt .inner .free p.number .icn {
            width: 25px;
            height: 25px;
            margin-right: 10px;
            background-image: url("https://www.owakare-navi.com/assets/images/icn_free.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center; }
          #contact_belt .inner .free p.number span {
            font-family: "Gothic A1", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 3.4rem;
            letter-spacing: 0.02em;
            display: inline-block;
            margin-top: 5px; }
    #contact_belt .inner .list.list_pc {
      display: block; }
      #contact_belt .inner .list.list_pc > li {
        border-left: none; }
    #contact_belt .inner .list.list_sp {
      display: none; }
    #contact_belt .inner .list > li {
      width: auto; }
      #contact_belt .inner .list > li a {
        height: 60px;
        padding: 0 30px;
        border-radius: 30px;
        flex-direction: row;
        color: #fff;
        border: 2px solid #a38c58;
        background-color: #a38c58; }
        #contact_belt .inner .list > li a .icn {
          margin-bottom: 0;
          margin-right: 11px; }
        #contact_belt .inner .list > li a:hover {
          color: #a38c58;
          background-color: #fff; }
      #contact_belt .inner .list > li.mail a .icn {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        background-image: url("https://www.owakare-navi.com/assets/images/icn_mail_w.svg"); }
      #contact_belt .inner .list > li.mail a:hover .icn {
        background-image: url("https://www.owakare-navi.com/assets/images/icn_mail.svg"); } }
/* ======================================
form関連
====================================== */
input[type="password"], input[type="number"], input[type="text"], input[type="submit"], input[type="button"], input[type="email"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000; }

button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000; }

input[type="text"] {
  font-family: sans-serif !important; }
  input[type="text"]::placeholder, input[type="text"]:-ms-input-placeholder, input[type="text"]::-ms-input-placeholder {
    font-size: 1.6rem;
    font-family: sans-serif !important;
    color: #c8c8c8 !important; }
input[type="submit"] {
  font-family: sans-serif !important; }

textarea {
  font-family: sans-serif !important; }
  textarea::placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 1.6rem;
    font-family: sans-serif !important;
    color: #c8c8c8 !important; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* ======================================
adjust
====================================== */
/* margin */
.mtp00 {
  margin-top: 0px !important; }

.mbm00 {
  margin-bottom: 0px !important; }

.mlt00 {
  margin-left: 0px !important; }

.mrt00 {
  margin-right: 0px !important; }

.mlra {
  margin-left: auto !important;
  margin-right: auto !important; }

/* padding */
.ptp00 {
  padding-top: 0 !important; }

.pbm00 {
  padding-bottom: 0 !important; }

.plt00 {
  padding-left: 0 !important; }

.prt00 {
  padding-right: 0 !important; }

/* text-align */
.tac {
  text-align: center !important; }

.tar {
  text-align: right !important; }

.tal {
  text-align: left !important; }

.filterselectbox {
  position: relative;
  width: 90.4%;
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto; }
  .filterselectbox .filter-2 {
    margin-bottom: 60px;
    border-radius: 10px;
    background: #f7f0e0; }
  .filterselectbox .filter-2__inner {
    display: grid;
    grid-template-columns: 218px 1fr 200px;
    align-items: center;
    padding: 29px 14px 31px;
    column-gap: 20px; }
  .filterselectbox .filter-2__heading {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #2b2948;
    letter-spacing: .15em;
    font-weight: 900;
    text-align: center; }
  .filterselectbox .filter-2__items {
    padding-left: 80px;
    position: relative; }
    .filterselectbox .filter-2__items::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: calc(100% - 20px);
      background: #2b2948; }
  .filterselectbox .filter-2__item:not(:last-of-type) {
    margin-bottom: 10px; }
  .filterselectbox ul.filter-2__items li {
    display: grid;
    grid-template-columns: 83px 1fr;
    align-items: center; }
  .filterselectbox .filter-2__submit {
    width: 70px;
    margin: 0; }
  .filterselectbox .button-primary--input {
    border-radius: 10px;
    padding: 11px;
    font-size: 1.5rem; }
  .filterselectbox .filter-2__label {
    font-size: 1.5rem;
    display: block;
    font-weight: 500;
    letter-spacing: .15em; }
  .filterselectbox .filter-2__select-wrap {
    position: relative; }
  .filterselectbox .filter-2__select {
    padding: 11px 40px 11px 28px;
    font-size: 1.5rem;
    background: #FFFFFF;
    border-radius: 0;
    outline: none;
    border: 1px solid #2b2948;
    width: 100%;
    text-align: center;
    letter-spacing: .15em;
    font-weight: 500;
    cursor: pointer; }
  .filterselectbox .filter-2__select-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid #2b2948;
    border-bottom: 1px solid #2b2948;
    pointer-events: none; }
  .filterselectbox input[type="submit"].button-primary {
    background-color: #2b2948;
    color: #fff;
    display: block;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 39px rgba(0, 0, 0, 0.09);
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    padding: 11px;
    font-size: 1.5rem;
    letter-spacing: .15em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    cursor: pointer; }

@media (max-width: 769px) {
  .filterselectbox .filter-2__inner {
    grid-template-columns: 1fr;
    row-gap: 20px; }
  .filterselectbox .filter-2__heading {
    padding-bottom: 20px;
    border-bottom: 1px #2b2948 solid; }
  .filterselectbox .filter-2__items::before {
    display: none; }
  .filterselectbox input[type="submit"].button-primary {
    margin: 0 auto; }
  .filterselectbox .filter-2__items {
    padding-left: 0; } }
