@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.spOFF {
  display: none !important;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  color: #339;
}
a:hover {
  color: #933;
}

/*--------------------------
基本
---------------------------- */
/* width */
/*
.w10 {width:10%;}
.w20 {width:20%;}
.w30 {width:30%;}
.w40 {width:40%;}
.w50 {width:50%;}
.w60 {width:60%;}
.w70 {width:70%;}
.w80 {width:80%;}
.w90 {width:90%;}
.w100{width:100%;}
*/
/* flex-basis */
/*
.fb10 { flex-basis:10%; }
.fb20 { flex-basis:20%; }
.fb30 { flex-basis:30%; }
.fb40 { flex-basis:40%; }
.fb50 { flex-basis:50%; }
.fb60 { flex-basis:60%; }
.fb70 { flex-basis:70%; }
.fb80 { flex-basis:80%; }
.fb90 { flex-basis:90%; }
.fb100{ flex-basis:100%;}
*/
.hr01 {
  border: 0;
  border-bottom: dashed 1px #ccc;
  margin: 50px 10px;
}

/* box01 */
.box01 {
  margin: 0 10px 40px;
}

/* box02 */
.box02 {
  margin: 0 10px 20px;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px;
}

/* layout01 */
.layout01__pic {
  text-align: center;
  margin-bottom: 20px;
}
.layout01__pic img {
  width: 100%;
  height: auto;
}

.tit01 {
  font-weight: bold;
  background: url(../img/tit01_icon.png) no-repeat left center;
  border-bottom: solid 3px #8D8DB3;
  padding: 18px 0 18px 30px;
  margin-bottom: 45px;
  font-size: 22px;
}

.tit02 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 25px;
  color: #000;
  line-height: 1.2;
}

.tit03 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px;
  background: #e7f7ff;
}

.tit04 {
  font-size: 16px;
  font-weight: bold;
  background: #F5F5FB;
  border-top: solid 3px #8D8DB3;
  border-bottom: 2px dotted #DEDEDE;
  padding: 10px;
  margin-bottom: 30px;
}

.tit_spring,
.tit_summer,
.tit_autumn,
.tit_winter {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 30px;
}

.tit_spring {
  background: #ffe5e8;
}

.tit_summer {
  background: #e0fad7;
}

.tit_autumn {
  background: #ffdba8;
}

.tit_winter {
  background: #cfe3fe;
}

.txt01 {
  margin-bottom: 15px;
}
.txt01:last-child {
  margin-bottom: 0;
}

ul.lst01 {
  margin-bottom: 30px;
  font-size: 16px;
}
ul.lst01 li {
  margin-left: 20px;
  margin-bottom: 5px;
  list-style: disc;
}

ol.lst01 {
  margin-bottom: 30px;
  font-size: 16px;
}
ol.lst01 li {
  margin-left: 25px;
  margin-bottom: 5px;
  list-style: decimal;
}

ol.lst01.donationLst li {
  margin-bottom: 30px;
}
ol.lst01.donationLst li .donationLst__tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
ol.lst01.donationLst li ol li {
  list-style: decimal-leading-zero !important;
  margin-bottom: 10px !important;
}
ol.lst01.donationLst li p {
  margin-bottom: 15px;
}

.otherLnk01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otherLnk01__item {
  flex-basis: 24.5%;
}
.otherLnk01__item a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  border: dashed 1px #ccc;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #f5f5f5;
}
.otherLnk01__item a:hover {
  background: #eee;
}

.btn01 {
  margin: 0 auto 30px;
  width: 100% !important;
}
.btn01 a {
  display: block;
  background: #546715;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.btn01 a:hover {
  background: #000;
}

.pdfLnk {
  margin: 0 auto 30px;
}
.pdfLnk a {
  background: url(../img/PDF_32.png) no-repeat left center;
  background-size: auto 100%;
  padding-left: 35px;
  color: #00f;
}

.downloadBtn {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  background: #000;
  padding: 4px 4px;
  text-align: center;
  border-radius: 4px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#114e79+0,003c66+100 */
  background: #114e79;
  /* Old browsers */
  background: -moz-linear-gradient(top, #114e79 0%, #003c66 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #114e79 0%, #003c66 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #114e79 0%, #003c66 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114e79', endColorstr='#003c66',GradientType=0 );
  /* IE6-9 */
}
.downloadBtn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003c66+0,114e79+100 */
  background: #003c66;
  /* Old browsers */
  background: -moz-linear-gradient(top, #003c66 0%, #114e79 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #003c66 0%, #114e79 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #003c66 0%, #114e79 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c66', endColorstr='#114e79',GradientType=0 );
  /* IE6-9 */
  color: #ff0;
}

.tbl01 {
  width: 100%;
  margin: 0 auto 30px;
}
.tbl01 caption {
  font-weight: bold;
  background: #e8f3c5;
  padding: 7px;
  margin-bottom: 10px;
}
.tbl01 th {
  padding: 8px;
  border: solid 1px #ccc;
  width: 30%;
  background: #eee;
  font-size: 14px;
  box-sizing: border-box;
}
.tbl01 td {
  padding: 8px;
  border: solid 1px #ccc;
  width: 70%;
  font-size: 14px;
  box-sizing: border-box;
}

.tbl02 {
  width: 100%;
  margin: 0 auto 30px;
}
.tbl02 caption {
  font-weight: bold;
  background: #e8f3c5;
  padding: 7px;
  margin-bottom: 10px;
}
.tbl02 th {
  padding: 15px 10px;
  border: solid 1px #ccc;
  width: 60%;
  font-size: 14px;
}
.tbl02 td {
  padding: 15px 10px;
  border: solid 1px #ccc;
  width: 40%;
  font-size: 14px;
}

/* .scroll-table */
.scroll-table {
  overflow: auto;
}

.scroll-table table {
  width: 100%;
}

.scroll-table::-webkit-scrollbar {
  height: 5px;
  /* スクロールバーの高さ */
}

.scroll-table::-webkit-scrollbar-track {
  background: #F1F1F1;
  /* スクロールバーの背景色 */
}

.scroll-table::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  /* スクロールバーの色 */
}

.scroll-table td, .scroll-table th {
  white-space: nowrap;
  /* 文字の折返しを禁止 */
}

/* scroll-table__important */
.scroll-table__important {
  color: #f00;
  font-size: 14px;
  margin-bottom: 30px;
}

/* row-table */
.row-table table {
  border-bottom: solid 1px #ccc;
}
.row-table table th {
  display: block;
  width: 100%;
  padding: 8px !important;
  box-sizing: border-box !important;
  border: solid 1px #ccc;
  border-bottom: none;
}
.row-table table td {
  display: block;
  width: 100%;
  padding: 8px !important;
  box-sizing: border-box !important;
  border: solid 1px #ccc;
  border-bottom: none;
}

.priceTbl {
  margin: 0 auto 30px;
}
.priceTbl caption {
  font-weight: bold;
  background: #e8f3c5;
  padding: 7px;
  margin-bottom: 10px;
}
.priceTbl th {
  padding: 15px 10px;
  border: solid 1px #ccc;
  width: 30%;
  background: #eee;
  font-size: 14px;
}
.priceTbl td {
  padding: 15px 10px;
  border: solid 1px #ccc;
  width: 70%;
  font-size: 14px;
}
.priceTbl thead tr th:nth-child(1) {
  width: 30%;
}
.priceTbl thead tr th:nth-child(2) {
  width: 30%;
}
.priceTbl thead tr th:nth-child(3) {
  width: 13.33%;
  text-align: center;
}
.priceTbl thead tr th:nth-child(4) {
  width: 13.33%;
  text-align: center;
}
.priceTbl thead tr th:nth-child(5) {
  width: 13.33%;
  text-align: center;
}
.priceTbl tbody tr td:nth-child(1) {
  width: 30%;
}
.priceTbl tbody tr td:nth-child(2) {
  width: 30%;
}
.priceTbl tbody tr td:nth-child(3) {
  width: 13.33%;
  text-align: center;
}
.priceTbl tbody tr td:nth-child(4) {
  width: 13.33%;
  text-align: center;
}
.priceTbl tbody tr td:nth-child(5) {
  width: 13.33%;
  text-align: center;
}

.formTbl {
  margin: 0 10px 30px;
}
.formTbl caption {
  font-weight: bold;
  background: #e8f3c5;
  padding: 7px;
  margin-bottom: 10px;
}
.formTbl th {
  display: block;
  padding: 15px 10px;
  border: solid 1px #ccc;
  background: #eee;
  font-size: 14px;
}
.formTbl th div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formTbl th div .fornTbl__th {
  flex-basis: 75%;
}
.formTbl th div .hissu {
  flex-basis: 25%;
  background: #b34949;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
}
.formTbl th div .nini {
  flex-basis: 25%;
  background: #ccc;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
}
.formTbl td {
  display: block;
  padding: 15px 10px;
  border: solid 1px #ccc;
  font-size: 14px;
}
.formTbl input[type=text] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.formTbl select {
  width: 100%;
  padding: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
}
.formTbl textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.formTblBtn {
  width: 90%;
  margin: 0 auto 30px;
}
.formTblBtn .formBtns {
  text-align: center;
}

.contactBox {
  width: 90%;
  border: solid 1px #b53535;
  background: #fff4f4;
  padding: 15px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
.contactBox__main {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.contactBox__sub {
  text-align: center;
  font-size: 14px;
}

.blankLst {
  display: none;
}

.contactBox {
  width: 100%;
  border: solid 1px #b53535;
  background: #fff4f4;
  padding: 10px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
.contactBox__main {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.contactBox__sub {
  text-align: center;
  font-size: 14px;
}

.map {
  margin-bottom: 25px;
}
.map iframe {
  width: 100%;
  height: 350px;
}

.imgCenter {
  text-align: center;
  margin-bottom: 25px;
}
.imgCenter img {
  width: 100%;
  height: auto;
}

/*--------------------------
header
---------------------------- */
.header {
  margin: 0 auto 0px;
  position: relative;
}
.header__inner {
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.header__logo {
  display: none;
}
.header__nav {
  display: none;
}

/* ヘッダー言語選択ドロップダウン */
.mainVisual {
  position: static;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  margin: 52px auto 20px;
}
.mainVisual img {
  width: 100%;
  height: auto;
}

/* =======================================

slidar_menu

========================================= */
/* スマホヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999999;
  background: #fff;
  border-bottom: solid 1px #ddd;
}

#fixed-top {
  border-bottom: solid 1px #ddd;
  position: fixed;
  top: 0;
  z-index: 99999999;
  background: #fff;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* ヘッダーのロゴ */
#fixed-top .logo {
  padding-top: 10px;
  padding-left: 5px;
}
#fixed-top .logo img {
  width: auto;
  height: 34px;
}

/* ヘッダーのボタン関連 */
#fixed-top .headerButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}
#fixed-top .headerButtons li {
  border-left: solid #ccc 1px;
}
#fixed-top .headerButtons li a {
  background: #EEEEEE;
  display: block;
  padding: 3px 5px;
}
#fixed-top .headerButtons li img {
  vertical-align: bottom;
}

/* スマートフォン用ナビゲーション*/
#slidar_menu {
  background: #fcffe2;
  padding: 10px;
  z-index: 999999;
}

#slidar_menu .sb-right-inner .logo {
  margin: 0px 0 20px;
  text-align: center;
  overflow: hidden;
}

#slidar_menu .sb-right-inner .logo img {
  display: block;
  width: 161px;
  height: auto;
  margin: 10px auto;
  text-align: center;
}

#slidar_menu .sb-right-inner .parent .tit {
  display: block;
  background: #eceff8;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-weight: bold;
  color: #cf1357;
}

#slidar_menu .sb-right-inner .parent li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#slidar_menu .sb-right-inner .parent li.banner img {
  width: 100%;
  height: auto;
}

#slidar_menu .sb-right-inner .parent li.banner {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

#slidar_menu .sb-close {
  text-align: right;
  margin-bottom: 10px;
}

#slidar_menu .sb-right-inner a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

/* テキストメニュー */
#slidar_menu .parent.txt {
  margin-bottom: 30px;
}
#slidar_menu .parent.txt li {
  background-image: url(../img/shoplist_marker.png);
  background-repeat: no-repeat;
  background-position: 98% 4px;
  background-size: 14px 14px;
}

/* バナーメニュー */
#slidar_menu .parent.banner li {
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}
#slidar_menu .parent.banner .tit {
  text-align: center;
  margin-bottom: 5px !important;
  background: #cf1357;
  color: #fff;
}
#slidar_menu .parent.banner img {
  width: 100%;
  height: auto;
}

/* スライドメニューサムネイル付きメニュー */
#slidar_menu .parent.service {
  margin: 0 0 30px !important;
}
#slidar_menu .parent.service .tit {
  border: none;
  background: none;
  text-align: center;
}
#slidar_menu .parent.service .thum {
  padding: 0 !important;
  background-color: #fff;
  background-image: url(../img/shoplist_marker.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 14px;
  border: solid 1px #aaa;
  border-radius: 2px;
  margin-bottom: 3px !important;
}
#slidar_menu .parent.service .thum a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
}
#slidar_menu .parent.service .thum a img {
  width: 65px;
  height: auto;
  margin-right: 5px;
  border-right: #aaa solid 1px;
}

/* コンタクトメニュー */
#slidar_menu .parent.contact {
  margin-bottom: 30px;
}
#slidar_menu .parent.contact .tit {
  border: none;
  background: none;
  text-align: center;
}
#slidar_menu .parent.contact li {
  border: none;
}
#slidar_menu .parent.contact .thum {
  padding: 0 !important;
  background-color: #fff;
  background-image: url(../img/shoplist_marker.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 14px;
  border: solid 1px #aaa !important;
  border-radius: 2px !important;
  margin-bottom: 3px !important;
}
#slidar_menu .parent.contact .thum a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 130%;
}
#slidar_menu .parent.contact .thum a img {
  width: 65px;
  height: auto;
  margin-right: 5px;
  border-right: #aaa solid 1px;
}
#slidar_menu .parent.contact .tel a {
  border-radius: 3px;
  text-align: center;
}
#slidar_menu .parent.contact .tel a span {
  font-size: 14px;
}
#slidar_menu .parent.contact .tel a span span {
  font-weight: bold;
}

/* =======================================

slidar_menu_lang

========================================= */
#slidar_menu_lang {
  background: #fff;
}
#slidar_menu_lang .sb-right-inner {
  padding: 20px;
}
#slidar_menu_lang .sb-close {
  text-align: right;
  margin-bottom: 10px;
}
#slidar_menu_lang .logo {
  text-align: center;
  margin-bottom: 40px;
}
#slidar_menu_lang .slidar_menu_lang__lst {
  width: 90%;
  margin: 0 auto;
}
#slidar_menu_lang .slidar_menu_lang__lst li {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#slidar_menu_lang .slidar_menu_lang__lst li a {
  color: #000;
  text-decoration: none;
  display: block;
}

/*--------------------------
important
---------------------------- */
.important {
  width: 95%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.important__tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #791210;
  text-align: center;
}
.important__lst__item span {
  display: block;
  background: #791210;
  padding: 10px;
  color: #fff;
}
.important__lst__item a {
  display: block;
  background: #eee;
  padding: 10px;
  color: #00f;
  font-weight: normal;
}
.important .slick-dots {
  margin-bottom: 20px;
}

/*--------------------------
nav
---------------------------- */
.nav {
  display: none;
}

/*--------------------------
aboutBox
---------------------------- */
.aboutBox {
  display: none;
}
.aboutBox__lst {
  width: 93%;
  padding: 15px 0;
  margin: 0 auto 30px;
}
.aboutBox__lst__item {
  margin-bottom: 20px;
}
.aboutBox__lst__item:last-child {
  margin-bottom: 0;
}
.aboutBox__lst__item a {
  text-decoration: none;
  color: #000;
}
.aboutBox__lst__item a:hover .aboutBox__lst__item__pic img {
  opacity: 0.8;
}
.aboutBox__lst__item a:hover .aboutBox__lst__item__tit {
  color: #333;
}
.aboutBox__lst__item a:hover .aboutBox__lst__item__txt {
  color: #333;
}
.aboutBox__lst__item__pic {
  margin-bottom: 15px;
}
.aboutBox__lst__item__pic img {
  width: 100%;
  height: auto;
}
.aboutBox__lst__item__tit {
  color: #647911;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.aboutBox__lst__item__txt {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

body.home .aboutBox {
  display: block;
  background: #eee url(../img/bk03.jpg) repeat;
}

/*--------------------------
accInfoBox
---------------------------- */
/* accInfoBox */
.accInfoBox {
  margin: 0 10px;
}
.accInfoBox .acd-content {
  background: url(../img/bk01.jpg) repeat;
}
.accInfoBox__tit {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #6F7F34;
  padding: 15px 10px;
}
.accInfoBox__tit span {
  background: url(../img/marker01.png) no-repeat left center;
  padding-left: 27px;
}
.accInfoBox__time {
  margin-bottom: 5px;
}
.accInfoBox__time__main {
  text-align: center;
  margin-bottom: 5px;
  font-size: 36px;
}
.accInfoBox__time__sub {
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
}
.accInfoBox__time__memo {
  font-size: 14px;
  line-height: 1.5;
}
.accInfoBox__price__tbl {
  width: 100%;
  margin-bottom: 5px;
}
.accInfoBox__price__tbl th {
  background: #ECECEC;
  border: solid 1px #666;
  padding: 8px 3px;
  width: 60%;
  font-size: 16px;
  line-height: 1.5;
}
.accInfoBox__price__tbl th span {
  font-size: 14px;
}
.accInfoBox__price__tbl td {
  background: #fff;
  border: solid 1px #666;
  padding: 8px 3px;
  width: 40%;
  font-size: 16px;
  text-align: center;
}
.accInfoBox__price__memo {
  font-size: 13px;
  margin-bottom: 10px;
}
.accInfoBox__price__btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  background: #546715;
  text-align: center;
  padding: 15px 5px;
  font-size: 18px;
  font-weight: bold;
}
.accInfoBox__price__btn a:hover {
  background: #000;
}

/*--------------------------
.acd-check
---------------------------- */
.acd-check {
  display: none;
}

.acd-label {
  display: block;
  margin-bottom: 1px;
  position: relative;
}

.acd-label:after {
  content: '▼';
  box-sizing: border-box;
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .1s;
  visibility: hidden;
}

.acd-check:checked + .acd-label:after {
  content: '―';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.accLst {
  width: 95%;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.accLst__tit {
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  border: solid 1px #ccc;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 2px;
}

/*--------------------------
breadcrumb
---------------------------- */
.breadcrumb {
  background: #546715;
  margin-top: 52px;
  box-shadow: 0px 3px 3px #dedede;
}
.breadcrumb__lst {
  padding: 6px 0;
  margin: 0 auto;
  font-size: 14px;
}
.breadcrumb__lst__item {
  display: inline !important;
  color: #fff;
}
.breadcrumb__lst__item a {
  text-decoration: none;
  color: #fff !important;
}
.breadcrumb__lst__item a:after {
  content: " 》";
  width: auto;
  height: auto;
  margin-left: 4px;
}

/*--------------------------
content
---------------------------- */
.content {
  margin: 0 auto 50px;
}

.mainTit {
  padding: 40px 0;
  background: url(../img/bk03.jpg) repeat;
  margin-bottom: 50px;
  border-bottom: solid 1px #eee;
}
.mainTit__txt {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #000;
  line-height: 1.2;
}

body.single-facilities .mainTit {
  margin-bottom: 0;
}

/*--------------------------
wp-pagenavi
---------------------------- */
.wp-pagenavi {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px;
  text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  background: #000;
  padding: 5px 7px;
  border-radius: 3px;
  color: #fff;
}

.wp-pagenavi span.current {
  color: #000;
  border: solid 1px #f00;
  background: #fff;
}

.wp-pagenavi span.pages {
  color: #000;
  border: none;
  background: #fff;
}

/*--------------------------
sub
---------------------------- */
/* sideInfo */
.sideInfo__banner {
  margin: 0 15px;
}
.sideInfo__banner__item {
  margin-bottom: 10px;
}
.sideInfo__banner__item a {
  border: solid 1px #BDBDAE;
  display: block;
  box-sizing: border-box;
  padding: 10px;
}
.sideInfo__banner__item img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/*--------------------------
pageTop
---------------------------- */
.pageTop {
  margin: 0 auto;
  text-align: center;
}
.pageTop a {
  background: url(../img/pageTop.png) no-repeat;
  display: inline-block;
  width: 140px;
  padding: 35px 0 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

/*--------------------------
footerBanner
---------------------------- */
.footerBanner {
  background: #eee url(../img/bk03.jpg) repeat;
  padding: 50px 0px;
}
.footerBanner__tit {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.footerBanner__lst {
  margin: 0 25px;
}
.footerBanner__lst__item {
  box-sizing: border-box;
  padding-bottom: 2px;
}
.footerBanner__lst__item img {
  width: 100%;
  height: auto;
}
.footerBanner .slick-prev {
  position: absolute;
  left: -20px;
  top: 15px;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.footerBanner .slick-next {
  position: absolute;
  right: -20px;
  top: 15px;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}

/*--------------------------
footer
---------------------------- */
.footer {
  background: #546715;
  padding: 15px;
}
.footer .footerNav {
  display: none;
}
.footer .footerInfo {
  margin: 0 auto 15px;
}
.footer .footerInfo__main {
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-bottom:15px;
}
.footer .footerInfo__main__name{
	line-height:1.4;
	text-align:center;
}
.footer .footerInfo__main__name span{
	font-size:15px;
}
.footer .footerInfo__sub {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.footer .footerInfo__sub__address {
  font-size: 14px;
}
.footer .footerInfo__sub__contact {
  display: none;
}
.footer address {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.footerLang {
  display: none;
}

/*--------------------------
eventBox
---------------------------- */
.eventBox {
  margin: 0 10px 30px;
}
.eventBox__lst {
  width: 100%;
}
.eventBox__lst__item {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.eventBox__lst__item__pic {
  flex-basis: 100px;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  position:relative;
}
.eventBox__lst__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.eventBox__lst__item__new{
	position:absolute;
	top:-8px;
	left:0;
	background:#f00;
	color:#fff;
	padding:1px 5px;
	font-size:11px;
	font-weight:bold;
	display:inline-block;
}
.eventBox__lst__item__cnt {
  flex-basis: calc( 100% - 100px );
  box-sizing: border-box;
  padding-left: 10px;
}
.eventBox__lst__item__date {
  font-size: 14px;
}
.eventBox__lst__item__tit {
  font-size: 16px;
  color: #41500C;
  font-weight: bold;
}
.eventBox__lst__item__txt {
  font-size: 14px;
}
.eventBox__lst__item__sponsor {
  font-size: 14px;
}
.eventBox__lst__item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
  color: #000;
}
.eventBox__lst__item a:hover .eventBox__lst__item__pic img {
  opacity: 0.8;
}
.eventBox__lst__item a:hover .eventBox__lst__item__date {
  color: #333;
}
.eventBox__lst__item a:hover .eventBox__lst__item__tit {
  color: #000;
}
.eventBox__lst__item a:hover .eventBox__lst__item__txt {
  color: #333;
}
.eventBox__lst__item a:hover .eventBox__lst__item__sponsor {
  color: #333;
}

body.home .eventBox .eventBox__lst__item {
  flex-basis: 270px;
}
body.home .eventBox .eventBox__lst__item__pic img {
  height: 100%;
}

/*--------------------------
infoBox
---------------------------- */
.infoBox {
  margin: 0 10px;
}
.infoBox__lst__item {
  margin-bottom: 30px;
}
.infoBox__lst__item__date {
  font-size: 14px;
}
.infoBox__lst__item__tit {
  font-size: 18px;
  color: #41500C;
  font-weight: bold;
}
.infoBox__lst__item__txt {
  font-size: 16px;
}
.infoBox__lst__item a {
  text-decoration: none;
  color: #000;
}
.infoBox__lst__item a:hover .infoBox__lst__item__date {
  color: #333;
}
.infoBox__lst__item a:hover .infoBox__lst__item__tit {
  color: #000;
}
.infoBox__lst__item a:hover .infoBox__lst__item__txt {
  color: #333;
}

/* ===========================

blogdetail

   =========================== */
.blogDate {
  text-align: right;
  margin-bottom: 15px;
}

.blogTit {
  background: #eae8d2;
  padding: 20px;
  font-size: 20px;
  margin-bottom: 35px;
  border-radius: 4px;
}

.blogdetail {
  margin-bottom: 50px;
  line-height: 150%;
}

.blogdetail p {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}

.blogdetail ul {
  list-style: disc;
  font-size: 16px;
  margin-left: 15px;
}

.blogdetail ol {
  list-style: decimal;
  font-size: 16px;
  margin-left: 15px;
}

.blogdetail a {
  color: #00f;
  text-decoration: none;
}
.blogdetail a:hover {
  text-decoration: underline;
}

.blogdetail hr {
  border: none;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}

.blogdetail strong {
  font-weight: bold;
}

.blogdetail img {
  border: solid 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.blogdetail img.aligncenter {
  display: block;
  text-align: center;
  margin: 15px auto;
}

.blogdetail img.alignleft {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.blogdetail img.alignright {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.blogdetail img.alignnone {
  margin: 15px 0;
}

.blogdetail img.size-full {
  display: block;
  width: 95%;
  height: auto;
  margin: 0 auto 30px;
}

.blogdetail img.size-large {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}

.blogdetail .news-photo {
  text-align: center;
  margin-bottom: 15px;
}
.blogdetail .news-photo img {
  width: 100%;
  height: auto;
}

.blogcat {
  background: #eee;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}

/*===============
 * faqLst
=================*/
.faqLst {
  margin-bottom: 40px;
}
.faqLst__tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
.faqLst__tit span {
  background: #990833;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.faqLst__txt {
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #999;
  padding-left: 40px;
  position: relative;
  line-height: 1.3;
}
.faqLst__txt:after {
  content: "A.";
  font-weight: bold;
  font-size: 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
.faqLst__txt .blogdetail {
  margin-bottom: 0;
  padding-bottom: 0;
}
.faqLst__txt .blogdetail p {
  font-size: 16px;
  line-height: 1.4 !important;
}

/*===============
 * flowerLst
=================*/
.flowerLst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.flowerLst__item {
  margin-bottom: 10px;
  flex-basis: 48%;
}
.flowerLst__item a {
  color: #000;
  text-decoration: none;
}
.flowerLst__item__pic {
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
.flowerLst__item__pic img {
  width: 100%;
  height: auto;
}
.flowerLst__item__tit {
  font-size: 15px;
  text-align: center;
}

/*===============
 * flowerDetail
=================*/
.flowerDetail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.flowerDetail__pic {
  flex-basis: 20%;
  text-align: center;
}
.flowerDetail__pic img {
  width: 100%;
  height: auto;
}
.flowerDetail__cnt {
  flex-basis: 75%;
}
.flowerDetail__cnt__tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

/*===============
 *  courseLst
=================*/
ul.courseLst,
ol.courseLst {
  margin-left: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
ul.courseLst li,
ol.courseLst li {
  box-sizing: border-box;
  margin-left: 0;
}
ol.courseLst > li {
	list-style:none;
}

/*--------------------------
施設のご案内
---------------------------- */
.facilitiesTit {
  padding: 12px 10px 14px 10px;
  margin-bottom: 20px;
  background: #eae8d2;
}
.facilitiesTit__main h1 {
  font-size: 27px;
  font-weight: bold;
  border-left: solid 4px #546715;
  padding: 7px 0 0px 10px;
  color: #546715;
  margin-bottom: 15px;
}
.facilitiesTit__main span {
  display: block;
  font-size: 14px;
}
.facilitiesTit__label {
  padding: 2px 15px;
  font-size: 14px;
  display: block;
  border-radius: 4px;
  font-size: 12px;
  background: #fff;
  text-align: center;
}

.facilitiesRental {
  font-size: 14px;
  margin: 0 10px 20px;
  text-align: center;
  font-weight: bold;
}
.facilitiesRental p {
  background: #f1f1f1;
  padding: 10px;
}
.facilitiesRental p a {
  text-decoration: none;
}

.facilitiesImgs {
  width: 90%;
  margin: 0 auto 20px;
}
.facilitiesImgs__lst__item {
  text-align: center;
}
.facilitiesImgs__lst__item img {
  width: 100%;
  height: auto;
}

.facilitiesOtherLst {
  margin-bottom: 20px;
}
.facilitiesOtherLst__item {
  margin-bottom: 5px;
}
.facilitiesOtherLst__item:before {
  content: "・";
  font-weight: bold;
}
.facilitiesOtherLst__item a {
  color: #00f;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 17px;
  letter-spacing: -1px;
  font-weight: bold;
}
.facilitiesOtherLst__item a:hover {
  color: #f00;
}
.facilitiesOtherLst__item span {
  font-weight: normal;
  padding-left: 5px;
  font-size: 12px;
  color: #333;
}

.facilitiesOtherLst02 {
  width: 100%;
}
.facilitiesOtherLst02__item {
  margin-bottom: 5px;
}
.facilitiesOtherLst02__item a {
  border: solid 1px #ccc;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  text-decoration: none;
  font-weight: bold;
}
.facilitiesOtherLst02__item a span {
  font-size: 13px;
  color: #333 !important;
}
.facilitiesOtherLst02__item__pic {
  flex-basis: 10%;
  box-sizinig: border-box;
}
.facilitiesOtherLst02__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.facilitiesOtherLst02__item__cnt {
  flex-basis: 85%;
  box-sizinig: border-box;
}

.sp-thumbnails .slick-slide {
  width: 150px !important;
}

.facilities-slick {
  width: 90%;
  margin: 0 auto 20px;
}
.facilities-slick .slider-for01 {
  margin-bottom: 10px;
}
.facilities-slick .slider-nav01 img {
  width: 95%;
  height: auto;
}

.rentalLst01 {
  width: 100%;
}
.rentalLst01__item {
  margin-bottom: 5px;
}
.rentalLst01__item a {
  border: solid 1px #ccc;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  text-decoration: none;
  font-weight: bold;
}
.rentalLst01__item a span {
  font-size: 13px;
  color: #333 !important;
}
.rentalLst01__item__pic {
  flex-basis: 10%;
  box-sizinig: border-box;
}
.rentalLst01__item__pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.rentalLst01__item__cnt {
  flex-basis: 85%;
  box-sizinig: border-box;
}

/*--------------------------
kakushoukaku
---------------------------- */
.lst01.kakushoukaku li {
  margin-bottom: 15px;
}
.lst01.kakushoukaku .kakushoukaku__tit {
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.lst01.kakushoukaku .kakushoukaku__tit a {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  float: right;
}

/*--------------------------
menuLst
---------------------------- */
.menuLst {
  margin-bottom: 20px;
}
.menuLst dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.menuLst dd {
  margin-bottom: 10px;
  margin-left: 1em;
}

/*--------------------------
shopContact
---------------------------- */
.shopContact {
  background: #cfe3fe;
  padding: 15px;
  font-size: 18px;
}
.shopContact__main {
  font-weight: bold;
}

/*--------------------------
催し物のご案内
---------------------------- */
/* entertainmentPickup */
.entertainmentPickup {
  border: solid 3px #ccc;
  padding: 10px 10px 30px;
  margin: 0 10px 40px;
  background: url(../img/bk03.jpg);
}
.entertainmentPickup__tit {
  background: #eae8d2;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}
.entertainmentPickup .entertainmentPickup__detailTit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.entertainmentPickup .layout01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entertainmentPickup .layout01__pic {
  flex-basis: 20%;
}
.entertainmentPickup .layout01__pic img {
  width: 100%;
  height: auto;
  display: inline;
}
.entertainmentPickup .layout01__cnt {
  flex-basis: 75%;
}
.entertainmentPickup .entertainmentDetail__date {
  background: none;
  padding: 0 !important;
}
.entertainmentPickup .entertainmentDetail__date p {
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.entertainmentPickup .entertainmentPickup__btn {
  display: none;
}
.entertainmentPickup .slick-dots {
  bottom: 0 !important;
}

/* entertainmentMenu */
.entertainmentMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entertainmentMenu li {
  flex-basis: 49%;
  margin-bottom: 5px;
}
.entertainmentMenu li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  padding: 4px 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
.entertainmentMenu li a:hover {
  background: #AF1915;
  color: #fff;
}

/* entertainmentLst */
.entertainmentLst {
  margin: 0 10px;
}
.entertainmentLst__tit {
  box-sizing: border-box;
}
.entertainmentLst__cnt {
  box-sizing: border-box;
  padding: 25px 20px;
  background: #f5f5f5;
}
.entertainmentLst__cnt__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}
.entertainmentLst__cnt__inner:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.entertainmentLst__cnt__pic {
  flex-basis: 20%;
}
.entertainmentLst__cnt__pic img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.entertainmentLst__cnt__info {
  flex-basis: 78%;
}
.entertainmentLst__cnt__info__tit {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 2px;
}
.entertainmentLst__cnt__info__date {
  margin-bottom: 20px;
}
.entertainmentLst__cnt__info__btn a {
  display: block;
  padding: 5px;
  background: #fff;
  text-align: center;
  border: solid 1px #ccc;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
}
.entertainmentLst__cnt__info__btn a:hover {
  background: #AF1915;
  color: #fff;
}

.entertainmentLst__tit {
  background: #eee;
  padding: 10px;
  color: #fff;
  font-style: italic;
  font-size: 25px;
}

.entertainmentLst__tit.january {
  background: #c4665e;
}

.entertainmentLst__tit.february {
  background: #6d6e67;
}

.entertainmentLst__tit.march {
  background: #e4bb9a;
}

.entertainmentLst__tit.april {
  background: #c1ae72;
}

.entertainmentLst__tit.may {
  background: #b2ac8b;
}

.entertainmentLst__tit.june {
  background: #b8a898;
}

.entertainmentLst__tit.july {
  background: #a1a493;
}

.entertainmentLst__tit.august {
  background: #d0a560;
}

.entertainmentLst__tit.september {
  background: #c5a692;
}

.entertainmentLst__tit.october {
  background: #d29872;
}

.entertainmentLst__tit.november {
  background: #a56f4d;
}

.entertainmentLst__tit.december {
  background: #656d4c;
}

/* .entertainmentLst.simple */
.entertainmentLst.simple {
  margin-bottom: 4px;
}
.entertainmentLst.simple .entertainmentLst__tit {
  flex-basis: 10%;
}
.entertainmentLst.simple .entertainmentLst__cnt {
  padding: 10px;
  flex-basis: 90%;
}
.entertainmentLst.simple .entertainmentLst__cnt .entertainmentLst__cnt__inner {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.entertainmentLst.simple .entertainmentLst__cnt .entertainmentLst__cnt__pic {
  flex-basis: 15%;
}
.entertainmentLst.simple .entertainmentLst__cnt .entertainmentLst__cnt__info {
  flex-basis: 83%;
}
.entertainmentLst.simple .entertainmentLst__cnt .entertainmentLst__cnt__info .entertainmentLst__cnt__info__tit {
  font-size: 14px;
  margin-bottom: 10px;
}
.entertainmentLst.simple .entertainmentLst__cnt .entertainmentLst__cnt__info .entertainmentLst__cnt__info__btn a {
  display: inline;
  padding: 0px;
  background: none;
  text-align: left;
  border: none;
  border-radius: 0px;
  color: #00f;
}
.entertainmentLst.simple .entertainmentLst__cnt .entertainmentLst__cnt__info .entertainmentLst__cnt__info__btn a:hover {
  color: #f00;
}

/* entertainmentDetail */
.entertainmentDetail__date {
  background: #f5f5f5;
  padding: 15px;
  font-size: 90%;
}

/* flowers_and_eventsBox */
.flowers_and_eventsBox .layout01 {
  margin-bottom: 30px;
}
.flowers_and_eventsBox__tit {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
  padding: 10px;
}
.flowers_and_eventsBox__pic img {
  width: 100%;
  height: auto;
}
.flowers_and_eventsBox .btn01 a {
  margin: 0 auto;
  width: 80% !important;
}
