﻿.bg_color1{background-color: #7ec9c1;}
.bg_color2 {background-color: #d7efec;}
.bg_color4 {background-color: #f7fdfc;}
.txt_color1 {color: #7ec9c1;}
.txt_color2 {color: #F7AD2E;}
.txt_color3 {color: #F7AD2E;}
.border_color1 {border-color: #7ec9c1;}
.border_color2 {border-color: #4bb8c5;}
.border_color3 {border-color: #F7AD2E;}
.hvr_bg_color1:hover{background-color: #7ec9c1;    }
.hvr_bg_color3:hover {
    background: -moz-linear-gradient(top left, #c0e0dd, #7ec9c1, #4bb8c5);
    background: -webkit-linear-gradient(top left, #c0e0dd, #7ec9c1, #4bb8c5); 
    background: linear-gradient(to bottom right, #c0e0dd, #7ec9c1, #4bb8c5);
}
.hvr_txt_color1:hover {color: #7ec9c1;}
.hvr_border_color3:hover {border-color: #7ec9c1;}
/* ----------　all　---------- */
.linkStyle{
	color:#F7AD2E;
}
.linkStyle:hover{
	color:#F7AD2E;
	opacity: 0.7;
	transition: all 0.5s;
}
.banner_box{
    margin-top: 50px;
}
.banner{
    width: 40%;
    margin: 0 2%;
    max-width: 300px;
}
#loading_line .line,footer ,#page-top a,#page8 #form_bt button:hover{
    background: -moz-linear-gradient(top left, #c0e0dd, #7ec9c1, #4bb8c5);
    background: -webkit-linear-gradient(top left, #c0e0dd, #7ec9c1, #4bb8c5); 
    background: linear-gradient(to bottom right, #c0e0dd, #7ec9c1, #4bb8c5);
}
footer .svg_box {
    opacity: 0.4;
    z-index: -1;
}
.main_img_wrap .navi {
    display: none;
}
.shop {
        position: fixed;
    z-index: 10;
    right: calc( 1.5% + 0.5px );
    top: 100px;
    max-width: 45px;
}
#page-top {
    right: calc( 1.5% + 0.5px );
}
.top_banner{
        margin-bottom: 80px;
}
.t_banner_box{
    margin-bottom: 50px;
}
.t_banner_box .banner{
    width: 40%;
    margin: 0 2%;
    max-width: 450px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
/*--　日英切り替え　--*/
.t_nav li {
	height: 1.5em;
    text-align: center;
    line-height: 1.5!important;
}	
.t_nav li span{
 	transition: 0.3s;

}
.t_nav li span:nth-child(1) {
	display: block;
}
.t_nav li span:nth-child(2) {
	opacity:0;
	position: relative;
	top: -2em;
}
.t_nav li:hover span:nth-child(1) {
	opacity: 0;
}
.t_nav li:hover span:nth-child(2) {
	opacity: 1;

}
/* ----------　TOP　---------- */
main.top{
     position: relative;
}
main.top:before {
    content: '';
    display: inline-block;
    width: 30%;
    height: 400px;
    background-image: url(Dup/img/dec1.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
main.top:after {
    content: '';
    display: inline-block;
    width: 35%;
    height: 400px;
    background-image: url(Dup/img/dec2.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    top: 50vh;
    right: 0;
    background-position: bottom right;
}
#catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 60%;
    max-width: 500px;
}
.img-container:before {
    background: #7ec9c1;
}
.t_cms_img2 .img-container:before {
    background: #F7AD2E;
}
#contents .box:nth-child(odd) figure:after {
    color: #d7efec;
    opacity: 0.5;
}
#contents .box .txt_wrap {
    position: relative;
    z-index: 2;
}

/* ----------　下層ページ　---------- */
.all_page {
     background-color: #d7efec;   
}
#cms_4-b .cate_box figure{
    width: 95%;
    margin: auto;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#nav_menu {
    right: 0px;
}    
main.top:before {
    width: 40%;
}
main.top:after {
    width: 45%;
    top: 60vh;
}


#catch {
    top: auto;
    bottom: 5%;
    left: 5%;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);
    width: 80%;
    max-width: 550px;
}
.top_page header .logo{
    display: none;
}
.cate_list li {
    width: 100%;
    text-align: left;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
.banner {
    width: 80%;
    margin: 0 2% 25px;
    max-width: 300px;
}    
#nav_menu {
    right: -16px;
}
.shop {
    right: 0;
        top: 60px;
    max-width: 35px;
}#page-top {
    right: 0;
}
main.top:before {
    width: 50%;
}
main.top:after {
    width: 60%;
    top: 35vh;
}
#catch {
    bottom: 15%;
}
.top_sns{
        padding-bottom: 15px;
}
.top_sns li{
    width: 15%!important;
    max-width: 35px;
}
.sns_links li {
    margin-right: 12px;
    margin-left: 12px;
}
.t_banner_box .banner {
    width: 90%;
    margin-bottom: 20px;
}
.t_banner_box {
    margin-bottom: 0px;
}
}