@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2"); }
.flex {
  display: flex; }

.jcss {
  justify-content: start; }

.jcsc {
  justify-content: center; }

.jcsb {
  justify-content: space-between; }

.aic {
  align-items: center; }

.ais {
  align-items: start; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

@media only screen and (max-width: 468px) {
  .spdisnone {
    display: none !important; } }

.tdpd10 td {
  padding: 10px !important; }

li {
  list-style: none; }

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px; }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 60px; }
  @media only screen and (max-width: 959px) {
    #contents_wrap {
      margin-bottom: 6%; } }

#contents {
  width: 100%; }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

table {
  table-layout: auto; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfix table {
  table-layout: fixed; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

@media screen and (min-width: 469px) and (max-width: 959px) {
  .imgR, .imgL {
    /*max-width: 30% !important;*/ } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

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

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

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 959px) {
    header#global_header {
      margin-top: 32px;
      border-top: 0; } }

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1); } }
@keyframes zoom {
  50% {
    transform: scale(1.1); } }
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px; }
  @media only screen and (max-width: 959px) {
    #header {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  #header .box .logo {
    max-width: 340px; }
    @media screen and (min-width: 469px) and (max-width: 959px) {
      #header .box .logo {
        max-width: 250px;
        position: fixed;
        top: 1%;
        left: 2%;
        z-index: 999999; } }
    @media only screen and (max-width: 468px) {
      #header .box .logo {
        max-width: 200px;
        position: fixed;
        top: 4px;
        left: 2%;
        z-index: 999999; } }
  #header .box #nav_header {
    display: flex;
    align-items: center; }
    #header .box #nav_header li:nth-child(2) {
      margin-left: 1em; }
    @media only screen and (max-width: 959px) {
      #header .box #nav_header {
        position: fixed;
        top: 4px;
        right: 3rem;
        z-index: 999999; } }

.yoyaku::before {
  content: '完全予約制';
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0 6px;
  background-color: #3F9739;
  line-height: 26px;
  margin-right: 6px; }
@media only screen and (max-width: 959px) {
  .yoyaku {
    display: none; } }

.denwa {
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle; }
  .denwa::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 21px;
    background: url("../images/common/denwa.png") no-repeat center left/contain; }

.btn_mail {
  display: inline-block;
  padding: 6px 12px;
  color: #fff !important;
  background-color: #FA7D00;
  border-radius: 10px;
  transition: all 0.3s; }
  .btn_mail:hover {
    background-color: #3F9739; }

#nav_global {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0; }
  #nav_global ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    #nav_global ul .menu-sub {
      transition: all .2s ease-in;
      width: 100%;
      left: 0;
      text-align: center;
      position: absolute;
      background-color: #fffaf0;
      z-index: 9999; }
      #nav_global ul .menu-sub .menu_inner {
        flex-flow: row wrap;
        padding: 1em 0; }
        #nav_global ul .menu-sub .menu_inner li {
          margin: 0 .5em;
          border-right: 0px solid #4d3805; }
          #nav_global ul .menu-sub .menu_inner li:nth-child(1) {
            border-left: 0px solid #4d3805; }
          #nav_global ul .menu-sub .menu_inner li a {
            background-color: rgba(251, 134, 49, 0.3);
            padding: 6px 0;
            margin: 6px; }
    #nav_global ul li {
      flex: 0 0 calc(100% / 5);
      display: inline-block;
      border-right: 1px solid gray; }
      #nav_global ul li:nth-child(1) {
        border-left: 1px solid gray; }
      #nav_global ul li a {
        font-weight: 400;
        color: #333;
        display: inline-block;
        padding: 6px 0;
        transition: all 0.2s;
        width: 100%; }
        #nav_global ul li a:hover {
          color: #fff;
          background-color: #FA7D00;
          border-radius: 10px; }
        #nav_global ul li a span {
          font-size: 0.8em;
          text-align: center;
          padding: 3px; }

.mean-container .mean-bar {
  position: fixed !important;
  box-shadow: 0 2px 0.3px rgba(89, 73, 63, 0.1);
  background: #fff !important;
  /*バーの色*/ }
.mean-container .mean-nav {
  background: #fff !important;
  /*インナーの色*/ }
  .mean-container .mean-nav ul li a {
    color: #000 !important;
    border-top: 1px solid rgba(250, 125, 0, 0.5) !important; }
    .mean-container .mean-nav ul li a img {
      width: 26px;
      padding-right: 1em; }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0) !important; }
.mean-container a.meanmenu-reveal {
  color: #000 !important;
  /*batuの色*/ }
  .mean-container a.meanmenu-reveal span {
    background: #000 !important;
    /*ハンバーガーの色*/ }

#footer {
  max-width: 1920;
  margin: 0 auto;
  font-size: 14px; }
  #footer img {
    max-width: 340px; }
    @media only screen and (max-width: 468px) {
      #footer img {
        width: 250px; } }
  #footer address {
    padding: 1.5em 0; }
    @media only screen and (max-width: 468px) {
      #footer address {
        padding: 1em 0; } }
  #footer #nav_footer ul {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 959px) {
      #footer #nav_footer ul {
        display: none; } }
    #footer #nav_footer ul li {
      padding: 1em 6px; }

/****************** グーグルマップのもろもろ ***/
.ggmap {
  position: relative;
  padding-bottom: 18.229%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media only screen and (max-width: 468px) {
    .ggmap {
      padding-bottom: 35%; } }
  .ggmap iframe {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%; }

#copyright {
  background: #3F9739;
  line-height: 32px;
  color: #fff; }
  @media screen and (min-width: 469px) and (max-width: 959px) {
    #copyright {
      line-height: 60px; } }

#pagetop {
  width: 100px;
  height: 60px;
  position: fixed;
  right: 2%;
  bottom: 3%;
  background: #FA7D00;
  opacity: 0.6;
  border-radius: 15px;
  z-index: 9999; }
  #pagetop a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none; }
    #pagetop a::before {
      font-family: FontAwesome;
      content: '\f106';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -25px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }
    #pagetop a::after {
      content: 'PAGE TOP';
      font-size: 13px;
      color: #fff;
      position: absolute;
      top: 30px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }

/* box */
.home_td {
  margin-left: -7.6923076923% !important;
  display: inline-table; }
  @media screen and (min-width: 469px) and (max-width: 959px) {
    .home_td {
      margin-left: -7.6923076923% !important; } }
  @media only screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    z-index: 10;
    float: left;
    width: 42.3076923077% !important;
    margin-left: 7.6923076923% !important;
    margin-bottom: 30px !important; }
    @media screen and (min-width: 469px) and (max-width: 959px) {
      .home_td .box {
        width: 42.3076923077% !important;
        margin-left: 7.6923076923% !important;
        display: block; } }
    @media only screen and (max-width: 468px) {
      .home_td .box {
        width: 100% !important;
        margin-left: 0 !important; } }
    .home_td .box img {
      width: 100% !important;
      border-radius: 15px; }
    .home_td .box .cont_titl {
      display: block;
      margin: 30px 0 10px; }
      .home_td .box .cont_titl h3 {
        font-size: 25px;
        font-weight: bold; }
        @media only screen and (max-width: 468px) {
          .home_td .box .cont_titl h3 {
            font-size: 20px; } }
        .home_td .box .cont_titl h3:first-letter {
          font-size: 35px;
          color: #ef9916; }
          @media only screen and (max-width: 468px) {
            .home_td .box .cont_titl h3:first-letter {
              font-size: 30px; } }

table th, table td {
  border: none; }

.jump {
  padding-top: 12px;
  margin-top: -12px; }
  @media only screen and (max-width: 959px) {
    .jump {
      padding-top: 60px;
      margin-top: -60px; } }

.innerL {
  max-width: 1920px;
  margin: 0 auto; }

.innerM {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 959px) {
    .innerM {
      padding: 0 0.375rem; } }

.innerS {
  max-width: 1000px;
  margin: 0 auto; }

.innre_t {
  max-width: 700px;
  height: auto; }
  @media only screen and (max-width: 468px) {
    .innre_t {
      margin: 30px auto 0 auto; } }

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.handle01 {
  margin: 0 auto !important; }

.font20 {
  font-size: 20px; }

@media only screen and (max-width: 959px) {
  .sp_non {
    display: none; } }

.tc {
  text-align: center; }

.shadow {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }

.font_bb {
  font-size: 1.2em;
  font-weight: bold; }

@media only screen and (max-width: 468px) {
  .sp_cent {
    text-align: center !important; }

  .sp_left div {
    text-align: left !important; }

  .rel_br br {
    display: none; }

  .tl div {
    text-align: left !important; } }
/****************************** main画像のもろもろ ***/
#main_area {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  height: 680px;
  background: url("../images/common/main01.jpg") no-repeat top left/cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 30px;
  box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 469px) and (max-width: 959px) {
    #main_area {
      background: url("../images/common/main01_tab.jpg") no-repeat top left/cover; } }
  @media only screen and (max-width: 468px) {
    #main_area {
      width: 100vw;
      height: auto;
      min-height: calc(100vh - 40px);
      background-size: cover;
      background-position: center;
      background-image: url("../images/common/main01_sp.jpg");
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px;
      box-sizing: border-box; } }
  #main_area p {
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    position: absolute;
    height: 500px;
    bottom: 3%;
    left: 50%;
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: 0.75rem; }
    @media screen and (min-width: 469px) and (max-width: 959px) {
      #main_area p {
        text-shadow: 2px 2px 9px #000;
        font-size: 2rem;
        line-height: 2.25rem; } }
    @media only screen and (max-width: 468px) {
      #main_area p {
        text-shadow: 2px 2px 9px #000;
        font-size: 1.25rem;
        line-height: 1.6rem; } }

.slick-prev, .slick-next {
  z-index: 100;
  height: auto !important;
  width: auto !important; }

.slick-prev {
  left: 18% !important; }
  @media screen and (min-width: 469px) and (max-width: 959px) {
    .slick-prev {
      width: 50px !important; } }

.slick-next {
  right: 18% !important; }
  @media screen and (min-width: 469px) and (max-width: 959px) {
    .slick-next {
      width: 50px !important; } }

.slick-prev:before, .slick-next:before {
  display: none; }

/****************************** main画像のもろもろ ここまで***/
.head_top h1 {
  color: #6E5748;
  line-height: 1.6em;
  font-size: 2rem;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .head_top h1 {
      font-size: 1.5rem;
      text-align: left !important; } }
.head_top h2 {
  text-align: center;
  position: relative;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  padding: 2.5rem;
  background: #3F9739; }
  @media only screen and (max-width: 468px) {
    .head_top h2 {
      font-size: 1.5rem;
      line-height: 1.75rem;
      padding: 1rem 0.5rem; } }
  .head_top h2::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 20px solid transparent;
    border-top: 24px solid #3F9739;
    width: 0;
    height: 0; }
.head_top h3 {
  font-size: 1.75rem;
  font-weight: bold;
  padding: 6px; }
  @media only screen and (max-width: 468px) {
    .head_top h3 {
      font-size: 1.5rem; } }

.h_big h2 {
  font-size: 1.75rem;
  font-weight: bold;
  padding: 6px; }
  @media only screen and (max-width: 468px) {
    .h_big h2 {
      font-size: 1.25rem; } }

/****************************** textカラー変更 ここ***/
.color01 {
  color: #6E5748; }

/****************************** textカラー変更 まで***/
.h_stripe h2 {
  color: #6E5748;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1em; }
  @media only screen and (max-width: 468px) {
    .h_stripe h2 {
      font-size: 1.5rem; } }
  .h_stripe h2::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-repeating-linear-gradient(-45deg, #3f9739, #3f9739 2px, #84bd80 2px, #84bd80 4px);
    background: repeating-linear-gradient(-45deg, #3f9739, #3f9739 2px, #84bd80 2px, #84bd80 4px);
    border-radius: 2px; }

.midashi_sub {
  /*h2{
  	color: #6E5748; font-size: 2rem; font-weight: bold;
  	line-height: 3rem;
  	.greenline {
  		background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #61E657 70%) no-repeat scroll 0 0;
  	}
  }*/ }
  .midashi_sub h1 {
    text-align: center;
    position: relative;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    padding: 3.5rem;
    background: #3F9739; }
    @media only screen and (max-width: 468px) {
      .midashi_sub h1 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        padding: 2rem 0.5rem; } }
    .midashi_sub h1::after {
      position: absolute;
      content: '';
      top: 100%;
      left: calc(50% - 22px);
      border: 20px solid transparent;
      border-top: 24px solid #3F9739;
      width: 0;
      height: 0; }
  .midashi_sub h2, .midashi_sub h3 {
    /* ストライプの下線 */
    color: #6E5748;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    width: auto;
    height: 50px;
    position: relative; }
    @media only screen and (max-width: 468px) {
      .midashi_sub h2, .midashi_sub h3 {
        font-size: 1.25rem;
        height: 42px; } }
    .midashi_sub h2::after, .midashi_sub h3::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 6px;
      background: -webkit-repeating-linear-gradient(-45deg, #3f9739, #3f9739 2px, #84bd80 2px, #84bd80 4px);
      background: repeating-linear-gradient(-45deg, #3f9739, #3f9739 2px, #84bd80 2px, #84bd80 4px);
      border-radius: 2px; }

.greenline {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #a4ddbd 70%) no-repeat scroll 0 0;
  border-radius: 2px; }

.pankuzu {
  font-size: 13px;
  margin: 20px auto; }
  .pankuzu a {
    color: #f1b220 !important; }
  @media only screen and (max-width: 959px) {
    .pankuzu {
      display: none; } }

/****************************** bottonの諸々 ここから***/
.btn_gre {
  display: inline-block;
  max-width: 320px;
  color: #FFF !important;
  font-size: 1.125rem;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  padding: 1rem 7rem;
  border-radius: 10px;
  background-color: #3F9739;
  position: relative;
  transition: all 0.3s; }
  @media only screen and (max-width: 468px) {
    .btn_gre {
      font-size: 1rem; } }
  .btn_gre::after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -12px; }
  .btn_gre:hover {
    background-color: #FA7D00; }

.btn_greW {
  display: inline-block;
  width: 100%;
  color: #FFF !important;
  font-size: 1.125rem;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  padding: 1rem 7rem;
  border-radius: 10px;
  background-color: #3F9739;
  position: relative;
  transition: all 0.3s; }
  @media only screen and (max-width: 468px) {
    .btn_greW {
      font-size: 1rem; } }
  .btn_greW::after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -12px; }
  .btn_greW:hover {
    background-color: #FA7D00; }

.point {
  color: #fff;
  font-size: 18px;
  padding: 1px 1em;
  border-radius: 30px;
  background-color: #FA7D00; }
  @media only screen and (max-width: 468px) {
    .point {
      font-size: 15px; } }

/****************** flexboxのもろもろ ***/
.cont {
  display: flex;
  flex-flow: row wrap; }
  @media screen and (min-width: 469px) and (max-width: 959px) {
    .cont {
      justify-content: center; } }
  .cont .box3 {
    width: calc((100% / 3) - 8px);
    margin: 20px 4px; }
    @media screen and (min-width: 469px) and (max-width: 959px) {
      .cont .box3 {
        width: calc((100% / 2) - 8px); } }
    @media only screen and (max-width: 468px) {
      .cont .box3 {
        width: 100%;
        text-align: center; } }
  .cont .box2 {
    width: calc((100% / 2) - 8px);
    margin: 20px 4px; }
    @media only screen and (max-width: 468px) {
      .cont .box2 {
        width: 100%;
        margin: 0 0 1rem; } }
  .cont li {
    width: calc((100% / 3) - 30px);
    margin: 18px 15px; }
    @media screen and (min-width: 469px) and (max-width: 959px) {
      .cont li {
        width: calc((100% / 2) - 30px);
        margin: 18px 15px;
        text-align: center; } }
    @media only screen and (max-width: 468px) {
      .cont li {
        width: 100%;
        margin: 6px 6px;
        text-align: center; } }

@media only screen and (max-width: 468px) {
  .ireko {
    flex-wrap: wrap-reverse; } }

.marg01 {
  margin: 1em 0.5em; }

.cont_btn {
  /* トップ 2カラム イメージボタン用 */
  justify-content: space-between; }
  @media only screen and (max-width: 959px) {
    .cont_btn {
      justify-content: center; } }
  .cont_btn .box {
    display: block;
    position: relative;
    width: auto;
    height: auto; }
    @media only screen and (max-width: 959px) {
      .cont_btn .box {
        padding: 12px 0; } }
    .cont_btn .box img {
      transition: all 0.4s ease 0s; }
      .cont_btn .box img:hover {
        cursor: pointer;
        transform: scale(1.1, 1.1); }
    .cont_btn .box .btn_img {
      display: block;
      width: 100%;
      height: 55px;
      background-color: rgba(63, 151, 57, 0.6);
      text-align: center;
      line-height: 55px;
      color: #fff;
      font-size: 1.625rem;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 959px) {
        .cont_btn .box .btn_img {
          bottom: 12px; } }

.img_3col {
  justify-content: center; }
  .img_3col .box {
    flex: 0 0 calc((100% / 3) - 12px);
    padding: 3px 6px; }
    @media only screen and (max-width: 468px) {
      .img_3col .box {
        flex: 0 0 100%;
        padding: 3px 3px; } }

/****************** フレックスボックスのもろもろ ここまで　***/
.check ul li {
  width: 90%;
  border-bottom: 2px dashed gray;
  font-weight: bold;
  text-align: left; }
  .check ul li::before {
    font-family: 'Font Awesome 5 pro';
    content: "\f14a";
    font-weight: 400;
    color: #FA7D00; }

.banner01 {
  background-image: url("../images/common/banner.jpg");
  background-size: cover;
  padding-top: 36.2%; }
  @media only screen and (max-width: 468px) {
    .banner01 {
      background-image: url("../images/common/banner_sp.jpg");
      padding-top: 109%; } }

.yutai {
  max-width: 1200px;
  position: relative; }
  .yutai table {
    border-collapse: separate;
    border-spacing: 26px;
    max-width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    position: relative; }
    @media only screen and (max-width: 468px) {
      .yutai table {
        border-spacing: 16px; } }
    .yutai table h2 {
      color: #6E5748;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      padding: 0 55px; }
      @media only screen and (max-width: 468px) {
        .yutai table h2 {
          font-size: 1.5rem; } }
      .yutai table h2::before, .yutai table h2::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        max-width: 400px;
        width: 40%;
        height: 5px;
        background: -webkit-repeating-linear-gradient(-45deg, #3f9739, #3f9739 2px, #84bd80 2px, #84bd80 4px);
        background: repeating-linear-gradient(-45deg, #3f9739, #3f9739 2px, #84bd80 2px, #84bd80 4px); }
        @media screen and (min-width: 469px) and (max-width: 959px) {
          .yutai table h2::before, .yutai table h2::after {
            width: 30%; } }
        @media only screen and (max-width: 468px) {
          .yutai table h2::before, .yutai table h2::after {
            width: 18%; } }
      .yutai table h2::before {
        left: 0; }
      .yutai table h2::after {
        right: 0; }
    .yutai table .menuT {
      font-size: 1.5em;
      font-weight: bold;
      max-width: 530px;
      padding: 20px 0 !important;
      background-color: #3F9739; }
      @media screen and (min-width: 469px) and (max-width: 959px) {
        .yutai table .menuT {
          font-size: 1.3em; } }
      @media only screen and (max-width: 468px) {
        .yutai table .menuT {
          font-size: 1.25em; } }

.balloon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }
  .balloon span {
    font-size: 1.7em;
    font-weight: bold;
    color: #fff;
    position: relative;
    /* 三角の位置を固定するために設定 */
    display: inline-block;
    padding: 0 30px;
    width: auto;
    min-width: 160px;
    height: 60px;
    line-height: 56px;
    background: #FA7D00;
    border-radius: 3px;
    text-align: center;
    z-index: 0; }
    @media only screen and (max-width: 468px) {
      .balloon span {
        font-size: 1em;
        height: 45px;
        line-height: 45px; } }
    .balloon span::before {
      /* 三角の部分 */
      content: '';
      position: absolute;
      bottom: -28px;
      left: 50%;
      margin-left: -14px;
      border: 14px solid transparent;
      border-top-color: #FA7D00; }

/****************** トップ お知らせのもろもろ ***/
.info {
  overflow: auto;
  height: 320px; }
  .info dl {
    display: block !important; }
    .info dl dt {
      border: none !important;
      background-color: #fff !important; }
    .info dl dd {
      border: none !important;
      border-bottom: 1px dashed gray !important;
      text-align: left;
      padding: 12px !important; }

/****************** トップ　予約・問い合わせのもろもろ ***/
.back_img01 {
  background: url("../images/common/back_img.jpg") no-repeat top left/cover;
  width: 100%;
  height: auto;
  padding: 5rem 0; }
  @media only screen and (max-width: 468px) {
    .back_img01 {
      padding: 0 0; } }

.back_color {
  background-color: rgba(255, 255, 255, 0.6); }

.yoyakuB::before {
  content: '完全予約制';
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 6px 6px;
  background-color: #3F9739;
  line-height: 26px; }

.denwaB {
  font-size: 2.25rem;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .denwaB {
      font-size: 1.75rem; } }
  .denwaB::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 33px;
    background: url(../images/common/denwa.png) no-repeat center left/contain;
    margin-right: 0.5rem; }
    @media only screen and (max-width: 468px) {
      .denwaB::before {
        width: 26px;
        height: 21px; } }

.btn_mailB {
  font-size: 1.25rem;
  display: inline-block;
  width: 260px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff !important;
  background-color: #FA7D00;
  border-radius: 10px;
  transition: all 0.3s; }
  .btn_mailB:hover {
    background-color: #3F9739; }

.insta .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
  border: 0px solid #ccc; }
  .insta .sns_list > div {
    width: calc(100% / 3);
    border-bottom: 0px dashed #ccc; }
    @media only screen and (max-width: 468px) {
      .insta .sns_list > div {
        width: calc(100% / 2); } }
    .insta .sns_list > div .sns_photo {
      width: 100%;
      padding: 4px; }
.insta .sns_text {
  display: none; }

/****************** プライバシーポリシーのもろもろ ***/
.policy-wrap {
  text-align: center; }
  .policy-wrap a {
    color: #FA7D00 !important; }

/* ポップアップウインドウの設定 */
.privacy {
  max-width: 800px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9); }
  @media screen and (min-width: 469px) and (max-width: 959px) {
    .privacy {
      width: 95%; } }
  .privacy h3 {
    margin-top: 16px;
    border-left: 4px solid #FA7D00;
    color: #333;
    padding-left: 8px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold; }
  .privacy p {
    margin: 10px 0 25px;
    font-size: 14px; }

/****************** プライバシーポリシーのもろもろ ここまで ***/
/****************** 404エラーのもろもろ ***/
.center {
  text-align: center; }

.title_404 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  padding: 42px 0 12px; }

.text_404 {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: -0.03em;
  padding-bottom: 36px; }
  @media only screen and (max-width: 468px) {
    .text_404 {
      text-align: left !important; }
      .text_404 br {
        display: none; } }

.btn_404 {
  display: inline-block;
  color: #FFF !important;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  padding: 0.6em 1.3em;
  border-radius: 2px;
  background-color: #3F9739; }

.btn_color {
  background-color: #b0002d; }

/* ripple effect CSSだけのやつ*/
.ripple {
  position: relative;
  overflow: hidden; }

.ripple:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 500%;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(250, 250, 250, 0.7);
  transition: opacity 200ms, width 120ms, height 120ms; }

.ripple:active:after {
  content: "";
  width: 0;
  height: 0;
  opacity: 1;
  transition: opacity 0s, width 0s, height 0s; }

/****************** 404エラーのもろもろ　ここまで ***/
/****************** メールフォーム送信後のもろもろ ***/
section div.form_wrap.message {
  max-width: 1200px;
  margin: 3rem auto;
  border: 1px solid #3F9739; }

/****************** アンダーライン登場！のもろもろ ***/
.hover_under {
  display: inline-block;
  position: relative;
  text-decoration: none; }
  .hover_under::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #003e6c;
    transition: all 0.3s ease 0s; }
  .hover_under:hover {
    cursor: pointer; }
  .hover_under:hover::after {
    width: 100%; }

/****************** アンダーライン登場！のもろもろ ここまで　***/
/****************** 大きくなっちゃった！のもろもろ ***/
.hover_big {
  transition: all 0.6s ease 0s; }
  .hover_big:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1); }

/****************** 大きくなっちゃった！のもろもろ ここまで　***/
/****************** 色変わるんです！のもろもろ ***/
.hover_color {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s; }
  .hover_color:hover {
    background: #003e6c;
    color: #fff; }

/****************** 色変わるんです！のもろもろ ここまで　***/

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