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

#mainvisual{
	width:100%;
	margin: 65px  auto 0;
	height: 250px!important;
	height: 100%;
	position:relative;
	z-index:10;
    -webkit-clip-path: content-box; /* workaround for Safari border-radius issue */
	/*border-radius:20px;*/
	margin-bottom: 10px;
	
}

#main_back {
    width:100%;
	margin:0 auto;
	max-height: 250px;
	height: 100%;
    background: url(../img/mainvisual_02.png) center top no-repeat;
    position: relative;
    z-index: 999;
}

/*------------------------------------

			news
			
------------------------------------------*/

.news{
	padding: 40px 0;	
}

.news-wrapper{
	width: 96%;
	margin: 0 auto;	
	padding: 0 10px;
}

.news-title{
	width: 240px;
	background: linear-gradient(transparent 70%, #c3e6f9 70%);
	font-size: 180%;
}

.news-title span{
	font-size: 60%;
	padding: 0 15px
}

.news-list{
	margin: 20px auto	
}

.news-list>li{
	 padding: 15px 0 5px;	
	 font-size: 105%;
	 border-bottom: 1px dashed #333;	
}

.news-list>li a{
	transition: .4s;
}

.news-list>li a:hover{
	color: #F60;
}

.news-list>li span.date{
	font-size: 85%;
	border-bottom: 1px solid #c3e6f9;	
}

.news-list>li span.text{
	font-size: 90%;
}

.btn{
	text-align: right;
	width: 90%;	
}


/*矢印が右に移動して背景がつく*/

.btnarrow5{
	font-size:100%;
    font-weight: bold;
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	border: 1px solid #555;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
	transition: .4s;
}

.btnarrow5:hover{
	background:linear-gradient(45deg,#fef6d1,#fbe4ee);
	color:#333;
	border: none;
}

/*矢印と下線の形状*/
.btnarrow5::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:55%;
	right:-26px;
    /*下線の形状*/
	width:35px;
	height:1px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 32%;
    right: -21px;
    /*矢印の形状*/
	width:1px;
	height:8px;
	background:#333;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
	right:-30px;
}

.btnarrow5:hover::after{
	right:-25px;
}

/*------------------------------------

			  concept
			
------------------------------------------*/

.concept{
	padding: 20px 0 30px;
	width: 100%;
	background-color: #fffcf1;
	margin: 20px auto;
}

.concept-wrapper{
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*background: rgba(0, 0, 0, .5);
	color: #fff;*/
}

.concept-img{
	display: block;
	width: 96%;
	margin: 0 auto;
}



.concept-title{
	padding-top: 10px;
	text-align: center;	
	font-size: 180%;
	
}

.concept-sub{
	font-size: 16px;
	text-align: center;	
	margin-bottom: 10px;
}

.concept-text{
	text-align: center;
    margin: 10px auto;
   /* letter-spacing: 1px;*/
    line-height: 1.7;
    font-size: 90%;
    z-index: 99;
    padding: 10px;
}



/*------------------------------------

			  feature
			
------------------------------------------*/

.feature{
	padding: 20px 0;
}

.feature-wrapper{
	width: 96%;
	margin: 0 auto;
	padding: 10px;
}

.feature-title{
	text-align: center;
}

.feature-title h2{
	margin: 0 auto 0;
	background: linear-gradient(transparent 70%, #ffeb93 70%);
	font-size: 180%;
	width: 140px;
	
}


.point{
	width: 96%;
}


.point>li .num02{
	top: 0;
	position: absolute;	
}



.point li img{
	display: block;
	margin:10px auto;
	width: 230px;	
}


.text01{
	width:96%;
	margin: 20px auto;	
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.7;
}


.red{
	color: #F60;
	font-size:105%;	
}

.red strong{
	font-size: 140%;	
}



/*------------------------------------

			 howto
			
------------------------------------------*/


.howto{
	padding: 40px 0 80px;
	background: linear-gradient(0deg,#feecd6, #fffcf1);
}

.howto-wrapper{
	width: 96%;
	margin: 0 auto;
	padding: 10px;
}

.howto-title{
	text-align: center;
	padding: 20px 0;
/*	background: url(../img/22354088.png) no-repeat center;	
	background-size: contain;
*/}

.howto-title h2{
	margin: 0 auto 0;
	background: linear-gradient(transparent 70%, #f5a24d 70%);
	font-size: 180%;
	width: 65%;
	
}

.howto-list{
	width: 96%;
	margin: 40px auto;	
}


.howto-list>li{
	background: #fff;
	padding: 10px;
	border: 1px solid #f5a24d;
	border-radius: 20px;
}

.tel{
	border-radius: 25px;
    text-align: center;
    padding: 0px 50px !important;
    color: #f5a24d;
    font-weight: bold;
    font-size: 160% !important;
}


.howto-list h4{
	font-size: 140%;	
}

.num{
	margin: 0 10px;
    line-height: 26px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    background: #f5a24d;
    color: #fff;
    width: 30px;
    height: 30px;	
}

.howto-list p{
	padding: 5px 10px 0;
	font-size: 95%;	
}


.arrow{
	width: 55px;
    display: block;
    margin: 5px auto;
    object-fit: contain;
}


.contact{
	width: 96%;
	text-align: center;	
	margin-bottom: 30px;
	border: 2px solid #f5a24d;
	margin:0 auto;
}

.tel02{
	font-size: 200%;	
	font-weight: bold;
}
.tel02 .min{
	background: #f5a24d;
    color: #fff;
	padding: 5px 0;
	font-size: 60%;	
	font-weight: bold;
}

.tel02 p{
	color:	#f5a24d;
	background: #fff;
	
}


/*------------------------------------

			blog
			
------------------------------------------*/

.blog{
	position: relative;
	padding: 80px 0;
	width: 96%;
	text-align: right;
}

.blog-title{
	top: 45px;
    right: 170px;
    position: absolute;
    font-size: 163%;
    z-index: 999;
    background: #f1a2c4;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
}

.blog-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 11px;
  border: 10px solid transparent;
  border-top: 10px solid #f1a2c4;
  width: 0;
  height: 0;
}

.blog-box{
	margin: 0 auto;
    width: 300px;
}

.blog-box img{
	width: 280px;
	height: 280px;
	object-fit: cover;
	border-radius:35% 65% 29% 71% / 59% 41% 59% 41%;
	border: 3px solid #f1a2c4;
	overflow:		hidden;
	position:		relative;

}
.blog-box .date {
	font-size:130%;
	color:#fff;
	padding-top:80px;
	padding-left:0px;
	text-align:center;
}

.blog-box .text{
	font-size:110%;
	color:#fff;
	padding:20px;
	text-align: left;
}
.blog-box .mask {
	border-radius:35% 65% 29% 71% / 59% 41% 59% 41%;
	width: 280px;
	height: 280px;
	position:absolute;
	top:80px;
	left:50px;
	/*opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.3);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.blog-box:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

/*== 矢印の線がループして伸縮 */

.btnlinestretches5{
	font-weight: bold;
	margin-right: 10px;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 
	color:#333;
    padding: 10px 0;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.btnlinestretches5::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #f1a2c4;
}

/*矢印の設定*/
.btnlinestretches5::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #f1a2c4;
    border-right: 1px solid #f1a2c4;
    transform: rotate(45deg);
}

/*線と矢印を繰り返しアニメーション*/
.btnlinestretches5::before {
    animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:105%;opacity:1}
    100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:103%;opacity:1}
    100%{left:103%;opacity:0}
}
