@charset "utf-8";
/*-----------------------------------------------------------

全体スタイル

-----------------------------------------------------------*/

body {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


/*リンク表示方法*/
a {
  text-decoration: none;
}

a:link {
  color: #4d4d4d;
}

a:visited {
  color: #4d4d4d;
}

a:active {
  color: #0000FF;
}

a:hover {
  color: #ff6218;
}


/*-----------------------------------------------------------

header

-----------------------------------------------------------*/

header {
  width: 96%;
  margin: 0 auto;
  padding: 10px 0 0;
}

header img {
  width: auto;
}

header ul:after {
  content: '';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.logo h1 {
  position: relative;
}

.logo h1>span {
  width: 100%;
  position: absolute;
  top: -5px;
  left: 13%;
  text-align: center;
  font-size: 100%;
}

.logo h1 span span {
  font-size: 120%;
}

.logo {
  width: 86%;
  margin: 0 2% 0 0;
  float: left;
}

.mainImage {
  margin: 20px auto 0;
  border-top: 4px solid #555;
}

.mainImage+#cover {
  margin: 0 auto;
}


/*-----------------------------------------------------------

cover

-----------------------------------------------------------*/

.toho5hun {
  margin: 15px auto 0;
}

#cover {
  margin: 20px auto 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  border-top: 4px solid #555;
}

#cover h2 {
  background-size: 100%;
}

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

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

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

.cover04 {
  background-image: url(../img/cover04_20230125.jpg);
}

.article #cover {
  border-bottom: 4px solid #555;
}

.shop #cover {
  background-image: url(../img/cover_bg_shop_20241101.jpg);
}

.seal #cover {
  background-image: url(../img/cover_bg_seal.jpg);
}

.card #cover {
  background-image: url(../img/cover_bg_shop_1.jpg);
}

.stamp #cover {
  background-image: url(../img/cover_bg_stamp.jpg);
}



/*-----------------------------------------------------------

nav

-----------------------------------------------------------*/

nav {
  margin: 50px auto;
}

nav+.bnr {
  margin: 20px auto 0;
}

.bnr+footer {
  margin: 20px auto 0;
}

nav li {
  text-align: center;
}

nav ul li a {
  font-weight: bold;
  width: 94%;
  margin: 0.7% auto 0;
  padding: 2.5% 0 2.1%;
  display: block;
  color: #4E9D29 !important;
  text-decoration: none;
  text-align: center;
  font-size: 130%;
  box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
  background: #ccffcc;
}

nav ul li:first-child a {
  margin: 0 auto;
}

nav ul:before,
nav ul:after {
  content: '';
  width: 94%;
  height: 10px;
  margin: 0 auto;
  display: block;
  background: rgb(120, 216, 120);
}

nav ul:before {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

nav ul:after {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.bnr {
  width: 96%;
  margin: 40px auto 0;
}

.bnr+.bnr {
  margin: 10px auto 0 !important;
}

.copyright {
  padding: 15px 0 5px;
  text-align: center;
  font-size: 85%;
}


/*-----------------------------------------------------------

main

-----------------------------------------------------------*/

main {
  width: 96%;
  margin: 0 auto;
}

.conteBox {
  width: 96%;
  margin: 50px auto 0;
}

.conteBox>img {
  padding: 1%;
  border: 1px solid #aaa;
}

img+h3 {
  margin: 20px auto 0;
}

h3 {
  padding: 0 0 10px;
  border-bottom: 2px solid #555;
  font-size: 22px;
}

.conteBox img {
  margin: 0 auto;
}

.conteBox ul li {
  text-align: center;
}

.bnr img {
  box-shadow: 0px 2px 10px 1px #ccc;
  -moz-box-shadow: 0px 2px 10px 1px #ccc;
  -webkit-box-shadow: 0px 2px 10px 1px #ccc;
}

.parking {
  margin: 10px auto;
  text-align: center;
}

.parking a {
  width: 80%;
  margin: 10px auto 0;
  padding: 5px 7% 5px;
  background: #ff6218;
  color: #fff;
  border-radius: 5px;
  display: block;
}

.parking a:hover {
  background: #777;
}

.parking span {
  padding: 0 2% 2px;
  font-size: 100%;
  font-weight: bold;
  border-bottom: 2px dotted #ff6218;
}

.tdLeft {
  margin: 0 auto;
  padding: 20px 20px;
  text-align: left;
}

.conte02 ul li {
  background: rgba(255, 73, 63, .5) url(../img/service_bg.png) no-repeat 100%;
}

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

table:after {
  content: '';
  height: 8px;
  display: block;
  background: rgb(120, 216, 120);
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

table th,
table td {
  padding: 5% 2% 3.5%;
  text-align: center;
}

table th {
  background: rgba(78, 157, 41, .7);
  color: #fff;
  font-size: 120%;
}

table tr:first-child th {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

table td {
  background: rgb(204, 255, 204);
}

table td a {
  border-bottom: 1px solid #555;
}


/*-- トップページ --*/

.conteBox .goDetail {
  margin: 20px auto 0;
}

.goDetail a {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 7px;
  background: #ff6218;
  display: block;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
}

.goDetail a:hover {
  background: #555;
}

.conte01 p {
  padding: 3% 3%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(255, 255, 255, .6);
}

.conte01 p span {
  width: 90%;
  margin: 10px auto;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 2px dotted #ff6218;
}

.conteBox>img {
  width: 96%;
  margin: 10px auto 0;
  display: block;
}

.news {
  /* display: none; */
}

.news p {
  padding: 6px 7% 3px;
  border-radius: 3px;
  font-size: 140%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: #ff6218;
  color: #fff;
}

.news dl {
  width: 98%;
  margin: 10px 0 0;
  background: #fff;
}

.news dt {
  width: 96%;
  margin: 0 auto;
  padding: 10px 2% 2px;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}

.news dd {
  padding: 10px 4% 10px;
}

.news dd span {
  display: block;
  font-weight: bold;
  color: #ff6218;
}

.news dd span a {
  color: #ff6218;
}

.news dd+dt {
  border-top: 1px dotted #aaa;
}

/*-- スクロールバーデザイン --*/

.scroll-pane {
  width: 100% !important;
  max-height: 240px;
  margin: 10px auto 0;
  overflow-y: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dotted #ccc;
}

.scroll-pane:focus {
  outline: none;
}

.jspContainer {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.jspPane {
  width: 100% !important;
  position: absolute;
}

.jspVerticalBar {
  width: 20px;
  position: absolute;
  top: 3px;
  right: -3px;
}

.jspArrowDown {
  background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
  height: 230px !important;
  /*スクロールバーの長さ*/
  background: url(./../img/scroll_bg1.png) repeat-y;
  position: relative;
  background-position: center;
}

.jspDrag {
  width: 4px;
  margin: 0 auto;
  background: #ff6218;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 20px;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}


/*-----------------------------------------------------------

footer

-----------------------------------------------------------*/

footer {
  margin: 10px auto 0;
}

.f_list1 {
  margin: 0 auto;
  width: 98%;
}

.f_list1 li {
  float: left;
  width: 32.3%;
  margin: 0.5%;
  background: rgb(255, 98, 24);
}

.f_list1 li:first-child {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.f_list1 li:last-child {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

.f_list1 li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0 5px;
  font-size: 60%;
}

.f_list1 li a i {
  display: block;
  margin-bottom: 5px;
  font-size: 540%;
}


/*-----------------------------------------------------------

slide_menu

-----------------------------------------------------------*/

#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 65%;
  padding: 1%;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.2);
  background: url(../img/wrap_bg.png);
}

#naviOpen {
  color: #F9CA53;
  text-align: center;
  display: block;
}

.menu_bt {
  width: 12%;
  text-align: center;
  line-height: 1;
  float: right;
}

.menu_bt p+p {
  margin: 6px 0 0;
}

#modal {
  display: none;
}

p.btn-close {
  background: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 5% auto;
  width: 50%;
  font-size: 15px;
}

.navi img {
  width: 100%;
}

#slide_navi li a,
p.btn-close a {
  margin: 5px 0 0;
  display: block;
  color: #ff5200;
  line-height: 3;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #ff5200;
  border-radius: 8px;
  font-weight: bold;
}


/* 全ページ共通クラス
----------------------------------------------------------- */



/*--- ページトップ ---*/

.pageTop {
  clear: both;
  text-align: right;
  margin: 0 10px 30px 0;
}




/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
  margin-bottom: 20px !important;
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  top: 50%;
  width: 100%;
}

.bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-prev {
  left: 1% !important;
  background: url(./../img/prev.png) no-repeat 0 0;
  background-size: contain;
}

.bx-next {
  right: 1% !important;
  background: url(./../img/next.png) no-repeat 100% 0;
  background-size: contain;
}

ol.link_list {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0;
  margin: 50px auto;
}

ol.link_list li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}

ol.link_list li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 全ページ共通クラス
----------------------------------------------------------- */


/*--- パンくず ---*/

.pankuzu {
  font-size: 90%;
  padding: 16px 0 0;
}

.pankuzu li {
  float: left;
  margin: 0 0 0 10px;
}

.pankuzu li:first-child {
  margin: 0;
}

.pankuzu li a {
  margin: 0 10px 0 0;
  color: #348440;
}

.pankuzu li a:hover {
  color: #0071BC;
}


iframe {
  width: 98.5%;
  height: 260px;
  margin: 30px auto 0;
  padding: 0.5%;
  border: 1px solid #ccc;
  display: block;
}

.accordion_dl {
  width: 98%;
  margin: 30px auto 0;
}

.accordion_dl dt {
  padding: 3% 6% 1.7% 16%;
  background: url(../img/icon_seal.png) no-repeat 6% 60% rgba(78, 157, 41, .7);
  background-size: 7%;
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  position: relative;
}

.kojin dt {
  padding: 3% 6% 1.7% 16%;
  background: url(../img/icon_seal2.png) no-repeat 6% 60% rgba(78, 157, 41, .7);
  background-size: 10%;
}

.long dt {
  padding: 3% 6% 1.7% 16%;
  background: url(../img/icon_seal_houjin.png) no-repeat 6% 60% rgba(78, 157, 41, .7);
  background-size: 10%;
}

.stamp dt {
  padding: 3% 6% 1.7% 16%;
  background: url(../img/icon_seal_stanp.png) no-repeat 6% 60% rgba(78, 157, 41, .7);
  background-size: 10%;
}

.gom dt {
  padding: 3% 6% 1.7% 16%;
  background: url(../img/icon_seal.png) no-repeat 6% 60% rgba(78, 157, 41, .7);
  background-size: 10%;
}


.card .accordion_dl dt {
  background: url(../img/icon_card.png) no-repeat 6% 60% rgba(78, 157, 41, .7);
  background-size: 7%;
}

.card .accordion_dl dt:after {
  content: '';
  background: none;
}

dl.accordion_dl.key dt {
  background: url(../img/icon_seal_stanp_key.png) no-repeat 6% 60% rgba(78, 157, 41, .7);
  background-size: 7%;
}

.accordion_dl dt:after {
  content: '';
  width: 8%;
  height: 60%;
  position: absolute;
  top: 28%;
  right: 3%;
  background: url(../img/icon_seal_arrow.png) center no-repeat;
  background-size: 80%;
}

.accordion_dl:after {
  content: '';
  height: 12px;
  display: block;
  background: rgba(78, 157, 41, .7);
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.accordion_dl ul li {
  margin: 3px 0 0;
  padding: 3% 5% 2.5%;
  background: rgba(214, 243, 200, .5);
  font-size: 120%;
  text-align: left;
}

.accordion_dl ul li:last-child {
  margin: 3px 0;
}

.sealBox02 .accordion_dl dt {
  background: url(../img/icon_seal.png) no-repeat 6% 60% rgba(239, 130, 0, .7);
  background-size: 7%;
}

.sealBox02 .accordion_dl dt span {
  display: block;
  font-size: 56%;
}

.sealBox02 .accordion_dl ul li {
  background: rgba(249, 232, 170, .5);
}

.sealBox02 .accordion_dl:after {
  background: rgba(239, 130, 0, .7);
}

.sealBox02 p {
  margin: 30px 0 0;
}

.accordion_dl ul li span {
  float: right;
  margin: 0 0 0 20px;
}


.accordion_dl .price4 span {
  margin: 0 0 0 31px;
}

.hojin_in {
  margin: 20px auto 0;
  border: 1px solid #aaa;
}

.long em {
  font-size: 70%;
  padding: 0 0 5% important;
}

.hissu {
  margin: 30px auto 0;
}

.kojin_in {
  margin: 20px auto 0;
  border: 1px solid #aaa;
}

.kojin p {
  text-align: right;
  float: right;
  color: #0d0d0d;
}

.kojin span {
  color: #00005f;
}

.kojin li:first-child {
  background: rgba(78, 157, 41, .4);
  font-weight: bold;
  padding: 1.5% 5% 1%;
}

.kojin em {
  font-size: 70%;
  padding: 0 0 5% important;
}

.cardDl {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}

.cardPrint {
  width: 90%;
  margin: 10px auto 0;
  padding: 3% 2% 2.5%;
  font-weight: bold;
  text-align: center;
  border: 3px solid #ff6218;
  color: #ff6218;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 130%;
}

.cardDl dt,
.cardDl dd {
  padding: 3.7% 0 3%;
}

.cardDl dt {
  background: rgba(178, 165, 230, .7);
  border-bottom: 1px dotted #fff;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.cardDl dd {
  background: rgba(211, 205, 232, .5);
  font-size: 190%;
  border-radius: 0 0 5px 5px;
}

.cardDl dd+dt {
  margin: 20px 0 0;
  background: rgba(218, 59, 59, .7);
}

.cardDl dd+dt+dd {
  background: rgba(255, 206, 34, .5);
}

.cardDl dl+p {
  width: 96%;
  margin: 30px auto 0;
  padding: 3.3% 0 3%;
  text-align: center;
  font-size: 170%;
  font-weight: bold;
  border-top: 5px solid #ff6218;
  border-bottom: 5px solid #ff6218;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.stamp .conteBox p {
  width: 90%;
  margin: 10px auto 0;
  padding: 3% 2% 2.5%;
  font-weight: bold;
  text-align: center;
  border: 3px solid #ff6218;
  color: #ff6218;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 130%;
}

.address {
  background: url(../img/icon_add.png) no-repeat 10% center rgb(120, 216, 120);
  background-size: 7%;
}

.telNo {
  background: url(../img/icon_tel.png) no-repeat 30% center rgb(120, 216, 120);
  background-size: 7%;
}

th.bg_color {
  background: rgb(120, 216, 120);
}

/* PAGER */

.bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding: 10px 0 0;
  border-top: 4px solid #555;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(150, 150, 150, .5);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(85, 85, 85, .5);
}


/*-- PCの場合のモーダルダイアログ --*/

#modal-content {
  width: 27%;
  margin: 0 auto;
  padding: 30px 0 40px;
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  display: none;
  background: #fff;
  z-index: 9999;
  border: 3px solid #ff5200;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#modal-content p {
  text-align: center;
}

#modal-content img {
  width: 50%;
  display: block;
  margin: 70px auto 0;
}

.serviceImg {
  margin: 30px auto 0;
}

.serviceImg+p {
  margin: 30px auto 0;
  padding: 3% 3%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(255, 255, 255, .6);
}

.preparation {
  margin: 30px auto 0;
  text-align: center;
  color: #ff6218;
  font-weight: bold;
  font-size: 18px;
}

.newyear {
  width: 90%;
  margin: 30px auto;
  text-align: center;
}

.newyear p {
  margin: 20px 0 0;
  font-size: 140%;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


@media (max-width:630px) {
  .accordion_dl ul li {
    position: relative;
    padding: 3% 5% 7%;
  }

  .long span {
    position: absolute;
    bottom: 3px;
    right: 10px;
  }

  .kojin p {
    position: absolute;
    bottom: 3px;
    right: 10px;
  }
}

@media (max-width:450px) {
  .accordion_dl ul li {
    position: relative;
    padding: 3% 2% 5%;
    font-size: 100%;
  }
}