﻿@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&display=swap");

html {
  font-size: 62.5%
}

body {
  font-family: helvetica, Helvetica Neue, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em
}

html,
body {
  position: relative;
  height: 100%
}

h2 {
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.08em
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

a:hover {
  color: #777
}

a:focus {
  outline: none
}

::-moz-selection {
  background-color: #D8E6BD
}

::selection {
  background-color: #D8E6BD
}

::-moz-selection {
  background-color: #D8E6BD
}

p {
  margin-bottom: 10px
}

img {
  max-width: 100%
}

section {
  height: 100%
}

footer {
  font-size: 1.3rem;
  line-height: 1.5;
  background: url(../img/bg01.jpg) repeat
}

.sp {
  display: none
}

.sp_s {
  display: none
}

.slicknav_menu {
  display: none
}

header {
  padding: 15px 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  background: url(../img/bg01.jpg) repeat
}

header ._ttl {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 1.3;
  font-weight: 700;
  float: left;
  margin-bottom: 0
}

header ._ttl a {
  color: #674231
}

header ._ttl span {
  font-size: 0.7em
}

header ._ttl span.sub {
  display: block;
  font-size: 0.6em
}

nav {
  width: 100%;
  box-sizing: border-box;
  float: right;
  background-color: #11552C
}

.nav_box {
  max-width: 1200px;
  margin: 0 auto
}

.nav_box li {
  float: left;
  text-align: center;
  width: 16.666666%
}

.nav_box li span {
  display: block;
  font-size: 0.7em
}

.nav_box a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7
}

.nav_box a:hover {
  background-color: rgba(255, 255, 255, 0.5)
}

.reserv_btn {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 20px;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5;
  font-weight: 700
}

.reserv_btn a {
  display: block
}

.reserv_btn ._btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  background: #52b4ff;
  background-size: 20px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  display: block;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3)
}

.b_shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px
}

.slick-slider {
  position: relative
}

.slide_box {
  position: relative
}

.slick_slider .slick-slide>img {
  height: calc(100vh - 87px);
  -o-object-fit: cover;
  object-fit: cover;
  -ms-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover
}

.slide_box ._txt_box {
  position: absolute;
  color: #5f331a;
  background: #fff;
  font-size: 1.9vw;
  font-weight: 700;
  z-index: 1;
  top: 50%;
  left: 5%;
  padding: 7px 10px 5px 13px;
  letter-spacing: 0.2em;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%)
}

.inner_box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.inner_box2 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px
}

.inner_boxL {
  max-width: 1400px;
  margin: 0 auto 30px;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.white_box {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 10px
}

.note_box {
  background: rgba(130, 146, 255, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px
}

.bg_blue {
  background-image: url(../img/bg_top02.jpg)
}

.bg_white {
  background-color: #ffffff
}

.bg_gray {
  background-color: #333
}

.bg_black {
  background-color: #f5f5f5
}

.bg_top {
  background: url(../img/top_bg.jpg);
  background-size: contain
}

.bg02 {
  background: url(../img/bg02.jpg)
}

.bg03 {
  background: url(../img/bg03.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 40px
}

.bg_menu {
  background: url(../img/top_bg.jpg);
  background-size: contain
}

.bg_point {
  background: rgba(46, 152, 229, 0.7)
}

.bg_blog {
  background: #f7f7f7
}

.title_01 {
  margin-bottom: 25px;
  font-size: 3rem;
  line-height: 1.3;
  font-family: "Raleway";
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 700;
  border-bottom: 1px solid;
  color: #674231
}

.title_01 span {
  margin-left: 2rem;
  font-size: 1.6rem;
  font-family: "YakuHanJP", "helvetica, Helvetica Neue, YuGothic, "Yu Gothic ", "游ゴシック ", "游ゴシック体 ", "ヒラギノ角ゴ Pro W3 ", "Hiragino Kaku Gothic Pro ", "メイリオ ", Meiryo, Osaka, "ＭＳ Ｐゴシック ", "MS PGothic ", sans-serif";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 400
}

.title_01>._sub {
  font-size: 0.5em;
  font-weight: normal;
  font-style: normal;
  display: block;
  line-height: 1;
  color: #716539
}

.title_01.white {
  color: #fff
}

.title_01.white:after {
  background-color: rgba(255, 255, 255, 0.6)
}

.title_02 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 15px
}

.title_02:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1px solid #111;
  bottom: -1px;
  width: 100px;
  color: #aaa
}

.title_03 {
  position: relative;
  font-size: 1.2em;
  font-weight: 700;
  color: #d0b213;
  display: inline-block;
  width: 50%
}

.title_03:before,
.title_03:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36%;
  height: 1px;
  background-color: #d0b213
}

.title_03:before {
  left: 0
}

.title_03:after {
  right: 0
}

.title_04 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  font-style: normal;
  padding: 5px 10px;
  background: url("../img/bg01.jpg") repeat;
  color: #fff;
  border-radius: 4px
}

.title_04.green {
  background: #0eb574;
  color: #fff
}

.title_06 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: solid 1px
}

.title_06:before {
  line-height: 1.7;
  content: "\f0da";
  font-size: 1.1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px
}

.title_07 {
  margin-bottom: 25px;
  font-size: 3rem;
  line-height: 1.3;
  font-family: "Raleway";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 700;
  color: #000
}

.list_check {
  position: relative
}

.list_check li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #0eb574;
  margin-right: 5px
}

.list_check.ptn_02 li {
  width: 50%;
  float: left
}

.table_style03 {
  width: 100%;
  margin: 0 auto 30px;
  border-width: 0;
  width: 100%;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures
}

.table_style03 td,
.table_style03 th {
  border: 1px solid #b3b3b3;
  border-width: 1px 0;
  font-size: 1.4rem;
  background-color: transparent;
  word-break: break-all;
  vertical-align: top;
  padding-right: 0
}

.table_style03 th {
  width: 23.5%;
  padding: 1rem;
  padding-left: 3rem;
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: .2em
}

.table_style03 td {
  padding: 1rem;
  padding-left: 4rem;
  text-align: left
}

.tbl_simple {
  width: 100%
}

.tbl_simple th,
.tbl_simple td {
  padding: 10px 20px;
  vertical-align: middle
}

.tbl_simple th {
  font-weight: normal;
  width: 30%;
  text-align: left
}

.tbl_simple th span {
  display: block;
  border-right: 1px solid #111
}

.pay_table {
  border: 1px solid;
  vertical-align: middle;
  margin-bottom: 30px;
  width: 100%
}

.pay_table th,
.pay_table td {
  vertical-align: middle;
  border: 1px solid;
  padding: 10px
}

.pay_table th {
  background-color: #0eb574;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #0eb574;
  border-left: 1px solid #0eb574
}

.pay_table th:first-child {
  border-left: 1px solid #0eb574
}

.pay_table th:last-child {
  border-right: 1px solid #0eb574
}

.news-lb {
  margin: 50px 0 30px;
  line-height: 1.8
}

.news-lb dt {
  float: left;
  width: 8em;
  border-right: 1px solid #0eb574;
  padding: 5px 0px;
  padding-left: 4rem;
  font-weight: 700;
  color: #0eb574
}

.news-lb dd {
  padding-left: 13em;
  padding-top: 7px;
  padding-bottom: 15px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #ececec
}

.news-lb dd:nth-of-type(1) {
  position: relative
}

.news-lb dd:nth-of-type(1):before {
  border-top: 1px solid #ececec;
  position: absolute;
  content: '';
  width: 100%;
  top: -13px;
  left: 0
}

.scroll {
  overflow: auto
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center
}

.grow_1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1
}

.footer_box {
  width: 50%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: left
}

.footer_box p {
  margin-bottom: 0
}

.site_map_wrap {
  float: none;
  height: inherit;
  position: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 10px 10px
}

.site_map li {
  float: left;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  position: relative
}

.site_map a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  font-weight: bold
}

.site_map li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 15px;
  background-color: #fff
}

.site_map li:last-child:after {
  width: 0
}

#aflashA2 {
  background: url(../img/ttl_img.jpg) no-repeat 100% 5%;
  background-size: cover;
  height: 500px
}

#flash2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  height: 100%
}

.topicpath {
  font-size: small;
  position: absolute;
  z-index: 1;
  padding-top: 14px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.6)
}

.topicpath li {
  display: inline;
  list-style-type: none;
  font-size: small
}

.topicpath a,
.topicpath span {
  letter-spacing: .1em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8)
}

.topicpath li:after {
  content: " > ";
  font-size: small
}

.kanban {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.kanban .ja {
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.5;
  color: #6eb6ed;
  color: #fff;
  background: rgba(17, 85, 44, 0.9);
  font-weight: 700;
  padding: 10px 50px
}

.kanban .en {
  font-size: 1.3vw;
  text-align: left;
  display: block;
  letter-spacing: 0.4em;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px
}

.btn_01 {
  background-color: #0eb574;
  border: 1px solid #0eb574;
  color: #fff;
  font-weight: 700;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0.08em;
  border-radius: 50px
}

.btn_01:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #0eb574;
  opacity: 1;
  border: 1px solid #0eb574
}

.btn_01:after {
  line-height: 1.7;
  margin-left: 10px;
  content: ">";
  font-size: 1.1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.btn_02 {
  display: block;
  margin: 0 auto;
  width: 220px;
  position: relative;
  text-align: left;
  border: 1px solid #111;
  padding: 10px 6px 10px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111
}

.btn_02:before {
  content: "";
  width: 63px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -32px;
  border-top: 2px solid #111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease
}

.btn_02:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -4px;
  border-left: 3px solid #111;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease
}

.btn_02:hover:before {
  width: 73px;
  right: -42px
}

.btn_02:hover:after {
  right: -40px
}

.li_style01:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1em;
  height: 1em;
  background: #14b13d;
  border-radius: 50%;
  margin-right: 8px
}

.news_block {
  background-color: rgba(255, 255, 255, 0.8)
}

.news_block li {
  width: 48%;
  margin-right: 2%;
  float: left;
  background: #19a78e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px
}

.news_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff
}

.news_ttl {
  float: left;
  font-size: 1.5em;
  margin-right: 50px
}

.news_box {
  overflow: auto;
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #fff
}

.news_box a {
  color: #333
}

.news_box dt {
  float: left;
  margin-right: 20px;
  font-style: normal;
  color: #0eb574;
  font-weight: 700
}

.news_box dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.5em
}

.news_box dd {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc
}

.info>.main {
  float: left;
  width: calc(100% - 280px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px
}

.blog_mttl {
  font-size: 20px;
  background: #927a57;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.4;
  color: #fff
}

.blog_box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal
}

.info>.side {
  float: right;
  width: 280px
}

.blog_side_list {
  position: relative;
  width: 100%;
  height: auto;
  height: 390px;
  overflow: auto;
  margin-bottom: 20px
}

.blog_side_list .blog_bx {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 33.333%;
  float: left;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.blog_side_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 110px)
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #C80261;
  padding: 0 15px;
  margin-bottom: 5px
}

.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px
}

.blog_bx .ttm {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.blog_side_list._ptn02 {
  height: inherit
}

.blog_side_list._ptn02 .slick-track {
  margin-left: inherit;
  margin-right: inherit
}

.blog_side_list._ptn02.slick-slider {
  overflow: inherit
}

.blog_side_list._ptn02 .blog_bx {
  border: none
}

.blog_side_list .blog_bx.slick-slide {
  height: auto
}

.blog_side_list._ptn02 .blog_bx figcaption {
  display: block;
  width: 100%;
  height: inherit;
  float: none;
  margin-bottom: 10px
}

.blog_side_list._ptn02 .blog_bx img {
  height: 160px;
  width: 100%
}

.blog_side_list._ptn02 .blog_bx .blog_bx_flex div {
  width: 100%
}

.marker01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdf4b1));
  background: linear-gradient(transparent 70%, #fdf4b1 70%)
}

.photo li {
  float: left;
  margin-right: 1%;
  width: 24%
}

.blog_info {
  position: relative
}

.fm-text {
  text-align: center;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999
}

#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px
}

.slide_intro .slick-slide img {
  height: initial
}

.contact_box {
  width: 90%;
  margin: 0 auto 4em;
  padding-top: 2em
}

.bg_contact {
  background: url(../img/bg_contact.jpg) repeat;
  padding: 50px 0;
  color: #fff
}

.contact_area {
  text-align: center;
  line-height: 1.5
}

.contact_area ._ttl {
  text-align: center;
  font-size: 30px
}

.add_area {
  text-align: center;
  line-height: 1.1;
  display: inline-block;
  background: #fff;
  background-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #fff;
  background: url(../img/bg01.jpg) repeat;
  font-weight: 700
}

.contact_area li:first-child {
  font-size: 2.5em
}

.contact_area li {
  font-size: 23px;
  line-height: 1.3
}

.contact_area li>a {
  color: #fff
}

.contact_area ._txt {
  font-size: 1em;
  line-height: 1.6;
  margin: 10px auto 0;
  text-align: left;
  border: 1px solid #a09771;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px
}

.dl_box01 ._ttl {
  font-weight: 700;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #b7a45d;
  margin-bottom: 20px;
  color: #fff
}

.dl_box01 ._txt {
  float: left;
  width: 64%
}

.dl_box01 ._img {
  float: right;
  width: 35%;
  margin-left: 1%
}

.dl_box01 dd {
  margin-bottom: 30px
}

.trim_img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
  -ms-object-position: 50% 70%;
  -webkit-object-position: 50% 70%;
  -moz-object-position: 50% 70%
}

.trim {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 69% 46%;
  object-position: 69% 46%
}

.works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-justify-content: start;
  -webkit-justify-content: start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  background: rgba(130, 146, 255, 0.1)
}

.works_list li {
  width: 345px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 30px
}

.works_list a {
  display: block;
  height: 275px;
  width: 315px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px
}

.works_list img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.intro ._L,
.intro ._R,
.shop ._L,
.shop ._R,
.shop3 ._L,
.shop3 ._R {
  width: 47%
}

.intro ._L,
.shop ._L,
.shop3 ._L {
  float: left
}

.intro ._R,
.shop ._R {
  float: right
}

.dec_txt {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 3px solid;
  border-radius: 5px
}

.menu_list {
  margin-bottom: 50px
}

.menu_list li {
  width: 33.333%;
  float: left;
  text-align: center;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.top_menu {
  max-width: 1600px;
  margin: 0 auto
}

.top_menu li {
  float: left;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px
}

@media screen and (max-width: 1024px) {
  .slide_txtbox {
    width: 100%;
    height: 100vh;
    position: relative
  }

  .slide_txtbox .single {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
  }

  .split .split_catch02 {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
    -ms-text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
    -webkit-text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9)
  }
}

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

  .sp {
    display: block
  }

  #menu {
    display: none
  }

  .slicknav_menu {
    display: block
  }

  .reserv_btn {
    position: absolute;
    z-index: 2;
    right: 85px;
    top: 34px;
    width: inherit
  }

  .reserv_btn ._btn {
    padding: 10px 30px
  }

  .reserv_btn.fixed {
    right: 10px
  }

  .contact_area li {
    width: 100%;
    float: none
  }

  .top_menu li {
    float: left;
    width: 50%
  }

  .bg_blog {
    margin-top: 5em
  }

  .bnr_area {
    max-width: 674px;
    margin: 0 auto;
    text-align: center
  }

  .bnr_area li {
    margin-right: 10px;
    display: inline-block
  }

  .bg_top {
    background-position: right center
  }

  .news_block li {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    background: #19a78e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px
  }

  .footer_map {
    width: 100%;
    float: none
  }

  .site_map_wrap {
    float: none;
    height: inherit;
    position: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 10px
  }

  .site_map_wrap .site_map_block {
    position: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .footer_box {
    padding: 0
  }

  .mybox_intext {
    padding: 20px !important
  }

  .news_box dt {
    float: none
  }

  .facility_btnbox li:first-child {
    margin-right: 0
  }

  .topicpath {
    display: none
  }

  .shop_date .news-lb {
    float: none;
    width: 100%;
    margin-top: 15px
  }

  .shop_date .map {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .paln_cont ._img,
  .paln_cont ._txt_box {
    float: none;
    max-width: inherit;
    width: 100%;
    margin: 0 auto 20px
  }

  .dl_box01 ._img {
    float: none;
    width: 100%;
    margin-left: 0
  }

  .dl_box01 ._txt {
    float: none;
    width: 100%;
    margin-bottom: 20px
  }

  .news_box {
    padding: 10px 20px
  }

  .info>.main {
    float: none;
    width: 100%;
    padding-right: 0
  }

  .info>.side {
    float: right;
    width: 100%
  }

  .title_03 {
    width: 80%
  }

  .intro ._L,
  .intro ._R,
  .shop ._L,
  .shop ._R,
  .shop3 ._L,
  .shop3 ._R {
    width: 100%;
    margin-bottom: 20px
  }

  .intro ._L,
  .shop ._L {
    float: none
  }

  .intro ._R,
  .shop ._R,
  .shop3 ._R {
    float: none
  }

  .intro img,
  .shop img,
  .shop3 img {
    width: 100%
  }

  .list_check.ptn_02 li {
    width: 100%;
    float: none
  }
}

@media screen and (max-width: 480px) {
  .sp_s {
    display: block
  }

  .slide_txtbox .single {
    width: 80%
  }

  .split .split_catch02 {
    font-size: 18px
  }

  header {
    padding: 10px
  }

  header ._ttl {
    width: 100%;
    font-size: 20px
  }

  .reserv_btn {
    display: none
  }

  .reserv_btn.fixed {
    display: block;
    right: initial;
    top: initial;
    bottom: 10px;
    left: 10px;
    background: none;
    position: fixed
  }

  .reserv_btn.fixed ._txt {
    display: none
  }

  .slide_box ._txt_box {
    font-size: 25px;
    text-align: inherit;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-weight: 700;
    width: 87%;
    top: initial;
    bottom: 10px;
    left: 50%;
    letter-spacing: initial;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
  }

  #aflashA2 {
    height: 30vw
  }

  #flash2 {
    padding: 10px
  }

  .kanban {
    top: 50%
  }

  .kanban .ja {
    font-size: 16px
  }

  .bnr_area li {
    width: 100%;
    margin: 0 auto 10px
  }

  .top_menu li {
    float: none;
    width: 100%
  }

  .shadow {
    font-size: 15px;
    font-weight: 700
  }

  .list_style01 {
    margin-bottom: 50px
  }

  .table_style03 tr,
  .table_style03 th,
  .table_style03 th {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .table_style03 td {
    border: none;
    padding: 10px 0
  }

  .table_style03 th {
    padding-left: 15px;
    width: 100%
  }

  .table_style03 th:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #a28d5a;
    margin-right: 0.5em
  }

  .news_ttl {
    float: none;
    font-size: 1.5em;
    margin-right: 0
  }

  .news_box {
    padding: 10px
  }

  .news-lb dt {
    width: 8rem;
    padding-left: 1rem
  }

  .news-lb dd {
    padding-left: 11rem
  }

  .works_list li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }

  .works_list a {
    height: 220px;
    width: 100%;
    margin-bottom: 10px
  }

  .inner_box {
    margin-bottom: 0;
    width: 100%
  }

  .inner_boxL {
    max-width: 1400px;
    margin: 0 auto 20px;
    padding: 30px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .title_01 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    line-height: 1.3
  }

  .title_03 {
    line-height: initial;
    font-size: 1.2em
  }

  .title_03:before,
  .title_03:after {
    width: 20%
  }

  .topicpath {
    display: none
  }

  form table th,
  form table td {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .footer_box {
    width: 100%;
    margin: 0 auto 20px
  }

  .site_map_wrap {
    float: none;
    width: 100%;
    height: inherit;
    padding: 20px 20px 10px;
    position: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .site_map a {
    font-weight: normal;
    font-size: 14px;
    color: #555
  }

  .site_map a:after {
    content: "";
    position: static;
    right: 40px;
    top: 0px;
    width: 1px;
    height: 24px;
    background-color: #15bf43
  }

  .site_map li {
    float: none;
    font-size: 1.5rem;
    border-bottom: 1px dotted #555;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%
  }

  .site_map li:after {
    position: absolute;
    right: 15px;
    top: 2px;
    background-color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #555
  }

  .news-lb {
    margin: 0;
    line-height: 1.3
  }

  .news-lb dt {
    float: none;
    width: 100%;
    border-right: none;
    padding-left: 0
  }

  .news-lb dd:nth-of-type(1):before {
    border-top: none
  }

  .news-lb dd {
    padding-left: 0
  }

  .pay_table.ptn_02 {
    border: none
  }

  .pay_table.ptn_02 th,
  .pay_table.ptn_02 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none
  }

  .trim {
    height: 200px
  }

  .trim.trim2 {
    -o-object-position: 28% 50%;
    object-position: 28% 50%
  }

  .contact_area li {
    font-size: 1em
  }

  .contact_area li:first-child {
    font-size: 1.5em
  }

  .add_area {
    padding: 20px 10px
  }

  .blog_side_list._ptn02 .blog_bx {
    margin: 0 5px
  }

  .blog_mttl {
    font-size: 16px
  }

  .intro .split_catch01 {
    font-size: 22px
  }

  .menu_list li {
    width: 100%;
    float: none
  }

  .tbl_simple th,
  .tbl_simple td {
    display: block;
    padding: 6px 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4
  }

  .tbl_simple th {
    width: 100%;
    background: #eee
  }

  .tbl_simple th span {
    border-right: none
  }

  .contact_area ._ttl {
    text-align: center;
    font-size: 20px
  }
}

.none {
  display: none
}

.clear {
  clear: both
}

.clearfix {
  _display: inline-block
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden
}

.fleft0 {
  float: left;
  display: inline
}

.fleft1 {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px
}

.fleft2 {
  float: left;
  display: inline;
  margin-right: 20px;
  margin-bottom: 20px
}

.fright0 {
  float: right;
  display: inline;
  text-align: center
}

.fright1 {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center
}

.fright2 {
  float: right;
  display: inline;
  margin-left: 20px;
  text-align: center;
  margin-bottom: 20px
}

.m5 {
  margin: 5px !important
}

.m10 {
  margin: 10px !important
}

.m15 {
  margin: 15px !important
}

.m20 {
  margin: 20px !important
}

.m30 {
  margin: 30px !important
}

.m40 {
  margin: 40px !important
}

.m50 {
  margin: 50px !important
}

.m75 {
  margin: 75px !important
}

.m100 {
  margin: 100px !important
}

.t-m5 {
  margin-top: 5px !important
}

.t-m10 {
  margin-top: 10px !important
}

.t-m15 {
  margin-top: 15px !important
}

.t-m20 {
  margin-top: 20px !important
}

.t-m30 {
  margin-top: 30px !important
}

.t-m40 {
  margin-top: 40px !important
}

.t-m50 {
  margin-top: 50px !important
}

.t-m75 {
  margin-top: 75px !important
}

.t-m100 {
  margin-top: 100px !important
}

.b-m5 {
  margin-bottom: 5px !important
}

.b-m10 {
  margin-bottom: 10px !important
}

.b-m15 {
  margin-bottom: 15px !important
}

.b-m20 {
  margin-bottom: 20px !important
}

.b-m30 {
  margin-bottom: 30px !important
}

.b-m40 {
  margin-bottom: 40px !important
}

.b-m50 {
  margin-bottom: 50px !important
}

.b-m75 {
  margin-bottom: 75px !important
}

.b-m100 {
  margin-bottom: 100px !important
}

.l-m5 {
  margin-left: 5px !important
}

.l-m10 {
  margin-left: 10px !important
}

.l-m15 {
  margin-left: 15px !important
}

.l-m20 {
  margin-left: 20px !important
}

.l-m30 {
  margin-left: 30px !important
}

.l-m40 {
  margin-left: 40px !important
}

.l-m50 {
  margin-left: 50px !important
}

.l-m70 {
  margin-left: 70px !important
}

.l-m75 {
  margin-left: 75px !important
}

.l-m100 {
  margin-left: 100px !important
}

.r-m5 {
  margin-right: 5px !important
}

.r-m10 {
  margin-right: 10px !important
}

.r-m15 {
  margin-right: 15px !important
}

.r-m20 {
  margin-right: 20px !important
}

.r-m30 {
  margin-right: 30px !important
}

.r-m40 {
  margin-right: 40px !important
}

.r-m50 {
  margin-right: 50px !important
}

.r-m75 {
  margin-right: 75px !important
}

.r-m100 {
  margin-right: 100px !important
}

.h-m5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important
}

.h-m10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important
}

.h-m15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}

.h-m20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

.h-m30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important
}

.h-m40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}

.h-m50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important
}

.w-m5 {
  margin-left: 5px !important;
  margin-right: 5px !important
}

.w-m10 {
  margin-left: 10px !important;
  margin-right: 10px !important
}

.w-m15 {
  margin-left: 15px !important;
  margin-right: 15px !important
}

.w-m20 {
  margin-left: 20px !important;
  margin-right: 20px !important
}

.w-m30 {
  margin-left: 30px !important;
  margin-right: 30px !important
}

.w-m40 {
  margin-left: 40px !important;
  margin-right: 40px !important
}

.w-m50 {
  margin-left: 50px !important;
  margin-right: 50px !important
}

.p5 {
  padding: 5px !important
}

.p10 {
  padding: 10px !important
}

.p15 {
  padding: 15px !important
}

.p20 {
  padding: 20px !important
}

.p30 {
  padding: 30px !important
}

.p40 {
  padding: 40px !important
}

.p50 {
  padding: 50px !important
}

.p75 {
  padding: 75px !important
}

.p100 {
  padding: 100px !important
}

.t-p5 {
  padding-top: 5px !important
}

.t-p10 {
  padding-top: 10px !important
}

.t-p15 {
  padding-top: 15px !important
}

.t-p20 {
  padding-top: 20px !important
}

.t-p30 {
  padding-top: 30px !important
}

.t-p40 {
  padding-top: 40px !important
}

.t-p50 {
  padding-top: 50px !important
}

.t-p75 {
  padding-top: 75px !important
}

.t-p100 {
  padding-top: 100px !important
}

.b-p0 {
  padding-bottom: 0 !important
}

.b-p5 {
  padding-bottom: 5px !important
}

.b-p10 {
  padding-bottom: 10px !important
}

.b-p15 {
  padding-bottom: 15px !important
}

.b-p20 {
  padding-bottom: 20px !important
}

.b-p30 {
  padding-bottom: 30px !important
}

.b-p40 {
  padding-bottom: 40px !important
}

.b-p50 {
  padding-bottom: 50px !important
}

.b-p75 {
  padding-bottom: 75px !important
}

.b-p100 {
  padding-bottom: 100px !important
}

.l-p5 {
  padding-left: 5px !important
}

.l-p10 {
  padding-left: 10px !important
}

.l-p15 {
  padding-left: 15px !important
}

.l-p20 {
  padding-left: 20px !important
}

.l-p30 {
  padding-left: 30px !important
}

.l-p40 {
  padding-left: 40px !important
}

.l-p50 {
  padding-left: 50px !important
}

.l-p60 {
  padding-left: 60px !important
}

.l-p65 {
  padding-left: 65px !important
}

.l-p70 {
  padding-left: 70px !important
}

.l-p75 {
  padding-left: 75px !important
}

.l-p100 {
  padding-left: 100px !important
}

.r-p5 {
  padding-right: 5px !important
}

.r-p10 {
  padding-right: 10px !important
}

.r-p15 {
  padding-right: 15px !important
}

.r-p20 {
  padding-right: 20px !important
}

.r-p30 {
  padding-right: 30px !important
}

.r-p40 {
  padding-right: 40px !important
}

.r-p50 {
  padding-right: 50px !important
}

.r-p75 {
  padding-right: 75px !important
}

.r-p100 {
  padding-right: 100px !important
}

.h-p5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important
}

.h-p10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.h-p15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important
}

.h-p20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important
}

.h-p30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important
}

.h-p40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

.h-p50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important
}

.h-p75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important
}

.h-p100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important
}

.w-p5 {
  padding-left: 5px !important;
  padding-right: 5px !important
}

.w-p10 {
  padding-left: 10px !important;
  padding-right: 10px !important
}

.w-p15 {
  padding-left: 15px !important;
  padding-right: 15px !important
}

.w-p20 {
  padding-left: 20px !important;
  padding-right: 20px !important
}

.w-p30 {
  padding-left: 30px !important;
  padding-right: 30px !important
}

.w-p40 {
  padding-left: 40px !important;
  padding-right: 40px !important
}

.w-p50 {
  padding-left: 50px !important;
  padding-right: 50px !important
}

.w-p75 {
  padding-left: 75px !important;
  padding-right: 75px !important
}

.w-p100 {
  padding-left: 100px !important;
  padding-right: 100px !important
}

.tcenter {
  text-align: center
}

.tright {
  text-align: right
}

.tleft {
  text-align: left
}

.ttext {
  text-indent: 1em;
  text-align: justify
}

.tkome {
  padding-left: 1em;
  text-indent: -1em
}

.tinline {
  display: inline-block
}

.toverflow {
  overflow: hidden;
  zoom: 1
}

.scroll {
  height: 250px;
  overflow-y: scroll
}

.orange {
  color: #FF6600
}

.red {
  color: #CC0000
}

.blue {
  color: #0068b7
}

.green {
  color: #547c3e
}

.green2 {
  color: #80c269
}

.skyblue {
  color: #029fe6
}

.magenta {
  color: #663366
}

.white {
  color: #FFF
}

.pink {
  color: #ff8ec0
}

.darkpink {
  color: #9E005D
}

.black {
  color: #000000
}

.yellow {
  color: #fff100
}

.f-s8 {
  font-size: 8px !important
}

.f-s10 {
  font-size: 10px !important
}

.f-s11 {
  font-size: 11px !important
}

.f-s12 {
  font-size: 12px !important
}

.f-s13 {
  font-size: 13px !important
}

.f-s14 {
  font-size: 14px !important
}

.f-s15 {
  font-size: 15px !important
}

.f-s16 {
  font-size: 16px !important
}

.f-s18 {
  font-size: 18px !important
}

.f-s20 {
  font-size: 20px !important
}

.f-s22 {
  font-size: 22px !important
}

.f-s24 {
  font-size: 24px !important
}

.marker-c {
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0
}

.marker-m {
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0
}

.marker-y {
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0
}

.marker-k {
  background: linear-gradient(transparent 70%, #ccc 0%);
  z-index: 0
}

.marker-p {
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0
}

.bg-orange {
  background-color: #ffefd6
}

.bg-red {
  background-color: #CC0000
}

.bg-blue {
  background-color: #0068B7;
  color: #fff
}

.bg-green {
  background-color: #99CC66
}

.bg-skyblue {
  background-color: #029fe6
}

.bg-magenta {
  background-color: #663366
}

.bg-yellow {
  background-color: #fffdde
}

.bg-white {
  background-color: #FFF;
  border-bottom: 1px solid #eee
}

.bg-pink {
  background-color: #ff8ec0
}

.bg-darkpink {
  background-color: #9E005D
}

.bg-black {
  background-color: #000000
}

.bg-111 {
  background-color: #111
}

.bg-222 {
  background-color: #222
}

.bg-333 {
  background-color: #333
}

.bg-aaa {
  background-color: #aaa
}

.bg-bbb {
  background-color: #bbb
}

.bg-ccc {
  background-color: #ccc
}

.bg-ddd {
  background-color: #ddd
}

.bg-eee {
  background-color: #eee
}

.link {
  margin: 10px 0
}

.link li {
  margin-bottom: 10px
}

.link li img {
  width: 100%;
  height: auto
}

.flink0,
.flink1,
.flink2 {
  width: 100%
}

.flink0 ul {
  margin-right: -11px
}

.flink1 ul {
  margin-right: -11px;
  margin-bottom: -10px
}

.flink2 ul {
  margin-bottom: -20px
}

.flink0 li {
  float: left
}

.flink1 li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px
}

.flink2 li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px
}

.flink2 li img {
  border-radius: 1000px;
  margin-bottom: 10px
}

.flink2 li h3 {
  font-size: 13px
}

.img-r {
  border-radius: 10px
}

.img-maru {
  border-radius: 1000px
}

.img-b {
  border: 3px solid #ccc
}

.img-sd {
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px
}

.blinking {
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  -moz-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.hr-gd {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent)
}

.hr-shadow {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5)
}

.icon {
  font-family: 'FontAwesome'
}

.a000:before {
  font-family: 'FontAwesome';
  content: "\f0a9"
}

.scrollbar {
  width: 100%;
  height: 240px;
  overflow-x: hidden;
  overflow-y: scroll
}

.scrollbar table {
  min-width: 500px
}

.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa
}

.scrollbar::-webkit-scrollbar:horizontal {
  height: 1px
}

.scrollbar::-webkit-scrollbar-button {
  display: none
}

.scrollbar::-webkit-scrollbar-piece {
  background: #eee
}

.scrollbar::-webkit-scrollbar-piece:start {
  background: #eee
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #333
}

.scrollbar::-webkit-scrollbar-corner {
  background: #333
}

.flowbar {
  position: relative;
  background: #fff;
  border: 0px solid #eee;
  padding: 0px;
  margin: 20px 0;
  clear: both
}

.flowbar:after,
.flowbar:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.flowbar:after {
  border-top-color: #64BCFF;
  border-width: 20px;
  margin-left: -20px
}

.flowbar:before {
  border-top-color: #64BCFF;
  border-width: 27px;
  margin-left: -27px
}

.k-bgBase {
  background-color: #11552C
}

.k-bgSub {
  background-color: #20A154
}

.k-txtBase {
  color: #11552C
}

.k-txtSub {
  color: #20A154
}

.k-border {
  border: solid thin #11552C
}

.k-scroll {
  overflow-y: auto
}

@media screen and (min-width: 701px) {
  .k-pcNone {
    display: none
  }

  .k-spNone {
    display: block
  }
}

@media screen and (max-width: 700px) {
  .k-pcNone {
    display: block
  }

  .k-spNone {
    display: none
  }
}

.k-imgFrame {
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px
}

.k-linegd {
  background: repeating-linear-gradient(-45deg, #fff 0, #fff 5px, green 5px, green 10px)
}

.txtLink {
  padding: 0 0.3em
}

.txtLink:before {
  font-family: FontAwesome;
  content: '\f138';
  margin-right: 0.2em;
  text-decoration: none !important
}

.txtLink:hover {
  opacity: 0.6
}

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  background-image: -webkit-linear-gradient(transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), -webkit-linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat
}

.k-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.k-flex * {
  box-sizing: border-box
}

.k-flex img {
  vertical-align: middle;
  max-width: 100%
}

.k-flex.jc-left {
  justify-content: left
}

.k-flex.jc-center {
  justify-content: center
}

.k-flex.jc-right {
  justify-content: right
}

.k-flex.col-1>.k-fitem {
  width: 100%
}

.k-flex.col-2>.k-fitem {
  width: 50%
}

.k-flex.col-3>.k-fitem {
  width: 33.3333333%
}

.k-flex.col-4>.k-fitem {
  width: 25%
}

.k-flex.col-5>.k-fitem {
  width: 20%
}

.k-flex>.k-fitem.k-w5 {
  width: 5%
}

.k-flex>.k-fitem.k-w10 {
  width: 10%
}

.k-flex>.k-fitem.k-w15 {
  width: 15%
}

.k-flex>.k-fitem.k-w20 {
  width: 20%
}

.k-flex>.k-fitem.k-w25 {
  width: 25%
}

.k-flex>.k-fitem.k-w30 {
  width: 30%
}

.k-flex>.k-fitem.k-w33 {
  width: 33.3333333%
}

.k-flex>.k-fitem.k-w35 {
  width: 35%
}

.k-flex>.k-fitem.k-w40 {
  width: 40%
}

.k-flex>.k-fitem.k-w45 {
  width: 45%
}

.k-flex>.k-fitem.k-w50 {
  width: 50%
}

.k-flex>.k-fitem.k-w55 {
  width: 55%
}

.k-flex>.k-fitem.k-w60 {
  width: 60%
}

.k-flex>.k-fitem.k-w65 {
  width: 65%
}

.k-flex>.k-fitem.k-w70 {
  width: 70%
}

.k-flex>.k-fitem.k-w75 {
  width: 75%
}

.k-flex>.k-fitem.k-w80 {
  width: 80%
}

.k-flex>.k-fitem.k-w85 {
  width: 85%
}

.k-flex>.k-fitem.k-w90 {
  width: 90%
}

.k-flex>.k-fitem.k-w95 {
  width: 95%
}

.k-flex>.k-fitem.k-w100 {
  width: 100%
}

.k-flex>.k-fitem.order1 {
  order: 1
}

.k-flex>.k-fitem.order2 {
  order: 2
}

.k-flex>.k-fitem.order3 {
  order: 3
}

.k-flex>.k-fitem.order4 {
  order: 4
}

@media screen and (max-width: 700px) {
  .k-flex>.k-fitem {
    width: 100% !important
  }

  .k-flex>.k-fitem.order1,
  .k-flex>.k-fitem.order2,
  .k-flex>.k-fitem.order3,
  .k-flex>.k-fitem.order4 {
    order: 0 !important
  }

  .k-flex.col-4>.k-fitem {
    width: 50% !important
  }

  .k-flex.fix.col-1>.k-fitem {
    width: 100% !important
  }

  .k-flex.fix.col-2>.k-fitem {
    width: 50% !important
  }

  .k-flex.fix.col-3>.k-fitem {
    width: 33.3333333% !important
  }

  .k-flex.fix.col-4>.k-fitem {
    width: 25% !important
  }

  .k-flex.fix.col-5>.k-fitem {
    width: 20% !important
  }

  .k-flex.fix>.k-fitem.k-w5 {
    width: 5% !important
  }

  .k-flex.fix>.k-fitem.k-w10 {
    width: 10% !important
  }

  .k-flex.fix>.k-fitem.k-w15 {
    width: 15% !important
  }

  .k-flex.fix>.k-fitem.k-w20 {
    width: 20% !important
  }

  .k-flex.fix>.k-fitem.k-w25 {
    width: 25% !important
  }

  .k-flex.fix>.k-fitem.k-w30 {
    width: 30% !important
  }

  .k-flex.fix>.k-fitem.k-w33 {
    width: 33.3333333% !important
  }

  .k-flex.fix>.k-fitem.k-w35 {
    width: 35% !important
  }

  .k-flex.fix>.k-fitem.k-w40 {
    width: 40% !important
  }

  .k-flex.fix>.k-fitem.k-w45 {
    width: 45% !important
  }

  .k-flex.fix>.k-fitem.k-w50 {
    width: 50% !important
  }

  .k-flex.fix>.k-fitem.k-w55 {
    width: 55% !important
  }

  .k-flex.fix>.k-fitem.k-w60 {
    width: 60% !important
  }

  .k-flex.fix>.k-fitem.k-w65 {
    width: 65% !important
  }

  .k-flex.fix>.k-fitem.k-w70 {
    width: 70% !important
  }

  .k-flex.fix>.k-fitem.k-w75 {
    width: 75% !important
  }

  .k-flex.fix>.k-fitem.k-w80 {
    width: 80% !important
  }

  .k-flex.fix>.k-fitem.k-w85 {
    width: 85% !important
  }

  .k-flex.fix>.k-fitem.k-w90 {
    width: 90% !important
  }

  .k-flex.fix>.k-fitem.k-w95 {
    width: 95% !important
  }

  .k-flex.fix>.k-fitem.k-w100 {
    width: 100% !important
  }

  .k-flex.fix>.k-fitem.order1 {
    order: 1 !important
  }

  .k-flex.fix>.k-fitem.order2 {
    order: 2 !important
  }

  .k-flex.fix>.k-fitem.order3 {
    order: 3 !important
  }

  .k-flex.fix>.k-fitem.order4 {
    order: 4 !important
  }
}

.k-btn1 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 5px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #11552C;
  background-color: #11552C;
  transition: all 0.3s ease;
  text-decoration: none
}

.k-btn1 a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  padding-right: 5px
}

.k-btn1 a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #11552C
}

.k-btnTel1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #11552C;
  transition: all 0.3s ease;
  text-decoration: none
}

.k-btnTel1 a:before {
  font-family: FontAwesome;
  content: "\f095";
  padding-right: 5px
}

.k-btnTel1 a:hover {
  transition: all 0.3s ease;
  opacity: 0.5
}

.k-btnTel2 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin: auto;
  color: #fff;
  border: solid thin #11552C;
  background-color: #11552C;
  transition: all 0.3s ease;
  text-decoration: none
}

.k-btnTel2 a:before {
  font-family: FontAwesome;
  content: "\f095";
  padding-right: 5px
}

.k-btnTel2 a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #11552C
}

.k-btnMail1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #11552C;
  transition: all 0.3s ease;
  text-decoration: none
}

.k-btnMail1 a:before {
  font-family: FontAwesome;
  content: "\f003";
  padding-right: 5px
}

.k-btnMail1 a:hover {
  transition: all 0.3s ease;
  opacity: 0.5
}

.k-btnMail2 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin: auto;
  color: #fff;
  border: solid thin #11552C;
  background-color: #11552C;
  transition: all 0.3s ease;
  text-decoration: none
}

.k-btnMail2 a:before {
  font-family: FontAwesome;
  content: "\f003";
  padding-right: 5px
}

.k-btnMail2 a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #11552C
}

.k-btnAnchor {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 50px;
  background-color: #11552C;
  color: #fff;
  border: solid thin #11552C;
  transition: all 0.3s ease;
  border-radius: 100px
}

.k-btnAnchor .btnTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold
}

.k-btnAnchor:hover {
  transition: all 0.3s ease;
  opacity: 0.5
}

.bnr-contact {
  float: right;
  width: 480px;
  font-size: 1.4em
}

@media screen and (max-width: 960px) {
  .bnr-contact {
    display: none
  }
}

.logo {
  display: inline-block;
  width: 400px
}

@media screen and (max-width: 700px) {
  .logo {
    width: 60%
  }
}

#rcsJuicyslider_wraper {
  width: 100%
}

#rcsJuicyslider_wraper ._rcsJuicysliderbox {
  position: relative
}

#rcsJuicyslider_wraper ._rcsJuicysliderimg1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  z-index: 999;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
  width: 600px;
  max-width: 90%
}

#rcsJuicyslider_wraper ._rcsJuicysliderimg1 a span {
  padding: 0 20px;
  background: rgba(17, 85, 44, 0.7)
}

#rcsJuicyslider_wraper ._rcsJuicysliderimg1 a:link,
#rcsJuicyslider_wraper ._rcsJuicysliderimg1 a:visited,
#rcsJuicyslider_wraper ._rcsJuicysliderimg1 a:hover {
  color: #FFF;
  text-decoration: none
}

#rcsJuicyslider_wraper ._rcsJuicySlide {
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover
}

#rcsJuicyslider_wraper ._rcsJuicySlideBotom {
  background: no-repeat bottom;
  -webkit-background-size: cover;
  background-size: cover
}

#rcsJuicyslider_wraper ._rcsJuicySlideBg1 {
  background-image: url(../juicyslider/data/juicyslider1.jpg)
}

#rcsJuicyslider_wraper ._rcsJuicySlideBg2 {
  background-image: url(../juicyslider/data/juicyslider2.jpg)
}

#rcsJuicyslider_wraper ._rcsJuicySlideBg3 {
  background-image: url(../juicyslider/data/juicyslider3.jpg)
}

.k-defList1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.k-defList1 * {
  box-sizing: border-box
}

.k-defList1 dt {
  display: block;
  width: 8em;
  border-bottom: solid thin #ccc;
  padding: 5px 0;
  margin-bottom: 10px
}

.k-defList1 dt p {
  background-color: #11552C;
  color: #fff;
  padding: 0 10px
}

.k-defList1 dd {
  width: calc(100% - 8em);
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
  display: block
}

@media screen and (max-width: 700px) {
  .k-defList1 dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0
  }

  .k-defList1 dd {
    width: 100%
  }
}

.k-defList2 {
  width: 100%
}

.k-defList2 * {
  box-sizing: border-box
}

.k-defList2 dt {
  color: #777
}

.k-defList2 dt p::after {
  display: inline;
  font-family: FontAwesome;
  content: "\f101";
  padding-left: 5px
}

.k-defList2 dd {
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
  font-size: 0.8em
}

.k-htitle00 {
  position: relative;
  padding: 1em;
  overflow: hidden;
  background-image: linear-gradient(to right bottom, #20A154, #11552C);
  color: #fff
}

.k-htitle00 .mainText {
  display: block;
  font-size: 2em;
  font-weight: 900
}

.k-htitle00 .subText {
  display: block;
  font-size: 1em
}

@media screen and (max-width: 700px) {
  .k-htitle00 .mainText {
    font-size: 1.8em
  }

  .k-htitle00 .subText {
    font-size: 0.8em
  }
}

.k-htitle01 {
  font-size: 2em;
  font-weight: 900;
  padding-bottom: 0.1em;
  margin-bottom: 0.3em;
  position: relative
}

.k-htitle01::before {
  content: '';
  width: 4em;
  height: 4px;
  background-color: #11552C;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em
}

.k-htitle02 {
  display: inline;
  font-size: 2em;
  line-height: 1.2;
  color: #11552C;
  background: linear-gradient(transparent 70%, #55dd8b 70%)
}

.k-htitle03 {
  font-size: 2em;
  line-height: 1.2;
  position: relative;
  border-top: solid 3px #11552C;
  border-bottom: solid 3px #11552C;
  background: #20A154;
  line-height: 1.4rem;
  padding: 0.4em 0.5em;
  margin: 1em 0 0.5em;
  color: #fff
}

.k-htitle03:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f0a4\ POINT';
  background: #11552C;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.k-htitle04 {
  font-size: 2em;
  line-height: 1.2;
  position: relative;
  padding: 0.6em;
  margin-bottom: 20px;
  color: #11552C;
  background: #80e6a8
}

.k-htitle04:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: solid 15px transparent;
  border-top: solid 15px #80e6a8;
  width: 0;
  height: 0
}

@media screen and (max-width: 700px) {
  .k-htitle1 {
    width: 90%
  }
}

.k-htitle05 {
  border-bottom: solid 10px #20A154;
  position: relative;
  font-size: 2em;
  line-height: 1.5;
  color: #11552C;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 20px
}

.k-htitle05:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #11552C;
  bottom: -3px;
  width: 20%
}

.k-htitle06 {
  font-size: 2em;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  text-shadow: -1px -1px 1px #e18692, 1px -1px 1px #e18692, -1px 1px 1px #e18692, 1px 1px 1px #e18692;
  z-index: 0
}

.k-htitle06:before {
  background: repeating-linear-gradient(45deg, #f5d5da, #f5d5da 4px, #fcf0f1 0, #fcf0f1 7px);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2
}

.k-htitle06:after {
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.1));
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.k-htitle07 {
  font-size: 2em;
  line-height: 1.2;
  background-color: #11552C;
  color: #fff;
  overflow: hidden;
  padding: 10px;
  position: relative
}

.k-htitle07:before {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  opacity: 0.6;
  position: absolute;
  top: -20px;
  left: 0px;
  width: 200px;
  height: 200px
}

.k-htitle07:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  opacity: 0.6;
  position: absolute;
  bottom: -50px;
  left: 180px;
  width: 100px;
  height: 100px
}

.k-htitle08 {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: solid 2px #11552C
}

.k-htitle08 span {
  display: inline-block;
  height: 100%;
  position: relative;
  color: #fff;
  background-color: #11552C;
  border-radius: 5px 5px 0 0;
  padding: 0 1.4em
}

.k-htitle08 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #fff
}

.k-htitle09 {
  font-size: 2em;
  line-height: 1.2;
  margin: 0;
  position: relative;
  display: inline-block;
  background-color: #20A154;
  padding: 0.3em 1.5em 0.3em 0.5em;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #fff
}

.k-htitle09:before {
  content: '';
  background-color: #b3b3b3;
  display: block;
  position: absolute;
  left: 50%;
  height: 60%;
  top: 26%;
  z-index: -1;
  width: 46%;
  box-shadow: 0 0 8px 8px #b3b3b3;
  transform: rotate(3deg)
}

.k-htitle0a {
  font-size: 2em;
  line-height: 1.2;
  border-bottom: solid thin #aaa;
  margin-bottom: 20px
}

.k-htitle0a:first-letter {
  font-size: 1.2em;
  color: #11552C
}

.k-htitle0b {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 900;
  border-left: solid 2px #11552C;
  border-right: solid 2px #11552C;
  border-bottom: solid 2px #11552C;
  padding: 0 20px;
  margin-bottom: 20px
}

.k-htitle10 {
  width: 80%;
  background: #2bd56e;
  box-shadow: 0px 0px 0px 5px #2bd56e;
  border: dashed 2px #fff;
  padding: 0.2em 0.5em 0.3em;
  color: #fff;
  margin: 0 auto 0.5em;
  font-size: 2em;
  line-height: 1em;
  text-align: center
}

.k-htitle11 {
  font-size: 2em;
  padding-bottom: 0.1em;
  margin-bottom: 0.3em;
  position: relative;
  text-align: center
}

.k-htitle11::before {
  content: '';
  width: 4em;
  height: 4px;
  background-color: #11552C;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  transform: translateX(-50%)
}

@media screen and (max-width: 700px) {
  .site_map {
    display: none
  }
}

.k-fixedAspect {
  position: relative;
  width: 100%;
  overflow: hidden
}

.k-fixedAspect:before {
  content: "";
  display: block;
  padding-top: 75%
}

.k-fixedAspect>.imgWrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.k-fixedAspect>.imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.k-contain {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden
}

.k-contain * {
  transition: all 0.3s ease
}

.k-contain:before {
  content: "";
  display: block;
  padding-top: 100%
}

.k-contain>.imgWindow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

.k-contain>.imgWindow:hover {
  transition: all 0.3s ease;
  transform: scale(1.2)
}

.k-cover {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden
}

.k-cover * {
  transition: all 0.3s ease
}

.k-cover:before {
  content: "";
  display: block;
  padding-top: 75%
}

.k-cover>.imgWindow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.k-cover>.imgWindow:hover {
  transition: all 0.3s ease;
  transform: scale(1.2)
}

.k-note {
  font-size: 0.8em
}

.k-note>li {
  text-indent: -1em;
  padding-left: 1em
}

.k-note>li::before {
  content: "※"
}

.k-listDesign1 {
  padding: 0.5em;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap
}

.k-listDesign1 * {
  box-sizing: border-box
}

.k-listDesign1.col-1>li {
  width: 100%
}

.k-listDesign1.col-2>li {
  width: 50%
}

.k-listDesign1.col-3>li {
  width: 33.3333333%
}

.k-listDesign1.col-4>li {
  width: 50%
}

.k-listDesign1 li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em
}

.k-listDesign1 li:before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #20A154
}

@media screen and (max-width: 700px) {
  .k-listDesign1.col-2>li {
    width: 100%
  }

  .k-listDesign1.col-3>li {
    width: 100%
  }

  .k-listDesign1.col-4>li {
    width: 50%
  }
}

.k-listDesign2 li:before {
  font-family: "FontAwesome";
  content: "\f2dc";
  color: #11552C;
  padding-right: 5px
}

.k-listDesign3>li {
  display: inline-block
}

.k-listDesign3>li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 5px
}

.k-listDesign3>li:last-child::after {
  content: " "
}

.k-listDesign4 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em
}

.k-listDesign4>li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px
}

.k-listDesign4>li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #11552C;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.k-timeline1 {
  list-style: none
}

.k-timeline1 * {
  box-sizing: border-box
}

.k-timeline1>li {
  overflow: hidden
}

.k-timeline1>li>.k-tlineDate {
  width: 140px;
  float: left;
  padding-top: 25px;
  padding-right: 20px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #11552C;
  text-align: right
}

.k-timeline1>li>.k-tlineContent {
  width: calc(100% - 140px);
  float: left;
  border-left: solid 3px #11552C;
  padding: 10px 30px
}

.k-timeline1>li>.k-tlineContent>.k-tlineContent-inner {
  position: relative;
  padding: 20px;
  background-color: #eee;
  border-radius: 10px
}

.k-timeline1>li>.k-tlineContent>.k-tlineContent-inner>img {
  width: 30%;
  padding-left: 10px;
  float: right
}

.k-timeline1>li>.k-tlineContent>.k-tlineContent-inner>h3 {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold
}

.k-timeline1>li>.k-tlineContent>.k-tlineContent-inner>p {
  width: 70%
}

.k-timeline1>li>.k-tlineContent>.k-tlineContent-inner>.clearBoth {
  clear: both
}

.k-timeline1>li>.k-tlineContent>.k-tlineContent-inner:before {
  position: absolute;
  content: '';
  top: 20px;
  right: 100%;
  border: solid 10px transparent;
  border-right: solid 10px #eee;
  width: 0;
  height: 0
}

.k-timeline1>li>.k-tlineContent>.k-tlineContent-inner:after {
  position: absolute;
  right: calc(100% + 24px);
  top: 20px;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #11552C;
  border-radius: 100%
}

@media screen and (max-width: 700px) {
  .k-timeline1>li {
    overflow: hidden
  }

  .k-timeline1>li>.k-tlineDate {
    width: 95%;
    float: none;
    padding: 30px 0 0 33px;
    text-align: left;
    border-left: solid 3px #11552C;
    margin-left: 5%
  }

  .k-timeline1>li>.k-tlineContent {
    width: 95%;
    float: none;
    margin-left: 5%
  }

  .k-timeline1>li>.k-tlineContent>.k-tlineContent-inner>img {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px
  }

  .k-timeline1>li>.k-tlineContent>.k-tlineContent-inner>h3 {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5rem
  }

  .k-timeline1>li>.k-tlineContent>.k-tlineContent-inner>p {
    width: 100%
  }
}

.k-timeline2 {
  list-style: none
}

.k-timeline2 * {
  box-sizing: border-box
}

.k-timeline2>li {
  overflow: hidden
}

.k-timeline2>li>.k-tlineContent {
  width: 100%;
  float: left;
  padding: 0 30px
}

.k-timeline2>li>.k-tlineContent>.k-tlineContent-inner {
  position: relative;
  padding: 20px
}

.k-timeline2>li>.k-tlineContent>.k-tlineContent-inner>.k-tlineDate {
  font-weight: bold
}

.k-timeline2>li>.k-tlineContent>.k-tlineContent-inner>.k-tlineDate::before {
  font-family: FontAwesome;
  content: '\f017';
  margin-right: 0.3em
}

.k-timeline2>li>.k-tlineContent>.k-tlineContent-inner>.k-tlineTitle {
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: bold
}

.k-timeline2>li>.k-tlineContent>.k-tlineContent-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #999
}

.k-timeline2>li>.k-tlineContent>.k-tlineContent-inner::after {
  content: '';
  position: absolute;
  top: 25px;
  left: -6px;
  width: 14px;
  height: 14px;
  background-color: #11552C;
  border-radius: 100%
}

@media screen and (max-width: 700px) {
  .k-timeline2>li>.k-tlineContent>.k-tlineContent-inner>.k-tlineTitle {
    font-size: 1.1em
  }
}

.form {
  margin: 10px 0 10px
}

.form dt span {
  color: #fff;
  background: #FF0000;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px
}

.form dl {
  margin: 10px 0;
  font-size: 16px
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  color: #333
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee
}

.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd
}

.textarea {
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0
}

.form-button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #11552C;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #11552C
}

#mailform button:before {
  font-family: 'FontAwesome';
  content: "\f003";
  margin-right: 6px
}

#mailform button:hover {
  background: #fff;
  color: #11552C
}

#mailform button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: '';
  z-index: 3
}

label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64BCFF;
  z-index: 1
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #FFF
}

label.radio_text input[type="radio"]:checked {
  box-shadow: none
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box
}

label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3
}

label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #64BCFF;
  border-bottom: 3px solid #64BCFF;
  transform: rotate(45deg);
  z-index: 1
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #EEE
}

.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
  text-align: center
}

@media screen and (max-width: 700px) {
  .form dl {
    margin: 10px 0
  }

  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px
  }

  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee
  }

  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
  }

  .textarea,
  textarea {
    width: 93%;
    font-size: 16px
  }

  .dropdown {
    font-size: 16px
  }

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

.k-defList4 {
  width: 400px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.k-defList4 * {
  box-sizing: border-box
}

.k-defList4 dt {
  display: block;
  width: 8em;
  border-bottom: solid thin #ccc;
  padding: 5px 0;
  margin-bottom: 10px
}

.k-defList4 dt p {
  background-color: #11552C;
  color: #fff;
  padding: 0 10px
}

.k-defList4 dd {
  width: calc(100% - 8em);
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
  display: block
}

@media screen and (max-width: 700px) {
  .k-defList4 dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0
  }

  .k-defList4 dd {
    width: 100%
  }
}

.name {
  color: #11552C;
  font-weight: bold;
  border-bottom: 1px dashed #11552C
}

.price {
  font-weight: bold;
  color: #20A154
}

/* フォームCMS */
.submit-btn {
	background: #11552C !important;
	border: 2px solid #11552C !important;
	}
	
	.submit-btn:hover {
	background: #ffffff !important;
	color: #11552C !important;
	}
	
	.submit-btn:hover::before {
	background: #11552C !important;
	}
	
	.submit-btn::before {
	transition: all .2s ease-in-out 0s;
	}
/* ------------------------ */