/*-------------------------------------------------------------------
	
	レイアウト

-------------------------------------------------------------------*/
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.center {
	margin:0 auto!important;
	}
.center_text {
	text-align:center;
	}
.f_left {
	float:left;
}
.f_right {
	float: right;
}
.font-b {
	font-weight: bold;
}

.font-28 {
	font-size: 2.8rem;
	line-height: 1.8;
}
.font-24 {
	font-size: 2.4rem;
	line-height: 1.6;
}
.font-22 {
	font-size: 2.2rem;
	line-height: 1.6;
}
.font-20 {
	font-size: 2rem;
	line-height: 1.6;
}
.font-18 {
	font-size: 1.8rem;
	line-height: 1.6;
}
.font-16 {
	font-size: 1.6rem;
	line-height: 1.4;
}
.font-14 {
	font-size: 1.4rem;
	line-height: 1.8;
}
.font-12 {
	font-size: 1.2rem;
	line-height: 1.4;
}

.bg-white {
	background-color:#fff;
}
.bg-brown1 {
	background-color:#e9dbcb;
}
.bg-brown2 {
	background-color:#b1916e;
}


.f-white {
	color:#fff;
}
.f-brown {
	color:#b1916e;
}

.lead-m {
	line-height: 2.1;
}



/*マージン設定　----------------------------------------------------------*/
.mb15 {
	margin-bottom:15px;
	}
.mb20 {
	margin-bottom:20px;
	}
.mb30 {
	margin-bottom:30px;
	}
.mb40 {
	margin-bottom:40px;
	}
.mb60 {
	margin-bottom:60px;
	}
.mb100 {
	margin-bottom:100px;
	}
.mt20 {
	margin-top:20px;
	}
.mt40 {
	margin-top:40px;
	}
.mt50 {
	margin-top:50px;
	}
.mt60 {
	margin-top:60px;
	}
.mt80 {
	margin-top:80px;
	}
.mt100 {
	margin-top:100px;
	}
.mt180 {
	margin-top:180px;
	}
.pt05 {
	padding-top:5px;
	}
.pt10 {
	padding-top:10px;
	}
.pt20 {
	padding-top:20px;
	}
.pt30 {
	padding-top:30px;
	}
.pt40 {
	padding-top:40px;
	}
.pt60 {
	padding-top:60px;
	}
.pt80 {
	padding-top:80px;
	}
.pt100 {
	padding-top:100px;
	}
.pt160 {
	padding-top:160px;
	}
.pb05 {
	padding-bottom:5px;
	}
.pb10 {
	padding-bottom:10px;
	}
.pb20 {
	padding-bottom:20px;
	}
.pb30 {
	padding-bottom:30px;
	}
.pb40 {
	padding-bottom:40px;
	}
.pb60 {
	padding-bottom:60px;
	}
.pb100 {
	padding-bottom:100px;
	}
.pr15 {
	padding-right:15px;
	}
.pr20 {
	padding-right:20px;
	}
.pl15 {
	padding-left:15px;
	}
.ml30 {
	margin-left:30px;
	}
.ml40 {
	margin-left:40px;
	}


@media (min-width:768px){
.button {
 margin: 0 auto!important;
 background-color: #b1916e;
 padding: 20px 30px;
 text-align: center;
 color: #fff!important;
 width: 350px;
}
.button-2 {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 10px 30px;
 text-align: center;
 color: #b1916e;
 border: solid 1px #b1916e;
 width: 300px;
}
}

@media (max-width:767px){
.button {
 margin: 0 auto!important;
 background-color: #b1916e;
 padding: 20px 20px;
 text-align: center;
 color: #fff!important;
}
.button-2 {
 margin: 0 auto!important;
 background-color: #fff;
 padding: 10px 20px;
 text-align: center;
 color: #b1916e;
 border: solid 1px #b1916e;
}
.sp-logo {
	padding: 0 8rem;
	padding-top: 40px;
	}
}

.img-fluid {
	width:100%;
	height:auto;
	vertical-align: bottom!important;
	}






/*以下コンテンツ----------------------------------------------------------*/

/*　画像サイズ指定　*/

.pro-ti {
	width: 300px;
}
.f-logo {
	width: 240px;
}
.sns {
	width: 20px;
}
.sns-2 {
	width: 18px;
}

@media only screen and (max-width: 768px) {
.pro-ti {
	width: 40%;
}
.f-logo {
	width: 240px;
}
.sns {
	width: 28px;
}
.sns-2 {
	width: 25px;
}
}	



/*　縦線　*/
.line {
border-left:1px solid #b1916e; /*線の設定*/
padding:0px 30px 0px 10px; /*余白の設定*/
}

.line-3 {
border-left:1px solid #000; /*線の設定*/
padding:0px 20px 0px 20px; /*余白の設定*/
margin-top:30px; 
height:400px;
}


/*　横線　*/
.line-2 {
border-bottom: 1px solid #1c1712; /*線の設定*/
}



/*　背景画像　*/


/*　SP/PC 個別設定　*/
@media only screen and (min-width:769px) {
.bg-text {
	background-image: url("../imgs/text-bg.png");
	background-size: cover;
	background-position: top right;
}
.bg-main {
	background-image: url("../imgs/main-bg.png");
	height: 650px;
	text-align: center;
	background-size: cover;
	padding-top: 450px;
	background-position: top center;
}
	.title {
		font-size: 38px;
		line-height: 1.6;
	}
}

@media only screen and (max-width:768px) {
.bg-text {
	background-image: url("../imgs/sp-text-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
}
	.title {
		font-size: 24px;
		line-height: 1.6;
	}
}






/*　カラムコンテンツ　*/
.container-flex {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.container-flex-100 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container-flex-50 {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

.column-left-2 {
  width: 50%;
  padding: 0px 0px;
  box-sizing: border-box;
}
.column-right-2 {
  width: 50%;
  padding: 0px 0px;
  box-sizing: border-box;
}

.column-left-2-2 {
  width: 68%;
  padding: 0px 0px 0px 0;
  box-sizing: border-box;
}
.column-right-2-2 {
  width: 32%;
  padding: 0px 0px 0px 0;
  box-sizing: border-box;
}

.column-left-3 {
  width: 30%;
  padding: 0px 0px;
  box-sizing: border-box;
}
.column-center-3 {
  width: 5%;
  padding: 0px 0px;
  box-sizing: border-box;
}
.column-right-3 {
  width: 65%;
  padding: 20px 0px;
  box-sizing: border-box;
}


.column-left-3-2 {
  width: 33.33%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.column-center-3-2 {
  width: 33.33%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.column-right-3-2 {
  width: 33.33%;
  padding: 10px 10px;
  box-sizing: border-box;
}


/*　PC用5つカラムコンテンツ　*/
.column-left-5 {
  width: 20%;
  padding: 6px;
  box-sizing: border-box;
}
.column-left2-5 {
  width: 20%;
  padding: 6px;
  box-sizing: border-box;
}
.column-center-5 {
  width: 20%;
  padding: 6px;
  box-sizing: border-box;
}
.column-right2-5 {
  width: 20%;
  padding: 6px;
  box-sizing: border-box;
}
.column-right-5 {
  width: 20%;
  padding: 6px;
  box-sizing: border-box;
}



@media only screen and (max-width: 768px) {
  .container-flex {
    width: 100%;
    padding: 0;
  }
  .container-flex-100 {
    width: 100%;
  }
.container-flex-50 {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
  .column-left-2 {
    width: 100%;
  }
  .column-right-2 {
    width: 100%;
  }
  .column-left-3 {
    width: 100%;
  }
  .column-center-3 {
    width: 100%;
  }
  .column-right-3 {
    width: 100%;
  }
	
.column-left-2-2 {
  width: 70%;
  padding: 0px 0px 0px 0;
  box-sizing: border-box;
}
.column-right-2-2 {
  width: 30%;
  padding: 0px 0px 0px 0;
  box-sizing: border-box;
}	
	
.column-left-2-3 {
  width: 50%;
  padding: 10px 10px;
}
.column-right-2-3 {
  width: 50%;
  padding: 10px 10px;
}
	
.column-left-3-2 {
  width: 33.33%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.column-center-3-2 {
  width: 33.33%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.column-right-3-2 {
  width: 33.33%;
  padding: 10px 10px;
  box-sizing: border-box;
}
}


/*----------------------フェードイン・スクロールで表示 */
.element {
  /* 最初は非表示 */
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


/* スクロール　フェードイン表示 */
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1.5;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-30px);}
.downup {transform: translateY(30px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}





/*　ページトップ　*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #dec4a7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0.7;
    z-index: 2;
	margin-bottom: 25px;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}


/*　ホバー指定　*/
.footerlink:hover {
  opacity: 0.6;
}

.buttonlink:hover {
  background: #e9dbcb;
}