/*--
    Font Set
--*/

body {
  font-family: "新ゴ R" , "Shin Go Regular" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
  text-transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "新ゴ R" , "Shin Go Regular" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
}

p {
  font-family: "新ゴ R" , "Shin Go Regular" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
}

h1 {
  font-size: 28px;
}

/*--
 text-transform none!!!!
--*/

.title {
  text-transform: none !important;
}


nav {
  text-transform: none !important;
}

nav .block .navbar-default .navbar-nav>li>a {
  text-transform: none !important;
}


#blog .block .btn-more-info {
  text-transform: none !important;
}


#price .block .pricing-list .btn {
  text-transform: none !important;
}

#mc_embed_signup .mc-field-group input.button {
  text-transform: none !important;
}

#subscribe .block form .input-group-addon button {
  text-transform: none !important;
}

#contact-us .block button {
  text-transform: none !important;
}


/*--
    header-img start Start
--*/

.overlay:before {
  background: none;
}

/*--
    div.post-single-content Start
--*/

div.post-single-content h1,
div.post-single-content h2,
div.post-single-content h3,
div.post-single-content h4,
div.post-single-content h5,
div.post-single-content h6 {
  margin: 1em 0px;
}

div.post-single-content p{
  margin: 0.5em 0px;
}

div.post-single-content ul {
  padding-left: 2em;
  list-style: circle;;
}

div.post-single-content h1 {
  font-size: 24px;
}
 

div.post-single-content h2 {
  font-size: 20px;
  font-weight: 500;
  background:linear-gradient(transparent 70%,#66cdaa 0%);
}

div.post-single-content h2:before {
	content:'◇';
}

div.post-single-content h3 {
  font-size: 18px;
  font-weight: 600;
}

div.post-single-content h3:before {
	content:'○';
}

div.post-single-content h4 {
  font-size: 13px;
  text-decoration:underline;
  font-weight: 600;
}

div.post-single-content h4:before {
	content:'・';
}

div.post-single-content dl{
  padding-left: 2em;
  padding-right: 2em;
}

div.post-single-content dt{
  text-decoration:underline;
  font-weight: 600;
}

div.post-single-content dd{
  padding-left: 2em;
}

div.post-single-content figure{
  text-align: center;
}

div.post-single-content figure figcaption{
  text-decoration:underline;
}

div.post-single-content img{
  max-width: 100%;
  height: auto;
}

div.post-single-content section#slider {
  width: 100% !important;
}


/*--
TOC
--*/

/* check-box hide */
.toc-check {
  display: none;
}
/* toc-title rabel */
.toc-label {
  background: #66cdaa;
  color: #fff;
  display: flex;
  margin-top: 0.5em;
  padding: 6px 6px 0 12px;
  height: 36px;
}
/* ceckbox0 off */
.toc-chapter {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  visibility: hidden;
}
/* toc hide */
.toc-label:after{
  content: '\f107';
  display: block;
  font-family: FontAwesome;
  font-weight: 900;
  padding: 0 0 0 20px;
}
/* check-box on */
.toc-check:checked ~ .toc-chapter {
  height: auto;
  opacity: 1;
  padding: 0 10px;
  margin-left: 1.5em;
  transition: 0.5s;
  visibility: visible;
}
/* toc show icon */
.toc-check:checked ~ .toc-label:after {
  content: '\f106';
}
/* toc lists */
#TableOfContents > ul > li > ul{
  display: block;
  text-align: left;
  list-style-type: disc;
}
#TableOfContents > ul > li > ul > li > ul{
  padding-left: 0.75em;
  list-style-type: circle;
}

/*--
    cntlst Start
--*/

#cntlst {
  padding-top: 75px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#cntlst .block .heading {
  color: #000000;
}


#cntlst .description {
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
}

#cntlst .block ul {
  padding-top: 40px;
}

#cntlst .block ul li {
  overflow: hidden;
  width: 49.5%;
  max-height: 210px;
  float: left;
  background: #fff;
  text-align: center;
  transform: 1s;
  margin-bottom: 10px;
}

#cntlst .block ul li:nth-child(1n) {
  margin-right: 1%;
}

#cntlst .block ul li:nth-child(2n) {
  margin-right: 0;
}

#cntlst .block ul li:hover img {
  transform: scale(1.1) rotate(5deg);
}

#cntlst .block ul li h3 {
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
}

#cntlst .block ul li h3 a {
  color: #323232;
  font-size: 20px;
  display: block;
}

#cntlst .block ul li h3 a:hover {
  color: #b33e5c;
}


#cntlst .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}

#cntlst .block ul li p {
  padding-top: 25px;
}

#cntlst .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: #66cdaa;
  overflow: hidden;
}

#cntlst .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#cntlst .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}

#cntlst .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}

#cntlst .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}

#cntlst .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}

#cntlst .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}

#cntlst .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}

#cntlst .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #b33e5c;
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#cntlst .block .btn-more-info:hover {
  background: transparent;
  color: #b33e5c;
  border: 1px solid #b33e5c;
}

.blog-single-page .post-thumb {
  margin-bottom: 10px;
}

.blog-single-page .post-title {
  margin-bottom: 10px;
}

.blog-single-page .post-meta {
  margin-bottom: 20px;
}


.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

  /*--
    cntlst responsive Start
--*/
@media only screen and (max-width: 991px) {
#cntlst .block {
  text-align: center;
}
#cntlst .block ul {
  padding-bottom: 40px;
}
#cntlst .block ul li {
  width: 100%;
}
#cntlst .block ul li h3 {
  padding: 0px 0px 30px;
}
#cntlst .block ul li .blog-img {
  width: 50%;
}
#cntlst .block ul li .blog-img img {
  width: 100%;
}
#cntlst .block ul li .blog-img-2 {
  width: 50%;
}
#cntlst .block ul li .blog-img-2 img {
  width: 100%;
}
#cntlst .block ul li .content-left {
  padding: 40px 20px 0;
}
#cntlst .block ul li .content-right {
  padding: 40px 20px 0;
}
#cntlst .block .btn-more-info {
  float: none;
  margin-top: 30px;
}
#cntlst .block .btn-more-info:hover {
  border-radius: 10px;
}
}

/*--
Google Map
--*/

.gmap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

/*@--
responsive iframe
--*/

.ifresponsive{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}


.ifresponsive iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--
    sanza Start
--*/
#sanza {
  padding: 100px 0px;
  background: #F6F6F6;
}

#sanza .block {
  text-align: center;
}

#sanza .block p {
  color: black;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}

/*--
    new Start
--*/
#new {
  padding: 10px 0px;
  background: #F6F6F6;
}

#new .block {
  text-align: left;
}

#new .block p {
  color: black;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0px;
}

#new ul {
  padding-left: 2em;
  list-style: circle;;
}

#new ul li{
  line-height: 1.5em;
}


/*--
    yakuso Start
--*/
#yakuso {
  padding: 100px 0px;
  background: #F6F6F6;
}

#yakuso .block {
  text-align: center;
}

#yakuso .block p {
  color: black;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}

/*--
    event Start
--*/
#event {
  padding: 100px 0px;
  background: #F6F6F6;
}

#event .block {
  text-align: center;
}

#event .block p {
  color: black;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}

/*--
    shop Start
--*/
#shop {
  padding: 100px 0px;
  background: #F6F6F6;
}

#shop .block {
  text-align: center;
}

#shop .block p {
  color: black;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}



/*--
    about-us Start
--*/

#about-us .block p {
  color: black;
}

/*--
    footer Start
--*/

#footer .block h3 span {
  color: #b33e5c;
}

#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  color: #b33e5c;
}


#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #b33e5c;
}

#footer .block .social-media-link h3 span {
  color: #b33e5c;
}

#footer .block .social-media-link ul li a:hover {
  background: #b33e5c;
}

