@charset "utf-8";
html{
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
}

a,a:hover{
	text-decoration: none;
}

div#baes{
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
/*	line-height: 1.8;*/
}

img{
	width:100%;
}



/****フレーム*****************************/
.wrap{
	width:100%;
font-size:17px;
}
.inner{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.inner2{
	padding:0px 20px 0px 20px ;
	max-width:800px;
	margin:0 auto;
}
.inner2 img{
	width:100%;
}
/**とっぴ**/
.topber2_wrap{
	width:100%;

/*		background: linear-gradient(90deg, #a89169 0%,#a08860 30%,  #6e5a39 50%, #6e5a39 100%);*/
		background: #f6ede4;
	padding:0px;
	border-bottom:0px solid #d6c4a5;
}
.topber2{
	height:20px;
	padding-top:3px;
	margin:0 auto;
	width:100%;
	max-width:1000px;
	}

.top_name1{
	font-size:12px;
	float:left;
	color:#846b41;
}
.top_name2{
	color:#b9a077;
	font-size:11px;
	float:right;
}

/**ヘッダ**/
.head_wrap{
width:100%;
	background: linear-gradient(90deg, #c3a97d 0%, #c3a97d 50%, #fff 50%, #fff 100%);
	    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index:9997
}
.head_in{
	height:60px;
	background:#fff;
	text-align:left;
}
.head_logo img{
	width:157px;
}
.head_logo{
	float:left;
}
.head_title{
	float:left;
	padding:px 0px 0px 0px ;
}
.head_title img{
	width:157px;
}
.head_title2{
	float:left;
	padding:4px 0px 0px 10px ;
	color:#c3a97d;
	font-size:11px;
	line-height: 1.6;
}
.head_title2 span{
	color:#c3a97d;
	font-weight:bold;
	font-size:12px;
}
/***ナビボタン***********************/
.head_btn_area{
		float:right;
		padding-top:0px;
}
.head_button{
	background:#fff;
	letter-spacing: 0px;
	padding:10px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
	color:#444;
	font-size:13px;
	font-weight:bold;
	transition:1.5s;
}
.head_button:hover{
	color:#000;
	transition:1.0s;
		background:#f8f2e4;
}
.r_bord{
	padding:8px 20px 0px 20px ;
	border-right:1px solid #e4d8cc;
}
.l_bord{
	padding:8px 20px 0px 20px ;
}



/**アイキャッチ******************************************/
.eye_wrap{
	margin-top:58px;
	background:#f0e7f4;
}
.eye_in{
	background:#cd90ea;
}
/**コンテンツ1 **/
.content1_wrap{
	background:#e8dfcd;
}
.content1_in{
	margin-bottom:0px;
	padding:0px 0px 0px 0px ;
}
/**コンテンツ2 **/
.content2_wrap{
	background:#fff;
}

.content2_wrap2{
	background:#f9f7f3;
}

.content2_in{
	padding:100px 0px 100px 0px ;
}
/**コンテンツ3 **/
.content3_wrap{
/*	background-image: url(../img/bg1.jpg);*/
/*background:#e20012;*/
background:#222;
}
.content3_in{
	padding:0px 0px 100px 0px ;
}
/**コンテンツ4 **/
.content4_wrap{
	background:#f6f6f6;
}
.content4_in{
	padding:100px 0px 150px 0px ;

}
/**コンテンツ4 **/
.content4_wrap{
	background:#f7f1e3;
}
.content4_in{
	padding:0px 0px 100px 0px ;
}



/**フォーム **/
.form_wrap{
	background:#fff;
	padding-top:80px;
}
.form_in{
	padding:00px 0px 100px 0px ;
}









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

/*--------------------------------------
　footer
---------------------------------------*/
div#footer{
	background: #81725a;
	margin-top: 0px;
	text-align: center;
	padding: 4px 0
}

div#footer p#copyright{
	text-align: center;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
	padding-bottom:10px;
}


div#footer1{
	margin: auto;
	margin-top: 60px;
	background: #c1b08e;
	text-align: left;
	width: 800px;
}
.footlogo{
	width:80%;
	max-width:300px;
	margin:0 auto;
	padding:90px 0px 80px 0px ;
}
/**************************************************************/



/******************/
.container99 {
z-index:888;
  margin:0 auto;
  margin-top:-100px;
  margin-bottom:110px;
  width: 24px;
}

.chevron {

  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #a69973;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text99 {
  display: block;
  margin-top: 60px;
  margin-left: -10px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #2f448a;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
/*************************/
.maincopy{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	padding:0px 0px 0px 0px ;
	font-size:40px;
	line-height:1.5em;
	vertical-align: text-top; 
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-top:-20px;
}
.maincopu_big{
	font-size:45px important!;
		color:#555;
	
}




/***************************/
.ab_title2{
	background: url(../img/title_bg.png) no-repeat left top;
	padding-left:30px;
	margin-bottom:10px;
	margin-bottom:30px;
}
.ab_title_en2{
	font-size: 32px;
		font-weight:bold;
	vertical-align:top;
line-height: 30px;
border-bottom:1px solid #8c744b;
padding-bottom:5px;
}
.ab_title_ja2{
	color:#8c744b;
	margin-top:7px;;
	font-family: 'Hammersmith One', sans-serif;
	font-size: 16px;
}
#c_red{
	color:#d81313;
}
#kakko{
	font-size:17px;
	color:#dcab4d;
}
#kakko2{
	font-size:19px;
}
/*************************/
#point_num{
	font-size:60px;
	padding:5px 10px 0px 0px ;
	margin-right:20px;
	border-right:2px solid #333;
	color:#e32117;
	line-height:0.75em;
	font-weight:bold;
}
#point_title{
	font-size:30px;
	padding:0px 0px 30px 0px ;
}
#poipoi{
	font-size:20px;
}
#eats{
	padding:60px ;
	margin:0px 0px 0px 0px ;
	background:#f9f7f3;
	border-radius:20px;
}

.panel{
	float:left;
	width:19.5%;
	border:1px solid #eee;
}
.panel3{
	float:left;
	width:58.5%;
}

.point_table{
	background:#fff;
	padding:90px 80px 70px 80px ;
	margin-bottom:100px;
}

/*****収益モデル*********************************************/
.shu_title{
	padding:40px 0px 40px 0px ;
	background:#cf0819;
	margin:0 auto;
	font-size:30px;
	color:#fff;
	 width:100%;
	 text-align:center;
}
.shueki_in{
	padding-top:80px;
}
.shueki_left{
	float:left;
	width:6.25%;
}
.shueki_right{
	float:left;
	width:93.75%;
}

/********************************/
.area_out{
	border:solid 1px #c4c4c4;
	padding:60px;
	margin:60px 0px 0px 0px ;
	background:#fbfbfb;
}
.area_title {
  padding: 10px 10px 10px 10px ;
  border-left: 5px solid #000;
  background: #f4f4f4;
  margin-bottom:30px;
  }
  
  /******************************/
 
a {
	position: relative;
	display: inline-block;

	text-decoration: none;
	text-align: center;
	cursor: pointer;
	user-select: none;
	color: white;
	
	&::before {

	}
	
	&:hover::before {

	}
	
	&::after {
		position: relative;
		display: inline-block;
		content: attr(data-title);
		transition: transform .2s ease; 
		font-weight: bold;
		letter-spacing: .01em;
		will-change: transform;
		transform:
			translateY(var(--ty, 0))
			rotateX(var(--rx, 0))
			rotateY(var(--ry, 0));
	}
}

/*****************/
.s_title{
	font-size:28px;
	color:#27ac91;
		font-family: 'Hammersmith One', sans-serif;
		margin-bottom:25px;
}

.s_title2{
	font-size:20px;
	color:#806435;
		font-family: 'Hammersmith One', sans-serif;
		margin-bottom:25px;
		text-align:center;
		border-top:0px solid #c5b293;
		border-bottom:0px solid #c5b293;
		padding:15px 0px 15px 0px ;
	background:#e8dfcd;
	background: linear-gradient(90deg, #e8dfcd 0%, #f0ebe1 40%, #f0ebe1 60%, #e8dfcd 100%);
}
.s_title2b{
	font-size:20px;
	color:#806435;
		font-family: 'Hammersmith One', sans-serif;
		margin-bottom:25px;
		text-align:center;
		border-top:0px solid #c5b293;
		border-bottom:0px solid #c5b293;
		padding:15px 0px 15px 0px ;
	background:#e8dfcd;
	background: linear-gradient(90deg, #fff 0%, #f0ebe1 40%, #f0ebe1 60%, #fff 100%);
}

.kaitori_out{
	padding:20px 30px 30px 30px ;
}
/*************/
.enkaku_out{
	margin:0 auto;
	width:85%;
	
}
.enkaku{
	padding:30px 0px 0px 0px ;

}


.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

.timeline > li {
overflow: hidden;
margin: 0;
position: relative;
}
.timeline-date {
width: 83px;
float: left;
margin-top: 20px;
font-size:23px;
color:#2e9984;
	line-height: 1;
}
.timeline-content {
width: 80%;
float: left;
border-left: 1px #2e9984 solid;
padding-left: 26px;
padding-bottom:60px;
}

.timeline-content:before {
content: '';
width: 15px;
height: 15px;
background: #2e9984;
position: absolute;
left: 77px;
top: 24px;
border-radius: 100%;
}
#wareki{
	font-size:12px;
	color:#bbb;
	margin:-10px 0px 0px 0px ;
	line-height: 1;
	text-align:right;
}
.timeline-content h3{
	margin-bottom:0px;
		color:#2e9984;
		font-size:24px;
}
.timeline-content p{
	margin-top:5px;
		margin-bottom:5px;
}

@media only screen and (max-width: 700px){
.timeline-content:before {
background: rgba(0,0,0,0);

}
}

.ikayaro{
	background:#f4f0e9;
	margin:20px 0px 0px 0px ;
	padding:25px ;
	font-size:13px;
	border-radius:10px;
}


/*****　Q&A　******************************************************/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	color: #8a7137;

	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 43px ;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #fff;
}
.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
		font-weight: bold;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #ca7905;
	background: #e6dfd2;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 1s;
	        transition: transform 1s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 0;
	-webkit-transition: max-height 0s;
	        transition: max-height 0s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
	color: #ca7905;
	

}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */



.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	padding: 0 0 0 2.5em;
	max-height: 40em;
	border: 10px solid #f4f0e9;
			-webkit-transition: max-height 2s;
	        transition: max-height 2s;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #ca7905;
		background: #f4f0e9;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


.class_title99{
	text-align:center;
	font-size:20px;
	border-bottom:2px dotted #e1d3b5;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	color:#b8974f;
}

/***会社概要***/
.a5_2col_l{
/*	background: #b24983;*/
	float:left;
	width:65%;
	margin:0;
}

.a5_2col_r{
/*	background: #b24983;*/
	float:right;
	width:32%;
	margin:0;
}


.gaiyou{

}


table.gaiyotable{
width: 100%;
}

table.gaiyotable th{
	width:15%;
	text-align:left;
	border-bottom: 1px solid #ddd;
	font-size:14px;
	font-weight:bold;
	padding:0px 10px 0px 10px ;
}

table.gaiyotable td{
	text-align:left;
	width:85%;
	border-bottom: 1px solid #e7ddc5;
	padding:20px 10px 20px 10px ;
	color:#111;
	font-size:14px;
}

.bigmap{
	margin-top:40px;
	margin-bottom:00px;
}

#map2{
 width:100%;
 height:600px;
}


/* ページTOPに戻る *******************************************/
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 24px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(196,151,42,0.6);
    line-height: 50px;
    transition: all 0.8s; 
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}

.pagetop a:hover{
    background: rgba(196,151,42,1.0);
    transition: all 0.8s; 
}


/*********************************************/
.map{
	margin-bottom:20px;
	margin-top:15px;
}

.head_title a{
	padding:0px 0px 0px 0px;
}

a{
	padding:0px 0px 0px 0px;
}

.inner2 table a {
	margin-bottom:15px;
}




.eyeimg{
	margin-top:20px;
}

.ubaru{
	background:#c3a97d;
	display:inline-block;
	padding:5px 10px 3px 10px;
	color:#fff;
	border-radius:5px;
	font-size:16px;
	margin-bottom:15px;
	margin-top:10px;
}
/*********************************/

.sphead{
padding-top:20px;
width:100%;
background:#c4a97e;
}
.sphead_in{
padding:0px 10px 0px 10px ;

}
.sphead_in_left{
	float:left;
}
.sphead_in_left img{
	width:150px;
}
.sphead_in_right{
	float:right;
	margin-top:10px;
}
.sphead_in_right img{
	width:30px;
}

.wrap eye_wrap{
	margin-top:-300px;
}


.head_sns_left{
		float:left;
		margin-top:15px;
}

.head_sns_left img{
	width:22px;
}



@media only screen and (max-width: 767px){
.eye_wrap{
	margin-top:0px;
	background:#f0e7f4;
}
}










