﻿/*バナー*/
#yoyakubnr{
    z-index: 5;
    right: 60px;
}
#yoyakubnr a{
    color: #fff;
    padding: 3px 14px;
    font-size: 1.5rem;
    border: 1px solid #fff;
}
#yoyakubnr a i{
    margin-right: 3px;
    color: #ffb547;
    font-size: 2.3rem;
    transform: translateY(4px);
}


.footer_nav li a{width: 140px;letter-spacing: 0em;}
/*---------------------------------------------
 テンプレート・CMS 
--------------------------------------------*/
.en{
    font-size: 1.4em;
    line-height: 1;
    opacity: 0.4;}
#cms_2-f .cate_title span{
    font-size: 1em;
    line-height: 1;
    opacity: 0.4;
}

.con1_right{
    background-image: url(./Dup/img/dec01.png);
    background-size: 40%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#contents2 .con2_wrap{
    border-radius: 0px 5px 5px 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
#contents3 .con3_right img{border-radius: 5px;}

#top_cms,.cms{
    background-image: url(./Dup/img/dec02.png);
    background-size: 40%;
    background-position: right top;
    background-repeat: repeat-y;
}

.info_left .tel_bt a{color: #5b977a;}
.info_left .more a{
    border-color: #f4f5ea;
    color: #f4f5ea;
}

.cms_1-a .box_img1{
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 
}
#cms_1-a .cate_box,.cate, #cms_5-c,#page08 .tel_wrap{
    background-color: #f8f9f9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    border: none;
    padding: 50px 3%;
}

#footer .footer_bottom{    padding-bottom: 80px;}

/* タブレット */
@media screen and (max-width: 768px){
    .con1_right{ background-size: 60%;}
    #top_cms{
    background-image: url(./Dup/img/dec02_tb.png);
    background-size: 55%;
    }
    
}
/* スマホ */
@media screen and (max-width: 667px){
    .con1_right{background-image: url(./Dup/img/dec01_sp.png);}
    #page_title{background-position: right center;}
    .page_title_box{padding: 30px 0;}
    
}
/*--------------------------------------------
 全体 
----------------------------------------------*/
.en,#cms_2-f .cate_title span{font-family: 'Dancing Script', cursive;}

.txt_color1,.hvr_txt_color1:hover{color: #335c49;} 
/*.txt_color2,.hvr_txt_color2:hover{color: #f4f3f2;} */
.txt_color3,.hvr_txt_color3:hover{color: #ff9f10;} 
/*.txt_color4,.hvr_txt_color4:hover{color: #eae4df;} */
/*.txt_color5,.hvr_txt_color5:hover{color: #f2ede7;}*/ 

.bg_color1,.hvr_bg_color1:hover{background-color: #9bc3b0;}
.bg_color2,.hvr_bg_color2:hover{background-color: #ffdb58;}
.bg_color3,.hvr_bg_color3:hover{background-color: #ffdb58;} 
/*.bg_color4,.hvr_bg_color4:hover{background-color: #eae4df;} */
/*.bg_color5,.hvr_bg_color5:hover{background-color: #f2ede7;}*/ 

.border_color1,.hvr_border_color1:hover{border-color: #84A495;}
.border_color2,.hvr_border_color2:hover{border-color: #9bc3b0;}
.border_color3,.hvr_border_color3:hover{border-color: #ffb547;}
.border_color4,.hvr_border_color4:hover{border-color: #9bc3b0;}
/*.border_color5,.hvr_border_color5:hover{border-color: #f2ede7;}*/

#header,.con1_right,.contents_wrap,#top_cms,#top_info,.footer_nav,.cms,header .d_flex{background-color: #d6ddda;}
#top_cms .top_cms_bg{background-color: #f4f5ea;}
#sp_nav .sns_links{background-color: #fff;}

#page-top a{
    border: 1px solid #fffaea;
    box-sizing: border-box;
}

.linkStyle{
	color:#84A495;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color:#84A495;
	opacity: 0.7;
	text-decoration: none;
}


#page10 .more a{
    background-color: #f8f9f9;
    font-size: 18px;
    letter-spacing: 0.07em;
}
#page10 .more a .en{
    font-size: 1em;
    line-height: 1;
    opacity: 0.6;
}

/* タブレット */
@media screen and (max-width: 768px){
    #top_cms{background-color: #f4f5ea;}
}
/* スマホ */
@media screen and (max-width: 667px){}

/* --------------------------------------------
 メインイメージ 
---------------------------------------------*/
#header.top_l{width: 20%!important; padding-left: 30px;}
#main_img{width: 80%!important;}

.catch{
    position: absolute;
    z-index: 2;
    width: 75%;
    max-width: 1100px;
    bottom: 110px;
    left: 10px;
    
    animation-name: fadeOutAnime;
animation-duration:0.9s; /* アニメーション時間 */
animation-delay: 7s; /* 〇秒後に変化 */
animation-fill-mode:forwards;
}
@keyframes fadeOutAnime{
  0% {
    opacity: 1;
    filter: blur(0px);
    
  }

  100% {
    opacity: 0;
    filter: blur(20px);
  }
}
/* タブレット */
@media screen and (max-width: 768px){
    #header{width: auto!important;}
    #main_img{
        width: 100%!important;
        height: auto!important;
    }
    .catch{bottom: 25px;}
}
/* スマホ */
@media screen and (max-width: 667px){
    .catch{width: 90%; bottom: 5px;}
}

/* 動画位置調整 */
#video{height: 100vh!important;}
#video video{
	width: auto!important;
	height: 103%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    vertical-align: bottom;
}
@media screen and (min-width: 1630px){
    #video video{width: auto!important; height: 103%!important;}
}
/* タブレット */
@media screen and (max-width: 768px){
    /* 動画位置調整 */
	#video {
		height: auto!important;
		width: 100%;
	}
	#video video {
		width: 100%!important;
		height: auto;
		position: relative;
		top: 0%;
		left: 0%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(0%,0%);
	}
}


