﻿/*--------------------------カラー--------------------------*/
.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #5E3007;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #6D3402;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #297F0A;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #2286C4;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: #A7826D;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #5E3007;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #6D3402;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #297F0A;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #2286C4;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}


/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #5E3007;}
.border_color2,.hvr_border_color2:hover{border-color: #6D3402;}
.border_color3,.hvr_border_color3:hover{border-color: #297F0A;}
.border_color4,.hvr_border_color4:hover{border-color: #2286C4;}

/*.top_title {
    background-size: contain;
    background-repeat: repeat;
}*/
#scroll span {
    color: #297F0A;
}
.linkStyle {
    color: #212222;
}
.link_img1 {
    opacity: 1;
    background-position-y: 0px;
}
#cms_1-a .box_txt1 {
    opacity: 1;
}
.patrima {
    font-family: 'Allerta Stencil', 'M PLUS Rounded 1c', sans-serif !important;
    line-height: 1;
    color: #5e3007;
}
.page_title_box .patrima {
    color: #fbfbfb;
}
.liana {
    font-family: 'Allerta Stencil', 'M PLUS Rounded 1c', sans-serif !important;
    line-height: 1;
    color: #5e3007;
}
#contents .con_title {
    line-height: 1.3;
}
h2, h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
.modal_title2 {
    font-weight: bold;
}
.top_title h2 > span:before {
    background-color: #5e3007;
}
.top_img img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
#logo .width_300-max {
    width: 100%;
    max-width: 130px;
}
#contents .con_title {
    margin-bottom: 30px;
}
.name {
    left: 50%;
    transform: translateX(-50%);
    top: 17%;
    width: 1000px;
}
.catch {
    left: 34%;
    transform: translateX(-50%);
    top: 40%;
    width: 880px;
}
.page1 #pc_nav .txt_white {
    color: #333;
}
header.scr_header #pc_nav .txt_white {
    color: #fff;
}
.kusa1, .kusa3 {
    left: 0%;
    bottom: 0;
    width: 100px;
}
.kusa2 {
    right: 0%;
    bottom: 0;
    width: 100px;
}
#logo2 {
    margin-top: 30px;
}

.catch {
    opacity: 0;
    animation: fuwa;
    animation-delay: 4s;
  animation-duration:1s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fuwa {
/*0% {
 opacity: 0;
 transform: scale(0.4);
}*/
  0%{
    opacity: 0;
     transform: translateX(-53%);
  }
 100% {
 opacity:1;
 transform: translateX(-50%);
 } 
}
.info_btn_wrap {
    margin-bottom: 20px;
}
#footer_info {
    background-image: url(./Dup/img/moku.jpg);
    background-size: contain;
}
#page-top .scr {
    color: #fff;
    font-size: 15px;
    background-color: #333;
    padding: 5px;
}
#page10 .width_700-max {
    width: 100%;
    max-width: 700px;
}
.sns_links {
    max-width: 200px;
    box-sizing: border-box;
    bottom: 20px;
    left: 50px;
}
.link_top {
    margin-top: 10px;
    margin-bottom: 50px;
    width: 30%!important;
}
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    background-color: #2889c6;
    color: #fff;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.8;
}
.link_type1 .border_da1-t {
    /* border-top: 1px dashed; */
    /* border-color: #6d3402; */
    color: #fff;
    bottom: -100px;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

.blur {
    background: rgba(180,180,180,0.7);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
}
#cms_5-a .width_70per {
    width: 50%!important;
}
/*.t_contact {
    right: 10px;
    transform: translateX(-50%);
    bottom: 45px;
    width: 300px;
}*/



/* 閉じるボタン付き追従バナー */
.fix_banner{
	max-width: 300px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt{
	position: absolute;
	bottom: 110px;
    right: 280px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: 0.5s;
	background-color: #fff;
	border: solid 2px #004b9b;
	z-index: 11;
	cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #004b9b;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close{right: -450px;}
.fix_banner.close2{right: -450px;}

@media  screen and (max-width: 768px){
.fix_banner{max-width: 300px;}
.fix_banner .close_bt{bottom: 80px;right: 280px;}
}

@media  screen and (max-width: 667px){
.fix_banner{max-width: 250px;}
.fix_banner .close_bt{
	width: 25px;
	height: 25px;
	bottom: 40px;
	right: 230px;
}
.fix_banner .close_bt span{
	width: 25px;
	height: 25px;
}
}
/* 閉じるボタン付き追従バナー end */

#page2 .con_box {
    background-color: #fff;
}
#cms_1-a .date, #cms_1-a .box_title1, #cms_1-a .box_txt1 {
    color: #333;
}
/************1280px*****************/
@media screen and (max-width: 1280px){
.catch {
    left: 30%;
    transform: translateX(-50%);
    top: 40%;
    width: 680px;
}
}
/************タブレット*****************/
@media screen and (max-width: 768px){
footer .scroll {
    top: -270px;
    right: 0;
}
.name {
    left: 50%;
    transform: translateX(-50%);
    top: 13%;
    width: 650px;
}
.catch {
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    width: 610px;
}
.kusa1, .kusa3 {
    left: -11%;
    bottom: 0;
    width: 60px;
}
.kusa2 {
    right: -11%;
    bottom: 0;
    width: 60px;
}
#contents .con_title {
    font-size: 40px;
}
#footer_info {
    background-image: url(./Dup/img/moku.jpg);
    background-size: 100% 100%;
}
#cms_5-a .width_70per {
    width: 100%!important;
}
#page_title .en {
    font-size: 65px;
    top: -40px;
}
.link_top {
    width: 45%!important;
}
/*.t_contact {
    left: 70%;
    transform: translateX(-50%);
    bottom: 3%;
    width: 300px;
}*/
}

/***********スマホ*****************/
@media screen and (max-width: 667px){
.catch {
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    width: 340px;
}
.name {
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    width: 340px;
}
.cms_title .width_400 {
    width: 300px;
}
#logo .width_300-max {
    width: 100%;
    max-width: 100px;
}
#contents .con_title {
    font-size: 44px;
}
.kusa2 {
    right: -12%;
    bottom: 0;
    width: 50px;
}
.kusa1, .kusa3 {
    left: -12%;
    bottom: 0;
    width: 50px;
}
#page-top .scr {
    color: #fff;
    font-size: 12px;
    background-color: #333;
    padding: 3px;
    margin-top: 100px;
    margin-right: -15px;
}
#loading_logo {
    max-width: 200px;
}
footer .scroll_d {
    height: 100px;
    position: relative;
    top: 50px;
}
#page_title .en {
    font-size: 34px;
    letter-spacing: -2px;
    top: -40px;
    padding-left: 20px;
}
#page-top .scroll_d > span {
    right: -13px;
}
.link_top {
    width: 100%!important;
}
.top_title h2 > span {
    padding-top: 80px;
    z-index: 1;
}
#contents .con_title {
    margin-bottom: 10px;
}
.cate_list li:nth-of-type(4n) {
    margin-right: 0%;
}
/*.t_contact {
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    width: 300px;
}*/
.overlay.open {
    overflow: scroll;
}
.overlay .overlay-nav .top li {
    margin-bottom: 32px;
}
.sns_links {
    max-width: 300px;
    bottom: 50px;
}
.sns_links li {
    width: 32px;
    margin-right: 32px;
}
.overlay:before {
    height: 130%;
}
footer .info_btn_wrap p {
    width: 100%;
    margin-bottom: 32px;
}
.fix_banner .close_bt {
    display: none;
}
}
