@charset "UTF-8";
/* -- 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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: inherit; }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

ol, ul, li {
  list-style-type: none; }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    font-weight: normal;
    text-align: left; }

/* fontface ---------------------------------*/
@font-face {
  font-family: 'IM Fell DW Pica', serif;
  src: url(font/IM_Fell_DW_Pica/IMFePIit28P.ttf) format("ttf"), url(font/IM_Fell_DW_Pica/IMFePIrm28P.ttf) format("ttf");
  font-weight: normal;
  font-style: normal; }

/* framework ---------------------------------*/
body {
  background: #fff;
  font-size: 16px;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1em; }

h2, h3, h4, h5, h6 {
  line-height: 1.5; }

#main {
  line-height: 1.7;
  letter-spacing: 1px; }

header, #site_navigation, #mainvisualarea, #breadcrumb, #pagetitlearea, #content, footer {
  width: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a img {
    border: 0; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.mainwrap {
  margin: 0 auto; }
  @media screen and (max-width: 980px) {
    .mainwrap {
      max-width: 98%; } }
  @media screen and (min-width: 981px) {
    .mainwrap {
      max-width: 970px; } }
  @media screen and (max-width: 767px) {
    .mainwrap.mw_max {
      width: 100%;
      margin: 0 0; } }

.inner_10 {
  padding: 10px; }

@media screen and (max-width: 767px) {
  body {
    font: 14px "メイリオ","Meiryo","Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; }
  .content_inner {
    padding: 10px; }
  .inner_50 {
    padding: 30px 10px; } }

@media screen and (min-width: 768px) {
  .content_inner {
    padding: 20px; }
  .inner_50 {
    padding: 50px 0; } }

/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden; }

.mb7 {
  margin-bottom: 7px; }

.mb10 {
  margin-bottom: 10px; }

.ta_c {
  text-align: center; }

@media screen and (max-width: 980px) {
  .sp_taview {
    display: block; } }

@media screen and (min-width: 981px) {
  .sp_taview {
    display: none; } }

@media screen and (max-width: 767px) {
  .spview {
    display: block; } }

@media screen and (min-width: 768px) {
  .spview {
    display: none; } }

@media screen and (max-width: 767px) {
  .taview {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 980px) {
  .taview {
    display: block; } }

@media screen and (min-width: 981px) {
  .taview {
    display: none; } }

/* -- col f_size --
--------------------------------------------------------------　*/
@media screen and (max-width: 767px) {
  .col3_item, .leftdir, .rightdir {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px) {
  .leftdir {
    float: left; }
  .rightdir {
    float: right; }
  .col2_wrap:after, .f_size82:after, .f_size64:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  /* col2_wrap */
  .col2_item {
    width: 49%;
    float: left;
    margin-right: 2%; }
    .col2_item:nth-child(2n) {
      float: right;
      margin-right: 0; }
  /* f_size82 */
  .f_size82 > .leftdir {
    width: 79%; }
  .f_size82 > .rightdir {
    width: 19%; }
  /* f_size64 */
  .f_size64 > .leftdir {
    width: 56%; }
  .f_size64 > .rightdir {
    width: 41%; } }

/* site_title site_tel ---------------------------------*/
.site_title {
  text-indent: -9999px;
  width: 107px;
  height: 91px;
  margin: 0 auto; }
  .site_title a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ks_logo.png) 50% 50% no-repeat;
    background-size: contain; }

/* -- header --
--------------------------------------------------------------　*/
#header #site_description_area {
  background: #006837;
  padding: 4px 0; }
  #header #site_description_area h1 {
    font-size: 10px;
    line-height: 1.2;
    color: #fff;
    text-align: center; }

@media screen and (max-width: 767px) {
  #header #site_description_area h1 {
    line-height: 1; }
  #header .header_add {
    display: none; }
  #header .header_top {
    padding: 15px 0; } }

@media screen and (min-width: 768px) {
  #header .header_top {
    position: relative;
    padding: 30px 0; }
  #header .header_add {
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 14px;
    text-align: right; }
    #header .header_add li {
      color: #006837;
      font-size: 14px;
      margin-bottom: 10px; }
      #header .header_add li a {
        color: #006837;
        font-size: 25px;
        font-family: "Anton", sans-serif; } }

/* -- gnavi --
--------------------------------------------------------------　*/
nav {
  background-color: #fff;
  width: 100%; }
  @media screen and (max-width: 767px) {
    nav {
      display: none; } }
  nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }
  nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center; }
    @media screen and (min-width: 768px) {
      nav ul {
        max-width: 600px;
        margin: 0 auto; } }
    nav ul li {
      font-size: 22px;
      font-family: "Playfair Display", serif;
      padding: 10px 10px 10px 40px;
      background: url(../images/ks_gn_icon.png) left center no-repeat; }
      nav ul li a {
        display: block;
        padding: 10px;
        position: relative;
        border-bottom: solid 5px transparent;
        color: #736357; }
        nav ul li a:hover {
          border-bottom: solid 5px #6A3906; }

/* -- mainvisualarea --
--------------------------------------------------------------　*/
#mainvisualarea {
  background: url(../images/mainvisual_ks.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 70vh;
  text-indent: -9999px; }

/* -- footer --
--------------------------------------------------------------　*/
#footer {
  /* copyright ------------------------------*/ }
  #footer .footer_title {
    padding: 30px 0; }
    #footer .footer_title li {
      text-align: center;
      margin-bottom: 15px; }
      #footer .footer_title li.foot_tel {
        margin: 30px auto; }
      #footer .footer_title li a {
        font-size: 20px;
        font-family: "Anton", sans-serif; }
  #footer #copyright {
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #006837; }
    #footer #copyright a {
      text-decoration: none;
      color: #fff; }

/* -- back_to_top --
--------------------------------------------------------------　*/
#back_to_top {
  position: fixed;
  z-index: 9999;
  right: 5px;
  bottom: 5px;
  width: 45px; }
  @media screen and (min-width: 768px) and (max-width: 980px) {
    #back_to_top {
      right: 20px;
      bottom: 20px; } }
  @media screen and (min-width: 981px) {
    #back_to_top {
      right: 45px;
      bottom: 45px; } }

/* -- heading common --
--------------------------------------------------------------　*/
.common_h3 {
  text-align: center; }
  .common_h3 h3 {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    margin-bottom: 7px; }
    @media screen and (max-width: 767px) {
      .common_h3 h3 {
        font-size: 20px; } }
  .common_h3 p {
    font-size: 14px; }

/* -- main --
--------------------------------------------------------------　*/
#top_greeting {
  background: url(../images/ks_wood_bg.jpg) 50% 50% repeat;
  color: #fff; }
  #top_greeting .grt_title {
    border-bottom: solid 1px #fff;
    margin-bottom: 20px; }
    #top_greeting .grt_title p {
      font-size: 18px; }
      #top_greeting .grt_title p span {
        font-size: 30px; }
  @media screen and (max-width: 767px) {
    #top_greeting .f_size82 .rightdir {
      text-align: center; } }
  #top_greeting .f_size82 .leftdir p {
    font-size: 15px; }
    @media screen and (min-width: 981px) {
      #top_greeting .f_size82 .leftdir p {
        line-height: 2.2; } }
    #top_greeting .f_size82 .leftdir p.welcome {
      text-align: right;
      font-family: "Playfair Display", serif;
      font-weight: 400i;
      margin-top: 7px; }

@media screen and (min-width: 768px) {
  #top_msg .sp_v {
    display: none; } }

@media screen and (max-width: 767px) {
  #top_msg .pc_v {
    display: none; } }

#top_msg .pc_v ul:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden; }

#top_msg .pc_v ul li {
  height: 250px; }
  #top_msg .pc_v ul li:nth-child(1) {
    width: 40%;
    float: left;
    background: url(../images/top_ks_ph.jpg) 50% 50% repeat;
    background-size: cover; }
  #top_msg .pc_v ul li:nth-child(2) {
    width: 60%;
    float: right;
    background: -moz-linear-gradient(0% 50% 0deg, #736357 0.56%, #7c6b5e 19.67%, #948271 50.82%, #bca790 89.92%, #c7b299 100%);
    background: -webkit-linear-gradient(0deg, #736357 0.56%, #7c6b5e 19.67%, #948271 50.82%, #bca790 89.92%, #c7b299 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0056, #736357), color-stop(0.1967, #7c6b5e), color-stop(0.5082, #948271), color-stop(0.8992, #bca790), color-stop(1, #c7b299));
    background: -o-linear-gradient(0deg, #736357 0.56%, #7c6b5e 19.67%, #948271 50.82%, #bca790 89.92%, #c7b299 100%);
    background: -ms-linear-gradient(0deg, #736357 0.56%, #7c6b5e 19.67%, #948271 50.82%, #bca790 89.92%, #c7b299 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#736357', endColorstr='#C7B299' ,GradientType=0)";
    background: linear-gradient(90deg, #736357 0.56%, #7c6b5e 19.67%, #948271 50.82%, #bca790 89.92%, #c7b299 100%);
    border-style: Solid;
    border-color: #FFFFFF;
    border-color: white;
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#736357',endColorstr='#C7B299' , GradientType=1);
    padding: 7px 0; }
    #top_msg .pc_v ul li:nth-child(2) .msg_inner {
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff;
      height: 236px;
      display: flex;
      justify-content: space-around;
      -webkit-align-items: center;
      align-items: center; }

#top_menu .menu_bg {
  background: url(../images/paper_bg.jpg) 50% 50% repeat;
  padding: 10px; }
  #top_menu .menu_bg .menu_f {
    border: solid 1px #fff; }
    @media screen and (max-width: 767px) {
      #top_menu .menu_bg .menu_f {
        padding: 30px 10px; } }
    @media screen and (min-width: 768px) {
      #top_menu .menu_bg .menu_f {
        padding: 50px 0; } }
    #top_menu .menu_bg .menu_f .common_h3 {
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #top_menu .menu_bg .menu_f .menu_list {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      #top_menu .menu_bg .menu_f .menu_list {
        max-width: 600px;
        margin: 0 auto 50px; }
        #top_menu .menu_bg .menu_f .menu_list.none {
          margin: 0 auto; } }
    #top_menu .menu_bg .menu_f .menu_list p.discount {
      color: #fff;
      text-align: right; }
    #top_menu .menu_bg .menu_f .menu_list .scroll {
      overflow: auto;
      white-space: nowrap; }
    #top_menu .menu_bg .menu_f .menu_list .scroll::-webkit-scrollbar {
      height: 5px; }
    #top_menu .menu_bg .menu_f .menu_list .scroll::-webkit-scrollbar-track {
      background: #F1F1F1; }
    #top_menu .menu_bg .menu_f .menu_list .scroll::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
    #top_menu .menu_bg .menu_f .menu_list table.header_tbl th, #top_menu .menu_bg .menu_f .menu_list table.header_tbl td {
      padding: 7px; }
    #top_menu .menu_bg .menu_f .menu_list table.header_tbl th {
      font-size: 18px;
      font-weight: bold; }
    #top_menu .menu_bg .menu_f .menu_list table.header_tbl td {
      color: #323232;
      font-size: 14px;
      text-align: right;
      width: 100px; }
      @media screen and (max-width: 767px) {
        #top_menu .menu_bg .menu_f .menu_list table.header_tbl td {
          font-size: 12px; } }
    #top_menu .menu_bg .menu_f .menu_list table.main_tbl {
      margin-bottom: 7px; }
      @media screen and (min-width: 768px) {
        #top_menu .menu_bg .menu_f .menu_list table.main_tbl {
          padding-left: 40px; } }
      #top_menu .menu_bg .menu_f .menu_list table.main_tbl tr:last-child th, #top_menu .menu_bg .menu_f .menu_list table.main_tbl tr:last-child td {
        border: none; }
      #top_menu .menu_bg .menu_f .menu_list table.main_tbl th, #top_menu .menu_bg .menu_f .menu_list table.main_tbl td {
        border-bottom: dashed 1px;
        padding: 7px; }
        @media screen and (max-width: 767px) {
          #top_menu .menu_bg .menu_f .menu_list table.main_tbl th, #top_menu .menu_bg .menu_f .menu_list table.main_tbl td {
            font-size: 12px; } }
      #top_menu .menu_bg .menu_f .menu_list table.main_tbl td {
        text-align: right;
        width: 100px; }

#top_access {
  background: url(../images/ks_bg.jpg) 50% 50% repeat; }
  #top_access .common_h3 h3, #top_access .common_h3 p {
    color: #fff; }
  #top_access .col2_wrap {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #top_access .col2_wrap .col2_item:nth-child(1) {
        margin-bottom: 20px; } }
    #top_access .col2_wrap .col2_item .content_inner {
      background-color: #fff;
      margin-top: 12px; }
      #top_access .col2_wrap .col2_item .content_inner table th, #top_access .col2_wrap .col2_item .content_inner table td {
        padding: 6px; }
        @media screen and (min-width: 768px) and (max-width: 980px) {
          #top_access .col2_wrap .col2_item .content_inner table th, #top_access .col2_wrap .col2_item .content_inner table td {
            font-size: 12px; } }
      @media screen and (max-width: 767px) {
        #top_access .col2_wrap .col2_item .content_inner table th {
          width: 100px; } }
