
/************************************************/
/*　スマホ　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: block;
}



/***メニュー************/
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);
}
/***************/





/*ムービー*/
  .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: 20vw;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 70px;
  }
/**********************************************/


.title1{
	margin-top:20px;
	margin-bottom:30px;
	background: #fdfdfd;
}


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


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

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


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

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


.col2_left3{
	float:left;
	width:100%;
	margin:0;
	border:0;
}

.col2_right3{
	float: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:380px;
}

.logo img{
	max-width:150px;
}



.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:25px;
}


.main_wrapbase2{
	padding:10px 0px 60px 0px;
	background-image: url(../img/bg1.jpg);
	width:100%;
	margin:0px 0px 0px 0px ;
}


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





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

}


.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%;
}






.spwide{
	margin:0px 15px 0px 15px ;
}



#copy2_ditail2{
	padding:0px 15px 20px 15px ;
	margin:0px 0px 0px 0px;
	color:#7b7260;
	text-align:left;
}



/********************************************/
/*商材別
/********************************************/

.ditwrap1{

}

.titlei_dilail{
	width:100%;
	padding:40px 0px 0px 0px;
	font-size:14px;
}


.titleimg1{
	padding:120px 0px 0px 0px;
}


.ditwrap1{
	background:#ae8455;
	background-image: url(../img/sp/bg_title1.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	width:100%;
	margin:0;
}


.ditwrap2{
	background-position:top center;
	width:100%;
	margin:0;
}


.ditwrap3{
	background-position:top center;
	width:100%;
	margin:0;
}


.ditwrap4{
	background:#869693;
	background-image: url(../img/sp/bg_title4.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	width:100%;
	margin:0;
}


.ditwrap5{
	background:#b3a1c4;
	background-image: url(../img/sp/bg_title5.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	width:100%;
	margin:0;
}


.ditwrap6{
	background:#9296ab;
	background-image: url(../img/sp/bg_title6.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	width:100%;
	margin:0;
}





.price table {
    border-spacing:1px;
    font-size:13px;
    background-color:#e7e7e7;
    color:#b7b7b7;
    width:100%;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.price td, th {
    padding:5px 3px 5px 3px ;
    line-height:1.3;
    color:#666;
	font-weight：normal;
    border:0px solid #e0bf87;
}



.price tbody tr.odd {
    font-size:12px;
    background:#eee;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
	height:16px;
}




/*****追従フッター********************************/

#footerFloatingMenu2{
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
	background:  rgba(0, 0, 0, 0.0);
	height:50px;
    padding: 10px 0px 10px 0px;
}




.button {
font-style: normal;
  margin:0px 8px 0px 00px;
  padding: 12px 8px 12px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #b59352;
  color: #b59352;
  border-radius: 4px ;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #b59352;
  color: #b59352;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 0.8em ;
}


.my-big {
vertical-align: middle;
margin:-5px 0px 0px 0px;
padding:0px 6px 0px 0px;
  font-size: 1.2em 
}
.my-mid {
vertical-align: middle;
margin:-5px 0px 0px 0px;
padding:0px 6px 0px 0px;
  font-size: 1.2em 
}

.button2 {

font-style: normal;
  margin:0px 0px 0px 0px;
  padding: 12px 8px 12px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #42c507;
  color: #42c507;
  border-radius: 4px ;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button2:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #42c507;
  color: #42c507;
}

.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;

}







  .mainVisual .toptitle{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    margin: auto;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 17px;
  }







  .mainVisual {
background-image: url(../img/sp/bg_top_sp.jpg);
	background-position:top center;
	background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 690px;
    overflow: hidden;
  }






/*********スマホメニュー*****************/
/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 19px;
    top: 20px;
    width: 30px;
    z-index: 9999;
}




.menubg{
    position: fixed;
    right: 10px;
    top: 5px;
    width:  50px;
    height: 50px;
    z-index: 9998;
  background: rgba(0,0,0,0.6);
  border-radius: 70px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}



.menu__line{
    background: #54c73a;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu__line--center{
    top: 8px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 9px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(0,0,0,0.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
}
.gnav__menu__item{
    margin: 40px 0 40px 100px;
    opacity: 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}







/***************/
.midimg{
 margin:  0 auto;   
	width:100%;
	text-align:center;
}

.midimg2{
 margin:  0 auto;   
	width:100%;
	text-align:center;
}

.titlem img{ 
	width:100%;
	max-width:500px;	
}




.title59{
	text-align:center;
	background: #f9f0dc;
	color:#82714e;
	padding:50px 10px 90px 10px ;
	margin:0px 0px 0px 0px;
	color:#7b7260;

}


.title59 #bigtitle{
    font-size: 22px;
    letter-spacing: 5px;
	line-height: 1.6;
    text-indent: 5px;
	font-family: "Noto Sans Japanese", Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color:#82714e;
	padding:0px 0px 12px 0px ;
}









.menutable{
	background:#f8f5ed;
	border-radius: 15px;
	margin:  0 auto;   
	width:97%;
	text-align:center;
	padding: 10px 10px 10px 10px;
}

.title61_title{
	text-align:center;
	font-size:14px;
	margin-bottom:15px;
 border-bottom:1px solid #8d4937;
	color: #8d4937;
}
.title61{
	border:1px solid #8d4937;
	width:100%;
	padding:20px 15px 20px 15px;
	font-size:14px;
}



.consept_left{
	float:left;
	width:100%;
	background:#ebfafa;
	padding:30px 30px 40px 30px ;
	border:1px solid #62c7c8;
	margin-bottom:30px;
}
.consept_right{
	float:left;
	width:100%;
	background:#ebfafa;
	padding:30px 30px 40px 30px ;
	border:1px solid #62c7c8;
	margin-bottom:30px;
}

.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 23px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
}


.titlem{
	margin:50px 0px 40px 0px ;
text-align:center;
}
.titlem img{ 
width:100%;
}

.titlem2{
	margin:20px 0px 40px 0px ;
text-align:center;
}

.titlem3{
	padding:100px 0px 40px 0px ;
		margin:0px 0px 10px 0px ;
text-align:center;
}
.titlem3 img{ 
width:100%;
}


#intro2 h1{
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 5px;
	line-height: 1.6;
    text-indent: 5px;
	font-family: "Noto Sans Japanese", Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color:#eee;
	padding:0px 0px 0px 0px ;
	margin-bottom:10px;
}



#intro2 {
    font-size: 15px;
}

.toplogo img{
	width:70%;
	max-width:400px;
}

































/**********************************/
}





