﻿.bg_color1 {background-color: #708090;}
.bg_color2 {
    background-color: #708090;
    color: #ffffff;
    background-image: url(Dup/img/back2.png);
}
.border_color1 {border-color: #708090;}
.border_color2 {border-color: #708090;}
.border_color3 {border-color: #afa64e;}
.border_color4 {border-color: #aeb7c1;}
.txt_color_nomal {color: #708090;}
.txt_color1 {color: #afa64e;}
.txt_color3 {color: #afa64e;}

.hvr_bg_color2:hover {background-color: #f1f4f6;}
/* ----------　all　---------- */
.linkStyle{
	color:#afa64e;
}
.linkStyle:hover{
	color:#afa64e;
	opacity: 0.7;
	transition: all 0.5s;
}
body {
    color: #5a5a5a;
    background-image: url(Dup/img/back.png);
}
#loader::after {
    background-image: url(Dup/img/back.png);
}
.font_serif {
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    font-weight: 400;
}
@font-face {
font-family: "briquete";
  src: url("Dup/css/briquete.ttf") format("ttf"),url("Dup/css/briquete.woff") format("woff"),url("Dup/css/briquete.woff2") format("woff2");
}
#intro h3{
	font-family: "briquete", serif!important;
	    color: #c6c082;
}
 
.banner_box{
    margin-top: 50px;
}
.banner{
    width: 30%;
    margin: 0 2%;
    max-width: 300px;
}
#intro .slick{
        position: relative;
}
#intro .slick:before{
    content: '';
    display: inline-block;
    width: 130px;
    height: 130px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(Dup/img/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -150px;
    bottom: 0px;
    z-index: 1;
}
footer #footer #footer_links li a {
    color: #fff;
}
#main_img img, #intro img, #top_contents1 img, #top_contents2 img ,#page_title{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.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);
}

.sc_nav ul li:last-child a,#main_nav ul li:last-child a{
    background-color: #afa64e;
    color: #fff;
    padding: 5px 15px;
}
/* ----------　TOP　---------- */
#intro .intro_txt h2 span{
       color: slategrey; 
}
#top_contents2 {
    margin-bottom: 100px;
}
.t_banner {
    width: 80%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
}
#top_contents1 .contents1_txt h3{
    position: relative;
}
#top_contents1 .contents1_txt h3:before {
    content: '';
    display: inline-block;
    width: 300px;
    height: 100px;
    background-image: url(Dup/img/point1.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    top: -100px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    left: -80px;
}
#top_contents2 .contents2_txt{
       position: relative; 
}
#top_contents2 .contents2_txt:before{
    content: '';
    display: inline-block;
    width: 300px;
    height: 100px;
    background-image: url(Dup/img/point2.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    top: -50px;
    transform: rotate(
-10deg
);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(
-10deg
);
    left: -30px;
}
/* ----------　下層ページ　---------- */
#page_title h2{
    text-shadow: 2px 2px 1px #dfddd1, -2px 2px 1px #dfddd1, 2px -2px 1px #dfddd1, -2px -2px 1px #dfddd1, 2px 0px 1px #dfddd1, 0px 2px 1px #dfddd1, -2px 0px 1px #dfddd1, 0px -2px 1px #dfddd1;
    font-size: 30px;
}
#cms_2-a .box_item p{
    opacity: 1;
}
#cms_5-a .cate_title i{
    transform: rotate( 180deg );
}
#cms_5-a .cate_title.on_click i {
    transform: rotate(0deg);
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#menu_bt > div span {
    height: 2px;
}    
  #top_contents1 .contents1_txt {
    width: 90%!important;
    margin-left: 5%;
}  
#top_contents1 .contents1_txt h3:before {
    top: -120px;
    left: -40px;
}
#top_contents1 .contents1_txt h3 {
    transform: translateX(-10px);
}
#top_contents2 .contents2_txt:before {
    left: 10px;
}
.banner:first-child {
    margin-left: 0%;
}
.banner:last-child {
    margin-right: 0%;
}
#intro .slick:before {
    width: 100px;
    height: 100px;
    right: -110px;
    bottom: -30px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){

.banner {
    width: 80%;
    margin: 0 2% 25px;
    max-width: 300px;
}
#intro h3 {
    margin-left: 10px;
}
#intro .intro_txt h2 {
    width: 85%!important;
}
#top_contents1 .contents1_txt h3:before {
    top: -60px;
    left: -25px;
        width: 200px;
    height: 60px;
}
#top_contents2 {
    margin-bottom: 50px;
}
#top_contents2 .contents2_txt:before {
    width: 200px;
    height: 60px;
    top: -20px;
}
#loader .logo {
    max-width: 200px;
}
#cms_2-a .cate_box{
    padding-bottom: 25px;
    margin-top: 25px;
}
#intro .slick:before {
    bottom: auto;
    right: 0px;
    top: -120px;
        width: 120px;
    height: 120px;
}
}