@charset "UTF-8";
/* @import "_vars.scss"; */
/* font */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400,700&display=swap");
/* width */
/* color */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&display=swap&subset=latin-ext");
.basecolor {
  color: #7A6A59;
}

/* mixin */
/* @include circle; */
/* @include absPosition(5px, 20px, 10px, 15px); */
/*
a{
     @include linkColor(#3cf);
}
*/
/* @include bg-gradient; */
.mttl_cl02 {
  font-family: "Pangolin", cursive;
  color: #7A6A59;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 0.05em;
}

.mttl_cl02:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #eee7d1;
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.mttl_cl02 span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  color: #555;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .mttl_cl02 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .mttl_cl02 span {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJP", "Kosugi Maru", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
 "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.2em;
  color: #111;
  font-size: 1rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  background: #fff4eb;
}

#body {
  font-size: 1.5rem;
}

a:link, a:visited, a:hover {
  color: #7A6A59;
  text-decoration: none;
}

.nbl {
  overflow: hidden;
}

.nbl dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #fff;
  background: #7A6A59;
  text-align: center;
  margin: 0px 0;
}

.bnr_nml li {
  width: 386px;
}

.bnr_nml figure {
  position: relative;
  overflow: hidden;
}

.bnr_nml figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bnr_nml figure h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
}

.bnr_nml figure p {
  color: #1b1b19;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}

.bnr_nml figure * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bnr_nml figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: rgba(122, 106, 89, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bnr_nml figcaption h3 {
  padding: 1.5rem 0px;
  font-size: 1.8em;
  margin-left: 10px;
  line-height: 100%;
  margin-bottom: 0;
  font-weight: normal;
}

.bnr_nml figcaption p {
  margin-left: 60px;
  color: #fff;
}

.bnr_nml figure:hover figcaption {
  right: 100%;
}

@media screen and (max-width: 768px) {
  .bnr_nml li {
    width: 100%;
  }
  .bnr_nml figcaption h3 {
    font-size: 1.3em;
  }
}

.grid .nbl dt {
  width: 4em;
}

.grid .nbl dd {
  padding-left: 6em;
}

.nbl dd {
  padding-left: 9em;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 0px 0 10px;
}

.nbl dd:last-child {
  /* 	border-bottom:0px;
  */
}

.gallery {
  background: #f2f2f2;
  width: 100%;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 10px;
}

.grid {
  position: relative;
  margin: 0 0 30px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid-item {
  /*アニメーション*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33% - 30px) !important;
  font-size: 12px;
  background: #fff;
  padding: 10px 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
}

.grid-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/pgb.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px;
}

.grid-item * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid-item h5 {
  font-size: 1.6rem;
  text-align: center;
  color: #7A6A59;
}

.grid-item p {
  line-height: 1.6em;
  font-size: 13px;
}

.grid-item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-item a:hover img {
  opacity: 0.1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*FLASH*/
#flashA {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  #flashA {
    height: 160px;
  }
}

#flash {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.flashimg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  z-index: 3;
}

@media screen and (max-width: 700px) {
  .flashimg {
    width: 95%;
  }
}

@media screen and (max-width: 800px) {
  #flash {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
}

/*wideslider*/
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 500px;
}

.wideslider ul {
  float: left;
  display: inline;
}

.wideslider ul li {
  float: left;
  display: inline;
}

.wideslider ul li img {
  width: 100%;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.slider_prev {
  background: #fff url(../photo/prev.jpg) no-repeat right center;
}

.slider_next {
  background: #fff url(../photo/next.jpg) no-repeat left center;
}

/*wideslider*/
@media screen and (max-width: 800px) {
  /* flash */
  #flash {
    width: 100%;
    height: auto;
  }
  #flashA {
    min-width: 100%;
  }
}

.bg-image1 {
  background-image: url(../img/bg-image1.jpg);
}

.bg-image2 {
  background-image: url(../img/bg-image2.jpg);
}

.bg-image3 {
  background-image: url(../img/bg-image3.jpg);
}

.bg-image4 {
  background-image: url(../img/bg-image4.jpg);
}

.bg-image5 {
  background-image: url(../img/bg-image5.jpg);
}

.bg-image1,
.bg-image2,
.bg-image3,
.bg-image4,
.bg-image5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg-fixed1 {
  background-image: url(../img/bg-fixed1.jpg);
}

.bg-fixed2 {
  background-image: url(../img/bg-fixed2.jpg);
}

.bg-fixed3 {
  background-image: url(../img/bg-fixed3.jpg);
}

.bg-fixed4 {
  background-image: url(../img/bg-fixed4.jpg);
}

.bg-fixed5 {
  background-image: url(../img/bg-fixed5.jpg);
}

.bg-fixed1,
.bg-fixed2,
.bg-fixed3,
.bg-fixed4,
.bg-fixed5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 200px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bg-fixed1,
  .bg-fixed2,
  .bg-fixed3,
  .bg-fixed4,
  .bg-fixed5 {
    background-attachment: scroll;
    height: 250px;
  }
}

.contactbx {
  text-align: center;
  margin: 15px 0;
}

.contactbx li {
  display: inline-block;
  margin: 0 5px 10px;
}

.contactbx a {
  width: 100%;
  display: block;
  font-size: 2rem;
}

.contactbx li a:link, .contactbx li a:visited, .contactbx li a:hover {
  color: #111;
}

.contactbx li:hover {
  opacity: 0.8;
}

.contactbx .tl a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 300px;
  font-weight: bold;
  padding: 10px 0px;
  border-radius: 0px;
  border: 1px solid #7A6A59;
}

.contactbx .ml a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 300px;
  font-weight: bold;
  padding: 10px 0px;
  border-radius: 0px;
  background: #7A6A59;
  border: 1px solid #7A6A59;
}

.contactbx .tl a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 15px;
}

.contactbx .ml a:link, .contactbx .ml a:visited {
  color: #fff;
}

.contactbx .ml a:hover {
  color: #fff;
  opacity: 0.6;
}

.contactbx .tl a:link, .contactbx .tl a:visited {
  color: #333;
}

.contactbx .tl a:hover {
  color: #fff;
  background: #7A6A59;
}

/* Tiny Carousel */
.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: repeat;
  margin-bottom: 20px;
}

.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 230px;
  position: relative;
}

.slider1 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  color: #7A6A59;
  text-decoration: none;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  vertical-align: bottom;
}

.slider1 .next {
  right: 0;
  left: auto;
}

.slider1 .buttons:hover {
  opacity: 0.6;
}

.slider1 .disable {
  visibility: hidden;
}

.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1px;
}

.slider1 .overview li {
  width: 350px;
  height: 230px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 0px;
  margin: 0px 1px;
}

.slider1 .overview li p {
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
  background: #f2f2f2;
}

.slider1 img {
  background: #fff;
  width: 100%;
  height: 230px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.pbox {
  max-width: 700px;
  margin: 10px auto;
}

/* btn_open　*/
.btn_open {
  display: block;
  width: 540px;
  height: 280px;
  margin: 0 auto 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  border: 5px solid #fff;
  color: #fff;
  font-size: 2em;
  font-family: "Pangolin", cursive;
}

@media screen and (max-width: 768px) {
  .btn_open {
    max-width: 540px;
    width: 100%;
    height: 200px;
    margin: 0 auto 15px;
  }
}

.btn_open::before, .btn_open::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn_open::before, .btn_open::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_open:hover {
  border-color: #7A6A59;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_open::before, .btn_open::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.btn_open::before {
  right: 0;
}

.btn_open::after {
  left: 0;
}

.btn_open:hover::before, .btn_open:hover::after {
  width: 0;
}

.btn_open p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(122, 106, 89, 0.8);
  padding: 10px 40px;
}

.btnbg1 {
  background: url(../img/flink01.jpg);
  background-position: center center;
}

.btnbg2 {
  background: url(../img/flink02.jpg);
  background-position: center center;
}

.btnbg3 {
  background: url(../img/flink03.jpg);
  background-position: center center;
}

.btnbg4 {
  background: url(../img/flink04.jpg);
  background-position: center center;
}

/*head*/
header {
  width: 100%;
  height: 80px;
  z-index: 99999;
  background-color: #fff4eb;
  padding: 0 0;
  position: relative;
  border-top: 2px solid #7A6A59;
}

header #headA {
  width: 100%;
  height: 80px !important;
}

header #headA #head {
  width: 1100px;
  margin: 0 auto;
  height: 80px !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* logo */
  /* nav */
  /* hcontact */
}

header #headA #head .logo {
  width: 250px;
  padding: 15px 10px;
}

header #headA #head .logo img {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  header #headA #head .logo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    width: 260px;
    height: auto;
    background-color: transparent;
    padding: 2px;
  }
}

header #headA #head #navi {
  width: 650px;
}

header #headA #head #navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header #headA #head #navi li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}

header #headA #head #navi li span {
  display: block;
  font-size: 1rem;
  font-family: "Pangolin", cursive;
  font-weight: normal;
}

header #headA #head #navi li a {
  height: 100%;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: none;
  padding: 23px 10px 0px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  color: #7A6A59;
}

header #headA #head #navi li a:hover {
  color: #fff !important;
  background: #7A6A59;
}

header #headA #head #navi a ul li ul {
  position: absolute;
  top: 60px;
  width: 150px;
  z-index: 100;
}

header #headA #head #navi a ul li ul li {
  visibility: hidden;
  overflow: hidden;
  background: #aaa;
  padding: 0;
  border-right: 0px;
  border-bottom: 5px solid #aaa;
}

header #headA #head #navi a ul li ul li:last-child {
  border-bottom: 0px solid #aaa;
}

header #headA #head #navi a ul li ul li a {
  display: block;
  width: 150px;
  height: auto;
  margin: 0;
  padding: 15px 0;
  font-size: 11rem !important;
  letter-spacing: 1px;
}

header #headA #head #navi a ul li ul li a:hover {
  background: #111;
  color: #fff;
}

header #headA #head #navi a ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  z-index: 10;
}

header #headA #head .hcontact {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}

header #headA #head .hcontact li {
  padding: 0;
  margin: 0;
}

header #headA #head .hcontact li img {
  display: block;
}

header #headA #head .hcontact li:nth-child(1) {
  width: 100%;
}

header #headA #head .hcontact li:nth-child(2) {
  width: 50%;
}

header #headA #head .hcontact li:nth-child(3) {
  width: 50%;
}

@media screen and (max-width: 800px) {
  header #headA #head .hcontact {
    display: none;
  }
}

.pbx {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  vertical-align: middle;
  padding: 50px 20px;
}

.pbx_c {
  width: 300px;
  vertical-align: middle;
  padding: 10% 5% 15%;
  margin: 0 auto;
}

.pbx_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .photobx-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .photobx-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .pbx {
    width: 100%;
    vertical-align: middle;
    padding: 15% 5%;
    z-index: 999;
  }
  .pbx_c {
    width: 100%;
    vertical-align: middle;
    padding: 15% 5% 15%;
    margin: 0 auto;
  }
}

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

.news-lb dt {
  float: left;
  width: 8em;
  border-right: #7A6A59 3px solid;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
}

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

.news-lb dd:last-child {
  border-bottom: 0px;
}

.flowbox {
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}

.flowbox ul {
  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;
}

.flowbox li {
  width: 30%;
  margin-right: 4%;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flowbox li {
    width: 100%;
    margin: 0 auto;
  }
}

.flowbox li h4 {
  background: #7A6A59;
  color: #fff;
  text-indent: 0.5em;
  font-size: 18px;
  margin-bottom: 10px;
}

.flowbox li b {
  color: #7A6A59;
}

.flowbox li img {
  max-width: 100%;
}

.flowbox li:nth-child(3n) {
  margin-right: 0;
}

.flowbox li:nth-child(3n):after {
  content: "";
}

.flowbox li:nth-child(3n + 1) {
  clear: both;
}

.flowbox li::after {
  font-family: "font awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  position: absolute;
  top: 30%;
  right: -42px;
  font-size: 30px;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  .flowbox li::after {
    display: none;
  }
}

#breadcrumb_bg {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  background: #7A6A59;
}

#breadcrumb {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1100px;
  color: #fff;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb li a {
  display: inline;
  padding: 0;
}

#breadcrumb li a:link, #breadcrumb li a:visited, #breadcrumb li a:hover {
  color: #fff !important;
  text-decoration: none;
}

#breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

#title_bg1 {
  background-image: url(../img/bg-title1.jpg);
}

#title_bg2 {
  background-image: url(../img/bg_title2.jpg);
}

#title_bg3 {
  background-image: url(../img/bg_title3.jpg);
}

#title_bg4 {
  background-image: url(../img/bg_title4.jpg);
}

#title_bg5 {
  background-image: url(../img/bg_title5.jpg);
}

#title_bg6 {
  background-image: url(../img/bg_title6.jpg);
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5,
#title_bg6 {
  height: 250px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  background-color: #111;
  position: relative;
}

#title_bg1 .mmtitle,
#title_bg2 .mmtitle,
#title_bg3 .mmtitle,
#title_bg4 .mmtitle,
#title_bg5 .mmtitle,
#title_bg6 .mmtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3em;
  color: #555;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 0.9;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#title_bg1 .mmtitle span,
#title_bg2 .mmtitle span,
#title_bg3 .mmtitle span,
#title_bg4 .mmtitle span,
#title_bg5 .mmtitle span,
#title_bg6 .mmtitle span {
  font-size: 0.5em;
}

@media screen and (max-width: 700px) {
  #title_bg1,
  #title_bg2,
  #title_bg3,
  #title_bg4,
  #title_bg5,
  #title_bg6 {
    height: 150px;
  }
  #title_bg1 .mmtitle,
  #title_bg2 .mmtitle,
  #title_bg3 .mmtitle,
  #title_bg4 .mmtitle,
  #title_bg5 .mmtitle,
  #title_bg6 .mmtitle {
    font-size: 1.5em;
  }
  #title_bg1 .mmtitle span,
  #title_bg2 .mmtitle span,
  #title_bg3 .mmtitle span,
  #title_bg4 .mmtitle span,
  #title_bg5 .mmtitle span,
  #title_bg6 .mmtitle span {
    font-size: 0.5em;
  }
}

#title {
  padding: 35px 0 40px;
  margin: 0px auto 0;
  background: rgba(238, 231, 209, 0.8);
}

#title h2 {
  font-family: "Pangolin", cursive;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 4rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
}

#title h2 span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  display: block;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #title {
    /*border:1px solid #443402;*/
    padding: 120px 0 60px;
    margin: 0;
  }
}

.list_check {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list_check li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

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

.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.list_link {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list_link li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list_link li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  margin-right: 5px;
  color: #7A6A59;
}

.list_link li:last-child {
  border-bottom: dotted 0px #aaa;
}

/* newsbox */
.newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
}

.news-ttl {
  font-family: "Pangolin", cursive;
  width: 230px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  border-right: 3px solid #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}

.news-ttl span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem !important;
  display: block;
  color: #fff;
  font-weight: normal;
}

.news-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 40px);
  padding: 0 20px;
}

.news-bx .news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news-bx .news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #fff !important;
}

.news-bx .news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news-bx .news dd:last-child {
  border-bottom: 0px solid #fff;
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #7A6A59;
}

.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news dd:last-child {
  border-bottom: 0px solid #fff;
}

/* flex */
.flex_2,
.flex_3 {
  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;
}

.flex_4 {
  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;
  width: 1100px;
  margin: 0 auto;
  padding: 35px 0;
}

@media screen and (max-width: 768px) {
  .flex_4 {
    width: 100%;
    padding: 15px 0;
  }
}

.flex_2 .bx h3,
.flex_3 .bx h3 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #7A6A59;
  padding: 0 15px;
  text-align: center;
  /*   &:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:"\f06c";
  margin-right: 2px;
  } */
}

.flex_4 .bx h2,
.flex_3 .bx h2 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #eee7d1;
  padding: 0 15px;
  text-align: center;
  line-height: 1.4;
  /*   &:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:"\f06c";
  margin-right: 2px;
  } */
}

@media screen and (max-width: 768px) {
  .flex_4 .bx h2,
  .flex_3 .bx h2 {
    font-size: 1.4rem;
  }
}

.flex_4 .bx h2 span,
.flex_3 .bx h2 span {
  font-size: 1.2rem;
  display: block;
}

.flex_2 .bx {
  width: calc(49%);
}

.flex_3 .bx {
  width: calc(32% - 11px);
  margin: 5px;
  background: #f2f2f2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  text-align: center;
  border-radius: 20px;
}

.flex_4 .bx {
  width: calc(24%);
  text-align: center;
  -webkit-box-shadow: #7a6a59 0 0 0 3px;
          box-shadow: #7a6a59 0 0 0 3px;
}

.flex_2 .bx,
.flex_3 .bx,
.flex_4 .bx {
  position: relative;
  background: #fff;
  padding: 20px 0;
}

.flex_2 .bx img,
.flex_3 .bx img,
.flex_4 .bx img {
  width: 40%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .flex_2,
  .flex_3 {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex_2 .bx h3,
  .flex_3 .bx h3,
  .flex_4 .bx h3 {
    font-size: 15px;
  }
  .flex_2 .bx,
  .flex_3 .bx {
    width: calc(100% - 20px);
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 20px 0 20px;
  }
  .flex_4 .bx {
    width: calc(49%);
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex_3 .bx:last-child {
    width: calc(100% - 20px);
  }
}

.bxbtn {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  width: 100%;
  right: 0;
}

.bxbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bxbtn a {
  font-size: 15px;
  text-align: center;
  width: 200px;
  display: block;
  padding: 10px 0px;
  font-weight: bold;
  border: 1px solid #7A6A59;
  margin: 0 auto;
  background: #7A6A59;
  border-radius: 30px;
}

.bxbtn a:link {
  color: #fff;
  text-decoration: none;
}

.bxbtn a:visited {
  color: #fff;
}

.bxbtn a:hover {
  color: #7A6A59;
  background: #fff;
  text-decoration: none;
  border: 1px solid base_color;
}

.bxbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}

/* /flex用btn */
/* スマートフォン */
@media screen and (max-width: 800px) {
  .flex_bx_2,
  .flex_bx_3 {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex_bx_2 .bx h3,
  .flex_bx_3 .bx h3,
  .flex_bx_4 .bx h3 {
    font-size: 15px;
    font-family: "Pangolin", cursive;
  }
  .flex_bx_2 .bx,
  .flex_bx_3 .bx {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .flex_bx_4 .bx {
    width: calc(45%);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .bxbtn {
    position: static;
    width: 200px !important;
    margin: 10px auto 0;
  }
}

.sp {
  display: none;
  margin: 0 auto;
}

.pc {
  display: block;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: 450px;
}

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

.scrollbar-y::-webkit-scrollbar {
  width: 5px;
}

.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.scrollbar-y::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.tbox_bg {
  background: #faffcd;
  padding: 10px;
  width: calc(100% - 20px);
}

.list_pdf {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #448aca;
  overflow: hidden;
  line-height: 1.5;
  background: #ddebff;
  border-radius: 10px;
  margin-top: 10px;
}

.list_pdf li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 3px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list_pdf li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  content: "\f1c1";
  color: #f84453;
}

.mbox_bg {
  background: #f2f2f2;
  padding: 15px;
  width: calc(100% - 32px);
}

.mbox_white {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.box_area {
  height: 340px;
}

@media screen and (max-width: 768px) {
  .box_area {
    height: auto;
  }
}

.mbox_white {
  background: rgba(255, 255, 255, 0.4);
  padding: 30px 20px;
}

/* mttl */
.mtext1 {
  font-size: 2.2rem;
  font-family: "Pangolin", cursive;
  color: #eee7d1;
}

.mttl_s span {
  background: #7A6A59;
  color: #fff;
  padding: 4px 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: normal;
}

.mtext_big {
  font-size: 3rem;
}

.mttl_bg {
  font-size: 2.5rem;
  text-align: center;
  background: #7A6A59;
  color: #fff;
  font-weight: bold;
}

.mttl_bl {
  background: #f1f1f1;
  color: #7A6A59;
  text-indent: 0.8em;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #7A6A59;
  margin: 20px 0;
  padding: 10px 0;
}

.mttl_check {
  margin: 15px 0;
  border-bottom: dotted 1px #7A6A59;
  font-size: 1.8rem;
  color: #7A6A59;
  font-weight: normal;
  overflow: hidden;
}

.mttl_check:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
}

.mttl_check_bg {
  margin: 15px 0 0;
  padding: 10px 0;
  background: #7A6A59;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
}

.mttl_check_bg:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
}

.mtitle-ll {
  font-size: 3rem;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}

.mttl_cl {
  font-family: "Pangolin", cursive;
  color: #7A6A59;
  text-align: center;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 1.3;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 4px;
}

.mttl_cl:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #7A6A59;
  display: block;
  position: absolute;
  top: 90px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.mttl_cl span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  display: block;
  color: #111;
}

.mttl_ic {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 0.9;
  margin: 0px 0 15px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  border-bottom: 2px solid #7A6A59;
  color: #7A6A59;
}

.mttl_ic:before {
  content: url(../img/mttl_ic.png);
  top: 5px;
  position: relative;
}

.mttl_ic span {
  font-size: 1.5rem;
  margin-left: 5px;
}

.mttl-bg {
  background: #7A6A59;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 5px;
}

.mttl-rs span {
  background: #111;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 3rem;
  margin-bottom: 10px;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 130px;
  float: left;
  text-align: left;
  margin-top: 10px;
  color: #7A6A59;
  font-weight: bold;
}

.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #ccc solid;
  padding: 10px 0 10px 30px;
}

.timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #7A6A59;
  position: absolute;
  left: 126px;
  top: 17px;
  border-radius: 100%;
}

.bg1 {
  background: url("../img/bg1.jpg") repeat-x top center;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 7em;
    float: left;
    text-align: left;
    margin-top: 10px;
  }
  .timeline-content {
    width: 50%;
    float: left;
    border-left: 3px #ccc solid;
    padding: 10px 0 20px 20px;
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #7A6A59;
    position: absolute;
    left: 6.7em;
    top: 17px;
    border-radius: 100%;
  }
}

.list_flex {
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  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;
}

.list_flex li {
  width: calc(33% - 20px);
  background: #eee7d1;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .list_flex li {
    width: calc(100% - 0px);
  }
}

.ol-list {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  margin: 10px 0;
  display: block;
}

.ol-list li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0px;
  border-radius: 0.3em;
  background: #f2f2f2;
}

.ol-list li:last-child {
  margin-bottom: 0px;
}

.ol-list span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  margin-top: -1.3em;
  background-color: #ac9d8d;
  margin-left: -3em;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mttl_slash {
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border-bottom: 2px solid #eee;
  margin: 20px 0px 20px;
  padding-bottom: 5px;
  font-size: 2.2rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #7A6A59;
}

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

.mttl_slash:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #ac9d8d;
}

.mttl_slash span {
  margin-left: 10px;
  margin-bottom: 0.2em;
  color: #448cc9;
  font-size: 0.6em;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

/* news */
.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #7A6A59;
}

.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news-bl {
  overflow: hidden;
}

.news-bl dt {
  float: left;
  width: 7em;
  background: #7A6A59;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.news-bl dd {
  padding-left: 8em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}

.news-bl dd:last-child {
  border-bottom: 0px;
}

/* howto-bl */
.howto-bl {
  overflow: hidden;
}

.howto-bl dt {
  float: left;
  width: 2em;
  padding: 5px 0px;
  color: #111;
  text-align: center;
  margin: 2px 0 0;
}

.howto-bl dd {
  padding-left: 4em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
}

.howto-bl dd:last-child {
  border-bottom: 0px;
}

.list_ol_01 {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  margin: 10px 0;
  display: block;
}

.list_ol_01 li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0px;
  border-radius: 0.3em;
  background: #f2f2f2;
}

.list_ol_01 li:last-child {
  margin-bottom: 0px;
}

.list_ol_01 span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list_ol_01 span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  margin-top: -1.3em;
  background-color: #7A6A59;
  margin-left: -3em;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-check {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list-check li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #7A6A59;
}

.list-check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.mttl_bubble {
  position: relative;
  padding: 0px 0px 5px 0px;
  padding-left: 2em;
  font-size: 2rem;
  color: #7A6A59;
  border-bottom: 2px solid #ac9d8d;
  margin-bottom: 25px;
  margin-top: 5px;
}

.mttl_bubble::before {
  content: "●";
  color: #7A6A59;
  font-size: 5rem;
  position: absolute;
  left: 0;
  top: -30px;
}

.mttl_bubble::after {
  content: "〇";
  color: #ac9d8d;
  font-size: 1.3rem;
  position: absolute;
  left: 20px;
  top: 20px;
}

.btnl_s a {
  position: relative;
  z-index: 2;
  background-color: #7A6A59;
  border: 2px solid #7A6A59;
  font-size: 16px;
  display: block;
  width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnl_s a:link, .btnl_s a:visited {
  color: #fff;
  text-decoration: none;
}

.btnl_s a:hover {
  color: #fff;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border-color: #7A6A59;
  color: #7A6A59 !important;
}

.btnl_s a::before, .btnl_s a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #7A6A59;
}

.btnl_s a::before {
  right: 0;
}

.btnl_s a::after {
  left: 0;
}

.btnl_s a:hover::before, .btnl_s a:hover::after {
  width: 0;
  background-color: #7A6A59;
}

.btnl_s a::before, .btnl_s a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btnl_s a::before, .btnl_s a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1 a {
  position: relative;
  z-index: 2;
  background: #7A6A59;
  border: 2px solid #7A6A59;
  font-size: 16px;
  display: block;
  max-width: 250px;
  margin: 15px auto;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1 a:link, .btn1 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn1 a:hover {
  color: #7A6A59;
  text-decoration: none;
  background-color: #fff;
  border-color: #7A6A59;
}

.btn1 a::before, .btn1 a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #7A6A59;
}

.btn1 a::before {
  right: 0;
}

.btn1 a::after {
  left: 0;
}

.btn1 a:hover::before, .btn1 a:hover::after {
  width: 0;
  background: #7A6A59;
}

.btn1 a::before, .btn1 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn1 a::before, .btn1 a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-r {
  background: #f2f2f2;
  padding: 20px 0;
}

.btn-r a {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #7A6A59;
  border: 2px solid #7A6A59;
  font-size: 16px;
  display: block;
  width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  border-radius: 35px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-r a:hover {
  color: #7A6A59;
  background-color: #fff;
  border-color: #7A6A59;
}

.btn-r a::before, .btn-r a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #7A6A59;
}

.btn-r a::before {
  right: 0;
}

.btn-r a::after {
  left: 0;
}

.btn-r a:hover::before, .btn-r a:hover::after {
  width: 0;
  background-color: #7A6A59;
  border-radius: 20px;
}

.btn-r a::before, .btn-r a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 20px;
}

.btn-r a::before, .btn-r a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_w a {
  position: relative;
  z-index: 2;
  background: #7A6A59;
  border: 2px solid #fff;
  font-size: 16px;
  display: block;
  max-width: 250px;
  margin: 25px auto 0;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_w a:link, .btn_w a:visited {
  color: #fff;
  text-decoration: none;
}

.btn_w a:hover {
  color: #7A6A59;
  text-decoration: none;
  background-color: #fff;
  border-color: #7A6A59;
}

.btn_w a::before, .btn_w a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #7A6A59;
}

.btn_w a::before {
  right: 0;
}

.btn_w a::after {
  left: 0;
}

.btn_w a:hover::before, .btn_w a:hover::after {
  width: 0;
  background: #7A6A59;
}

.btn_w a::before, .btn_w a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn_w a::before, .btn_w a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-r {
  background: #f2f2f2;
  padding: 20px 0;
}

.btn-r a {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #7A6A59;
  border: 2px solid #7A6A59;
  font-size: 16px;
  display: block;
  width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  border-radius: 35px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-r a:hover {
  color: #7A6A59;
  background-color: #fff;
  border-color: #7A6A59;
}

.btn-r a::before, .btn-r a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #7A6A59;
}

.btn-r a::before {
  right: 0;
}

.btn-r a::after {
  left: 0;
}

.btn-r a:hover::before, .btn-r a:hover::after {
  width: 0;
  background-color: #7A6A59;
  border-radius: 20px;
}

.btn-r a::before, .btn-r a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 20px;
}

.btn-r a::before, .btn-r a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* telbtn */
.telbtn {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
}

.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f098";
  margin-right: 5px;
  color: #7A6A59;
}

@media screen and (max-width: 768px) {
  .telbtn {
    font-size: 20px;
  }
}

.telbtn a:link, .telbtn a:visited {
  color: #7A6A59;
  text-decoration: none;
}

.telbtn a:hover {
  color: #7A6A59;
  text-decoration: none;
  opacity: 0.6;
}

.mailbtn {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.mailbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mailbtn a {
  margin: 0 auto;
  text-align: center;
  width: 250px;
  display: block;
  padding: 5px 5px;
  font-weight: normal;
  border: 2px solid #7A6A59;
}

.mailbtn a:link {
  color: #7A6A59;
  text-decoration: none;
}

.mailbtn a:visited {
  color: #7A6A59;
}

.mailbtn a:hover {
  color: #fff;
  background: #7A6A59;
  text-decoration: none;
}

.mailbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f003";
  margin-right: 5px;
}

.btn_s a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: right;
  background: #7A6A59;
  padding: 1px 10px;
  margin: 10px 0 0;
  font-size: 1.3rem;
  border: 2px solid #7A6A59;
}

.btn_s a:link, .btn_s a:visited {
  color: #fff;
}

.btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #7A6A59;
}

.snslink {
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  padding-top: 10px;
  text-align: right;
}

.snslink li {
  line-height: 30px;
  padding: 10px 13px;
  color: #111;
  display: inline-block;
}

.snslink li:hover {
  opacity: 0.5;
}

.snslink a:link, .snslink a:visited, .snslink a:hover {
  color: #7A6A59;
  text-decoration: none;
}

.list-bnr {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.3em;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  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;
}

.list-bnr li {
  width: 353px;
  background: #7A6A59;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
          box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
}

.list-bnr li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 90%;
  bottom: 35%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-bnr li:hover:before {
  left: 92%;
}

.list-bnr li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 1em 13px;
}

.list-bnr li a:link, .list-bnr li a:visited, .list-bnr li a:hover {
  color: #fff;
}

.list-bnr li:hover {
  background: #a1907e;
}

.list-bnr li:nth-child(3n + 2):last-child {
  margin-right: 33.4%;
}

/*link*/
/*containar*/
#contentwrap {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.single {
  width: 1100px;
  margin: 0 auto;
}

.lsingle {
  width: 49%;
  float: left;
}

.rsingle {
  width: 49%;
  float: right;
}

/* footer */
footer {
  width: 100%;
}

address span {
  display: inline-block;
}

#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;
  /*background: #eb6100;*/
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #7A6A59;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

#page-top a:hover {
  background: #ac9d8d;
  text-decoration: none;
}

/* footer */
#footer_bg {
  background: #7A6A59;
}

#footer {
  width: 1100px;
  margin: 0 auto 0;
  padding: 40px 0;
  font-size: 12px;
  text-align: center;
  color: #4d3f39;
}

#footer address {
  margin-top: 10px;
}

/* fnavi */
#fnavi_bg {
  width: 100%;
  background: #7A6A59;
}

#fnavi {
  width: 1100px;
  margin: 0 auto;
}

#fnavi ul {
  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;
}

#fnavi li {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

#fnavi li span {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}

#fnavi li a {
  width: 100%;
  line-height: 1.3;
  display: block;
  text-align: center;
  border: none;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  color: #eee7d1 !important;
}

#fnavi li a span {
  font-size: 10px;
  color: #eee7d1 !important;
}

#fnavi li a:link, #fnavi li a:visited, #fnavi li a:hover {
  color: #eee7d1 !important;
  text-decoration: none;
}

#fnavi li a:hover {
  background-color: #ac9d8d;
}

@media screen and (max-width: 768px) {
  #fnavi_bg {
    display: none;
  }
}

.bg1 {
  background: url(../img/bg1.jpg) repeat-x;
}

.mttl_point {
  color: #eee7d1;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.mttl_point span {
  background: #eee7d1;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

.mttl_point2 {
  color: #7A6A59;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.mttl_point2 span {
  background: #7A6A59;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

/* table */
table {
  margin: 10px 0;
  width: 100%;
}

table th {
  vertical-align: middle;
  padding: 10px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #aaa 1px solid;
  color: #fff;
  background: #7A6A59;
}

table td {
  padding: 10px 10px;
  vertical-align: middle;
  border: #aaa 1px solid;
  background: #fff;
}

table.cmp {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 8px;
  font-size: 13px;
}

table.cmp th,
table.cmp td {
  padding: 15px 15px;
}

table.cmp th {
  background: #7A6A59;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}

table.cmp th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #7A6A59;
  border-width: 10px;
  margin-top: -10px;
}

table.cmp td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}

/* firefox */
@-moz-document url-prefix() {
  table.cmp th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #888 10px solid;
    margin-top: -10px;
  }
}

/* mailform */
.form {
  margin: 10px 0 10px;
}

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

.form dt span.nini {
  background-color: blue;
}

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

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

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

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

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

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

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

.form .form-contents {
  padding: 0;
  background: transparent;
}

.form .form-contents dl {
  margin-bottom: 0;
}

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

#mailform button,
.form .form-pattern-1 .submit-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #7A6A59;
  font-weight: bold;
  border: 2px solid #7A6A59;
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}

#mailform button:hover,
.form .form-pattern-1 .submit-btn:hover{
  background: #fff;
  color: #7A6A59;
}

.form .form-pattern-1 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
  background: #7A6A59;
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*Radio Text*/
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;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

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

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

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          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 #7A6A59;
  border-bottom: 3px solid #7A6A59;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

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

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

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

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

.section_box_text_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-shadow: #aaa 0 0 0 1px;
          box-shadow: #aaa 0 0 0 1px;
  margin: 0 auto;
  background: #7A6A59;
  color: #fff;
}

.section_box_text_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-shadow: #7A6A59 0 0 0 1px;
          box-shadow: #7A6A59 0 0 0 1px;
  background: #7A6A59;
  color: #fff;
}

.section_box_text_box {
  width: 450px;
  vertical-align: middle;
  padding: 20px 35px;
}

.section_box_text_box .btn1 {
  margin-top: 30px;
}

.section_box_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.conts-ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #eee7d1;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee7d1;
}

.conts-ttlB {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #7A6A59;
}

.photo {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.photo li {
  width: calc(33.33% - 21px);
  margin: 10px;
}

.photo li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  background: #f2f2f2;
}

.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.photo li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

.photo li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 480px) {
  .photo li {
    width: calc(50% - 21px);
    margin: 10px;
  }
  .photo li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
}

.blanket li {
  padding: 0px 0;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: -150px;
}

.blanket li:nth-child(2n) {
  display: block;
}

.blanket li:nth-child(2n) .image {
  margin: 0 auto;
}

.blanket li:nth-child(2n) .blanket_ttl_top {
  text-align: left;
  color: #eee7d1 !important;
}

.blanket li .image,
.blanket li .detailBox {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.blanket li .image {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.blanket li .image img {
  -webkit-box-shadow: rgba(122, 106, 89, 0.1) -50px 50px 0 0;
          box-shadow: rgba(122, 106, 89, 0.1) -50px 50px 0 0;
}

.blanket li .detailBox {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.blanket li .textBox {
  background: white;
  padding: 50px 60px 100px;
  border: 1px solid #aaa;
}

.blanket li .blanket_ttl_top {
  font-family: "Pangolin", cursive;
  letter-spacing: 0.2rem;
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-indent: 2rem;
  text-align: right;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
}

.blanket li .blanket_ttl_top span {
  display: block;
  font-size: 1.8rem;
}

.blanket li .blanket_ttl {
  font-size: 2.4rem;
  font-weight: normal;
  color: #7A6A59;
  margin-bottom: 10px;
}

.blanket li .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}

.btn_slash {
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}

.btn_slash:before {
  background: #eee7d1;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
  z-index: 2;
}

.btn_slash:after {
  -webkit-transform: skew(-12deg) translate(8px, 8px);
  transform: skew(-12deg) translate(8px, 8px);
  border-color: #eee7d1;
  z-index: 1;
}

.btn_slash:before, .btn_slash:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eee7d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn_slash a {
  padding: 20px 0 21px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-decoration: none;
}

.btn_slash:hover:before {
  border-color: #ac9d8d;
  background-color: #ac9d8d;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}

.btn_slash:hover:after {
  border-color: #ac9d8d;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}

.btn_slash:hover a {
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

@media screen and (max-width: 768px) {
  .blanket li {
    display: block;
    margin: 0;
  }
  .blanket li:nth-child(2n) {
    display: block;
  }
  .blanket li:nth-child(2n) .image {
    margin: 0 auto;
  }
  .blanket li:nth-child(2n) .blanket_ttl_top {
    text-align: left;
  }
  .blanket li .image,
  .blanket li .detailBox {
    width: 100%;
  }
  .blanket li .detailBox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    padding: 20px 0;
  }
  .blanket li .image img {
    -webkit-box-shadow: rgba(122, 106, 89, 0.1) -10px 10px 0 0;
            box-shadow: rgba(122, 106, 89, 0.1) -10px 10px 0 0;
  }
  .blanket li .textBox {
    width: calc(100% - 20px);
    background: white;
    padding: 15px 10px;
  }
  .blanket li .blanket_ttl_top {
    font-size: 3rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    text-align: left;
    margin-bottom: 0;
    text-indent: 1rem;
  }
  .blanket li .blanket_ttl_top span {
    font-size: 1.3rem;
  }
  .blanket li .blanket_ttl {
    font-size: 2rem;
    font-weight: normal;
  }
  .blanket li .btn {
    width: 90% !important;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .blanket .btn_slash {
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 25px auto 0;
  }
}

/* blog entry 2column */
#blog_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 20px auto 100px;
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 20px;
}

#blog_flexwrap #blog_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}

/* blog side */
.blog_sttl01 {
  background: #7A6A59;
  color: #fff;
  text-indent: 5px;
  font-size: 1.7rem;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: normal;
}

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

/* blog main */
.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #7A6A59;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #7A6A59;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
}

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

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}

.pages {
  position: absolute;
  bottom: -50px;
  width: 100%;
  right: 0;
}

.page_next {
  float: left;
  width: 49%;
}

.page_prev {
  float: right;
  text-align: right;
  width: 49%;
}

.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #7A6A59;
}

.page_next a {
  display: block;
  padding: 5px 10px;
  background: #7A6A59;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.6;
}

.page_prev a:link, .page_prev a:visited, .page_prev a:hover {
  color: #fff;
}

.page_next a:link, .page_next a:visited, .page_next a:hover {
  color: #fff;
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #7A6A59;
  width: 100px;
  background: #7A6A59;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .listFlow dl {
    display: block;
    width: 100%;
  }
  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }
  .listFlow dl dt .num {
    display: block;
  }
  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

/* blog_side_list */
.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog_side_list .blog_bx {
  /*アニメーション*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

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

.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 .blog_bx_flex div {
  width: calc(100% - 120px);
}

.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}

.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 * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.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:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 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;
}

/* blog_top_list */
.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog_top_list .blog_bx {
  /*アニメーション*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 42px) !important;
  font-size: 12px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
  background: #fff;
}

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

.blog_top_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_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}

.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}

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

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

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

.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

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

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .blog_top_list .blog_bx {
    /*アニメーション*/
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }
  .blog_top_list .blog_bx figcaption {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  /* 2column */
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }
  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
  }
  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }
  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }
  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}

#indexnav {
  width: 100%;
  margin-bottom: 50px;
}

#indexnav li {
  display: inline;
  float: left;
  width: 25%;
  overflow: hidden;
}

#indexnav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  border-right: 1px solid #eeeeee;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#indexnav li a .img-inav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}

#indexnav li a .img-inav img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#indexnav li a .ico-inav {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -42px;
  z-index: 2;
}

#indexnav li a .ico-inav img {
  width: 100%;
}

#indexnav li a .box-inav-top {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  height: 22px;
  background: url(../img/bg_inav.png) no-repeat top left;
  background-size: cover;
}

#indexnav li a .box-inav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  padding-top: 10px;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#indexnav li a .box-inav div {
  color: #000;
  font-size: 1.5rem;
  line-height: 1em;
}

#indexnav li a .box-inav p {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 90px;
  height: 30px;
  margin-left: -45px;
  border-bottom: 2px solid #7A6A59;
  color: #7A6A59;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
}

#indexnav li a:hover .img-inav img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#indexnav li:last-child a {
  border-right: none;
}

@media screen and (max-width: 768px) {
  #indexnav {
    width: 100%;
  }
  #indexnav li {
    display: inline;
    float: left;
    width: 50%;
    overflow: hidden;
  }
  #indexnav li a {
    height: 200px;
  }
}

/* RSS */
.rssBox {
  width: 100%;
  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;
}

.rssBox li {
  width: calc(33.3% - 20px);
  margin-bottom: 20px;
  padding: 0px;
  margin: 10px;
  height: 230px !important;
  overflow: hidden;
}

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

.rssBox a:link, .rssBox a:visited, .rssBox a:hover {
  color: #333 !important;
}

.rssBox p {
  width: 100%;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 10px;
}

.rssBox p img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  background: #aaa;
}

.rssBox span {
  display: block;
}

.rssBox__article {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .rssBox {
    width: 100%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rssBox::-webkit-scrollbar {
    width: 5px;
  }
  .rssBox::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .rssBox::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .rssBox li {
    width: calc(100% - 0px);
    border-bottom: 1px dashed #b2b2b2;
    margin-bottom: 20px;
    padding: 0 0 20px 20px;
  }
  .rssBox li:after {
    display: block;
    content: "";
    clear: both;
  }
  .rssBox p {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
  }
  .rssBox span {
    display: block;
  }
  .rssBox__article {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

.staff-img {
  position: relative;
  height: 100%;
}

.staff-img .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.staff-img .inner img {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .staff-img {
    position: static;
  }
  .staff-img .inner {
    position: static;
    padding: 0 25%;
  }
}

/* フレックスコンテナ ver2
-------------------------------------------------- */
.k-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

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

.k-flex2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.k-flex2.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.k-flex2.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.k-flex2.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 701px) {
  .k-flex2.col-1 > * {
    width: 100%;
  }
  .k-flex2.col-2 > * {
    width: 50%;
  }
  .k-flex2.col-3 > * {
    width: 33.33333%;
  }
  .k-flex2.col-4 > * {
    width: 25%;
  }
  .k-flex2.col-5 > * {
    width: 20%;
  }
  .k-flex2.col-6 > * {
    width: 16.66667%;
  }
  .k-flex2 > *.w5 {
    width: 5%;
  }
  .k-flex2 > *.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .k-flex2 > *.w10 {
    width: 10%;
  }
  .k-flex2 > *.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .k-flex2 > *.w15 {
    width: 15%;
  }
  .k-flex2 > *.order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .k-flex2 > *.w20 {
    width: 20%;
  }
  .k-flex2 > *.order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .k-flex2 > *.w25 {
    width: 25%;
  }
  .k-flex2 > *.order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .k-flex2 > *.w30 {
    width: 30%;
  }
  .k-flex2 > *.order6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .k-flex2 > *.w35 {
    width: 35%;
  }
  .k-flex2 > *.order7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .k-flex2 > *.w40 {
    width: 40%;
  }
  .k-flex2 > *.order8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .k-flex2 > *.w45 {
    width: 45%;
  }
  .k-flex2 > *.order9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .k-flex2 > *.w50 {
    width: 50%;
  }
  .k-flex2 > *.order10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .k-flex2 > *.w55 {
    width: 55%;
  }
  .k-flex2 > *.order11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .k-flex2 > *.w60 {
    width: 60%;
  }
  .k-flex2 > *.order12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .k-flex2 > *.w65 {
    width: 65%;
  }
  .k-flex2 > *.order13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .k-flex2 > *.w70 {
    width: 70%;
  }
  .k-flex2 > *.order14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .k-flex2 > *.w75 {
    width: 75%;
  }
  .k-flex2 > *.order15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .k-flex2 > *.w80 {
    width: 80%;
  }
  .k-flex2 > *.order16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .k-flex2 > *.w85 {
    width: 85%;
  }
  .k-flex2 > *.order17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .k-flex2 > *.w90 {
    width: 90%;
  }
  .k-flex2 > *.order18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .k-flex2 > *.w95 {
    width: 95%;
  }
  .k-flex2 > *.order19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .k-flex2 > *.w100 {
    width: 100%;
  }
  .k-flex2 > *.order20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}

@media screen and (max-width: 700px) {
  .k-flex2.col-1 > * {
    width: 100%;
  }
  .k-flex2.col-2 > * {
    width: 100%;
  }
  .k-flex2.col-3 > * {
    width: 100%;
  }
  .k-flex2.col-4 > * {
    width: 100%;
  }
  .k-flex2.col-5 > * {
    width: 100%;
  }
  .k-flex2.col-6 > * {
    width: 100%;
  }
  .k-flex2 > *.w5 {
    width: 100%;
  }
  .k-flex2 > *.order1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w10 {
    width: 100%;
  }
  .k-flex2 > *.order2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w15 {
    width: 100%;
  }
  .k-flex2 > *.order3 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w20 {
    width: 100%;
  }
  .k-flex2 > *.order4 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w25 {
    width: 100%;
  }
  .k-flex2 > *.order5 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w30 {
    width: 100%;
  }
  .k-flex2 > *.order6 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w35 {
    width: 100%;
  }
  .k-flex2 > *.order7 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w40 {
    width: 100%;
  }
  .k-flex2 > *.order8 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w45 {
    width: 100%;
  }
  .k-flex2 > *.order9 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w50 {
    width: 100%;
  }
  .k-flex2 > *.order10 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w55 {
    width: 100%;
  }
  .k-flex2 > *.order11 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w60 {
    width: 100%;
  }
  .k-flex2 > *.order12 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w65 {
    width: 100%;
  }
  .k-flex2 > *.order13 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w70 {
    width: 100%;
  }
  .k-flex2 > *.order14 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w75 {
    width: 100%;
  }
  .k-flex2 > *.order15 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w80 {
    width: 100%;
  }
  .k-flex2 > *.order16 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w85 {
    width: 100%;
  }
  .k-flex2 > *.order17 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w90 {
    width: 100%;
  }
  .k-flex2 > *.order18 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w95 {
    width: 100%;
  }
  .k-flex2 > *.order19 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2 > *.w100 {
    width: 100%;
  }
  .k-flex2 > *.order20 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .k-flex2.mcol-1 > * {
    width: 100%;
  }
  .k-flex2.mcol-2 > * {
    width: 50%;
  }
  .k-flex2.mcol-3 > * {
    width: 33.33333%;
  }
  .k-flex2.mcol-4 > * {
    width: 25%;
  }
}

/* 定義リスト1
-------------------------------------------------- */
.k-defList1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.k-defList1 * {
  -webkit-box-sizing: border-box;
          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: #7A6A59;
  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%;
  }
}

/* 定義リスト2
  -------------------------------------------------- */
.k-defList2 {
  width: 100%;
}

.k-defList2 * {
  -webkit-box-sizing: border-box;
          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;
}

/* 定義リスト3
-------------------------------------------------- */
.k-defList3 {
  width: 100%;
}

.k-defList3 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.k-defList3 dt {
  color: #777;
}

.k-defList3 dd {
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
}

/* 横軸のみスクロール
-------------------------------------------------- */
.k-scroll {
  overflow-y: auto;
}

/* base_colorボーダーで外包
-------------------------------------------------- */
.k-border {
  border: solid 2px #aaa;
}

.h-100 {
  height: 100%;
}

/* 背景色がbase_color
-------------------------------------------------- */
.k-bgBase {
  background-color: #7A6A59;
}

.k-bgSub {
  background-color: #eee7d1;
}

/* テキストカラーがbase_color
-------------------------------------------------- */
.k-txtBase {
  color: #7A6A59;
}

.k-txtSub {
  color: #eee7d1;
}

/* 角丸長方形
-------------------------------------------------- */
.k-borderRadius {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

/* 補足記述
-------------------------------------------------- */
.k-note > li {
  text-indent: -1em;
  padding-left: 1em;
}

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

/* パーテーション
-------------------------------------------------- */
.partition {
  height: 300px;
}

@media screen and (max-width: 700px) {
  .partition {
    height: 200px;
  }
}

/* バナーリンク4
-------------------------------------------------- */
.k-bnrLink4.bgi-1 {
  background: url(../img/top1.jpg) center center/cover;
}

.k-bnrLink4.bgi-2 {
  background: url(../img/top2.jpg) center center/cover;
}

.k-bnrLink4.bgi-3 {
  background: url(../img/top3.jpg) center center/cover;
}

.k-bnrLink4.bgi-4 {
  background: url(../img/top4.jpg) center center/cover;
}

.k-bnrLink4 img {
  max-width: 100%;
  opacity: 1 !important;
}

.k-bnrLink4 > .inner {
  width: 1100px;
  margin: auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.k-bnrLink4 > .inner.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.k-bnrLink4 > .inner.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.k-bnrLink4 > .inner.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.k-bnrLink4 > .inner .content {
  position: relative;
  width: 400px;
  height: 400px;
}

.k-bnrLink4 > .inner .content > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  display: block;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.k-bnrLink4 > .inner .content > a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1000px) {
  .k-bnrLink4 > .inner {
    width: 100%;
    margin: auto;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .k-bnrLink4 > .inner.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .k-bnrLink4 > .inner.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .k-bnrLink4 > .inner.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .k-bnrLink4 > .inner .content {
    position: relative;
    width: 400px;
    height: 400px;
  }
  .k-bnrLink4 > .inner .content > a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    display: block;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .k-bnrLink4 > .inner .content > a:hover {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
            box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
  }
}

/* バナーリンク4
-------------------------------------------------- */
.k-topics {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  border: solid 2px #aaa;
  padding: 10px;
}

.k-topics > .inner {
  padding: 10px;
  overflow-y: scroll;
  height: 350px;
}

@media screen and (max-width: 700px) {
  .k-topics > .inner {
    height: 200px;
  }
}

/* TELボタン
-------------------------------------------------- */
.k-btnTel a {
  display: block;
  width: 9em;
  margin: auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #7A6A59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k-btnTel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  padding-right: 5px;
}

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

/* contactbnr ボタン
-------------------------------------------------- */
.k-cotactBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.k-cotactBtn li {
  text-align: center;
  width: 25%;
  font-size: 1.2em;
}

.k-cotactBtn li > a {
  display: block;
  cursor: pointer;
  background-color: #7A6A59;
  padding: 5px 0;
  border-radius: 20px;
  color: #fff;
}

.k-cotactBtn li > a:hover {
  opacity: 0.7;
}

.k-cotactBtn li > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-right: 5px;
}

.k-cotactBtn li.contact-phone > a:before {
  content: "\f2a0";
}

.k-cotactBtn li.contact-cart > a:before {
  content: "\f07a";
}

.k-cotactBtn li.contact-mail > a:before {
  content: "\f0e0";
}

@media screen and (max-width: 1000px) {
  .k-cotactBtn li {
    text-align: center;
    width: 80%;
  }
}

.bg-lattice {
  background: url(../img/bg-lattice.png) repeat;
}

/* メディアクエリで表示非表示制御
-------------------------------------------------- */
@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;
  }
}

/* product_list */
.product_list_info {
  font-size: 13px;
}

.product_list_info dt {
  float: left;
  width: 6em;
  background: #7A6A59;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.product_list_info dd {
  padding-left: 7em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}

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

.product_list {
  width: 100%;
  margin: 10px auto 0;
  padding: 20px 0 0;
}

.product_list * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_list figcaption {
  width: 95%;
  height: 250px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: #f8eae1 url(../img/more.png) center center;
}

.product_list figcaption img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}

.product_list figcaption img:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product_list li {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 10px 30px;
  padding: 10px 5px 55px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.product_list li .catch {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  z-index: 9999;
  top: -20px;
  left: -10px;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #7A6A59;
  color: #fff;
  margin-bottom: -10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px;
}

.product_list li .product_list_ttl {
  font-size: 18px;
  text-align: center;
}

.product_list li .text {
  text-align: left;
  font-size: 13px;
}

.product_list li .text:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 3px;
  color: #7A6A59;
}

.product_list_btn {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  width: 95%;
  right: 0;
  left: 0;
  margin: 10px auto 20px;
}

.product_list_btn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_list_btn a {
  font-size: 15px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 0px;
  font-weight: bold;
  border: 1px solid #7A6A59;
  margin: 0 auto;
  background: #7A6A59;
  border-radius: 20px;
}

.product_list_btn a:link {
  color: #fff;
  text-decoration: none;
}

.product_list_btn a:visited {
  color: #fff;
}

.product_list_btn a:hover {
  color: #7A6A59;
  background: #fff;
  text-decoration: none;
  border: 1px solid #7A6A59;
}

.product_list_btn a:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .product_list figcaption {
    background: #fff;
    width: 95%;
    height: auto;
  }
  .product_list li {
    width: calc(49% - 20px);
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
  }
  .product_list_btn {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .product_list ul {
    display: block;
  }
  .product_list figcaption {
    background: #fff;
    width: 95%;
    height: auto;
  }
  .product_list li {
    width: 95%;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
  }
  .product_list_btn {
    position: relative;
  }
}

/* 見出しタイトル10
================================================== */
.k-htitle10 {
  width: 80%;
  background: #7A6A59;
  -webkit-box-shadow: 0px 0px 0px 5px #7A6A59;
          box-shadow: 0px 0px 0px 5px #7A6A59;
  border: dashed 1px #fff;
  padding: 0.4em 0.5em 0.3em;
  color: #fff;
  margin: 0 auto 0.5em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 100;
  font-size: 4em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.k-htitle11 {
  font-family: "YakuHanJP", "Kosugi Maru", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
 "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.2em;
  font-size: 2em;
  line-height: 1.2;
  border-bottom: solid thin #aaa;
  margin-bottom: 20px;
}

.k-htitle11:first-letter {
  font-size: 1.2em;
  color: #7A6A59;
}

@media screen and (max-width: 768px) {
  .k-htitle11 {
    font-size: 1.5em;
  }
}

/* 見出しタイトル12
================================================== */
.k-htitle12 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
  font-size: 3em;
  line-height: 0.8;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
  padding: 10px 0 0;
}

.k-htitle12 span {
  font-size: 0.5em;
}

@media screen and (max-width: 700px) {
  .k-htitle12 {
    font-size: 1.7em;
    font-weight: 400;
  }
  .k-htitle12 span {
    font-size: 0.5em;
  }
}

.bgi1 {
  background: url(../img/bgi1.jpg) repeat 100px 100px;
}

.bgi2 {
  background: url(../img/bgi2.jpg) repeat;
}

/* CSS */
.calendar {
  width: 460px;
}

.calendar table {
  margin: 10px 0;
  line-height: 2.6;
  width: 100%;
}

.calendar table th {
  text-align: center;
  vertical-align: middle;
  padding: 5px 2px;
  font-weight: normal;
  line-height: 1.5;
  border: #4f5a3f 1px solid;
  width: 14%;
}

.calendar table td {
  padding-left: 2px;
  padding-right: 2px;
  background-color: #fff;
  height: 60px;
  border: #4f5a3f 1px solid;
  width: 14%;
  line-height: 2;
  vertical-align: top;
  font-size: 12px;
}

.calendar table td .item {
  color: #db2e24;
  text-align: center;
}

.calendar td.off {
  background: #fbd4d4;
}

.table_jisseki td {
  text-align: right;
  padding-right: 45px;
}

#calendar div.calendar:nth-child(1) {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}

#calendar div.calendar:nth-child(2) {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}

.calendar_head {
  padding: 0px 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #028dd4;
}

.calendar_body {
  padding: 0px 10px 10px 10px;
}

/* スマホ */
@media screen and (max-width: 600px) {
  #calendar div.calendar:nth-child(1) {
    float: none;
    width: auto;
  }
  #calendar div.calendar:nth-child(2) {
    float: none;
    width: auto;
  }
}

/* 要素のアスペクト比を固定
-------------------------------------------------- */
.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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 画像の内接リサイズ
  -------------------------------------------------- */
.k-contain {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.k-contain * {
  -webkit-transition: all 0.3s ease;
  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: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

/* 画像の外接リサイズ
  -------------------------------------------------- */
.k-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

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

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

.wrapper {
  position: relative;
  height: 100%;
  padding: 20px;
}

.wrapper.bgg1 {
  background-color: #ffe6d2;
}

.wrapper.bgg2 {
  background-color: #fff4eb;
}

.wrapper .bgtext {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  font-size: 4em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: rgba(136, 136, 136, 0.1);
}

.main {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  font-size: 18px;
}

.bg-even {
  background-color: #ffe6d2;
}

/* ボタン1
-------------------------------------------------- */
.k-btn1 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #7A6A59;
  background-color: #7A6A59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k-btn1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 5px;
}

.k-btn1 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #7A6A59;
}

/* ボタン2
  -------------------------------------------------- */
.k-btn2 a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #7A6A59;
  border: solid thin #7A6A59;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k-btn2 a:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -7px;
  right: -2px;
  border-left: 10px solid #7A6A59;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.k-btn2 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #7A6A59;
  color: #fff;
}

.k-btn2 a:hover > .k-btn2 a:after {
  border-left: 10px solid #fff;
}

/* TELボタン1
  -------------------------------------------------- */
.k-btnTel1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #7A6A59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k-btnTel1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  padding-right: 5px;
}

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

/* TELボタン2
  -------------------------------------------------- */
.k-btnTel2 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #7A6A59;
  background-color: #7A6A59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k-btnTel2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  padding-right: 5px;
}

.k-btnTel2 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #7A6A59;
}

/* Mailボタン1
  -------------------------------------------------- */
.k-btnMail1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #7A6A59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k-btnMail1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-right: 5px;
}

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

/* Mailボタン2
  -------------------------------------------------- */
.k-btnMail2 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #7A6A59;
  background-color: #7A6A59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.k-btnMail2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-right: 5px;
}

.k-btnMail2 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #7A6A59;
}

/* アンカーボタン
  -------------------------------------------------- */
.k-btnAnchor {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 50px;
  background-color: #7A6A59;
  color: #fff;
  border: solid thin #7A6A59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}

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

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

/* タイムライン1
-------------------------------------------------- */
.k-timeline1 {
  list-style: none;
}

.k-timeline1 * {
  -webkit-box-sizing: border-box;
          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: #7A6A59;
  text-align: right;
}

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

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

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

.k-timeline1 > li > .k-tlineContent > .k-tlineContent-inner > h3 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.4;
  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: 21px;
  right: 100%;
  border: solid 10px transparent;
  border-right: solid 10px #fff;
  width: 0;
  height: 0;
}

.k-timeline1 > li > .k-tlineContent > .k-tlineContent-inner:after {
  position: absolute;
  right: calc(100% + 24px);
  top: 21px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #7A6A59;
  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 #7A6A59;
    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;
  }
  .k-timeline1 > li > .k-tlineContent > .k-tlineContent-inner > p {
    width: 100%;
  }
}

/* タイムライン2
  -------------------------------------------------- */
.k-timeline2 {
  list-style: none;
}

.k-timeline2 * {
  -webkit-box-sizing: border-box;
          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: #7A6A59;
  border-radius: 100%;
}

.select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

/* 見出しタイトル0d
  -------------------------------------------------- */
.k-htitle0d {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #7A6A59;
  padding: 10px;
  margin-bottom: 20px;
}

.k-htitle0d::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00b";
  font-weight: 900;
  padding-right: 0.1em;
}

/* 見出しタイトル0a
-------------------------------------------------- */
.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: #7A6A59;
}

.bg-odd {
  background: url("../img/bgi3.jpg") repeat;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */