﻿/* color */
.txt_color_nomal{color: #141414;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #141414} /* メインカラー */
.txt_color2{color: #fbf6c7} /* サブカラー */
.txt_color3{color: #c6f1c0} /* アクセントカラー1 */
.txt_color4{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #141414} /* メインカラー */
.bg_color2{background-color: #fbf6c7} /* サブカラー */
.bg_color3{background-color: #c6f1c0} /* アクセントカラー1 */
.bg_color4{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #141414}
.border_color2{border-color: #fbf6c7}
.border_color3{border-color: #c6f1c0}
.border_color4{border-color: #ffffff}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #141414;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #141414} /* メインカラー */
.hvr_txt_color2:hover{color: #fbf6c7} /* サブカラー */
.hvr_txt_color3:hover{color: #c6f1c0} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #141414} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fbf6c7} /* サブカラー */
.hvr_bg_color3:hover{background-color: #c6f1c0} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #141414}
.hvr_border_color2:hover{border-color: #fbf6c7}
.hvr_border_color3:hover{border-color: #c6f1c0}
.hvr_border_color4:hover{border-color: #ffffff}

.top_page #header .grid_4 {
    width: 20% !important;
}
.top_page #header {
    justify-content: space-around;
}
#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.slick-dots {
    color: #c6f1c0;
}
.linkStyle {
    color: #c6f1c0;
}
.on {
    background-color: #c6f1c0;
}
#top_contents1, .intro_txt, .footer {
    background-color: #fff7f9;
}
#top_contents2 {
    background-color: #fff;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border-top: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3;
}
#top_contents2 h3 span {
    background-color: #c6f1c0;
    color: #ffffff;
}
/*.intro_txt p span, #footer_txt p, #footer_links li a, footer #footer #footer_links li::after, #copyright {
    color: #5b5b5b;
}*/
h1 img {
    max-width: 150px;
}
.sc_nav .logo img {
    max-width: 100px;
}
.catch {
    font-family: 'Noto Serif JP', serif !important;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    padding: 5px 15px;
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    animation-delay: 4s;
    opacity: 0;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.english {
    top: -64px;
    right: 0;
}
.english {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.english.active{
  opacity : 1;
  transform : translate(0, 0);
}
.intro_img_1 {
    width: 232px;
    right: -127px;
    bottom: -100px;
    opacity: 0.6;
}
.intro_img_2 {
    width: 200px;
    opacity: 0.6;
    top: -60px;
    left: -70px;
}
.intro_txt p span {
    position: relative;
    z-index: 1;
}
.cms_6-b .cate_box .bg_color1, #cms_6-b .cate_box .bg_color1 {
    background-color: #c6f1c0;
    color: #141414;
}
#page_title {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.tel {
    width: 380px;
    margin: 10px auto 50px;
    background-color: #f3e77d;
    padding: 10px 0;
}
.mail_8 {
    width: 380px;
    margin: 10px auto 50px;
    background-color: #fff7f9;
    padding: 10px 0;
}
.line {
    width: 380px;
    margin: 10px auto 50px;
    background-color: #00b900;
    padding: 10px 0;
}
.tel .font_28, .mail_8 .font_28, .line .font_28 {
    font-size: 22px;
}
/*.sc_nav {
    background-color: rgba(167, 217, 221, 0.1);
}*/
#cms_6-a .cate_title {
    background-color: #fff7f9;
}
#page_title {
    border: 3px solid #fef5af;
}
#page08 .mail_8 a, #page08 .line a{display: inline-block;letter-spacing: 2px;transition: ease 0.3s;}
#page08 .mail_8 a:hover, #page08 .line a:hover{letter-spacing: 4px;opacity: 0.6;}
/***************ボタンデザイン*************/
.contact_banner {
    right: 90px;
    transform: translateY(-30px);
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
    bottom: 16px;
    font-size: 17px;
}


.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #c6f1c0;
  border-radius: 0.5rem;
}


a.btn-flat {
  overflow: hidden;

  padding: 1rem 4rem;

  color: #fff;
  border-radius: 0;
  background: #fff7f9;
}
a.btn-flat:hover {
    color: #141414;
}
a.btn-flat span {
  position: relative;
  z-index: 1;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #c6f1c0;
}

a.btn-flat:after {
  position: absolute;
  top: 0;
  right: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #c6f1c0;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}

a.btn-flat:hover:after {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

/********下線アニメ*********/
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 4px;
  background: #c6f1c0;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}
/***************************/




.btn_1,
a.btn_1,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  left: 50%;
    transform: translateX(-50%);
}

a.btn_1--yellow {
    color: #fbfbfb;
    background: #c6f1c0;
    border-bottom: 5px solid #59bb59;
}

a.btn_1--yellow:hover {
    margin-top: 3px;
    color: #fbfbfb;
    background: #c6f1c0;
    border-bottom: 2px solid #59bb59;
}

.top_news_txt {
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
}
#cms_6-a .cate_title {
    color: #141414;
}
.shop_link .bg_color3 {
    background-color: #00b900;
}






.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}


/****************jisseki*************/

#jisseki {
    background-color: #fff7f9;
}
.custom_txt1 {
    font-size: 100px;
    color: #4dce4d;
}
.custom_txt2 {
    line-height: 1.3;
    color: #222222;
}
/* ---------- PC 1280px~ ---------- */
@media screen and (max-width: 1281px){
.english {
    width: 40%;
    top: -50px;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.english {
    width: 100%;
    top: -70px;
}
h1 img {
    max-width: 120px;
}
.catch {
    top: 40%;
    font-size: 25px;
}
.intro_img_2 {
    width: 160px;
}
.intro_img_1 {
    width: 220px;
    right: -104px;
    bottom: -128px;
}
#loader .logo {
    max-width: 200px;
}
.contact_banner {
    right: 70px;
}
#top_contents1 .contents1_txt {
    margin-left: 18%;
}
#page10 .title1 {
    font-size: 15px;
}
.catch {
    top: 40%;
    font-size: 18px;
}
.custom_txt1 {
    font-size: 90px;
}
.custom_txt2 {
    font-size: 20px;
    width: 45%;
}
.top_page #header .grid_4 {
    width: 100% !important;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.english {
    width: 100%;
    top: -32px;
}
.intro_img_1, .intro_img_2 {
    display: none;
}
h1 img {
    max-width: 90px;
}
#main_img {
    margin-bottom: 180px;
}
.catch {
    top: 110%;
    font-size: 18px;
}
#loader .logo {
    max-width: 150px;
}
.Text-Span:after {
    bottom: 0px;
}
a.btn-flat {
    overflow: hidden;
    padding: 0.6rem 2.5rem;
}
.btn, a.btn, button.btn {
    font-size: 0.8rem;
}
.contact_banner {
    right: 30px;
    bottom: -11px
}
.tel, .mail_8, .line {
    width: 330px;
}
.tel .font_28, .mail_8 .font_28, .line .font_28 {
    font-size: 20px;
}
#top_contents1 .contents1_txt {
    margin-left: 0%;
}
.btn_1, a.btn_1, button.btn {
    padding: 1rem 3rem;
}
#cms_6-b .cate_title {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    font-weight: bold;
}
.custom_txt1 {
    font-size: 100px;
}
.custom_txt2 {
    font-size: 20px;
    width: 100%;
}
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
    
}

