@charset "UTF-8";
/* Scss Document */
/* Scss Document */
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; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
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; }

/* Scss Document */
/* Scss Document */
html {
  min-height: 100vh; }

body {
  min-height: 100vh;
  box-sizing: border-box;
  background: #FFF;
  font-family: "Noto Serif JP", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.7142857143;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: .1em; }
  @media (min-width: 375px) {
    body {
      font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.2926829268 ); } }
  @media (min-width: 1400px) {
    body {
      font-size: 1.6rem; } }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.sp {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp {
      display: none; } }
  @media screen and (min-width: 961px) {
    .sp {
      display: none; } }

.tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .tab {
      display: block; } }
  @media screen and (min-width: 961px) {
    .tab {
      display: block; } }
  @media screen and (min-width: 1141px) {
    .tab {
      display: none; } }

.sp-tab {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp-tab {
      display: block; } }
  @media screen and (min-width: 961px) {
    .sp-tab {
      display: block; } }
  @media screen and (min-width: 1141px) {
    .sp-tab {
      display: none; } }

.pc-tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc-tab {
      display: block; } }
  @media screen and (min-width: 961px) {
    .pc-tab {
      display: block; } }
  @media screen and (min-width: 1141px) {
    .pc-tab {
      display: block; } }

.pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 961px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 1141px) {
    .pc {
      display: inherit; } }

a, button {
  text-decoration: none;
  color: inherit;
  transition: .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: Hiragino Sans, ヒラギノ角ゴシック, Meiryo, "sans-serif";
  color: #fff; }

a[href*="tel:"] {
  display: block; }

.event-none {
  pointer-events: none !important; }

img {
  width: 100%;
  vertical-align: bottom; }

picture {
  display: block; }

svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  fill: currentColor;
  line-height: normal; }

.inner {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%; }
  @media screen and (min-width: 769px) {
    .inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1140px) {
    .inner {
      width: 90%;
      padding: 0; } }

.s-inner {
  width: 100%;
  max-width: 840px;
  box-sizing: border-box;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%; }
  @media screen and (min-width: 769px) {
    .s-inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1140px) {
    .s-inner {
      width: 90%;
      padding: 0; } }
  @media screen and (min-width: 900px) {
    .s-inner {
      padding: 0;
      max-width: 840px;
      margin: 0 auto; } }

.ib-txt {
  display: inline-block; }

.mb-box {
  margin: 0% 0% 9.33% 0%; }

.cotents__bottom {
  margin-bottom: 20%; }

.no_data_txt {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center; }

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: 0.1em; }

p {
  font-size: 100%; }

address {
  font-style: normal; }

.mb-10 {
  margin-bottom: 10px; }
.mb-15 {
  margin-bottom: 15px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-25 {
  margin-bottom: 25px; }
.mb-30 {
  margin-bottom: 30px; }

.s-txt {
  font-size: 50%; }

.ms-txt {
  font-size: 80%; }

.l-txt {
  font-size: 150%; }

.ll-txt {
  font-size: 200%; }

.fs-10 {
  font-size: 1.0rem; }
.fs-11 {
  font-size: 1.1rem; }
.fs-12 {
  font-size: 1.2rem; }
.fs-13 {
  font-size: 1.3rem; }
.fs-14 {
  font-size: 1.4rem; }
.fs-15 {
  font-size: 1.5rem; }
.fs-16 {
  font-size: 1.6rem; }
.fs-17 {
  font-size: 1.7rem; }
.fs-18 {
  font-size: 1.8rem; }

::selection {
  color: #fff;
  background: #c3b279; }

.en {
  font-family: "EB Garamond", "Times New Roman", Times, serif;
  letter-spacing: 0.02em; }

.num {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em; }

.mincho {
  font-family: "Noto Serif JP", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

.icon {
  margin-right: 5px; }

.attent {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.2; }

.foot-attent {
  display: block;
  margin-bottom: 20px; }

.link {
  color: #DDA860;
  text-decoration: underline; }

.fit {
  object-fit: cover;
  object-position: center; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .w-full {
    width: 88%;
    margin: 0 auto; }

  .w-min {
    width: 76%;
    margin: 0 auto; } }
/*------------------------------
		861px以上
------------------------------*/
@media screen and (min-width: 961px) {
  a {
    transition: all .4s; }
    a:hover {
      opacity: .7; }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  a[href*="fax:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  .mb-box {
    margin: 0% 0% 7.01% 0%; } }
/*------------------------------
		1041px以上
------------------------------*/
@media screen and (min-width: 1141px) {
  #contents {
    width: 82%;
    margin: 0 0 0 auto;
    box-sizing: border-box; } }
/* Scss Document */
#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%; }
  #header .header__menubtn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1000;
    background: #004C70; }
    #header .header__menubtn span {
      position: absolute;
      left: 10px;
      z-index: 1;
      display: block;
      height: 1px;
      width: calc(100% - 20px);
      background: #fff;
      transition: .3s; }
      #header .header__menubtn span:first-child {
        top: 18px; }
      #header .header__menubtn span:nth-child(2) {
        width: 26px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #header .header__menubtn span:last-child {
        bottom: 18px;
        width: 23px; }
  #header .header__nav {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8); }
    #header .header__nav .header__nav-list {
      display: flex;
      flex-direction: column;
      padding-top: 120px;
      color: #004C70;
      font-size: 1.6rem;
      font-family: "EB Garamond", "Times New Roman", Times, serif;
      text-align: center;
      line-height: 1.3;
      letter-spacing: .1em; }
      #header .header__nav .header__nav-list li {
        margin-bottom: 20px; }
        #header .header__nav .header__nav-list li a {
          position: relative; }
          #header .header__nav .header__nav-list li a::before {
            display: block;
            position: absolute;
            top: 7px;
            left: -15px;
            background: #DDA860;
            border-radius: 100px;
            width: 6px;
            height: 6px;
            opacity: 0;
            content: ''; }
          #header .header__nav .header__nav-list li a.active::before {
            opacity: 1; }
    #header .header__nav .logo_geoent {
      display: none; }

.open #header .header__menubtn span:first-child {
  top: 24px;
  transform: rotate(315deg); }
.open #header .header__menubtn span:nth-child(2) {
  opacity: 0; }
.open #header .header__menubtn span:last-child {
  bottom: 24px;
  transform: rotate(-315deg);
  width: calc(100% - 20px); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #header .header__nav .logo_geoent {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 12.5%;
    width: 80%; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1141px) {
  #header {
    width: 18%; }
    #header .header__menubtn {
      display: none; }
    #header .header__nav {
      position: relative;
      display: block;
      width: 100%;
      background: #004C70; }
      #header .header__nav .header__nav-list {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40%;
        width: auto;
        color: #FFF;
        text-align: left;
        font-size: 1.6rem; } }
      @media screen and (min-width: 1141px) and (min-width: 1140px) {
        #header .header__nav .header__nav-list {
          font-size: calc( 1.6rem + ( 1vw - 11.4px ) * 0.4651162791 ); } }
      @media screen and (min-width: 1141px) and (min-width: 2000px) {
        #header .header__nav .header__nav-list {
          font-size: 2rem; } }
@media screen and (min-width: 1141px) {
        #header .header__nav .header__nav-list li {
          margin-bottom: 15%; } }
/* Scss Document */
#footer {
  padding: 10.66% 0% 10.66% 0%;
  border-top: 1px solid #333;
  background: #FFF; }
  #footer .footer__contact-ttl {
    margin-bottom: 22px;
    color: #004C70;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center; }
    @media (min-width: 375px) {
      #footer .footer__contact-ttl {
        font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
    @media (min-width: 1100px) {
      #footer .footer__contact-ttl {
        font-size: 2rem; } }
  #footer .footer__contact-wp .footer__tell {
    margin-bottom: 20px; }
    #footer .footer__contact-wp .footer__tell .footer__tell-num {
      margin-bottom: 10px; }
      #footer .footer__contact-wp .footer__tell .footer__tell-num:last-of-type {
        margin-bottom: 15px; }
      #footer .footer__contact-wp .footer__tell .footer__tell-num a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.2rem;
        font-family: "EB Garamond", "Times New Roman", Times, serif;
        line-height: 1;
        letter-spacing: .05em; }
        #footer .footer__contact-wp .footer__tell .footer__tell-num a span {
          display: block;
          margin-right: 5px; }
    #footer .footer__contact-wp .footer__tell .footer__tell-time {
      font-size: 1.4rem;
      line-height: 1;
      text-align: center; }
  #footer .footer__contact-wp .footer__mail {
    margin-bottom: 25px;
    padding: 0 20px; }
    #footer .footer__contact-wp .footer__mail .footer__mail-ttl {
      display: block;
      max-width: 340px;
      margin: 0 auto 10px;
      padding: 20px 0;
      background: #333;
      color: #FFF;
      font-size: 1.6rem;
      line-height: 1.55;
      text-align: center; }
    #footer .footer__contact-wp .footer__mail .footer__mail-address a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #004C70;
      font-size: 1.6rem;
      line-height: 1;
      text-align: end; }
      #footer .footer__contact-wp .footer__mail .footer__mail-address a span {
        display: block;
        margin-right: 5px; }
  #footer .footer__contact-note {
    margin: 20px 0 30px; }
  #footer .footer__logo {
    max-width: 275px;
    margin: 0 auto; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #footer .footer__contact-wp {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: center; }
    #footer .footer__contact-wp .footer__tell {
      width: 44%;
      max-width: 270px;
      margin-bottom: 0; }
    #footer .footer__contact-wp .footer__mail {
      display: flex;
      flex-flow: row wrap;
      align-content: flex-start;
      justify-content: space-between;
      width: 44%;
      max-width: 315px;
      margin-bottom: 0;
      padding: 12px 20px;
      box-sizing: border-box;
      background: #F8F8F8; }
      #footer .footer__contact-wp .footer__mail .footer__mail-icon {
        width: 23px; }
      #footer .footer__contact-wp .footer__mail .footer__mail-ttl {
        margin-bottom: 5px;
        padding: 0;
        background: none;
        color: #333;
        text-align: left; }
      #footer .footer__contact-wp .footer__mail .footer__mail-address a {
        display: block;
        text-align: left; }
        #footer .footer__contact-wp .footer__mail .footer__mail-address a span {
          display: none; }
      #footer .footer__contact-wp .footer__mail .footer__mail-qr {
        max-width: 64px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1141px) {
  #footer {
    width: 82%;
    padding: 2.19% 0% 2.19% 0%;
    margin: 0 0 0 auto;
    box-sizing: border-box; }
    #footer .footer__wp {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #footer .footer__contact {
      width: 80%; }
    #footer .footer__logo {
      width: 20%; }
    #footer .footer__contact-ttl {
      text-align: left; }
    #footer .footer__contact-wp {
      justify-content: flex-start; }
      #footer .footer__contact-wp .footer__tell {
        width: 44%; }
        #footer .footer__contact-wp .footer__tell .footer__tell-num a {
          justify-content: flex-start; }
        #footer .footer__contact-wp .footer__tell .footer__tell-time {
          text-align: left; }
      #footer .footer__contact-wp .footer__mail {
        width: 50%; }
    #footer .footer__contact-note {
      margin-bottom: 0; } }
/*------------------------------
		1361px以上
------------------------------*/
@media screen and (min-width: 1361px) {
  #footer .footer__contact {
    width: 72%; }
  #footer .footer__logo {
    width: 24%;
    margin: 0; } }
/* Scss Document */
/*------------------------------
		下層タイトル
------------------------------*/
/*------------------------------
		ボタン
------------------------------*/
.btn a, .btn button, .btn .btn__input, .btn input, .btn .btn__deco {
  display: block;
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 400px;
  margin: auto;
  padding: 20px 5px;
  box-sizing: border-box;
  background: transparent;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.16em; }
  @media (min-width: 375px) {
    .btn a, .btn button, .btn .btn__input, .btn input, .btn .btn__deco {
      font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.2424242424 ); } }
  @media (min-width: 1200px) {
    .btn a, .btn button, .btn .btn__input, .btn input, .btn .btn__deco {
      font-size: 1.8rem; } }
  .btn a:before, .btn a:after, .btn button:before, .btn button:after, .btn .btn__input:before, .btn .btn__input:after, .btn input:before, .btn input:after, .btn .btn__deco:before, .btn .btn__deco:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .btn a:before, .btn button:before, .btn .btn__input:before, .btn input:before, .btn .btn__deco:before {
    z-index: -1;
    background: radial-gradient(ellipse, #d3b966 0%, #907606 100%);
    transition: opacity .4s; }
  .btn a:after, .btn button:after, .btn .btn__input:after, .btn input:after, .btn .btn__deco:after {
    z-index: -2;
    background: radial-gradient(ellipse, #740505 0%, #382020 100%); }

/*------------------------------
		お問い合わせ
------------------------------*/
/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*------------------------------
          ボタン
  ------------------------------*/
  .btn a:hover, .btn button:hover, .btn .btn__input:hover, .btn input:hover, .btn .btn__deco:hover {
    background: transparent;
    opacity: 1;
    filter: brightness(110%); }
    .btn a:hover:before, .btn button:hover:before, .btn .btn__input:hover:before, .btn input:hover:before, .btn .btn__deco:hover:before {
      opacity: 0; } }
/*------------------------------
		1041px以上
------------------------------*/
@media screen and (min-width: 961px) {
  /*------------------------------
          下層タイトル
  ------------------------------*/ }
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1141px) {
  /*------------------------------
  	お問い合わせ
  ------------------------------*/ }
