@charset "UTF-8";
/* Scss Document */
/* common
----------------------------------------------------*/
body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
  -webkit-text-size-adjust: auto;
  /* iPhone用 */
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  height: 100%;
  width: 100%;
  padding-top: 0 !important;
  color: #474545;
  min-width: auto !important;
  background: #FFF;
  line-height: 1.8em;
  letter-spacing: 0.04em; }

html {
  height: 100%;
  font-size: 62.5%;
  min-width: auto !important; }

.pc_only {
  display: block; }

.sp_only {
  display: none !important; }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 55%; } }
@media (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    letter-spacing: 0.02em; }

  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
/* header
----------------------------------------------------*/
header {
  height: 100px;
  border-top: none !important;
  background: #FFF !important;
  padding: 0 4.5%; }
  header nav #menu {
    position: relative;
    top: 60px;
    margin-right: 25px;
    display: block; }
    header nav #menu li {
      margin: 0 15px; }
      header nav #menu li a {
        color: #474545 !important;
        text-transform: none !important;
        height: auto !important; }
        header nav #menu li a:hover {
          text-decoration: none !important;
          opacity: 0.8; }
      header nav #menu li:first-child a, header nav #menu li:nth-child(2) a {
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
        font-size: 17px !important;
        font-size: 1.7rem !important;
        padding: 0 5px; }
        header nav #menu li:first-child a:hover, header nav #menu li:nth-child(2) a:hover {
          color: #b18850 !important; }
  header ul.language {
    position: relative;
    top: 50px;
    display: block;
    float: right; }
    header ul.language li {
      display: inline-block;
      margin: 0; }
      header ul.language li:after {
        display: none; }
      header ul.language li a {
        display: block;
        padding: 0 !important;
        height: 33px; }
        header ul.language li a img {
          height: 33px; }
      header ul.language li:nth-child(2) {
        margin: 0 6px; }

@media (max-width: 1024px) {
  .header-logo {
    width: 150px;
    height: auto;
    margin-top: 2%; }
    .header-logo img {
      width: 150px;
      height: auto; } }
@media (max-width: 767px) {
  .header-logo {
    width: 90px;
    height: auto;
    margin: 10px 0 10px 12px; }
    .header-logo img {
      width: 90px;
      height: auto; }

  header {
    height: 60px;
    width: 100%;
    border-top: none !important;
    background: #FFF !important;
    padding: 0;
    z-index: 100;
    position: absolute;
    display: block; }
    header nav {
      height: auto;
      display: block;
      transition: all 0.2s;
      background: #FFF;
      width: 100%; }
      header nav #menu {
        top: 0;
        width: 100%;
        background: #FFF;
        margin: 0;
        display: none;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 5px 5px; }
        header nav #menu li {
          margin: 2px 0 0 !important;
          width: 100%; }
          header nav #menu li a {
            padding: 20px !important;
            width: 100%;
            background: #eee; }
          header nav #menu li:first-child a, header nav #menu li:nth-child(2) a {
            padding: 18px; }
            header nav #menu li:first-child a:after, header nav #menu li:nth-child(2) a:after {
              position: absolute;
              top: 45%;
              right: 22px;
              display: block;
              content: '';
              width: 12px;
              height: 12px;
              margin-top: -6px;
              border-top: 2px solid #802645;
              border-right: 2px solid #802645;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    header ul.language {
      top: 18px;
      position: absolute;
      right: 64px; }
      header ul.language li a {
        height: 27px; }
        header ul.language li a img {
          height: 27px; }
      header ul.language li:nth-child(2) {
        margin: 0 4px; }

  /*----------ハンバーガーアイコン----------*/
  #bt-nav {
    position: absolute;
    display: block;
    width: 30px;
    height: 24px;
    z-index: 99999;
    box-sizing: border-box;
    right: 18px;
    top: 20px; }
    #bt-nav span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #b7b3b2;
      margin: 0 auto; }
      #bt-nav span:nth-of-type(1) {
        top: 0; }
      #bt-nav span:nth-of-type(2) {
        top: 10px;
        opacity: 1; }
      #bt-nav span:nth-of-type(3) {
        bottom: 0; }
    #bt-nav.active span {
      left: 0;
      margin: 0 auto; }
      #bt-nav.active span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px; }
      #bt-nav.active span:nth-of-type(2) {
        opacity: 0; }
      #bt-nav.active span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 10px; } }
@media (max-width: 359px) {
  .header-logo {
    width: 85px;
    margin: 10px 0 10px 10px; }
    .header-logo img {
      width: 85px;
      height: auto; } }
/* contents
----------------------------------------------------*/
.main img {
  width: 100%; }

.contents section .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }
.contents section.block-01 {
  padding: 85px 0 200px; }
  .contents section.block-01 h2 {
    display: block;
    text-align: center; }
    .contents section.block-01 h2 img {
      width: 64%;
      margin: 0 auto 45px; }
  .contents section.block-01 p.lead {
    text-align: center;
    line-height: 2.6em;
    letter-spacing: 0.08em; }
  .contents section.block-01 .sub-contents {
    margin: 150px auto 0;
    display: block;
    height: 260px;
    width: 100%;
    background: #f5f1e5;
    border-radius: 10px; }
    .contents section.block-01 .sub-contents img {
      float: right;
      height: 100%; }
    .contents section.block-01 .sub-contents .txt-box {
      width: 480px;
      padding: 35px 0 0 55px; }
      .contents section.block-01 .sub-contents .txt-box h3 {
        color: #a52e56;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.4em;
        margin-bottom: 15px;
        text-align: left;
        font-weight: normal; }
      .contents section.block-01 .sub-contents .txt-box p {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: justify;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; }
.contents section.block-02 {
  background: #f5f1e5;
  padding: 105px 0; }
  .contents section.block-02 h2 {
    display: block;
    text-align: center; }
    .contents section.block-02 h2 img {
      width: 20.5%;
      margin: 0 auto 35px; }
  .contents section.block-02 p.lead {
    text-align: center;
    line-height: 2.6em;
    color: #b18850;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.08em; }
  .contents section.block-02 .location-list {
    background: #FFF;
    margin: 45px 150px;
    border-radius: 10px;
    padding: 62px 75px 35px;
    width: auto; }
    .contents section.block-02 .location-list ul li.category {
      margin-bottom: 60px; }
      .contents section.block-02 .location-list ul li.category img {
        height: 16px;
        margin-bottom: 10px; }
      .contents section.block-02 .location-list ul li.category ul li {
        padding: 12px 20px 12px 45px;
        border-bottom: 1px dotted #493636;
        position: relative;
        font-size: 18px;
        font-size: 1.8rem; }
        .contents section.block-02 .location-list ul li.category ul li:first-child {
          border-top: 1px dotted #493636; }
        .contents section.block-02 .location-list ul li.category ul li:before {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          border-radius: 25px;
          background: #b18850;
          left: 20px;
          top: 42%; }
        .contents section.block-02 .location-list ul li.category ul li a.btn {
          color: #FFF;
          font-size: 11px;
          font-size: 1.1rem;
          padding: 4px 0 5px 4px;
          background: #CCC;
          display: inline-block;
          float: right;
          text-align: center;
          width: 60px;
          text-decoration: none;
          font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
          border-radius: 5px;
          line-height: 1.2em;
          position: relative;
          top: 2px;
          letter-spacing: 0.2em;
          transition: all .3s;
          background: -moz-linear-gradient(top, #ef8a60, #e85418);
          background: -webkit-linear-gradient(top, #ef8a60, #e85418);
          background: linear-gradient(to bottom, #ef8a60, #e85418); }
          .contents section.block-02 .location-list ul li.category ul li a.btn:hover {
            letter-spacing: 0.075em;
            opacity: 0.7; }
      .contents section.block-02 .location-list ul li.category ul.s-size li {
        font-size: 17px;
        font-size: 1.7rem; }

@media (max-width: 1024px) {
  .contents section .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 5%; }
  .contents section.block-01 {
    padding: 85px 0 150px; }
    .contents section.block-01 h2 {
      display: block;
      text-align: center; }
      .contents section.block-01 h2 img {
        width: 64%;
        margin: 0 auto 45px; }
    .contents section.block-01 p.lead {
      text-align: center;
      line-height: 2.6em;
      letter-spacing: 0.08em; }
    .contents section.block-01 .sub-contents {
      margin: 100px auto 0;
      display: block;
      height: 210px;
      width: 100%;
      background: #f5f1e5;
      border-radius: 10px; }
      .contents section.block-01 .sub-contents img {
        float: right;
        height: 100%; }
      .contents section.block-01 .sub-contents .txt-box {
        width: 60%;
        padding: 30px 0 0 40px; }
        .contents section.block-01 .sub-contents .txt-box h3 {
          color: #a52e56;
          font-size: 22px;
          font-size: 2.2rem;
          margin-bottom: 12px;
          text-align: left;
          font-weight: normal; }
        .contents section.block-01 .sub-contents .txt-box p {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 2rem; }
  .contents section.block-02 {
    padding: 80px 0; }
    .contents section.block-02 h2 img {
      width: 22%;
      margin: 0 auto 35px; }
    .contents section.block-02 .location-list {
      background: #FFF;
      margin: 45px 8%;
      border-radius: 10px;
      padding: 62px 60px 35px;
      width: auto; }
      .contents section.block-02 .location-list ul li.category {
        margin-bottom: 60px; }
        .contents section.block-02 .location-list ul li.category img {
          height: 15px;
          margin-bottom: 10px; }
        .contents section.block-02 .location-list ul li.category ul li {
          padding: 12px 20px 12px 45px;
          border-bottom: 1px dotted #493636;
          position: relative;
          font-size: 18px;
          font-size: 1.8rem; }
          .contents section.block-02 .location-list ul li.category ul li:first-child {
            border-top: 1px dotted #493636; }
          .contents section.block-02 .location-list ul li.category ul li:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 25px;
            background: #b18850;
            left: 20px;
            top: 42%; }
          .contents section.block-02 .location-list ul li.category ul li a.btn {
            color: #FFF;
            font-size: 11px;
            font-size: 1.1rem;
            padding: 4px 0 5px 4px;
            background: #CCC;
            display: inline-block;
            float: right;
            text-align: center;
            width: 60px;
            text-decoration: none;
            font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
            border-radius: 5px;
            line-height: 1.2em;
            position: relative;
            top: 2px;
            letter-spacing: 0.2em;
            transition: all .3s;
            background: -moz-linear-gradient(top, #ef8a60, #e85418);
            background: -webkit-linear-gradient(top, #ef8a60, #e85418);
            background: linear-gradient(to bottom, #ef8a60, #e85418); }
            .contents section.block-02 .location-list ul li.category ul li a.btn:hover {
              letter-spacing: 0.075em;
              opacity: 0.7; } }
@media (max-width: 767px) {
  .main img {
    padding-top: 60px; }

  .contents section .inner {
    width: 100%;
    padding: 0 5.5%; }
  .contents section.block-01 {
    padding: 52px 0 35px; }
    .contents section.block-01 h2 {
      display: block;
      text-align: center; }
      .contents section.block-01 h2 img {
        width: 92%;
        margin: 0 auto 25px; }
    .contents section.block-01 p.lead {
      text-align: center;
      line-height: 2em;
      letter-spacing: 0.04em; }
    .contents section.block-01 .sub-contents {
      margin: 50px auto 0;
      height: auto;
      border-radius: 3px; }
      .contents section.block-01 .sub-contents img {
        float: none;
        height: auto;
        width: 100%; }
      .contents section.block-01 .sub-contents .txt-box {
        width: auto;
        padding: 35px 6% 0; }
        .contents section.block-01 .sub-contents .txt-box h3 {
          color: #a52e56;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5em;
          margin-bottom: 15px;
          text-align: center; }
        .contents section.block-01 .sub-contents .txt-box p {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          letter-spacing: 0.01em; }
  .contents section.block-02 {
    padding: 32px 0 40px; }
    .contents section.block-02 h2 {
      display: block;
      text-align: center; }
      .contents section.block-02 h2 img {
        width: 38%;
        margin: 0 auto 15px; }
    .contents section.block-02 p.lead {
      text-align: center;
      line-height: 2em;
      color: #b18850;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.04em; }
    .contents section.block-02 .location-list {
      margin: 30px 0 60px;
      border-radius: 5px;
      padding: 30px 5% 5px; }
      .contents section.block-02 .location-list ul li.category {
        margin-bottom: 30px; }
        .contents section.block-02 .location-list ul li.category img {
          height: 12px;
          margin-bottom: 6px; }
        .contents section.block-02 .location-list ul li.category ul li {
          padding: 10px 13px 10px 22px;
          border-bottom: 1px dotted #493636;
          position: relative;
          font-size: 12px;
          font-size: 1.2rem; }
          .contents section.block-02 .location-list ul li.category ul li:first-child {
            border-top: 1px dotted #493636; }
          .contents section.block-02 .location-list ul li.category ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            left: 10px;
            top: 45%; }
          .contents section.block-02 .location-list ul li.category ul li a.btn {
            font-size: 12px;
            font-size: 1.2rem;
            padding: 3px 0 4px 2px;
            width: 45px;
            border-radius: 3px;
            line-height: 1.2em;
            top: 0;
            letter-spacing: 0.15em; }
            .contents section.block-02 .location-list ul li.category ul li a.btn:hover {
              letter-spacing: 0.075em;
              opacity: 0.7; }
        .contents section.block-02 .location-list ul li.category ul.s-size li {
          font-size: 12px;
          font-size: 1.2rem; } }
@media (max-width: 360px) {
  .contents section .inner {
    width: 100%;
    padding: 0 5.5%; }
  .contents section.block-01 {
    padding: 52px 0 35px; }
    .contents section.block-01 h2 {
      display: block;
      text-align: center; }
      .contents section.block-01 h2 img {
        width: 92%;
        margin: 0 auto 25px; }
    .contents section.block-01 p.lead {
      text-align: center;
      line-height: 2em;
      letter-spacing: 0.04em; }
    .contents section.block-01 .sub-contents {
      margin: 50px auto 0;
      height: auto;
      border-radius: 3px; }
      .contents section.block-01 .sub-contents img {
        float: none;
        height: auto;
        width: 100%; }
      .contents section.block-01 .sub-contents .txt-box {
        width: auto;
        padding: 35px 6% 0; }
        .contents section.block-01 .sub-contents .txt-box h3 {
          font-size: 15px;
          font-size: 1.5rem; }
        .contents section.block-01 .sub-contents .txt-box p {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          letter-spacing: 0.01em; }
  .contents section.block-02 p.lead {
    text-align: center;
    line-height: 2em;
    color: #b18850;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em; }
  .contents section.block-02 .location-list {
    border-radius: 5px;
    padding: 30px 5% 5px; }
    .contents section.block-02 .location-list ul li.category {
      margin-bottom: 30px; }
      .contents section.block-02 .location-list ul li.category img {
        height: 12px;
        margin-bottom: 6px; }
      .contents section.block-02 .location-list ul li.category ul li {
        padding: 10px 13px 10px 22px;
        border-bottom: 1px dotted #493636;
        position: relative;
        font-size: 12px;
        font-size: 1.2rem; }
        .contents section.block-02 .location-list ul li.category ul li:first-child {
          border-top: 1px dotted #493636; }
        .contents section.block-02 .location-list ul li.category ul li:before {
          content: "";
          width: 4px;
          height: 4px;
          left: 10px;
          top: 45%; }
        .contents section.block-02 .location-list ul li.category ul li a.btn {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 3px 0 4px 2px;
          width: 45px;
          border-radius: 3px;
          line-height: 1.2em;
          top: 0;
          letter-spacing: 0.15em; }
          .contents section.block-02 .location-list ul li.category ul li a.btn:hover {
            letter-spacing: 0.075em;
            opacity: 0.7; } }
/* footer
----------------------------------------------------*/
footer {
  background: #f5f1e5;
  height: 100px;
  padding: 0; }
  footer #top-btn {
    display: none !important; }
  footer ul {
    text-align: center;
    display: block;
    margin-bottom: 20px; }
    footer ul li {
      text-align: center;
      display: inline-block;
      width: 85px;
      line-height: 1.8rem;
      color: #474545;
      font-size: 18px;
      font-size: 1.8rem; }
      footer ul li:nth-child(2) {
        width: 95px;
        border-left: 1px solid #474545;
        border-right: 1px solid #474545; }
      footer ul li a {
        text-decoration: none;
        color: #474545;
        padding: 0 10px;
        font-size: 18px;
        font-size: 1.8rem; }
        footer ul li a:hover {
          color: #b18850; }
  footer .copy {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; }

#pagetop.static {
  position: absolute;
  right: 20px;
  bottom: 24px; }

@media (max-width: 767px) {
  footer {
    height: auto;
    position: relative; }
    footer ul {
      margin-bottom: 10px;
      z-index: 1001;
      background: #f5f1e5; }
      footer ul li {
        width: 75px;
        font-size: 14px;
        font-size: 1.4rem; }
        footer ul li:nth-child(2) {
          width: 90px; }
        footer ul li a {
          font-size: 14px;
          font-size: 1.4rem; }
    footer .copy {
      padding-bottom: 15px;
      font-size: 11px;
      font-size: 1.1rem;
      z-index: 1001;
      background: #f5f1e5; }

  #pagetop {
    bottom: 15px;
    right: 15px; }
    #pagetop a {
      width: 55px;
      height: 55px;
      position: relative;
      display: block;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      #pagetop a:after {
        content: "";
        width: 20px;
        height: 20px;
        top: 52%; }

  #pagetop.static {
    bottom: 77px; } }
@media (max-width: 360px) {
  footer ul {
    margin-bottom: 10px; }
    footer ul li {
      width: 70px;
      font-size: 13px;
      font-size: 1.3rem; }
      footer ul li:nth-child(2) {
        width: 80px; }
      footer ul li a {
        font-size: 13px;
        font-size: 1.3rem; }
  footer .copy {
    font-size: 10px;
    font-size: 1rem; }

  #pagetop.static {
    bottom: 85px; } }
