﻿/*--------link_font--------*/
@font-face {
    font-family: 'ZenMaruGothic';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/ZenMaruGothic_r.woff') format('woff'),
        url('./Dup/img/ZenMaruGothic_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'ZenMaruGothic';
    font-style: normal;
    font-weight: 700;
    src: url('./Dup/img/ZenMaruGothic_b.woff') format('woff'),
        url('../Dup/img/ZenMaruGothic_b.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'JosefinSlab';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/JosefinSlab.woff') format('woff'),
        url('../Dup/img/JosefinSlab.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'JosefinSlab';
    font-style: normal;
    font-weight: 700;
    src: url('./Dup/img/JosefinSlab_b.woff') format('woff'),
        url('../Dup/img/JosefinSlab_b.eot')  format('eot');
    font-display: swap;
}
body {
    font-family: "ZenMaruGothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
.linkStyle{color: #333333; text-decoration: underline;}


/*--------all_page--------*/
.font_1{font-family: 'JosefinSlab',Sans-Serif;}
#fakeloader .double-bounce1, .double-bounce2 {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
}
header #header #header_menu li a span {
    font-family: 'JosefinSlab',Sans-Serif;
}
header #header #header_menu li:last-child a span {
    border-radius: 3px;
    border: 1px solid #957753;
    color: #957753;
}
header #header #header_menu li:last-child a span.bg_color1 {
    background-color: rgba(255, 255, 255, .85);
}
header #header #header_menu li:last-child a span:hover {
    background-color: #957753;
    color: #ffffff;
}

.title_logo{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.title_logo img {
    animation: rotate 30s ease 0s infinite normal both;
}
.title_logo:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/title_logo2.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 13em;
    height: 10em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.title_logo:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/title_logo3.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 34em;
    height: 16em;
    left: 50%;
    bottom: -39%;
    transform: translateX(-50%);
}
@keyframes rotate {
    0% { transform: rotate( 0 ); }
    100% { transform: rotate( 360deg ); }
  }

#intro{
    position:relative;
    z-index:+1;
    overflow: hidden;
}
#intro:before{
    content: " ";
    position: absolute;
    display: inline-block;
    width: 59%;
    height: 78.5%;
    background: url(./Dup/img/item_01.png) no-repeat;
    background-size: cover;
    right: -125px;
    top: -155px;
    z-index: -2;
    opacity: 0.1;
    animation: swing3 30s linear 0s infinite normal forwards;
  }

#intro .intro_img1:before{
    content: " ";
    position: absolute;
    display: inline-block;
    width: 69%;
    height: 58%;
    background: url(./Dup/img/item_01.png) no-repeat;
    background-size: cover;
    left: 7%;
    bottom: 31px;
    z-index: -2;
    opacity: 0.1;
    animation: swing3 50s linear 0s infinite normal forwards;
}

#top_cms_h h2{
    position:relative;
    z-index:+1;
}
#top_cms_h h2::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_02.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.8;
    width: 5.5em;
    height: 5.5em;
    left: 49%;
    transform: translateX(-50%);
    top: -73px;
}
.intro_txt h2{
    position:relative;
    z-index:+1;
    
}
.intro_txt h2::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_03.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.8;
    width: 15em;
    height: 3em;
    left: 24px;
    bottom: -64px;
}

@keyframes blur {
    0% { filter: blur(0px) ; }
    50% { filter: blur(3px) ; }
    100% { filter: blur(1px) ; }
  }
  
  @keyframes swing3 {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(4deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-5deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-4deg);
	}

	90% {
		transform: rotate(4deg);
	}
}

#contents{
    position: relative;
    z-index: +1;
}


#contents .con_no{
    position:relative;
}
#contents .box1 .con_no:before{
    content: " ";
    position: absolute;
    display: inline-block;
    width: 8em;
    height: 8em;
    background: url(./Dup/img/item_05.png) no-repeat;
    background-size: cover;
    left: -14px;
    top: -95%;
    z-index: -2;
    opacity: 1;
  }
#contents .box2 .con_no:before{
    content: " ";
    position: absolute;
    display: inline-block;
    width: 8em;
    height: 8em;
    background: url(./Dup/img/item_05.png) no-repeat;
    background-size: cover;
    left: -11px;
    top: -97%;
    z-index: -2;
    opacity: 1;
  }
  
.cms_title h2,.more a,.foot_link a,.info_txt h3{font-family: 'JosefinSlab',Sans-Serif;}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

.cms_6-b .cate_box:first-of-type {
    border-top: 1px solid #957753;
}
.cms_6-b .cate_box, .cms_6-b .cate_box .box_txt1, .cms_6-b .cate_box .box_txt2 {
    border-color: #957753;
}
.cms_6-b .cate_box .box_txt1{
background-color: rgba(255,255,255,0.3);
}

.cms_title h2{position:relative;}

.cms_title h2::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_02.png) no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.8;
    width: 5.5em;
    height: 5.5em;
    left: 49%;
    transform: translateX(-50%);
    top: -73px;
}
.more a{
    border: none;
    font-size: 20px;
    text-transform: lowercase;
    border: solid 1px rgba(147, 116, 85, .3);
    background-color: #b7a18b;
    padding: 8px 30px;
    border-radius: 4px;
    transition-duration: 0.3s;
}

.more a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.55em;
    content: "\f101";
    padding-right: 5px;
    opacity: 0;
    margin-left: -15px;
    transition-duration: 0.2s;
}
.more a:hover:before {
     margin-left: 0px;
     opacity: 1;
}
.more a:hover {
    color: #957753;
    background: rgba(255, 255, 255, 1);
    border: solid 1px #c9bca4;
}


#page-top a.bg_color4 {background-color: rgba(255,255,255,0);}


.drawer-hamburger-icon.bg_color1{background-color: #78633c;}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: #78633c!important;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent!important;
}
.drawer-menu li a{border-left: none;}

/*--------subpage--------*/

#page_title h2{font-family: 'JosefinSlab',Sans-Serif;}

#cms_2-a{counter-reset: num;}
#cms_2-a .cate_title{
    position: relative;
    z-index: +2;
    border: 0;
    display: block;
    padding-left: 60px;
}
#cms_2-a .cate_title:before {
    counter-increment: num;
    content: counter(num,decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: rgba(84, 79, 76, .1);
    font-size: 3.5em;
    font-family: 'JosefinSlab',Sans-Serif;
    z-index: -1;
}
#cms_2-a .cate_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(84, 79, 76, .5);
}
#cms_2-a .box_title1{
    position: relative;
    padding-left: 54px;
}
#cms_2-a .box_title1::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #544f4c;
}

#cms_3-d .box_title{
  display: flex;
  align-items: center;
  white-space: nowrap; 
}
#cms_3-d .box_title::after {
        content: '';
    display: block;
    background: linear-gradient(90deg, #817e7e 45%,rgba(255,255,255,0) 20% ,rgba(255,255,255,0) 100%) repeat-x left top/6px 100%;
    background-size: 7px 2px;
    width: 100%;
    height: 1px;
    margin-left: 20px;
    margin-right: -25px;
  }
  
#cms_5-b .cate_box, .cms_5-b .cate_box {border-bottom: 1px solid #d5c8be;}
#cms_5-b .cate_box .open_bt, .cms_5-b .cate_box .open_bt { border: none;}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item { border: none;padding: 0px 30px 0px;}
#cms_5-b .cate_box .box_txt1,.cms_5-b .cate_box .box_txt1{
	padding: 1em;
    background-color: rgba(243, 235, 224, .7);
}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1 {  margin-left: 70px;}
#cms_5-b .cate_box .open_bt .arrow img, .cms_5-b .cate_box .open_bt .arrow img{display: none;}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow {
	left: 2px;
    top: 50%;
    margin-top: 0px;
}
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before {
    left: -26px;
    top: -1px;
}
#cms_5-b .cate_box .open_bt .arrow::before,
#cms_5-b .cate_box .open_bt .arrow::after,
.cms_5-b .cate_box .open_bt .arrow::before,
.cms_5-b .cate_box .open_bt .arrow::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #aba39b;
    
}
#cms_5-b .cate_box .open_bt .arrow::before,
.cms_5-b .cate_box .open_bt .arrow::before{
    top:48%;
    left: 15px;
    transform: rotate(180deg);    
    transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow::after,
.cms_5-b .cate_box .open_bt .arrow::after{    
    top:48%;
    left: 15px;
    transform: rotate(-90deg);
    transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow.arrow_be::before,
.cms_5-b .cate_box .open_bt .arrow.arrow_be::before{
	transform: rotate(0deg);
    transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow.arrow_be::after,
.cms_5-b .cate_box .open_bt .arrow.arrow_be::after{
	transform: rotate(0deg);
    transition: all 0.5s;
}  
  


/*--------mobile_tb--------*/
@media screen and (max-width: 768px){
 .add_btn{right: 120px;}   
 .add_btn span{
     padding: 10px 30px 7px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
    font-family: 'JosefinSlab',Sans-Serif;
 }
 .title_logo {
    top: 41%;
 }
 .title_logo:after {
    width: 27em;
    height: 12em;
}
}

/*--------mobile_sp--------*/
@media screen and (max-width: 667px){
    header .menu_bt {
    margin-top: -7px;
    }
     .add_btn{right: 68px;}   
 .add_btn span{
     padding: 6px 20px 2px;
     border-radius: 5px;
     background-color: rgba(255, 255, 255, .8);
 }
 .title_logo {
    top: 43%;
}
.title_logo:before {
    width: 5em;
    height: 4em;
    }
     .title_logo:after {
    width: 13em;
    height: 6em;
    bottom: -44%;
}
    header #logo .logo {
    text-align: left;
    }
    #top_cms_h h2::before {
    top: -63px;
    }
    #intro:before {
    width: 83vw;
    height: 130vh;
    right: -15px;
}
#intro .intro_img1:before {
    width: 74vw;
    height: 42vh;
    left: 5%;
    bottom: 6px;
}
.intro_img{padding-left: 25px;}
.foot_link .bg_img {
    background-position: 73% 50%;
}
.cms_title h2::before {
    top: -64px;
}
#contents .box2 .con_img {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 510px;
}

#cms_6-b .cate_box:first-of-type,.cms_6-b .cate_box:first-of-type {
    border-top: none;
}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow {
    left: -10px;
}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1 {
    margin-left: 65px;
}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item {
    padding: 0px 0px 0px 10px;
}
    #cms_3-d .box_title {
    display: block;
}
#cms_3-d .box_title::after{
    display: none;
}

}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
.cms_1-a figure img{width:100%!important;height:auto!important;}

}  
