@charset "UTF-8";
/* tkc Document */
@import url(normalize.css);
/* tkc Document */
/*=======================================================
    reset
========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 62.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 58.5%; } }

body {
  font-size: 1.6rem;
  height: 100%;
  color: #131313;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  background: url(/wp-content/themes/TKC/images/bg_main.jpg) repeat-y top center/cover; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.6rem;
      line-height: 1.8; } }

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

@media screen and (min-width: 1101px) {
  .sp {
    display: none !important; } }

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

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

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

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

.text-left {
  text-align: left; }

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

a {
  color: #131313; }

a:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.veg-movie {
  width: 100%;
  max-width: 800px; }

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  width: 100%;
  height: 98px; }
  @media screen and (max-width: 767px) {
    header {
      height: 85px; } }
  header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: nyuru 0.5s;
    background: url(/wp-content/themes/TKC/images/bg_main.jpg) no-repeat top center/cover; }

@keyframes nyuru {
  0% {
    margin-top: -158px; }
  100% {
    margin-top: 0; } }
  @media screen and (max-width: 767px) {
    @keyframes nyuru {
      0% {
        margin-top: -78px; }
      100% {
        margin-top: 0; } } }

    #main_img {
      position: relative;
    }
    
    .slide {
      position: relative;
    }
    
    .slide img {
      width: 100%;
      height: auto;
      display: block;
    }
    
    .slide-caption {
      position: absolute;
      bottom: 50%;
      left: 40%;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      padding: 20px 30px;
      border-radius: 8px;
      max-width: 100%;
      z-index: 10;
    }
    
    .slide-caption h2 {
      font-size: 5rem;
      margin-bottom: 20px;
    }
    
    .slide-caption p {
      font-size: 3rem;
      margin: 0;
    }
    
    @media (max-width: 768px) {
      .slide-caption {
        bottom: 5%;
        left: 5%;
        padding: 15px 20px;
      }
    
      .slide-caption h2 {
        font-size: 1.5rem;
      }
    
      .slide-caption p {
        font-size: 1rem;
      }
    }

  header .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    header .inner nav {
      padding-right: 15%;
      text-align: right;
      line-height: 1.8;
	  position: relative;
	}
      header .inner nav .telnum {
        font-size: 3.0rem; }
        header .inner nav .telnum span {
          font-size: 1.6rem; }
      header .inner nav .gnav {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end; }
        header .inner nav .gnav li {
          font-size: 1.7rem;
          text-align: center; }
          header .inner nav .gnav li a {
            text-decoration: none;
            line-height: 1.6;
            color: #131313;
            display: flex;
            align-items: center; }
            header .inner nav .gnav li a:hover {
              color: #4682B4; }
            header .inner nav .gnav li a.current {
              color: #4682B4; }

          nav {
            position: relative;
            z-index: 10;
          }

          .gnav {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            gap: 20px;
          }

          .gnav > li {
            position: relative;
          }

          .gnav > li > a {
            display: block;
            padding: 12px 16px;
            text-decoration: none;
            color: #333;
            font-weight: bold;
          }

          .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            list-style: none;
            padding: 0;
            margin: 0;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            z-index: 1000;
            min-width: 200px;
          }

          .submenu li a {
            display: block;
            padding: 10px 14px;
            text-decoration: none;
            color: #333;
            background: #fff;
            white-space: nowrap;
            width: 100%;
            box-sizing: border-box;
            text-decoration: none;
          }

          .submenu li a:hover {
            background: #f0f0f0;
          }

          .gnav > li:hover .submenu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
          }

.more img{
  width:130px;    
}

.readmore{
  width:130px;    
}

  @media screen and (max-width: 767px) {
    .gnav {
      display: block;
    }}
    header .inner .contact_btn {
      width: 192px;
      height: 98px;
      position: absolute;
      top: 0;
      right: 0; }
      header .inner .contact_btn a {
        padding-top: 30px;
        line-height: 110%;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: #4682B4;
        text-decoration: none;
        color: #fff;
        font-size: 3rem;
        text-align: center; }
        header .inner .contact_btn a span {
          font-size: 1.3rem;
          display: block; }
  header .sp .logo {
    position: absolute;
    left: 10px;
    top: 10px; }
  header .sp .contact_btn {
    margin: 20px 30px 0; }
    header .sp .contact_btn a {
      padding: 15px;
      line-height: 110%;
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      background: #4682B4;
      text-decoration: none;
      color: #fff;
      font-size: 1.8rem;
      text-align: center; }
      header .sp .contact_btn a span {
        font-size: 1.3rem;
        display: block; }
  header .menu-trigger,
  header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff; }
  header .menu-trigger {
    width: 50px;
    height: 50px;
    float: right;
    position: fixed;
    top: 2%;
    right: 1%;
    z-index: 9999;
    background: #4682B4;
    transform: scale(0.8); }
  header .menu-trigger span {
    width: 30px;
    height: 3px;
    margin: auto auto auto 10px;
    position: absolute;
    background-color: #fff; }
  header .menu-trigger span:nth-of-type(1) {
    top: 15px; }
  header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0; }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 15px; }
  header .menu-trigger.active {
    background: #fff; }
  header .menu-trigger.active span {
    background-color: #4682B4; }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg); }
  header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f2e7e6;
    display: none;
    text-align: center; }
    header #overlay h1 {
      text-align: center;
      margin-bottom: 10px; }
    header #overlay .info {
      font-size: 1.4rem;
      text-align: center; }
  header #overlay ul {
    width: 100%;
    margin: 10px 0 10px; }
  header #overlay ul li {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px; }
  header #overlay ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
    header #overlay ul li a span {
      display: none; }
footer {
  background: #4682B4; }
  footer .inner {
    padding: 30px 0 20px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1101px) {
      footer .inner {
        padding: 30px 15px; } }
    footer .inner .info {
      margin: 30px 0;
      color: #fff;
      line-height: 1.8;
      font-size: 1.4rem; }
  footer address {
    text-align: center;
    padding: 15px;
    font-size: 1.4rem;
    color: #fff; }

#mainImg {
  margin-bottom: -10px; }
  #mainImg video {
    width: 100%; }

/*社内タブレットに合わせる為*/
/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
/* 画面全体の設定 */
#loader_wrap {
  z-index: 9999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: url(/wp-content/themes/TKC/images/bg_main.jpg) repeat-y top center/cover; }

/* ローディングアニメーションの設定 */
.loader {
  width: 203px;
  height: 68px;
  background: url("./logo.png") no-repeat;
  opacity: 0;
  animation: blink 1.5s infinite linear; }

@keyframes blink {
  50% {
    opacity: 1; } }

/* ローディング終了後 */
.loaded {
  opacity: 0;
  visibility: hidden; }

#container {
  overflow: hidden; }
  #container .main section p {
    line-height: 1.6; }
  #container .main section .flex {
    display: flex;
    flex-wrap: wrap; }
  #container .main section .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 0; }
    @media screen and (max-width: 1101px) {
      #container .main section .inner {
        padding: 30px 15px;
        box-sizing: border-box; } }
    #container .main section .inner img {
      max-width: 100%;
      height: auto; }
  #container .main section img {
    max-width: 100%;
    height: auto; }
  #container .toTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 4; }
    @media screen and (max-width: 767px) {
      #container .toTop {
        bottom: 80px;
        right: 10px; } }
  #container .fix_bnr {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 200; }
    @media screen and (max-width: 767px) {
      #container .fix_bnr {
        display: none; } }
  #container .fix_bnr_sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center; }
    #container .fix_bnr_sp a {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #39608f;
      text-decoration: none;
      padding: 1em;
      box-sizing: border-box;
      color: #fff;
      text-align: center; }
      #container .fix_bnr_sp a::before {
        content: url(./ico_cal.png);
        margin-right: 10px; }
  #container .gmap {
    padding: 0; }

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container .sec001 {
  padding: 40px 0; }
  #top #container .sec001 h2 {
    text-align: center;
    margin-bottom: 50px; }
  #top #container .sec001 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #top #container .sec001 .box {
        padding: 0 15px; } }
    #top #container .sec001 .box .cont {
      width: 45%; }
      @media screen and (max-width: 1101px) {
        #top #container .sec001 .box .cont {
          width: 100%;
          margin-bottom: 30px;
          order: 1; } }
      #top #container .sec001 .box .cont h3 {
        padding-bottom: 25px;
        border-bottom: 1px solid #4682B4;
        margin-bottom: 40px; }
      #top #container .sec001 .box .cont .txt {
        line-height: 2.0;
        margin-bottom: 50px; }
      #top #container .sec001 .box .cont .more {
        text-align: center; }
    #top #container .sec001 .box figure {
      width: 50%; }
      @media screen and (max-width: 1101px) {
        #top #container .sec001 .box figure {
          width: 100%;
          order: 2; } }

#top #container .sec002 .inner dl {
  max-width: 800px;
  margin: 0 auto; }
  #top #container .sec002 .inner dl dt {
    background: #ddcfcb;
    padding: 20px;
    text-align: center;
    font-size: 2.4rem;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 767px) {
      #top #container .sec002 .inner dl dt {
        font-size: 1.8rem; } }
    #top #container .sec002 .inner dl dt::after {
      font-family: FontAwesome;
      content: "\f067";
      position: absolute;
      right: 20px;
      top: 25px;
      font-size: 1.4rem; }
    #top #container .sec002 .inner dl dt.active::after {
      content: "\f068"; }
  #top #container .sec002 .inner dl dd {
    background: rgba(255, 255, 255, 0.6);
    display: none;
    padding: 25px; }
    #top #container .sec002 .inner dl dd .box {
      margin-bottom: 30px;
      font-size: 1.4rem; }
      #top #container .sec002 .inner dl dd .box:last-child {
        margin-bottom: 0; }
      #top #container .sec002 .inner dl dd .box .tit {
        font-size: 1.8rem;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
      #top #container .sec002 .inner dl dd .box p {
        line-height: 1.8; }
      #top #container .sec002 .inner dl dd .box ol {
        padding-left: 1em;
        list-style: decimal; }
        #top #container .sec002 .inner dl dd .box ol li {
          margin-bottom: 10px;
          line-height: 1.8; }
          #top #container .sec002 .inner dl dd .box ol li:last-child {
            margin-bottom: 0; }

#top #container .sec003 .inner h2 {
  margin-bottom: 50px;
  text-align: center; }

#top #container .sec003 .inner .box {
  margin-bottom: 40px; }
  #top #container .sec003 .inner .box .plan_rss {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #top #container .sec003 .inner .box .plan_rss .mini {
      width: calc(25% - 10px); }
      @media screen and (max-width: 767px) {
        #top #container .sec003 .inner .box .plan_rss .mini {
          width: 100%;
          margin-bottom: 20px; } }
      #top #container .sec003 .inner .box .plan_rss .mini h4 {
        color: #664c00;
        margin-bottom: 10px;
        font-size: 1.6rem;
        line-height: 1.4; }
        #top #container .sec003 .inner .box .plan_rss .mini h4 a {
          color: #000; }
      #top #container .sec003 .inner .box .plan_rss .mini .plan_img {
        width: 100%; }
        #top #container .sec003 .inner .box .plan_rss .mini .plan_img img {
          width: 100%;
          height: 170px;
          object-fit: cover; }
          @media screen and (max-width: 767px) {
            #top #container .sec003 .inner .box .plan_rss .mini .plan_img img {
              width: 100%;
              height: 250px; } }
      #top #container .sec003 .inner .box .plan_rss .mini .plan_text {
        box-sizing: border-box;
        padding: 20px 0;
        font-size: 1.4rem; }
      #top #container .sec003 .inner .box .plan_rss .mini .btn {
        text-align: center;
        margin-top: 20px; }

#top #container .news {
  margin-bottom: 50px; }
  #top #container .news .inner {
    background: #fff;
    padding: 30px 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #top #container .news .inner {
        padding: 30px; } }
    #top #container .news .inner .flex {
      justify-content: space-between; }
      #top #container .news .inner .flex .tit {
        width: 45%;
        padding: 0px 20px 20px;
        text-align: center; }
        #top #container .news .inner .flex .tit h2 {
          margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #top #container .news .inner .flex .tit {
            width: 100%;
            margin-bottom: 30px; } }
      #top #container .news .inner .flex .cont {
        width: 45%;
        padding: 0px 20px 20px;}
      #top #container .news h3{
             font-size:20px;
      }
        @media screen and (max-width: 767px) {
          #top #container .news .inner .flex .cont {
            width: 100%; } 
         .p-sns__content{
            width: 90%!important;
            padding: 20px;
         }
         #top #container .news h3{
             font-size:20px;
         }
        }
        #top #container .news .inner .flex .cont ul li {
          margin-bottom: 20px; }
          #top #container .news .inner .flex .cont ul li span {
            margin-right: 20px; }
          #top #container .news .inner .flex .cont ul li:last-child {
            margin-bottom: 0; }
          #top #container .news .inner .flex .cont ul li::before {
            content: "\0025b6";
            color: #4682B4;
            font-size: 1.4rem;
            margin-right: 10px; }

#top #container .reserve {
  background: url(./bg_search.jpg) no-repeat top center/cover; }
  #top #container .reserve .inner {
    padding: 30px 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #top #container .reserve .inner {
        padding: 15px 15px; } }
    #top #container .reserve .inner .flex {
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #top #container .reserve .inner .flex {
          justify-content: center;
          text-align: center; } }
      #top #container .reserve .inner .flex h2 {
        font-size: 3.2rem;
        text-align: center;
        line-height: 1.8;
        color: #fff;
        margin-right: 50px;
        margin-bottom: 0; }
        #top #container .reserve .inner .flex h2 span {
          font-size: 1.4rem;
          display: block; }
        @media screen and (max-width: 767px) {
          #top #container .reserve .inner .flex h2 {
            margin-right: 0;
            margin-bottom: 20px; } }
      #top #container .reserve .inner .flex .plan_form {
        padding-left: 30px;
        border-left: 1px solid #fff;
        width: 70%; }
        @media screen and (max-width: 767px) {
          #top #container .reserve .inner .flex .plan_form {
            width: 100%;
            padding-left: 0;
            border: 0; } }
        #top #container .reserve .inner .flex .plan_form .form_box {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          @media screen and (max-width: 767px) {
            #top #container .reserve .inner .flex .plan_form .form_box {
              display: block; } }
          #top #container .reserve .inner .flex .plan_form .form_box div {
            margin: 10px 40px 10px 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            color: #fff; }
            @media screen and (max-width: 767px) {
              #top #container .reserve .inner .flex .plan_form .form_box div {
                display: block;
                margin-right: 0; } }
            #top #container .reserve .inner .flex .plan_form .form_box div .h_title {
              font-size: 1.6rem;
              margin-right: 20px; }
              @media screen and (max-width: 767px) {
                #top #container .reserve .inner .flex .plan_form .form_box div .h_title {
                  margin-right: 20px;
                  padding-bottom: 5px;
                  border-bottom: 1px solid #fff;
                  margin-bottom: 10px;
                  margin-right: 0; } }
            #top #container .reserve .inner .flex .plan_form .form_box div input {
              border: 0; }
          @media screen and (max-width: 767px) {
            #top #container .reserve .inner .flex .plan_form .form_box .search_btn {
              display: block;
              text-align: center; } }
          #top #container .reserve .inner .flex .plan_form .form_box .search_btn input {
            padding: 5px 30px;
            cursor: pointer;
            color: #000;
            border: 0;
            font-size: 1.6rem; }

/* --------------------------------------------------------------- */
/* 下階層 */
/* --------------------------------------------------------------- */
#local #container .h_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 460px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    #local #container .h_title {
      height: 200px; } }
  #local #container .h_title h1 {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 4.0rem;
    color: #fff;
    line-height: 1.8; }
    #local #container .h_title h1 span {
      display: block;
      font-size: 1.6rem; }
    @media screen and (max-width: 1101px) {
      #local #container .h_title h1 {
        line-height: 1.4;
        width: 90%;
        font-size: 2.8rem;
        padding-top: 0; } }

#local #container main {
  position: relative; }

#local #container section h2 {
  text-align: center;
  margin-bottom: 50px; }
  #local #container section h2.style01 {
    text-align: center;
    line-height: 2.2;
    font-size: 2.8rem;
    margin-bottom: 30px; }
    #local #container section h2.style01::before {
      content: url(./fig_title_pt01.png);
      display: block; }
    #local #container section h2.style01::after {
      display: block;
      content: "";
      margin: 0 auto;
      height: 1px;
      background: #d7c79e;
      width: 400px; }
  #local #container section h2.style02 {
    line-height: 1.6;
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: 500;
    padding-left: 20px;
    border-left: 4px solid #4682B4;
    text-align: left; }

#local #container section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0; }
  @media screen and (max-width: 1101px) {
    #local #container section .inner {
      padding: 30px 15px;
      box-sizing: border-box; } }
  #local #container section .inner .flex figure {
    text-align: center; }
  #local #container section .inner h3.style01 {
    text-align: center;
    line-height: 2.2;
    font-size: 2.8rem;
    margin-bottom: 30px; }
    #local #container section .inner h3.style01::before {
      content: url(./fig_title_pt01.png);
      display: block; }
    #local #container section .inner h3.style01::after {
      display: block;
      content: "";
      margin: 0 auto;
      height: 1px;
      background: #d7c79e;
      width: 400px; }
  #local #container section .inner h3.style02 {
    line-height: 1.6;
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: 500;
    padding-left: 20px;
    border-left: 4px solid #4682B4;
    text-align: left; }
  #local #container section .inner h3.style03 {
    line-height: 1.6;
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #664c00;
    font-weight: 700;
    display: flex;
    align-items: center; }
    #local #container section .inner h3.style03::before {
      content: url(./ico_mountain.png);
      margin-right: 20px; }
  #local #container section .inner table {
    width: 100%;
    background: #fff; }
    #local #container section .inner table.fix_table {
      table-layout: fixed; }
    #local #container section .inner table tr th {
      background: #fce9e6;
      padding: 15px;
      border: #4682B4 1px solid;
      line-height: 1.6;
      align-items: center;
      width: 25%;
      vertical-align: middle; }
    #local #container section .inner table tr td {
      padding: 15px;
      border: #4682B4 1px solid;
      line-height: 1.6;
      align-items: center; }

#local #container .zoom {
  position: relative; }
  #local #container .zoom::after {
    font-family: FontAwesome;
    content: "\f00e";
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 2.0rem; }

@media screen and (max-width: 767px) {
  #local #container .scroll {
    overflow: auto;
    white-space: nowrap; } }

#local #container .reserve {
  background: #78a9d1; }
  #local #container .reserve h2 {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #local #container .reserve h2 {
        margin-bottom: 20px; } }
  #local #container .reserve .inner {
    padding: 30px 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #local #container .reserve .inner {
        padding: 15px; } }
    #local #container .reserve .inner .flex {
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #local #container .reserve .inner .flex {
          display: block;
          text-align: center; } }
      #local #container .reserve .inner .flex .plan_form {
        padding-left: 30px;
        border-left: 1px solid #222222;
        width: 80%; }
        @media screen and (max-width: 767px) {
          #local #container .reserve .inner .flex .plan_form {
            width: 100%;
            padding-left: 0;
            border: 0; } }
        #local #container .reserve .inner .flex .plan_form .form_box {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          color: #fff; }
          @media screen and (max-width: 767px) {
            #local #container .reserve .inner .flex .plan_form .form_box {
              display: block;
              text-align: center; } }
          #local #container .reserve .inner .flex .plan_form .form_box div {
            margin-right: 40px;
            margin-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            @media screen and (max-width: 767px) {
              #local #container .reserve .inner .flex .plan_form .form_box div {
                display: block;
                margin-right: 0; } }
            #local #container .reserve .inner .flex .plan_form .form_box div .tit {
              font-size: 1.8rem;
              font-weight: 700;
              margin-right: 20px; }
              @media screen and (max-width: 767px) {
                #local #container .reserve .inner .flex .plan_form .form_box div .tit {
                  margin-right: 0;
                  padding-bottom: 5px;
                  border-bottom: 1px solid #222222;
                  margin-bottom: 10px; } }
          @media screen and (max-width: 767px) {
            #local #container .reserve .inner .flex .plan_form .form_box .search_btn {
              display: block;
              text-align: center; } }
          #local #container .reserve .inner .flex .plan_form .form_box .search_btn input {
            padding: 5px 30px;
            cursor: pointer;
            color: #fff;
            background: #39608f;
            border: 0;
            font-size: 1.6rem;
            font-weight: 700; }

/* --------------------------------------------------------------- */
/* 料金・予約 */
/* --------------------------------------------------------------- */
#local .price .h_title {
  background: url(./bg_title.jpg) no-repeat top center/cover; }

#local .price .sec001 .inner table {
  margin-bottom: 20px; }

#local .price .sec001 .inner .bnr {
  margin-top: 20px; }

#local .price .sec002 .inner .box {
  margin-bottom: 40px; }

/* --------------------------------------------------------------- */
/* 寛ぎの館内 */
/* --------------------------------------------------------------- */
#local .facility .h_title {
  background: url(.//bg_title.jpg) no-repeat top center/cover; }

#local .facility .sec001 {
  background: url(.//bg_intro.png) no-repeat bottom center/contain; }
  #local .facility .sec001 .inner .lead {
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.0;
    padding: 30px 0 100px; }
    @media screen and (max-width: 767px) {
      #local .facility .sec001 .inner .lead {
        text-align: left; } }

#local .facility .sec002 .inner {
  max-width: 800px; }
  #local .facility .sec002 .inner .point {
    padding: 45px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    border: 1px dashed #4682B4; }
    @media screen and (max-width: 767px) {
      #local .facility .sec002 .inner .point {
        padding: 20px; } }
    #local .facility .sec002 .inner .point li {
      padding-bottom: 20px;
      border-bottom: 1px dotted #4682B4;
      margin-bottom: 20px; }
      #local .facility .sec002 .inner .point li::before {
        content: url(./ico_circle01.png);
        margin-right: 10px; }
      #local .facility .sec002 .inner .point li:last-child {
        margin-bottom: 0; }

#local .facility .sec003 .inner .box {
  text-align: center;
  margin-bottom: 40px; }
  #local .facility .sec003 .inner .box .person {
    margin-bottom: 30px; }
  #local .facility .sec003 .inner .box .flex {
    justify-content: space-between; }
    #local .facility .sec003 .inner .box .flex figure {
      width: 49%; }

#local .facility .sec003 .inner .info {
  padding: 35px;
  border: 1px dashed #4682B4;
  background: #fff; }
  #local .facility .sec003 .inner .info p {
    line-height: 2.4; }

#local .facility .sec003 .inner figure img {
  width: 100%;
  object-fit: cover;
  max-height: 480px; }
  @media screen and (max-width: 767px) {
    #local .facility .sec003 .inner figure img {
      max-height: inherit; } }

#local .facility .sec004 h2 {
  padding: 40px 25px;
  text-align: center;
  background: #4682B4;
  color: #fff;
  font-size: 3.2rem;
  line-height: 2.0; }
  #local .facility .sec004 h2 span {
    display: block;
    font-size: 1.6rem; }

#local .facility .sec004 .inner .box {
  text-align: center;
  margin-bottom: 40px; }
  #local .facility .sec004 .inner .box:last-child {
    margin-bottom: 0; }
  #local .facility .sec004 .inner .box .txt {
    margin-top: 30px; }
  #local .facility .sec004 .inner .box .flex {
    justify-content: space-between; }
    #local .facility .sec004 .inner .box .flex figure {
      width: 49%; }
  #local .facility .sec004 .inner .box figure img {
    width: 100%;
    object-fit: cover;
    max-height: 480px; }
    @media screen and (max-width: 767px) {
      #local .facility .sec004 .inner .box figure img {
        max-height: inherit; } }

#local .facility .sec004 .inner .gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    #local .facility .sec004 .inner .gallery ul {
      justify-content: space-between; } }
  #local .facility .sec004 .inner .gallery ul li {
    width: calc(25% - 10px);
    margin: 0 10px 10px 0; }
    @media screen and (max-width: 767px) {
      #local .facility .sec004 .inner .gallery ul li {
        width: calc(50% - 10px);
        margin: 0 0 10px 0; } }
    #local .facility .sec004 .inner .gallery ul li img {
      width: 100%;
      height: 200px;
      object-fit: cover; }

#local .cuisine .h_title {
  background: url(./bg_title.jpg) no-repeat top center/cover; }

#local .cuisine .sec001 .inner {
  max-width: 1600px !important;
  padding: 40px 50px !important;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #local .cuisine .sec001 .inner {
      padding: 40px 15px !important; } }
  #local .cuisine .sec001 .inner .flex {
    justify-content: space-between; }
    #local .cuisine .sec001 .inner .flex .photo_main {
      width: 66.5%; }
      @media screen and (max-width: 767px) {
        #local .cuisine .sec001 .inner .flex .photo_main {
          width: 100%;
          margin-bottom: 10px; } }
    #local .cuisine .sec001 .inner .flex .photo_sub {
      width: 32.5%; }
      @media screen and (max-width: 767px) {
        #local .cuisine .sec001 .inner .flex .photo_sub {
          width: 100%; } }
      #local .cuisine .sec001 .inner .flex .photo_sub li {
        margin-bottom: 10px; }
  #local .cuisine .sec001 .inner .photo_other {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    #local .cuisine .sec001 .inner .photo_other li {
      width: calc(20% - 10px); }
      @media screen and (max-width: 767px) {
        #local .cuisine .sec001 .inner .photo_other li {
          width: calc(50% - 10px);
          margin-bottom: 10px; } }
  #local .cuisine .sec001 .inner .lead {
    text-align: center;
    line-height: 2.4; }
    @media screen and (max-width: 767px) {
      #local .cuisine .sec001 .inner .lead {
        text-align: left; } }

#local .cuisine .sec002 .inner .flex {
  justify-content: space-between; }
  #local .cuisine .sec002 .inner .flex .box {
    width: calc(33.333333% - 20px); }
    @media screen and (max-width: 767px) {
      #local .cuisine .sec002 .inner .flex .box {
        width: 100%;
        margin-bottom: 30px; } }
    #local .cuisine .sec002 .inner .flex .box .txt {
      margin-top: 40px; }

#local .cuisine .sec003 h2 {
  padding: 40px 25px;
  text-align: center;
  background: #4682B4;
  color: #fff;
  font-size: 3.2rem;
  line-height: 2.0; }
  #local .cuisine .sec003 h2 span {
    display: block;
    font-size: 1.6rem; }

#local .cuisine .sec003 .inner .box {
  margin-bottom: 40px; }
  #local .cuisine .sec003 .inner .box .flex {
    justify-content: space-between; }
    #local .cuisine .sec003 .inner .box .flex .cont {
      width: 42%; }
      @media screen and (max-width: 767px) {
        #local .cuisine .sec003 .inner .box .flex .cont {
          width: 100%;
          margin-bottom: 20px;
          order: 1; } }
      #local .cuisine .sec003 .inner .box .flex .cont .txt {
        line-height: 2.0; }
      #local .cuisine .sec003 .inner .box .flex .cont dl {
        padding: 20px;
        border: 1px dashed #4682B4;
        background: #fff;
        margin-bottom: 20px; }
        #local .cuisine .sec003 .inner .box .flex .cont dl dt {
          line-height: 1.6;
          font-size: 2.0rem;
          margin-bottom: 20px;
          font-weight: 500;
          padding-left: 10px;
          border-left: 4px solid #4682B4;
          text-align: left; }
        #local .cuisine .sec003 .inner .box .flex .cont dl dd ul {
          display: flex;
          flex-wrap: wrap; }
          #local .cuisine .sec003 .inner .box .flex .cont dl dd ul li {
            margin-bottom: 10px;
            margin-right: 10px;
            line-height: 1.6;
            font-size: 1.5rem; }
            #local .cuisine .sec003 .inner .box .flex .cont dl dd ul li::before {
              content: "・";
              color: #4682B4; }
            #local .cuisine .sec003 .inner .box .flex .cont dl dd ul li:last-child {
              margin-bottom: 0; }
    #local .cuisine .sec003 .inner .box .flex .photo {
      width: 56%; }
      @media screen and (max-width: 767px) {
        #local .cuisine .sec003 .inner .box .flex .photo {
          width: 100%;
          order: 2; } }

#local .cuisine .sec003 .inner .box02 .txt {
  text-align: center;
  line-height: 2.0; }
  @media screen and (max-width: 767px) {
    #local .cuisine .sec003 .inner .box02 .txt {
      text-align: left; } }

#local .cuisine .sec003 .inner .box02 .photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  #local .cuisine .sec003 .inner .box02 .photo li {
    width: calc(50% - 10px); }
    @media screen and (max-width: 767px) {
      #local .cuisine .sec003 .inner .box02 .photo li {
        width: 100%;
        margin-bottom: 20px; } }

/* --------------------------------------------------------------- */
/* アクセス */
/* --------------------------------------------------------------- */
#local .access .h_title {
  background: url(./bg_title.jpg) no-repeat top center/cover; }

#local .access .sec001 .inner .info {
  text-align: center;
  margin-top: 20px; }

#local .access .sec002 .inner .route {
  padding: 20px;
  border: 1px dashed #4682B4;
  background: #fff;
  margin: 20px 0; }

#local .access .sec002 .inner .flex {
  justify-content: space-between;
  margin-bottom: 30px; }
  #local .access .sec002 .inner .flex .cont {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local .access .sec002 .inner .flex .cont {
        width: 100%;
        margin-bottom: 20px; } }
    #local .access .sec002 .inner .flex .cont .route {
      padding: 20px;
      border: 1px dashed #4682B4;
      background: #fff;
      margin: 20px 0; }
  #local .access .sec002 .inner .flex figure {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local .access .sec002 .inner .flex figure {
        width: 100%; } }

#local .access .sec002 .inner table {
  margin-bottom: 20px; }

#local .access .sec002 .inner ul.bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    #local .access .sec002 .inner ul.bnr {
      justify-content: space-between; } }
  #local .access .sec002 .inner ul.bnr li {
    width: calc(33.333333% - 20px);
    margin: 10px; }
    @media screen and (max-width: 767px) {
      #local .access .sec002 .inner ul.bnr li {
        width: calc(50% - 10px);
        margin: 10px 0; } }

#local .access .sec002 .inner .box {
  margin: 20px 0; }
  #local .access .sec002 .inner .box .list {
    margin: 20px 0;
    padding-left: 1em;
    list-style: disc; }
    #local .access .sec002 .inner .box .list li {
      line-height: 2.2; }

#local .access .sec003 img {
  width: 100%; }

/* --------------------------------------------------------------- */
/* 新着情報 */
/* --------------------------------------------------------------- */
#local .news .h_title {
  background: url(./bg_title.jpg) no-repeat top center/cover; }

#local .news .news_list {
  max-width: 800px;
  margin: 70px auto; }
  #local .news .news_list .inner ul li {
    margin-bottom: 20px; }
    #local .news .news_list .inner ul li span {
      margin-right: 20px; }
    #local .news .news_list .inner ul li:last-child {
      margin-bottom: 0; }
    #local .news .news_list .inner ul li::before {
      content: "\0025b6";
      color: #4682B4;
      font-size: 1.4rem;
      margin-right: 10px; }

#local .news .news_detail {
  max-width: 800px;
  margin: 0 auto; }
  #local .news .news_detail .inner h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4682B4;
    text-align: left !important;
    line-height: 1.6; }
    #local .news .news_detail .inner h2 span {
      font-size: 1.4rem;
      display: block; }
  #local .news .news_detail .inner .detail p {
    margin-bottom: 1em; }
  #local .news .news_detail .inner .more01 a {
    display: block;
    max-width: 400px;
    margin: 50px auto 0;
    border: 1px solid #4682B4;
    text-decoration: none;
    text-align: center;
    padding: 1em; }
    #local .news .news_detail .inner .more01 a:hover {
      background: #4682B4;
      color: #fff; }

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

.p-sns__content .p-sns__logo {
    width: 314px!important;
    height: 74px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 10;
}

.p-plan__title {
    font-weight: bold;
    font-size: 39px!important;
    font-size: 2.4375rem;
    text-align: center;
    margin-left: 22px;
    margin-bottom: 60px;
    color:#4682B4;
}

.p-plan__title::after {
    font-family: "Angelic Bonques Free Script";
    display: block;
    color: #E57800;
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 17px;
    margin-left: -17px;
}

.p-sns__content img, svg {
    width: 100%;
    vertical-align: bottom;
}

.p-sns__content {
    width: 90%;
    position: relative;
}

/*追加CSS*/
.info a{
	color: #131313;
}
footer .info a{
	color: #fff;
}
.h-fb1{
	position: absolute;
	top: 5px;
	left: 600px;
}

.logo{
  font-size: 48px;
  color: #4682B4;
}

.smarthome .tit .cont{
  width:46%!important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  padding:10px 20px;
  font-size: 24px;
}

.txt{
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 20px;
}

.tit h3 span.point_n, .cont h3 span.point_n {
    font-size: 4.5rem;
    font-style: italic;
    color: #404B7F;
}

.tit h3, .cont h3 {
    padding-bottom: 10px;
    font-size: 2.4rem;
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #9C826A;
}

.h-fb2{
	margin-top: 20px;
}

.news_detail .detailUpfile{
	margin:35px 0;
	text-align:center;
}
.news_detail .detailUpfile img{
	max-width:100%;
	height:auto;
}
.adjust01 a{
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

table.datatable {
width: 100%;
border-collapse: collapse;
border: 1px solid #ccc;
}

table.datatable th,
table.datatable td {
border: 1px solid #ccc;
padding: 8px;
text-align: left;
}

table.datatable td:first-child,
table.datatable th:first-child {
background-color: #f2f2f2;
}

@media only screen and (max-width: 767px){
	
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}	
	
.reserve .inner .flex .plan_form .form_box div{display:inherit!important;}
	
.plan_form{width: auto; padding:0 20px 20px 0; position: relative;}
.plan_form .form_box{width:90%; margin:0 auto; display: flex; flex-wrap: wrap; justify-content:space-between;}
.plan_form .title{margin:0 auto 5px auto; padding:0; width:100%; text-align: center; font-size:14px; display: block;}
.plan_form span{margin:0 10px 0 0;}
.plan_form select{position: relative;border-radius: 1px;border: 1px solid #bfbfbf; background: #ffffff; color:#000; padding:10px;}
.plan_form input{position: relative;border-radius: 1px;border: 1px solid #bfbfbf; background: #ffffff; color:#000; padding:10px;}
.plan_form .check_in {width:45%; text-align: center; margin:0 0 20px 0;}
.plan_form .check_in input{width:100%;}
.plan_form .undecided {width:45%; text-align: center; margin:0 0 20px 0;}
.plan_form .undecided input{margin:-8px auto 0 auto!important; }
.plan_form .guests{width:45%; text-align: center; margin:0 0 20px 0;}
.plan_form .guests select{width:100%;}
.plan_form .type {width:45%; text-align: center; margin:0 0 20px 0;}
.plan_form .type select{width:100%;}
.plan_form .price {width:100%!important; padding: 0;  text-align: center; display: flex; flex-wrap: wrap; justify-content:space-between; align-items: center;}
.plan_form .price .title{width:100%;}
.plan_form .price select{width:45%;} 
.plan_form .price span {width:auto; text-align: center; padding:0 0 0 0; margin:0; display: inline-block;}
.plan_form .search_btn{width:100%;}    
.plan_form .search_btn .btn{width:100%; margin:20px 0 20px 0; cursor: pointer;  background:#ffd6a1; border:#b73929 1px solid!important;}
.plan_form .undecided input {margin: 14px 0 0 0px;}

input{ height: 42px;}
input[type="text"] {box-sizing: border-box;font-size: 16px;}
select {box-sizing: border-box;font-size: 16px; height: 42px;}    
	
#top #container .reserve .inner .flex .plan_form .form_box {display: flex;}	
#top #container .reserve .inner .flex h2{margin-bottom: 0;}
#top #container .reserve .inner .flex .plan_form { width: 100%; padding-left:0; border: 0; padding: 0;}	
}