﻿@font-face {
font-family: "irohamaru";
  src: url("./Dup/default/irohamaru.ttf") format("ttf"),url("./Dup/default/irohamaru.eot") format("eot"),url("./Dup/default/irohamaru.woff") format("woff"),url("./Dup/default/irohamaru.woff2") format("woff2");
}
.font1{font-family: "irohamaru","sans-serif";}
#footer_txt h3{font-family: "irohamaru","sans-serif";}
/*--------------------------自動リンク--------------------------*/
.linkStyle{color: #5f3714; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #5f3714;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block; margin-bottom: 20px;}
}


/* color */
body,.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #aa692d} /* メインカラー */
.txt_color2{color: #f0cd96} /* サブカラー */
.txt_color3{color: #5f3714} /* アクセントカラー1 */
.txt_color4{color: #faf5eb} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #aa692d} /* メインカラー */
.bg_color2{background-color: #f0cd96} /* サブカラー */
.bg_color3{background-color: #5f3714} /* アクセントカラー1 */
.bg_color4{background-color: #faf5eb} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #aa692d}
.border_color2{border-color: #f0cd96}
.border_color3{border-color: #5f3714}
.border_color4{border-color: #faf5eb}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
.footer_txt_wrap,#pc_intro div.bg_color2,#contents h3{position: relative;}
/*リピートなし*/
.footer_txt_wrap:before,#pc_intro div.bg_color2:before,#contents h3:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.footer_txt_wrap:before{
background-image:url("./Dup/default/obj3.png");
background-size: 100%;
width: 11vw;
height: 9vw;
bottom: -115px;
right: -50px;
z-index: 2;
transform: rotate(-40deg);
}
#pc_intro div.bg_color2:before{
background-image:url("./Dup/default/obj1.png");
width: 200px;
height: 200px;
top: -85px;
left: -70px;
transform: rotate(30deg);
}
#contents h3{padding-top: 130px;}
#contents h3:before{
background-image:url("./Dup/default/obj2.png");
width: 150px;
height: 150px;
top: -30px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
/*--------------------------------
全体
--------------------------------*/
#left_bar div{z-index: 1;}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate{
-webkit-animation: pulse 3s ease infinite;
animation: pulse 3s ease infinite;
}

/*--------------------------------
TOP
--------------------------------*/
#contents h3,#contents figure{margin-bottom: 30px!important;}
#pc_news{background-color: #fff!important;background-image: url(./Dup/default/bg.png);background-size: 70%;}
/*--------------------------------
下層
--------------------------------*/
#main_left #left_link{top: 65%;width: 40%!important;}
#page_title{background-color: #f0cd96!important;}
#page_title figure.mg_b-20px{margin-bottom: 0;}

/* 5-b Q削除 */
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before{display: none;}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1{margin-left: 70px;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
#contact_tel a{padding-bottom: 24px;}
#tel_txt h3{padding-bottom: 0;}
#tel_txt p{padding-bottom: 15px;}
}

/*タブレット以上（769px以上）
--------------------------------------------------------------------------*/
@media  screen and (min-width: 769px){
/*header{background-image: url(./Dup/default/bg.jpg);background-size: 50%;}*/
#top_header{background-color: transparent!important;}
.page #top_header h1.grid_6{width: 30%!important;}
#page_title{padding-top: 0;padding-bottom: 30px;}
#main_left #footer_txt{padding-bottom: 10%;}
#pc_intro{background-image: url(./Dup/default/bg.png);background-size: 70%;}
#main_right header, #page_title{ padding-right: 0; }
#main_right main #page_container{ padding-right: 5%; }
#page_title{padding-left: 0;}
}

@media  screen and (max-width: 1400px){

#pc_intro div.bg_color2:before{
width: 150px;
height: 150px;
top: -75px;
left: -55px;
}

}
@media  screen and (max-width: 1280px){
.footer_txt_wrap:before{
width: 16vw;
height: 14vw;
bottom: -95px;
}
@media  screen and (max-width: 1000px){
.footer_txt_wrap:before{
width: 14vw;
height: 12vw;
bottom: -105px;
}

}
/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#top_link{ margin-top: 0; margin-bottom: 50px; }
#main_menu .swiper-container{padding-top: 5px;}
.footer_txt_wrap:before{display: none;}

#intro .overflow{top: 5%;}
#intro #intro_wrap{max-height: 750px;}
#intro h2 img{width: 200px;}

}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#top_link .links_bt{ width: 60%!important;}

#intro #intro_wrap{max-height: 400px;}
#intro h2 img{width: 150px;}
}
