﻿/* color */
body,.txt_color_nomal{color: #231816;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #006400} /* メインカラー */
.txt_color2{color: #697A84} /* サブカラー */
.txt_color3{color: #302D2A} /* アクセントカラー1 */
.txt_color4{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #006400} /* メインカラー */
.bg_color2{background-color: #697A84} /* サブカラー */
.bg_color3{background-color: #302D2A} /* アクセントカラー1 */
.bg_color4{background-color: #E6EAED} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #006400}
.border_color2{border-color: #697A84}
.border_color3{border-color: #302D2A}
.border_color4{border-color: #E6EAED}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #231816;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #006400} /* メインカラー */
.hvr_txt_color2:hover{color: #697A84} /* サブカラー */
.hvr_txt_color3:hover{color: #302D2A} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #006400} /* メインカラー */
.hvr_bg_color2:hover{background-color: #697A84} /* サブカラー */
.hvr_bg_color3:hover{background-color: #302D2A} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #E6EAED} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #006400}
.hvr_border_color2:hover{border-color: #697A84}
.hvr_border_color3:hover{border-color: #302D2A}
.hvr_border_color4:hover{border-color: #E6EAED}

@font-face {
font-family: "hannari";
  src: url("./Dup/css/hannari.ttf") format("ttf"),url("./Dup/css/hannari.woff") format("woff"),url("./Dup/css/hannari.woff2") format("woff2");
}
#contents h2, .cms_title h2, #intro_txt h2, #header_menu li .jp, #page_title h2 {
    font-family: "hannari", serif !important;
}
.linkStyle {
    color: #006400;
}
.header_logo img {
    width: 100% !important;
    height: auto;
}
#intro {
    height: 350px;
    max-height: 350px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./Dup/img/intro_border.png);
    background-size: 100% 100%;
    background-position: center center;
}
#intro_txt h2 {
    font-size: 25px;
}
main {
    background-image: url(./Dup/img/back.jpg);
}
#top_cms .cms_title .title_box {
    background-color: rgba(51,51,51,0);
}
#contents h2 {
    color: #ffffff;
}
.catch {
    width: 330px;
    top: 10px;
    right: 100px;
    z-index: 1;
}
#page_title h2 {
    position: relative;
    color: #f1f1f1;
}
#top_cms .cms_title .title_box h2:before, #page_title h2:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 150px;
    right: 4px;
    top: -8px;
    z-index: -1;
}
.title9:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 150px;
    right: 44px;
    top: -8px;
    z-index: -1;
}
footer {
    background-image: url(./Dup/img/footer.png);
    background-size: cover;
    background-position: top right;
}
.cms_6-a .cate_wrap {
    border: 3px solid #006400;
    padding: 1.5%;
}
#header_menu .jp {
    font-size: 18px;
}
.opacity07 {
    opacity: 1;
}
.cms_title h2 {
    color: #231816;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
circle {
    color: #ff8c00;
}
/*.icon {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    width: 130px;
}*/
/*その他と主な共通部分は省略*/

a.btn-border {
  border: 2px solid #231816;
  border-radius: 0;


  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #231816;
}

a.btn-border:hover {
  color: #fff;
  background: #231816;
}

a.btn-border:hover:before {
  background: #fff;
}

#contents .box h3:before {
    border-top: 1px solid #ff8c00;
    content: "";
    width: 40px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #intro {
    width: 750px;
    background-image: none;
}
#intro {
    background-image: url(./Dup/img/intro_border2.png);
    background-size: 100% 100%;
    background-position: center center;
}
#top_cms .cms_title .title_box h2:before, #page_title h2:before {
    width: 29px;
    height: 139px;
    top: -16px;
}
.catch {
    width: 240px;
    top: 10px;
    right: 4px;
    z-index: 1;
}
#contents .back_color2 {
    position: relative;
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 140%;
    background-position-x: -1px;
}
#page_title h2:before {
    width: 29px;
    height: 150px;
    top: -8px;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#intro {
    background-image: none;
}
#intro {
    height: 630px;
    max-height: 1000px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./Dup/img/intro_border3.png);
    background-size: 100% 100%;
    background-position: center center;
}
.catch {
    width: 110px;
    top: 10px;
    right: 4px;
    z-index: 1;
}
.tel_wrap .tel_box .pd_10px {
    padding: 10px 0;
}
#page_title h2:before {
    width: 29px;
    height: 150px;
    top: 9px;
}
#intro_txt h2 {
    font-size: 20px;
}
.title9:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 150px;
    right: 44px;
    top: 8px;
    z-index: -1;
}
}


@media all and (-ms-high-contrast: none){
.cate_list li a {
    display: block;
    padding: 10px 10px 5px !important;
}
}
