﻿.bg_color1 {background-color: #60aa60;}
.bg_color2 {
    background-color: #e2d9cd;
    background-image: url(Dup/img/back.png);
    background-size: 300px;
}
.bg_color3 { background-color:#e94709;}
.border_color1 {border-color: #60aa60;}
.border_color2 {border-color: #e2d9cd;}
.border_color4 {border-color: #60aa60;}
.txt_color3 {color: #e94709;}
.bg_white {background-color: #f0f2ef;}
/* ----------　all　---------- */
.linkStyle{
	color:#60aa60;
}
.linkStyle:hover{
	color:#60aa60;
	opacity: 0.7;
	transition: all 0.5s;
}
body {
    background-color: #f8fbf8;
    background-image: url(Dup/img/back.jpg);
}
#wrap{
    position: relative;
        overflow: hidden;
}
#loader::after {
    background-color: #f8fbf8;
    background-image: url(Dup/img/back.jpg);
}
h1, h2, h3, h4, h5, h6 ,.font_serif{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    font-family: yamamotoan-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#main_img img, #intro img, #top_contents1 img, #top_contents2 img ,#page_title{
    filter: none;
}
h1 img {
    max-width: 150px;
}
#header .shop_link{
    max-width: 270px;
}
.sc_nav {
    padding: 3px 20px;
}
.sc_nav .logo img {
    max-width: 80px;
}
.sc_nav .shop_link{
    width: 30%;
    max-width: 300px;
}
.sc_nav .shop_link a{
    opacity: 1;
}
.banner {
    width: 80%;
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
}
.fadein_up{
    opacity : 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	transition:transform 2s ease,opacity 2s ease; 
}
.fadein_up.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
main figure {
    border-radius: 20px;
}
#menu_bt > div span {
    height: 2px;
    background-color: #60aa60;
}
.shop_banner {
        top: 20px;
    right: 100px;
    width: 50px;
    height: 50px;
    z-index: 9;
}


.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 44.8%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_box:empty {
    display: none;
}
.toda_banner{
    position: fixed;
    bottom: 10px;
    right: 80px;
    max-width: 350px;
    width: 90%;
}
#copyright{
        text-align: left;
}
footer{
    padding-bottom: 50px;
}
/* ----------　TOP　---------- */
.bg_anime {
    animation: r1 25s linear infinite;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}
.anime1{
    right: -100px;
}
.anime2{
    top: 100px;
    right: 100px;
    width: 200px;
}
.anime3{
    top: 15%;
    left: -100px;
}
.anime4{
    top: 30%;
    left: -100px;
}
.anime5{
    top: 32%;
    left: 20px;
}
.anime6{
    top: 80%;
    right: 0;
    width: 200px;
}
.anime7{
    top: 81%;
    right: 50px;
    width: 300px;
}
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* #main_img figure {
    overflow: inherit;
    height: auto!important;
}
#main_img figure img {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
}*/
.top_shop.shop_link{
        width: 80%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 30px;
    transition: 0.3s;
}
.top_shop.shop_link:hover{
    opacity: 0.7;
}
#intro .intro_title h3{
    position: relative;
    font-size: 40px;
    line-height: 1.7;
}
#intro .intro_title h3:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 50px;
    background-image: url(Dup/img/dec1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -60px;
    top: 0px;
    z-index: -1;
}
#intro .slick-dots {
    color: #60aa60;
}
.intro_txt{
    position: relative;
}
.intro_txt:before {
    display: block;
    position: absolute;
    content: "";
    pointer-events: none;
    margin: auto;
    right: -25px;
    top: 10px;
    background-color: #60aa60;
    width: 80px;
    height: 1px;
}
.intro_txt::after {
    display: block;
    position: absolute;
    content: "";
    pointer-events: none;
    margin: auto;
    right: 10px;
    top: -10px;
    background-color: #60aa60;
    width: 1px;
    height: 80px;
}
.intro_txt_box:before {
    display: block;
    position: absolute;
    content: "";
    pointer-events: none;
    margin: auto;
    left: -10px;
    bottom: 10px;
    background-color: #e94709;
    width: 80px;
    height: 1px;
}
.intro_txt_box::after {
    display: block;
    position: absolute;
    content: "";
    pointer-events: none;
    margin: auto;
    left: 10px;
    bottom: -25px;
    background-color: #e94709;
    width: 1px;
    height: 80px;
}
#top_contents1{
        margin-bottom: 100px;
}
#top_contents1 .contents1_txt h3{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -60px;
    left: 60%;
    text-shadow: none;
    color: #60aa60;
}
#top_contents1 .contents1_txt h3:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(Dup/img/dec3.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -40px;
    left: 75%;
}
#top_contents2 {
    margin-top: 100px;
}
#top_cms .top_cms_title{
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    display: inline-flex;
    position: relative;
}
#top_cms .top_cms_title:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #333;
    top: 0;
    right: -7px;
}
#top_cms .top_cms_title:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 40px;
    background-image: url(Dup/img/dec2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -35px;
    top: 10px;
}
.top_cms_title h4,.top_cms_title p{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    
}

/* ----------　下層ページ　---------- */
#page_title{
    border-radius: 20px;
}
#page_title h2{
        position: relative;
    font-size: 35px;
}
#page_title h2:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 50px;
    background-image: url(Dup/img/dec4.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -80px;
    top: -10px;
    z-index: 0;
}
#page_title p{
    opacity: 1;
    display: inline-block;
    background-color: #60aa60;
    color: #fff;
    padding: 0px 20px;
    border-radius: 10px;
}
#cms_3-b a[href=""]{
  display: none;
}
#cms_3-b .banner a{
        background-color: #bf0000;
    color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    text-align: center;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
.cate_title{
padding: 18px 10px 0px;    
}
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#main_img.active {
    margin-bottom: 50px;
}
.top_shop.shop_link {
    margin-bottom: 50px;
}
#intro .intro_title h3 {
    font-size: 30px;
    line-height: 1.5;
}
#intro .intro_title h3:before {
    width: 50px;
    right: -20px;
    top: -10px;
}
#top_contents1 .contents1_txt h3 {
    top: auto;
    left: 150px;
}
#top_contents1 .contents1_txt h3:before {
    width: 60px;
    height: 60px;
}
#top_cms .top_cms_title {
    margin-left: 30px;
}
.anime1 {
    width: 30%;
}
.anime2 {
    right: 80px;
    width: 15%;
}
.anime3 {
    width: 35%;
}
.anime6 {
    width: 15%;
}
.anime7 {
    right: 0px;
    width: 25%;
}
#page_title h2:before {
    width: 70px;
    left: -45px;
}
#loader .logo {
    max-width: 250px;
}
#page10 ul li a span {
    font-size: 15px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
    #loader .logo {
    max-width: 150px;
}


#menu_bt {
    top: 15px;
}
.shop_banner {
    top: 15px;
    right: 80px;
    width: 40px;
    height: 40px;
}
.anime1 {
    width: 30%;
    right: -50px;
}
.anime2 {
    right: 20px;
    top: 80px
}
.top_shop.shop_link {
    max-width: 250px;
}
#intro .intro_title h3:before {
    width: 80px;
    right: 10px;
    top: auto;
    bottom: -20px;
}
#top_contents1 .contents1_txt h3 {
    top: auto;
    left: 0px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: relative;
}
#top_contents1 .contents1_txt h3:before {
    top: -50px;
    left: 0%;
}
#top_cms .top_cms_title {
    margin-left: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
header #header h1 {
    max-width: 180px;
}
#page_title {
    border-radius: 0px;
}
.banner {
width: 100%;
    margin-bottom: 30px;
}
#page_title h2 {
    font-size: 30px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
}
#page10 ul li a span {
    font-size: 16px;
}

.youtube_box{
  width: 100%;
  padding-top: 56%;
}
.top .youtube_box {
    width: 90%;
}
#top_contents2 {
    margin-top: 50px;
}
footer {
    padding-bottom: 100px;
}
.toda_banner {
    bottom: 10px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
    max-width: 350px;
    width: 80%;
}
#page08 .tel a {
    font-size: 22px;
}
}