@charset "UTF-8";
@media screen and (min-width: 680px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
@media screen and (max-width: 680px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.item:nth-child(1) {
  -webkit-animation: fadein 1.5s ease 0.1s 1 forwards;
  animation: fadein 1.5s ease 0.1s 1 forwards; }

.item:nth-child(2) {
  -webkit-animation: fadein 1.5s ease 0.2s 1 forwards;
  animation: fadein 1.5s ease 0.2s 1 forwards; }

.item:nth-child(3) {
  -webkit-animation: fadein 1.5s ease 0.3s 1 forwards;
  animation: fadein 1.5s ease 0.3s 1 forwards; }

.item:nth-child(4) {
  -webkit-animation: fadein 1.5s ease 0.4s 1 forwards;
  animation: fadein 1.5s ease 0.4s 1 forwards; }

.item:nth-child(5) {
  -webkit-animation: fadein 1.5s ease 0.5s 1 forwards;
  animation: fadein 1.5s ease 0.5s 1 forwards; }

.item:nth-child(6) {
  -webkit-animation: fadein 1.5s ease 0.6s 1 forwards;
  animation: fadein 1.5s ease 0.6s 1 forwards; }

/*---------------
Reset
---------------*/
/* 
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;
  font-weight: normal; }

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,
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; }

/*---------------
Layout
---------------*/
/*--------------------
Common Style 
--------------------*/
/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.clearline {
  clear: both;
  margin: 50px 0;
  border: none;
  border-bottom: 1px dotted #40220F; }

.clearwhite {
  clear: both;
  margin: 50px 0;
  border: none;
  border-bottom: 1px dotted #fff;
  opacity: 0; }

/* display none */
.displaynone {
  display: none; }

.display-none {
  display: none; }

@media screen and (max-width: 399px) {
  .display-none-sm {
    display: none; } }
@media screen and (max-width: 767px) {
  .display-none-md {
    display: none; } }
@media screen and (max-width: 999px) {
  .display-none-lg {
    display: none; } }
@media screen and (max-width: 1199px) {
  .display-none-xl {
    display: none; } }
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-size: 1.5rem;
  line-height: 180%;
  background: #fff;
  color: #231815; }

a:hover {
  opacity: .7;
  text-decoration: none; }

/*スマホの場合は画像幅を100%に*/
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto; } }

@media screen and (min-width: 768px) {
  .wrap {
    width: 1270px;
    margin: 0 auto; } }

/*Header*/
#header {
  background: #fff; }
  #header .headerwrap {
    text-align: center;
    min-height: 50px;
    padding: 0; }
    @media screen and (min-width: 768px) {
      #header .headerwrap {
        width: 1270px;
        margin: 0 auto;
        position: relative; } }

#topheader .headerwrap {
  text-align: center;
  padding: 0; }
  @media screen and (min-width: 768px) {
    #topheader .headerwrap {
      width: 100%;
      margin: 0 auto;
      position: relative; } }
#topheader .toplogowrap {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%; }
@media screen and (min-width: 768px) {
  #topheader .navbar {
    position: absolute;
    z-index: 100;
    top: 140px;
    margin: 10px auto;
    width: 100%; } }
@media screen and (max-width: 767px) {
  #topheader .navbar {
    position: absolute;
    z-index: 200;
    top: 100px; } }
@media screen and (min-width: 768px) {
  #topheader .contactBtn {
    background: rgba(255, 255, 255, 0.7); } }

@media screen and (max-width: 767px) {
  h1.navbar-brand img {
    width: 50%; } }
@media screen and (min-width: 768px) {
  h1.navbar-brand img {
    padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    color: #40220F;
    border: 2px solid #40220F;
    padding: 12px 5px;
    margin: -60px 0 0 10px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px; } }

/*グローバルナビ*/
@media screen and (min-width: 768px) {
  nav.navbar {
    background: #FFDB27;
    opacity: .7; } }

@media screen and (max-width: 767px) {
  div#menu {
    background: #fff;
    opacity: .7;
    width: 100%; } }

.navbar-light .navbar-nav .nav-link {
  color: #40220F; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #40220F;
    opacity: 0.8; }

ul.navbar-nav {
  color: #fff; }
  @media screen and (min-width: 768px) {
    ul.navbar-nav {
      width: 1270px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    ul.navbar-nav li {
      border-bottom: 1px dotted #fff;
      padding: 5px; }
      ul.navbar-nav li:last-child {
        border: none; } }

/*Footer*/
footer {
  background: #afa28f;
  padding: 10px 0 0 0;
  clear: both;
  text-align: center;
  color: #fff; }
  footer a {
    color: #40220F; }
  footer img.footerlogo {
    margin: 10px;
    padding-top: 100px; }
    @media screen and (max-width: 767px) {
      footer img.footerlogo {
        width: 50%; } }
  footer .footertext {
    background: #40220F;
    width: 100%;
    padding: 20px 10px;
    margin: 10px 0 0 0; }
  footer .footerbtn a {
    display: block;
    background: #fff;
    color: #40220F;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      footer .footerbtn a {
        width: 600px;
        margin: 10px auto; } }
  footer ul li {
    display: inline; }
    footer ul li a {
      color: #fff; }
      footer ul li a:hover {
        color: #fff;
        opacity: .7; }

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: #40220F;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 300; }
  #page_top a {
    color: #fff;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
  #page_top a:hover {
    text-decoration: none; }

/*Wordpressネイティブ*/
/* editor */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

/* img */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*--------------------
Toppage Slideshow
--------------------*/
.main_imgBox {
  height: 720px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .main_imgBox {
      width: 100%;
      height: 250px; }
      .main_imgBox div.main_img {
        background-size: 120%;
        background-position: top; } }

.main_logo {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .main_logo {
      width: 70%; } }

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

.main_imgM {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

.main_imgM:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.main_imgM:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.main_imgM:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_imgM:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.main_imgM:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

@keyframes anime {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }
@-webkit-keyframes anime {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }
/*---------------
Main
---------------*/
/*Common*/
/*汎用スタイル*/
.btitle {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px auto 30px auto;
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: -o-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
  width: fit-content;
  text-align: center; }

.ltitle {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 10px;
  margin: 30px;
  border-bottom: 2px solid #AACC03; }

/*ボタン*/
.detailBtn {
  width: 70%;
  margin: 20px auto; }
  .detailBtn a {
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    background: #40220F;
    border-radius: 20px;
    font-size: 20px;
    font-size: 2rem; }

@media screen and (min-width: 768px) {
  section#main {
    margin: 50px; } }

div.entryBody {
  text-align: left;
  margin: 20px 10px; }
  @media screen and (min-width: 768px) {
    div.entryBody {
      width: 80%;
      margin: 40px auto;
      min-height: 500px; } }
  div.entryBody h1 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #40220F;
    text-align: center; }
  div.entryBody h2 {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 20px 0 20px 0;
    color: #40220F; }
  div.entryBody h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #40220F; }
  div.entryBody h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0; }
  div.entryBody h5 {
    margin: 10px 0;
    color: #40220F; }
  div.entryBody ul li {
    list-style: none; }
  div.entryBody p {
    padding: 10px 0; }
  div.entryBody ol li {
    margin-left: 20px; }
  div.entryBody table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto; }
    @media screen and (min-width: 768px) {
      div.entryBody table {
        width: 800px; } }
    div.entryBody table th {
      background: #F6F2EB;
      padding: 10px;
      color: #603813;
      border: 1px solid #E2E0DA; }
      @media screen and (min-width: 768px) {
        div.entryBody table th {
          width: 200px; } }
      @media screen and (max-width: 767px) {
        div.entryBody table th {
          display: block;
          text-align: center; } }
    div.entryBody table td {
      text-align: left;
      padding: 10px;
      border: 1px solid #E2E0DA; }
      @media screen and (min-width: 768px) {
        div.entryBody table td {
          width: 600px; } }
      @media screen and (max-width: 767px) {
        div.entryBody table td {
          display: block; } }

/*Toppage*/
@media screen and (min-width: 768px) {
  #mainimg {
    width: 1270px;
    margin: 0 auto; } }
#mainimg img {
  width: 100%; }

.topmenu {
  margin: 20px auto; }
  @media screen and (min-width: 768px) {
    .topmenu {
      width: 1150px; } }

.topcontents {
  margin: 20px auto; }
  @media screen and (min-width: 768px) {
    .topcontents {
      width: 1150px; } }

ul.newsList li {
  list-style: none;
  border-bottom: 1px solid #B28247;
  padding: 10px; }
  ul.newsList li a {
    color: #40220F; }

div.topimgwrap {
  position: relative;
  margin: 30px auto; }
  @media screen and (max-width: 767px) {
    div.topimgwrap {
      height: 450px;
      width: 100%; } }

/*facebook埋め込み*/
@media screen and (min-width: 768px) {
  div.fbwrap {
    width: 340px;
    margin: 20px auto; } }

/*GoogleMap埋め込みレスポンシブ*/
@media screen and (max-width: 767px) {
  .iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 75%; }

  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
/*Pages*/
/*ページのヘッダ背景*/
div.pagetitlebg {
  background: url("../img/topslide1.jpg") no-repeat center #000;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    div.pagetitlebg {
      height: 100px;
      margin: 0; }
      div.pagetitlebg h1 {
        width: 50%;
        margin: 0 auto;
        padding: 50px 0 0 0;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        color: #fff; } }
  @media screen and (max-width: 767px) {
    div.pagetitlebg {
      min-height: 60px; }
      div.pagetitlebg h1 {
        width: 80%;
        margin: 0 auto;
        font-size: 20px;
        font-size: 2rem;
        color: #fff; } }

div.pagetitlebgmikan {
  background: url("../img/bgmikan.jpg") no-repeat center #000;
  background-size: cover; }

div.pagetitlebgbudou {
  background: url("../img/bgbudou.jpg") no-repeat center #000;
  background-size: cover; }

div.pagetitlebgshop {
  background: url("../img/bgshop.jpg") no-repeat center #000;
  background-size: cover; }

div.pagetitlebgabout {
  background: url("../img/bgabout.jpg") no-repeat center #000;
  background-size: cover; }

div.pagetitlebggolf {
  background: url("../img/bggolf.jpg") no-repeat center #000;
  background-size: cover; }

div.pagetitlebgbbq {
  background: url("../img/bgbbq.jpg") no-repeat center #000;
  background-size: cover; }

div.pagetitlebgcontact {
  background: url("../img/bgcontact.jpg") no-repeat center #000;
  background-size: cover; }

div.pagetitlebgenglish {
  background: url("../img/bgenglish.jpg") no-repeat center #000;
  background-size: cover; }

@media screen and (min-width: 768px) {
  div.shopLink {
    width: 867px;
    margin: 10px auto; } }

/*個別ページ下部共通*/
div.commonbox p.footerContact {
  background: #C30D23;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem; }
  div.commonbox p.footerContact a {
    color: #fff; }
div.commonbox h2 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 3px solid #8FC31F;
  margin-top: 20px;
  padding: 5px 0; }
  div.commonbox h2 span {
    font-size: 72%;
    color: #8FC31F; }
div.commonbox ul span {
  color: #8FC31F; }

a {
  text-decoration: none; }

body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden; }

.inner {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px; }

.section {
  padding: 100px 0; }

.heading {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center; }

.lead {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px; }

.btn {
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  max-width: 150px;
  background-color: #888;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px; }
  .btn:hover {
    background-color: #f2f2f2;
    color: #888; }

.header {
  height: 50px;
  width: 100%;
  background-color: #333; }
  .header > .inner {
    display: flex;
    justify-content: space-between; }
  .header__logo {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px; }
  .header__menu {
    display: flex; }
  .header__item a {
    display: block;
    font-size: 16px;
    color: #f2f2f2;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box; }
    .header__item a:hover {
      background: #f2f2f2;
      color: #333; }

.mv {
  background-color: rgba(0, 0, 0, 0.6); }
  .mv > .inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  .mv .heading {
    color: #f2f2f2; }
  .mv .lead {
    color: #f2f2f2; }

.works {
  background-color: #eee; }
  .works .container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .works .container .item {
      width: 50%; }

.blog__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
.blog__item {
  width: calc(33.3333% - 20px);
  box-shadow: 1px 2px 6px #eee;
  box-sizing: border-box;
  padding: 20px 10px;
  transition: all 0.4s; }
  .blog__item + .blog__item {
    margin-left: 30px; }
  .blog__item:hover {
    box-shadow: 1px 6px 12px #ccc;
    transform: translateY(-5px); }
  .blog__item a {
    color: #333;
    display: flex;
    flex-direction: column; }
    .blog__item a .blog__top {
      margin-top: 10px;
      order: 2; }
    .blog__item a img {
      width: 100%;
      height: auto;
      order: 1; }
    .blog__item a .title {
      font-size: 20px;
      font-weight: bold; }

/*  アニメーションスタイル
-------------------------------------------*/
.slide-left {
  position: relative;
  left: 100vw;
  transition: left 860ms ease-in-out; }
  .slide-left.is-show {
    left: 16%; }

.slide-right {
  position: relative;
  right: 100vw;
  transition: right 860ms ease-in-out; }
  .slide-right.is-show {
    right: 16%; }

.slide-up {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: top 860ms,opacity 1s; }
  .slide-up.is-show {
    top: 0;
    opacity: 1; }

.bg-open-right {
  position: relative;
  z-index: 0; }
  .bg-open-right::after {
    content: "";
    background: #42c9b4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: left 860ms ease-in-out; }
  .bg-open-right.is-show::after {
    left: 100vw; }

.bg-open-left {
  position: relative;
  z-index: 0; }
  .bg-open-left::after {
    content: "";
    background: #ff512b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transition: right 860ms ease-in-out; }
  .bg-open-left.is-show::after {
    right: 100vw; }
