@charset "UTF-8";
/* Base */
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  height: 100%; }

html, body {
  background: #fff; }

body {
  min-height: 100%; }

a {
  color: #200;
  text-decoration: none; }
  a:link, a:visited, a:active, a:hover {
    overflow: hidden;
    outline: none; }
  a:hover {
    opacity: 0.4;
    transition: .3s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out; }
  a.disabled {
    opacity: 0.4 !important; }

::selection {
  background-color: #ddd; }

i {
  opacity: .8;
  font-size: .9em; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top; }
  img.multiply {
    mix-blend-mode: multiply; }

/* Nav */
#nav-menu {
  display: none; }
  @media only screen and (max-width: 821px) {
    #nav-menu {
      display: block; } }

.drawer-hamburger {
  position: fixed;
  z-index: 100000 !important;
  padding: 22px 1.2rem 30px !important;
  width: 1.8rem !important; }
  .drawer-hamburger .drawer-hamburger-icon, .drawer-hamburger .drawer-hamburger-icon::after, .drawer-hamburger .drawer-hamburger-icon::before {
    height: 2px !important; }
  .drawer-hamburger .drawer-hamburger-icon::after {
    top: 9px !important; }
  .drawer-hamburger .drawer-hamburger-icon::before {
    top: -9px !important; }

.drawer-nav {
  position: fixed;
  z-index: 100000 !important;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #200;
  background-color: #fff;
  text-align: right;
  font-size: 20px;
  padding: 20px;
  line-height: 2.1;
  position: relative; }

.drawer-overlay {
  z-index: 101 !important; }

#news {
  display: flex;
  grid-gap: 1em; }
  @media only screen and (max-width: 821px) {
    #news {
      padding: 20px; } }
  @media only screen and (max-height: 420px) {
    #news {
      position: relative; } }
  #news li {
    font-size: 12px; }
    @media only screen and (max-width: 821px) {
      #news li {
        font-size: 11px; } }
    #news li .date {
      display: inline-block;
      margin-right: 1em; }

.post {
  margin-bottom: 4em; }
  @media only screen and (max-width: 821px) {
    .post {
      margin-bottom: 2em;
      padding-bottom: .5em;
      border-bottom: 1px solid #ccc; }
      .single .post {
        border: none; } }
  .post .post-header .post-meta {
    font-size: .9em; }
    @media only screen and (max-width: 821px) {
      .post .post-header .post-meta {
        font-size: .8em; } }
  .single .post .post-header {
    margin-bottom: 3.5em; }
    @media only screen and (max-width: 821px) {
      .single .post .post-header {
        margin-bottom: 2.5em; } }
  .blog .post .post-header {
    margin-bottom: 1.5em; }
    @media only screen and (max-width: 821px) {
      .blog .post .post-header {
        margin-bottom: 1em; } }
  .post .post-content p img {
    margin: 1em 0; }
  .post .post-content p.price {
    text-align: center;
    margin-top: 1em; }
  .post .post-content .info-area {
    border: 1px solid #888;
    padding: 1rem; }

#page-nav {
  font-size: .8em;
  margin: 8em 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em; }
  @media only screen and (max-width: 821px) {
    #page-nav {
      margin: 2em 0 2em; } }
  #page-nav .wp-pagenavi a, #page-nav .wp-pagenavi span {
    border: none;
    border-radius: 2px;
    padding: 10px 12px;
    margin: 6px;
    background: #f6f6f6; }

#contact-form .row {
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  @media only screen and (max-width: 821px) {
    #contact-form .row {
      display: block;
      margin-bottom: 1em; } }
  #contact-form .row .grid-3 {
    flex: 3; }
    @media only screen and (max-width: 821px) {
      #contact-form .row .grid-3 {
        margin-bottom: 8px; } }
  #contact-form .row .grid-9 {
    flex: 9; }
    #contact-form .row .grid-9 input[type='text'], #contact-form .row .grid-9 input[type='email'], #contact-form .row .grid-9 textarea {
      padding: 0.9em;
      border: none;
      border-radius: 4px;
      border: 1px solid #888;
      width: 100%; }
      #contact-form .row .grid-9 input[type='text']:focus, #contact-form .row .grid-9 input[type='email']:focus, #contact-form .row .grid-9 textarea:focus {
        outline: 2px solid #ffe200; }
  #contact-form .row label {
    font-weight: bold; }
  #contact-form .row input[type='submit'] {
    padding: 1em 5em;
    margin: 0em auto 0;
    border: none;
    background-color: #200;
    border-radius: 4em;
    color: #fff;
    display: inline-block; }
    @media only screen and (max-width: 821px) {
      #contact-form .row input[type='submit'] {
        padding: .5em 6em; } }
  #contact-form .row .wpcf7 form.sent .wpcf7-response-output {
    border-color: #200; }
  #contact-form .row .wpcf7-list-item {
    margin: 0 1.2em 0 0; }

#category-list {
  display: flex;
  justify-content: center;
  line-height: 1.2;
  margin: 1em 0 3em; }
  @media only screen and (max-width: 821px) {
    #category-list {
      justify-content: center;
      margin: 0 0 1em;
      text-align: center; } }
  #category-list li {
    margin-right: .6rem;
    padding-right: .6rem;
    border-right: 1px solid #555; }
    #category-list li:last-child {
      border: none;
      margin: 0;
      padding: 0; }

/* Parts */
.box {
  background-color: #fff;
  padding: 1.5em; }
  @media only screen and (max-width: 821px) {
    .box {
      padding: 1.5em; } }

.box-gray {
  background-color: #f6f6f6;
  padding: 1em; }
  .box-gray p:last-child {
    margin-bottom: 0; }

.box-white {
  background-color: #fff;
  padding: 1em; }

.panel {
  background-color: #fff;
  padding: 1.5em; }
  @media only screen and (max-width: 821px) {
    .panel {
      padding: 1.5em; } }

.button {
  text-align: center !important;
  margin: 2em 0 2em; }
  @media only screen and (max-width: 821px) {
    .button {
      margin: 2em 0 2em; } }
  .button a {
    padding: 1em 6em;
    border: 2px solid #200;
    display: inline-block; }
    @media only screen and (max-width: 821px) {
      .button a {
        padding: .5em 6em; } }
  .button + .button {
    margin-top: 0; }

.button-list {
  display: flex;
  justify-content: center;
  gap: 2em; }
  @media only screen and (max-width: 821px) {
    .button-list {
      display: block;
      margin-top: 4em; } }
  .button-list .button {
    margin: 0; }
    @media only screen and (max-width: 821px) {
      .button-list .button {
        margin-bottom: 1.2em; }
        .button-list .button:first-child {
          margin-bottom: 0 !important; }
        .button-list .button:last-child {
          margin-top: 16px !important; } }
    @media only screen and (max-width: 821px) {
      .button-list .button a {
        width: 70%; } }

dl div {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 1em;
  text-align: left;
  justify-content: center; }
  @media only screen and (max-width: 821px) {
    dl div {
      grid-gap: 1em; } }
  dl div dt {
    font-weight: bold; }
  dl div dd {
    border-left: 1px solid #000;
    padding-left: 2em; }
    @media only screen and (max-width: 821px) {
      dl div dd {
        padding-left: 1em; } }

dl-center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  text-align: left;
  justify-content: center; }
  @media only screen and (max-width: 821px) {
    dl-center {
      grid-gap: 20px; } }
  dl-center dt {
    text-align: right;
    font-weight: bold;
    border-right: 1px solid #000;
    padding-right: 32px; }
    @media only screen and (max-width: 821px) {
      dl-center dt {
        padding-right: 20px; } }

ol {
  list-style-type: disc;
  margin-left: 1.2em; }
  ol.roman {
    list-style-type: disc; }

.list-indent {
  margin-left: 1.2em;
  text-indent: -0.5em; }

.hdg01 {
  border-bottom: 1px solid #0099bb;
  padding-bottom: .6em;
  margin-bottom: 1.4em; }

.hdg02 {
  border-left: 3px solid #0099bb;
  padding-left: .8em; }

.marker {
  background: linear-gradient(transparent 80%, rgba(0, 153, 187, 0.3) 0%); }

strong {
  font-weight: bold; }

sup {
  vertical-align: top; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-weight: normal; }

.text-underline {
  text-decoration: underline; }

.text-center {
  text-align: center !important; }

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

.text-large {
  font-size: 1.1em; }
  @media only screen and (max-width: 960px) {
    .text-large {
      font-size: 1.05em; } }

.text-xlarge {
  font-size: 1.2em; }
  @media only screen and (max-width: 960px) {
    .text-xlarge {
      font-size: 1.1em; } }

.text-small {
  font-size: .9em; }

.text-xsmall {
  font-size: .8em; }

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-80 {
  width: 80%;
  display: block; }
  @media only screen and (max-width: 768px) {
    .img-80 {
      width: 100%; } }

.img-60 {
  width: 60%;
  display: block; }
  @media only screen and (max-width: 768px) {
    .img-60 {
      width: 100%; } }

.circle {
  border-radius: 50%; }

.border {
  border: 1px solid #0099bb;
  padding: 2em; }

.border-none {
  border: none !important; }

.border-top {
  border-top: 1px solid #888;
  padding-top: 1.5em;
  margin-top: 1.5em; }

.border-dotted-top {
  border-top: 1px dotted #888;
  padding-top: 1.5em;
  margin-top: 1.5em; }

.border-bottom {
  border-top: 1px solid #888;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }

.border-dotted-bottom {
  border-top: 1px dotted #888;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }

.border-bottom-solid {
  border-bottom-style: solid !important; }

.border-radius {
  border-radius: 20px; }
  @media only screen and (max-width: 960px) {
    .border-radius {
      border-radius: 12px; } }

.border-radius-lg {
  border-radius: 40px; }
  @media only screen and (max-width: 960px) {
    .border-radius-lg {
      border-radius: 24px; } }

.flex-center {
  display: flex;
  justify-content: center; }

.mgb0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.movie {
  position: relative;
  width: 100%;
  padding-top: 36.25%;
  margin-top: 80px; }
  @media only screen and (max-width: 960px) {
    .movie {
      margin-bottom: 1rem;
      margin-top: 48px;
      padding-top: 80%; } }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }

.map {
  position: relative;
  width: 100%;
  padding-top: 36.25%; }
  @media only screen and (max-width: 960px) {
    .map {
      margin-bottom: 1rem;
      padding-top: 160%; } }
  .map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  /*-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);*/ }

.visible-pc {
  display: block !important; }
  @media only screen and (max-width: 821px) {
    .visible-pc {
      display: none !important; } }

.hidden-pc {
  display: none !important; }
  @media only screen and (max-width: 821px) {
    .hidden-pc {
      display: block !important; } }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  background-color: #200; }

/* Tab */
.tab-list {
  font-size: 1.1em;
  margin-top: 40px; }
  @media only screen and (max-width: 821px) {
    .tab-list {
      margin: 8px 0 0px !important;
      font-size: 13px;
      line-height: 2; } }
  .tab-list li {
    font-weight: bold; }
    @media only screen and (max-width: 821px) {
      .tab-list li {
        display: inline-block;
        padding-right: .6em;
        margin-right: .6em;
        border-right: 1px solid #888;
        line-height: 1.1; }
        .tab-list li:last-child {
          border: none; } }

.tab-list .active, .tab-list-pc .active {
  font-weight: bold;
  text-decoration: underline; }

.tab-panel {
  display: none; }

.tab-panel.active {
  display: block;
  animation: fadeAnime 0.5s forwards; }

@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* header */
header {
  position: fixed;
  height: 90px;
  width: 100%;
  z-index: 99999;
  /*最前面へ*/ }
  @media only screen and (max-width: 821px) {
    header {
      height: 72px; } }

header.UpMove {
  animation: UpAnime 0.6s forwards; }

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-100px); } }
header.DownMove {
  animation: DownAnime 0.6s forwards; }

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*  */
.fadeIn {
  animation: fadeInAnime .6s forwards; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeInUp {
  animation: fadeInUpAnime .6s forwards; }

@keyframes fadeInUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.fadeInDown {
  animation: fadeInDownAnime .6s forwards; }

@keyframes fadeInDownAnime {
  from {
    opacity: 0;
    transform: translateY(-40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.zoom {
  animation: Zoom .6s forwards; }

@keyframes Zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.05, 1.05); } }
.thumbnail {
  overflow: hidden;
  display: block; }

/*# sourceMappingURL=base.css.map */
