::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }
::-webkit-scrollbar-track-piece{ background:#fff;}

html{
font-size:62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.ftfm1{	font-family: "游明朝体", "Yu Mincho", YuMincho,"Noto Sans CJK JP", "源ノ明朝", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}

.ft13{font-size: 1.3rem!important;}
.ft22{font-size: 2.2rem!important;}
.ft24{font-size: 2.4rem!important;}
.ft40{font-size: 4rem!important;}

.borderT{border-top: 1px solid #000;}
.borderB{border-bottom: 1px solid #000;}
.borderR{border-right: 1px solid #000;}

.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.pb5{padding-bottom: 5px!important;}
.c_cha1{color: #6d5648;}
.pink{color: #e85298;}
.bg_cha{background: #efede2;}
.bg_w{background: #fdfdfd;}

.ls01{letter-spacing: -1px;}
.ls02{letter-spacing: -2px;}
.ls025{letter-spacing: -2.5px;}
.line{border-bottom: 1px solid #000; padding-bottom: 3px;}


#header{
height: 75px;/*高さ指定*/
width:100%;/*横幅指定*/
display: flex;
justify-content: space-between;
align-items: center;
background:#fff;
text-align: center;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
}


/*========= ナビゲーション ===============*/

#g-nav{
    position:fixed;
    z-index: 999;
	top:0;
 left: -120%;
	width:100%;
 height: 100vh;
	background:#f2eeea;
	transition: all 0.6s;
}

#g-nav.panelactive{
    left: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
}

/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:35%;
    left:35%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li a::before{
content: "\025b7";
margin-right: 5px;
color: #6d5648;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;
	top:15px;
	left: 20px;
	cursor: pointer;
    width: 50px;
    height:80px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #afa395;
  	width: 65%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    right: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    right: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


h1 {
position: absolute;
top:10px;
text-align: center;
}
h2 {
  position: relative;
	padding-left: 70px;
		font-size: 2.2rem;
		line-height: 1.5;
		font-weight: bold;
		margin:0 0 40px 0;
}
h2:before {
  position: absolute;
  top: 2px;
		left:0;
  margin: 0 5px 0 0;
		width: 60px;
 height: 100vh;
  content: url('../img/h2bg.png');
}
h3{
font-weight:bold;
line-height:180%;
font-size:2.4rem;
}
h4 {
  position: relative;
	padding-left: 10px;
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: bold;
		margin:0 0 40px 0;
		border-left: 5px solid #6d5648;
		color: #6d5648;
}
p {
font-size:1.8rem;
line-height: 1.8;
padding-bottom: 30px;
}

.box1{
width:100%;
padding: 0 20px;
}
.box2{
background: #6d5648;
border-radius: 10px;
padding: 20px;
font-size:1.6rem;
color:#fff;
line-height: 1.6;
}
.box3{
background: url(../img/cpbg1.jpg) repeat top center;
}
.box4{
width:80%;
margin: 0 auto;
}
.btn1 {
	width:90% !important;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color: #fff !important;
   display: block;   
	text-decoration: none; 
	padding: 20px 0px;
	margin:0px auto 10px auto;
   border: 1px solid #970a05;
   cursor: pointer;
   height: auto;
   border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:#bd0e07;
	font-weight:bold;
	font-size:2.8rem;
    text-align: center;
    text-decoration: none !important ;
}
.btn1:hover{
   background: #ea5427;
   color: #FFEE00!important;
    opacity: 1;
}
.btn2 {
	width:60% !important;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color: #fff !important;
   display: block;   
	text-decoration: none; 
	padding: 20px 0px;
	margin:0px auto 10px auto;
   border: 1px solid #970a05;
   cursor: pointer;
   height: auto;
   border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:#bd0e07;
	font-weight:bold;
    text-align: center;
    text-decoration: none !important ;
}
.btn2:hover{
   background: #ea5427;
   color: #FFEE00!important;
    opacity: 1;
}
.marker{
background:linear-gradient(transparent 60%, #ffde00 60%);
font-weight:bold; 
}
.modal-content{background: #fdfdfd;}

#app1type1,
#app1type2,
#app1type3,
#app1type4,
#app2type1,
#app2type2,
#app2type3,
#app2type4{
padding-top: 80px;
margin-top:-80px;
}
.swiper-pagination-bullet{opacity: 0.5; background:#fff;}
.swiper-pagination-bullet-active{opacity:1;background:#cbbea4;}
.swiper-pagination-progressbar{background:#cbbea4;}
.swiper-button-prev,
.swiper-button-next{opacity:0.5;}


