@charset "UTF-8";
/* CSS Document */

/****   TOPイメージ　　****/
/****   スマホ　　****/
@media screen and (max-width:480px),print{
#top_img_pc{
    display: none;
}

#top_img_mob{
    display: block;
	text-align: center;
	max-width: 100%;
	height: 500px;
    padding-bottom: 50px;
    background-image: url("../img/0906_Header_mob_400600.png");
    overflow-x: hidden;
    overflow-y: scroll; 
	-webkit-overflow-scrolling: touch
}


#top_tl_mob{
	text-align: center;
    color: #716f68;
}

#top_tl_mob p{
    font-weight:100;
    color: #716f68;
}

.t1-mob{
	font-size: 1.5rem;
    padding: 120px 0 0;
}

.t2-mob{
	font-size: 1.2rem;
    padding: 30px 0 30px;
}

.t3-mob{
	font-size: 1.7rem;
}

.t4-mob{
     font-size: 1.2rem;
}


.t5-mob{
	font-size: 1.5rem;
    padding: 50px 0 30px;
}


/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 1s;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
    animation-duration:5s;
}

/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}

}
/**   480pxまでの   css**/

/****   TOPイメージ　　****/
/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#top_img_mob{
    display: none;
}

#top_img_pc{
	text-align: center;
	max-width: 100%;
	height: 600px;
    background-image: url("../img/0828_Header_pc_1400700.png");
}

#top_tl{
	padding: 100px 0 0 0;
	text-align: center;
    color: #716f68;
}

#top_tl p{
    line-height: 40px;
    font-weight:lighter;
}

.t1{
	font-size: 2rem;
    padding:  0;
}

.t2{
	font-size: 1.5rem;
    padding: 25px 0;
}

.t3{
	font-size: 2.2rem;
}

.t4{
    padding: 0 0 25px;
}

.t4 span{
    font-size: 1.5rem;
}

.t5{
	font-size: 2rem;
    padding-top: 30px;
}


/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 1.5s;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
    animation-duration:5s;
}

/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}

	
}
/**   1025px以上   css**/

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
 


/****** TOP　ページ　プロフィール******/
/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
#ct1{
	height: 1000px;
	padding: 10px 0;
}

#profile_tl{
	margin-top: 20px;
	position: relative;
	top:0;
	left: 0;
}

#profile_tl a{
	text-decoration: none;
}

#profile_tl a:visited{
	color: #000000;
}

#profile_tl a:hover{
	color: #575555;
}

.back_tl{
	color: #b89c90;
	font-size:1.7rem; 
	font-weight:bold;
	position: absolute;
	top:0;
	left:20px;	
	opacity: 0.3;
}


.front_tl{
	display: block;
	font-size:1.5rem; 
	position: absolute;
	top:5px;
	left:30px;
	letter-spacing: 2px;
}

.border1{
	border-bottom: solid 1px #c1a293;
	width: 90%;
    height: 35px;
	margin: 0 auto;
}
/*=================================
タイトルふわっ
===================================*/

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

}
/****   ここまでスマホ　　****/


/****** TOP　ページ　プロフィールタイトル******/
/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#ct1{
	height: 650px;
	padding: 100px 0;
}

#profile_tl{
	position: relative;
	top:0;
	left: 0;
}

#profile_tl a{
	text-decoration: none;
}

#profile_tl a:visited{
	color: #000000;
}

#profile_tl a:hover{
	color: #575555;
}

.back_tl{
	font-size: 3.5em;
	color: #b89c90;
	font-weight:bold;
	position: absolute;
	top:0;
	left:180px;
	
}


.front_tl{
	display: block;
	font-size: 2em;
	position: absolute;
	top:20px;
	left:250px;
	letter-spacing: 2px;
}
/*=================================
タイトルふわっ
===================================*/

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

.border1{
	border-bottom: solid 1px #c1a293;
	width: 80%;
    height: 70px;
	margin: 0 auto;
}
	
}


/**************************/
/****   ここまでPC  ****/


/****** TOP　ページ　プロフィールエリア******/
/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
.top_pf{
	margin: 20px 0;
	text-align: center;
}

.pf_img img{
	padding: 20px 0 20px 0;
	max-width: 70%;
	height: auto;
}

.pf-bun{
	text-align: center;
}

.delay-time03{
animation-delay: 0s;
}

.delay-time04{
animation-delay: 0.3s;
}

.delay-time05{
animation-delay: 0.5s;
}


.b1{
	font-size: 1.3rem;
	padding: 10px;
}

.b2{
	line-height: 25px;
    margin-top: 10px;
}

.b3{
	padding: 30px 0 10px;
	border-bottom:1px dotted #000000;
	width: 120px;
	margin: 0 auto;
    margin-bottom: 10px;
}

.b4{
	padding: 13px 0 10px;
}

.b5{
}

.b6{
	padding: 12px 0 ;
}

.b7{
	padding: 30px 0 5px;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 1rem;
}

.b8{
	font-size: 1rem;
    margin: 0px 0;
}

.b9{
	font-size: 1rem;
    margin: 10px 0;
}

.more1{
	margin: 50px auto;
    z-index: 1;
    padding: 20px 13px 0px 15px;
	display: flex;
	cursor: pointer;
	width:100px;
	background: #c1a293;
}

.more1 a{
	display:block;
	margin-left: -40px;
}



.more1:hover a {
  color: #fff;
}


.yajirushi{
	margin: -15px 0 30px 95px;
	width: 40px;
    height: 8px;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
	transform: skew(45deg);
}


.more1 a{
	text-decoration: none;
	color: #000000;
}



}
/****   ここまでスマホ  ****/

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(20px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/****** TOP　ページ　プロフィールエリア******/
/****   ここからPC　　****/
@media screen and (min-width:481px),print{
.top_pf{
	margin: 20px 0;
	position: relative;
}

.pf_img img{
	padding: 20px;
    margin-top: 4%;
	position: absolute;
	top:0%;
	left:22%;
	max-width: 100%;
	height: auto;
}

.pf-bun{
	position: absolute;
	top: 80px;
	left: 45%;
	text-align: center;
}

.delay-time03{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.5s;
}

.delay-time05{
animation-delay: 0.7s;
}


.b1{
	font-size: 1.5rem;
	padding: 40px;
}
.b2mob{
    display: none;
}

.b2{
	line-height: 30px;
}

.b3{
	padding: 30px 0 10px;
	border-bottom:1px dotted #000000;
	width: 120px;
	margin: 0 auto;
}

.b4{
	padding: 30px 0 10px;
}

.b5{
	padding: 5px;
}

.b6{
	padding: 10px 0 20px;
}

.b7{
	padding: 30px 0 5px;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 1.2rem;
}

.b9{
    padding: 5px 0;
}

.more1{
	margin: 27% 0;
	position: absolute;
    z-index: 1;
    padding: 18px 15px 18px 20px;
	display: flex;
	cursor: pointer;
	width:100px;
	border:#c1a293 solid 1px;
}

.more1 a{
	display:block;
	margin: -5px 0 0 -40px;
	
}

.more1::before{
	background: #c1a293;
	content:"";
	display:block;
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	margin: auto;
    transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 1s;
    z-index: -1;
}  

.more1:hover a {
  color: #fff;
}

.more1:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}

.yajirushi{
	margin: -15px 0 0 85px;
	width: 40px;
    height: 8px;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
	transform: skew(45deg);
	
}

.more1 a{
	text-decoration: none;
	color: #000000;
}
}
/****   ここまでPC  ****/



/******　TOP　ページ　サービス******/
/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
#ct2{
	height: 900px;
	padding: 0px 0;
    margin-top: 50px;
}

#service_tl{
	position: relative;
	top:0;
	left: 0;
	height: 50px;
}

#service_tl a{
	text-decoration: none;
}

#service_tl a:visited{
	color: #000000;
}

#service_tl a:hover{
	color: #575555;
}



.border2{
	border-bottom: solid 1px #c1a293;
	width: 90%;
	margin: -15px auto;
}

.icon{
	display: none;
}	

.icon2{
	text-align: center;
	margin-top:30px;
}

.i1 img{
	width: 50%;
    max-width: 100%;
	height: auto;
	padding: 20px;
	filter: drop-shadow(5px 5px 5px #aaa);
    transition:box-shadow 0.5s, transform 0.3s;
}


.i1 img:hover{
    transform:translate(0, -5px);
}

.more2{
	margin: 50px auto;
    z-index: 1;
    padding: 20px 13px 0px 20px;
	display: flex;
	cursor: pointer;
	width:100px;
	background: #c1a293;
}

.more2 a{
	display:block;
}


.more2:hover a {
  color: #fff;
}

.yajirushi2{
	margin: -15px 0 30px 50px;
	width: 40px;
    height: 8px;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
	transform: skew(45deg);
}


.more2 a{
	text-decoration: none;
	color: #000000;
}

}
/****   ここまでスマホ  ****/

/**************************/


/******　TOP　ページ　サービス******/
/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#ct2{
	height: 550px;
	padding: 200px 0 50px;
}

#service_tl{
	position: relative;
	top:0;
	left: 0;
	height: 70px;
}

#service_tl a{
	text-decoration: none;
}

#service_tl a:visited{
	color: #000000;
}

#service_tl a:hover{
	color: #575555;
}

.back_tl{
	font-size: 3.5em;
	color: #b89c90;
	font-weight:bold;
	position: absolute;
	top:0;
	left:180px;
	opacity: 0.2;
}

.front_tl{
	display: block;
	font-size: 2em;
	position: absolute;
	top:20px;
	left:250px;
}

.border2{
	border-bottom: solid 1px #c1a293;
	width: 80%;
    height: 0px;
	margin: 0 auto;
}

.icon{
	text-align: center;
	margin-top:50px;
}
	
.icon2{
	display: none;
}

.icon img{
	width: 20%;
	height: auto;
	padding: 30px;
	filter: drop-shadow(5px 5px 5px #aaa);
    transition:box-shadow 0.5s, transform 0.3s;
}


.icon img:hover{
    transform:translate(0, -5px);
}

.more2{
	margin: 50px 0;
	position: absolute;
	left: 45%;
    z-index: 1;
    padding: 18px 15px 18px 20px;
	display: flex;
	cursor: pointer;
	width:100px;
	border:#c1a293 solid 1px;
}

.more2 a{
	display:block;
	margin: -5px 0 0 5px;
}

.more2::before{
	background: #c1a293;
	content:"";
	display:block;
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	margin: auto;
    transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 1s;
    z-index: -1;
}  

.more2:hover a {
  color: #fff;
}

.more2:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}

.yajirushi2{
	margin: -15px 0 0 45px;
	width: 40px;
    height: 8px;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
	transform: skew(45deg);
}

.more2 a{
	text-decoration: none;
	color: #000000;
}
}

/****   ここまでPC  ****/



/******　TOP　ページ　トピックス******/
/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
#ct3{
	height: 300px;
	padding: 50px 0;
}

#topics_tl{
	position: relative;
	top:0;
	left: 0;
}

.topics_li{
	padding-top: 20px;
}

.news1 a{
    text-decoration: none;
    color: #000000;
}


.new{
	color: #a63624;
	 animation: flash 2s linear infinite;
}
}

/******　TOP　ページ　トピックス******/
/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#ct3{
	height: 300px;
	padding: 100px 0;
}

#topics_tl{
	position: relative;
	top:0;
	left: 0;
}

.topics_li{
	padding-top: 50px;
    font-size: 1.1vw;
}

.news1 a{
    text-decoration: none;
    color: #000000;
}

.new{
    width: 10%;
	color: #a63624;
	 animation: flash 2s linear infinite;
}

}


/****   ここまでスマホ  ****/


@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
.news1{
	width: 300px;
	border-bottom: dotted 1px #706c5f;
	margin-bottom: 30px;
	margin: 0 auto;
	padding: 20px 0 5px;
}

.news1 p{
	padding: 10px 0px 5px 0px;
}
}
/****   ここまでスマホ  ****/


/****   ここからPC　　****/
@media screen and (min-width:481px),print{
.news1{
	display: flex;
	width: 55%;
	border-bottom: dotted 1px #706c5f;
	margin-bottom: 40px;
	margin: 0 auto;
	padding: 40px 0 5px;
}

.news1 p{
	padding: 0px 0px 10px 50px;
}
}
/****   ここまでPC  ****/


/******　TOP　ページ　ブログ******/
/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
#ct4{
	height: 250px;
	padding: 130px 0;
}

#blog_tl{
	position: relative;
	top:0;
	left: 0;
	height: 50px;
}

#blog_tl a{
	text-decoration: none;
}

#blog_tl a:visited{
	color: #000000;
}

#blog_tl a:hover{
	color: #575555;
}

.border4{
	border-bottom: solid 1px #c1a293;
	width: 90%;
    height: 0px;
	margin: -15px auto;
}



.blog_img{
    margin: 0px auto;
    width: 95%;
    margin-top: 50px;
}

.blog3{
    max-width: 100%;
}


.blog_img a{
    transition: 0.5s;
}
.blog_img a:hover{
    opacity: 0.8;
    transition: 0.5s;
}



}
/****   ここまでスマホ  ****/

/******　TOP　ページ　ブログ******/
/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#ct4{
	height: 650px;
	padding: 80px 0;
}

#blog_tl{
	position: relative;
	top:0;
	left: 0;
	height: 80px;
}

#blog_tl a{
	text-decoration: none;
}

#blog_tl a:visited{
	color: #000000;
}

#blog_tl a:hover{
	color: #575555;
}

.border4{
	border-bottom: solid 1px #c1a293;
	width: 80%;
    height: 0px;
	margin: 0 auto;
}


.blog_img{
    text-align: center;
    width: 100%;
    margin: 50px 0 20px;

}


.blog_img a{
    transition: 0.5s;
}
.blog_img a:hover{
    opacity: 0.8;
    transition: 0.5s;
}




}
/****   ここまでPC  ****/
	


/******TOPページ　インスタ******/
/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
#ct5{
	height: 450px;
	padding: 100px 0;
}

#insta_tl{
	position: relative;
	top:0;
	left: 0;
}

#insta_tl a{
	text-decoration: none;
}

#insta_tl a:visited{
	color: #000000;
}

#insta_tl a:hover{
	color: #575555;
}


.back_tl5{
	color: #b89c90;
	font-size:1.3rem; 
	font-weight:bold;
	position: absolute;
	top:0;
	left:20px;	
	opacity: 0.3;
}


.front_tl5{
	display: block;
	font-size:1.1rem; 
	position: absolute;
	top:5px;
	left:30px;
	letter-spacing: 2px;
}
/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

 
.fadeUpTrigger{
    opacity: 0;
}
	
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/


@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(20px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
	
}

/****   ここからスマホ　インスタエリア　　****/
@media screen and (max-width:480px),print{
.insta_area{
	width: 95%;
	height: 600px;
	margin: 0px auto;
	margin-top: 30px;
	
}

}


/****   ここまでスマホ  ****/

/******TOPページ　インスタ******/
/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#ct5{
	height: 900px;
	padding: 60px 0 100px;
}

#insta_tl{
	position: relative;
	top:0;
	left: 0;
}

#insta_tl a{
	text-decoration: none;
}

#insta_tl a:visited{
	color: #000000;
}

#insta_tl a:hover{
	color: #575555;
}


.back_tl5{
	font-size: 3rem;
	color: #b89c90;
	font-weight:bold;
	position: absolute;
	top:0;
	left:180px;
	opacity: 0.2;
}

.front_tl5{
	display: block;
	font-size: 2em;
	position: absolute;
	top:15px;
	left:250px;
}

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
}


/****   ここまでPC  ****/



/****   ここからPC　インスタエリア　****/
@media screen and (min-width:481px),print{
	
.insta_area{
	width: 50%;
	height: 300px;
	margin: 0px auto;
	margin-top: 50px;
}

}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(20px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
	
}
