
/************************************************/
/*　スマホ　767pxで定義*/
/*************************************************/

.globalMenuSp{
	display: none;
}
.navToggle{
	display: none;
}
#sponly{
	display: none;
}
#pconly{
	display: block;
}



/**************************************************/
@media only screen and (max-width: 767px){
.globalMenuSp{
	display: block;
}
.navToggle{
	display: block;
}
#sponly{
	display: block;
}
#pconly{
	display: none;
}

.nav_wrapbase{
	display: none;
}
.phone{
	display: none;
}
.mainVisual{
	display: none;
}



/***メニュー************/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #f6f4eb;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #8f7d42;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***************/







.newsarea{
	border:1px #b99e4d solid;
		color:#9e915d;
	font-size:13px;
	padding:15px 5px 15px 5px ;
	margin-bottom:30px;
	background:#faf9f4;
	  height: 240px;
  overflow: auto;
}









.fromautoout{
   position: relative;
	margin-top:40px;
}

.fromauto{
    border: 4px double #c2a857;

width:92%;
max-width:800px;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

}

.fromautoin{
    margin: 50px 0px 0px 0px ;
    padding: 1.1em;

}

.syusekiout{
	width:100%;
   position: relative;
	margin-bottom:20px;
}
.syuseki{
width:100%;
max-width:800px;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
text-align:center;
    margin: auto;
}


.dendo{
	margin-bottom:20px;
	color:#b39e5c;
	font-size:18px;
}

















/*ムービー*/
  .mainVisual_sp {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .mainVisual_sp video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
  .mainVisual_sp h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 80px;
    margin: auto;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 70px;
  }

  .mainVisual_sp .toplogo{
    position: absolute;
    top: 18vw;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: auto;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 70px;
  }
/**********************************************/





.title1{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}


#copy_ditail2{
	padding:0px 10px 0px 10px ;
	margin:0px 10px 0px 10px;
	color:#7b7260;
	text-align:left;
}


.col2_left{
	width:100%;
	margin:0;
	border:0;
}

.col2_right{
	width:100%;
	margin:0;
	border:0;
}
.topd .col2_right{
	text-align:center;
}
.topd .col2_left{
	text-align:center;
}

.nav3 li {
	font-size: 15px;
	margin: 0 8px;
	display: inline-block;
	padding-right:6px;
}

#foot_tenpo img{
	width:80%;
}

.footer_wrap2{
	width:100%;
	max-width:960px;
	margin: 0 auto;
	height:260px;
}

.logo img{
	width:90%;
	max-width:465px;
}

.splogo{
	padding-top:300px;
	text-align:center;

}





.title{
	text-align: center;
	font-size:22px;
	color:#fff;
text-shadow:0px 0px 11px #888;
}

.title_en{
	font-size:60px;
font-family: 'Righteous', cursive;
text-shadow:0px 0px 0 px #888;
	line-height:1;
	padding:0;
	margin-top:50px;
}


#mini_title{
	font-size:20px;
	color:#635533;
	position: relative;
	padding: .15em 0 0.3em .75em;
	border-left: 6px solid #d3a532;
	margin-bottom:0px;
}


.main_wrapbase2{
	padding:10px 0px 60px 0px;

	width:100%;
	margin:0px 0px 0px 0px ;
}


.tab li{
	background:#ccc;
	padding:10px 6px;
	float:left;
	margin-right:1px;
}





.widewrap{
	background-image: url(../img/bg_title1sp.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:510px;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;

}


.widewrap2{
	background-image: url(../img/sp/bg_title2.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:330px;
	margin:0;
}

.widewrap3{
	background-image: url(../img/sp/bg_title3.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:330px;
	margin:0;

}

.widewrap4{
	background-image: url(../img/sp/bg_title4.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:330px;
	margin:0;

}

.widewrap5{
	background-image: url(../img/sp/bg_title5.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:200px;
	margin:0;
}

#parea{
	padding:30px 15px 40px 15px ;
	background:#fff;
}

#ite{
	background-image: url(../img/bg1.jpg);
	border:solid 1px #c1b9aa;
	padding:20px;
	width:80%;
}


/*******フレーム**********************/
.thin {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid #b69c4d;
    z-index: 1;

}
.over {
    overflow: hidden;
	margin:15px 15px 30px 15px ;

}
.thick {
    position: relative;
    border: 2px solid #b69c4d;
    padding: 1em;
    color: #5c5c5c;
    text-align: left;
  background-color: #fff;
}
.thick:before,
.thick:after,
.circle:before,
.circle:after {
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #fff ;
    border: 2px solid #b69c4d;
    text-align: left;
}
.thick:before {
    top: -12px;
    left: -12px;
}
.thick:after {
    top: -12px;
    right: -12px;
}
.circle:before {
    right: -12px;
    bottom: -12px;
}
.circle:after {
    left: -12px;
    bottom: -12px;
}



.syuketu {
	margin:10px 20px 10px 20px;

}



/************************************/
.button4 {
margin:10px 0px 0px 5px;
background-color: #d2c493;
color: #fff;
border: solid 1px #8e7528;
font-size:14px;
display: inline-block;
padding:0px 10px 0px 10px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
}

.button2 {
	margin:10px 0px 0px 5px;
  color: #fff;
	font-size:14px;
	border: solid 1px #8e7528;
}
.button2:hover {
	margin:10px 0px 0px 5px;
  color: #fff;
	font-size:14px;
	border: solid 1px #8e7528;
}

.button2 {
  display: inline-block;
	padding:0px 5px 0px 5px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  outline: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}















.minia{
	width:42%;
}
.minib{
	width:10%;
	text-align:center;
}
.minic{
	width:42%;
}


.minia2{
	width:38%;
	height: 60px;
	vertical-align:middle;
}
.minib2{
	width:24%;
	background-color: rgba(0,0,0,0.05);
	height: 60px;
	vertical-align:middle;

}
.minic2{
	width:38%;
	height: 60px;
	vertical-align:middle;
}






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

.parent{
margin:50px 0px 0px 0px;
    position: relative;
    width: 100%;
}
.inner2{
   margin: auto;
}

#annaimini{
	font-size:18px;
}



.annai{
padding:40px 0px 40px 40px;
border: 1px solid #66cccc;
width:70%;
	color:#5eaaaa;
	font-size:22px;
	background:#fff;
}







.mainleft1{
	float:left;
	width:100%;
}
.mainright1{
	float:left;
	width:100%;
}

.mainleft2{
	float:left;
	width:100%;
}
.mainright2{
	float:left;
	width:100%;
}



.card_out{
	float:left;
	width:50%;
	padding:10px 10px 10px 10px;
}
.card_out3{
	float:left;
	width:50%;
	padding:10px 10px 10px 10px;
}

.dit_bace{
	font-size:15px;
	padding:15px 15px 20px 15px ;
}
.syumei_bace{
	background:#fff;
	font-size:13px;
	text-align:center;
	padding:20px 0px 10px 0px ;
	margin-top:10px;
	border-radius:10px 10px 0px 0px ;
	color:#a3926c;
	border-top:1px solid #dbd2b5;
	border-left:1px solid #dbd2b5;
	border-right:1px solid #dbd2b5;
}


.card5_out{
	float:left;
	width:100%;
	padding:10px 10px 10px 10px;
}


.omadir{
		font-size:17px;
}
.omake{
	color:#333;
	font-size:13px;
	text-align:center;
	padding:0px 0px 0px 0px ;
}

.omake_dit{
	color:#333;
	font-size:12px;
	text-align:center;
	padding:10px 5px 10px 5px ;
		border:1px #aaa solid;
		z-index:10;
		margin-top:-10px;
}

/**********************************************ここで終わり**********/
}



@media only screen and (max-width: 630px){
	.parent{
	margin:50px 0px 0px 0px;
	    position: relative;
	    width: 100%;
	}
	.inner2{
	   margin: auto;
	}

	#annaimini{
		font-size:18px;
	}



	.annai{
	padding:40px 0px 40px 40px;
	border: 1px solid #66cccc;
	width:85%;
		color:#5eaaaa;
		font-size:22px;
		background:#fff;
	}

}


@media only screen and (max-width: 510px){
	.parent{
	margin:50px 0px 0px 0px;
	    position: relative;
	    width: 100%;
	}
	.inner2{
	   margin: auto;
	}

	#annaimini{
		font-size:18px;
	}



	.annai{
	padding:40px 0px 40px 40px;
	border: 1px solid #66cccc;
	width:90%;
		color:#5eaaaa;
		font-size:20px;
		background:#fff;
	}

}
/********************************************************/
/********************************************************/
@media only screen and (max-width: 490px){
	.parent{
	margin:50px 0px 0px 0px;
	    position: relative;
	    width: 100%;
	}
	.inner2{
	   margin: auto;
	}

	#annaimini{
		font-size:16px;
	}



	.annai{
	padding:30px 0px 30px 10px;
	border: 1px solid #66cccc;
	width:90%;
		color:#5eaaaa;
		font-size:18px;
		background:#fff;
	}

}


