﻿h4, .contents2_txt span, .intro_txt .is-show, h2, h3, #cms_5-c .box_txt1::before {   
 font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
 font-weight: bold;
}
#header {
    padding: 10px;
}
#cms_6-a .cate_wrap .txt_center {
    text-align: left;
}
#cms_1-e .date {
    display: none;
}
#cms_1-e .box_title1 {
    padding-top: 20px;
}
.txt_color2 {
    color: #000000;
}
.border_color2 {
    border-color: #5b5b5b;
}
.linkStyle {
  color: #80d26c;
}
#cms_6-c .circle {
background-color: #80d26c;
}
#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    transition: ease 0.3s;
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
#top_contents2 h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #80d26c;
    z-index: 1;
}
.border_color3 {
    border-color: #80d26c;
}
.top_cms_title .border_color3 {
    border-color: #80d26c;
}
.shop_link .txt_color3 {
    color: #80d26c;
}
.sc_nav .shop_link .bg_color3 {
    background-color: #80d26c;
}
.sc_nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
    transition: ease 0.5s;
    transform: translateY(-200px);
}
.sc_nav .logo {
    position: absolute;
    top: 0px;
    left: 0px;
}
.sc_nav .grid_8 {
    width: 100%!important;
}
h2, h3 {
 font-weight: bold;
}
#intro .bg_white {
	position: relative;
}
#intro .bg_white:after {
    position: absolute;
    content: "";
    background-position: center;
    background-image: url(./Dup/img/txt3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40%;
}
#top_contents1 .contents1_txt h3 {
	position: relative;
}
#top_contents1 .contents1_txt h3:after {
    position: absolute;
    content: "";
    background-position: center;
    background-image: url(./Dup/img/txt1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120%;
    height: 200%;
    left: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -140px;
}
#top_contents1 .contents1_txt h3 {
    position: relative;
    padding: 0.5rem 2rem calc(0.5rem + 10px);
    background: #ffffff;
    text-align: center;
}
#top_contents1 .contents1_txt h3:before {
    position: absolute;
    top: -11px;
    left: -11px;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #80d26c;
}
#top_contents2 h3 {
	position: relative;
}
#top_contents2 h3:before {
    position: absolute;
    content: "";
    background-position: center;
    background-image: url(./Dup/img/txt2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120%;
    height: 200%;
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -119px;
}

#header img {
    max-width: 200px;
}


.js-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.intro_txt .js-fadein.is-show {
    font-size: 21px;
}

.mail {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
.mail .pd_30px {
    padding: 30px 10px;
}

/****************タイトルラベル************************/
.title {
    position: relative;
    display: inline-block;
    height: 64px;
    margin-left: 30px;
    padding: 1rem 2rem 1rem 2rem;
    color: #fff;
    background: #000000;
    left: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.title:before {
    position: absolute;
    top: -1px;
    left: -30px;
    content: '';
    border-width: 49px 31px 49px 0;
    border-style: solid;
    border-color: transparent #000000 transparent transparent;
}

.title:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}*/
#page_title .font_24 {
    margin-top: -9px;
}
/* ---------- PC 1366px~ ---------- */
@media screen and (max-width: 1367px){
#top_contents2 h3:before {
    width: 50%;
    height: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -90px;
}
#cms_6-a .cate_wrap {
    width: 95%;
    margin: 0 auto;
}

}
/* ---------- PC 1280px~ ---------- */
@media screen and (max-width: 1281px){
#top_contents1 .contents1_txt h3:after {
    width: 87%;
    height: 200%;
    left: 65%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -170px;
}
#cms_6-a .cate_box:nth-of-type(1):after {
    width: 17%;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#top_contents2 h3:before {
    width: 80%;
    height: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -90px;
}
#header img {
    max-width: 150px;
}
#page_title .font_24 {
    margin-top: -1px;
}

.intro_txt .js-fadein.is-show {
    font-size: 19px;
}
header #header {
    padding: 15px 30px;
    justify-content: center;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#intro .bg_white:after {
    width: 134%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 54%;
}
#top_contents1 .contents1_txt h3:after {
    width: 86%;
    height: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -52px;
}
#top_contents2 h3:before {
    width: 85%;
    height: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
}

#header img {
    max-width: 120px;
}
#page_title .font_24 {
    margin-top: 1px;
}



.title {
    left: 0%;

}
#intro h3 {
    margin-bottom: 30px;
    line-height: 1.5;
}
.title2 {
    left: 5%;
}
 title3 {
    left: 2%;
}
.title4 {
    left: 8%;
}
.title5 {
    left: 5%;
}
.title6 {
    left:14%;
}
.title7 {
    left: 8%;
}
.title8 {
    left: 17%;
}
.title9 {
    left: 6%;
}
.intro_txt .js-fadein.is-show {
    font-size: 17px;
}
header #header {
    padding: 5px 30px;
    justify-content: center;
}
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
.pd_10px {
    padding: 10px 10px 3px !important;
}
#page_title .font_24 {
    margin-top: -7px !important;
}

}