

body{
	font-family: Lato,'senobi-gothic', sans-serif !important;
	font-weight: 600;
    padding-top: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1; /* 背景を一番背面に配置 */
}

#contents{
margin: 0;
padding-top: 0;
}


.inner{
position: relative;
}

p{
	font-size: 16px;
	line-height: 1.8;
}
p.right{
	text-align: right;
}

section{
	border: none !important;
}


.sp{
	display: none;
}


p.red,
p.red a{
	color: #F30 !important;
}

p.balloon{
margin: 0 0 -1px 0;
}
p.balloon img{
height: 50px;
}
#contents .box{
border: solid 1px #000;
border-radius: 20px;
background: rgba(255,255,255,1);
padding: 30px;
}

ul.caution {
  list-style: none; /* デフォルトの●を消す */
  padding-left: 0;
}

ul.caution li {
  padding-left: 1em;      /* 全体を1文字分右にずらす */
  text-indent: -1em;     /* 1行目だけを1文字分左に戻す */
  margin-bottom: 0.5em;  /* リスト間の余白（お好みで） */
}


/**
BX-SLIDER
*/

#sliderWrap{
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: inherit !important;
	left: 0 !important;
	background: inherit !important;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/images/arrow_left_w.png) no-repeat center left !important;
	background-size: 30px !important;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/images/arrow_right_w.png) no-repeat center right !important;
	background-size: 30px !important;
}

#sliderWrap ul li{
	list-style: none;
}

#slider li {
  height: 100vh;
  background: center / cover no-repeat;
}


.main_slider{
	position: relative;
    margin-bottom: 30px;
    }

.main_slider p.catch{
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	position: absolute;
	top: 45%;
	left:0;
	width: 100%;
}
.main_slider p.catch a{
	color: #FFF;
	text-decoration: none;
}
.main_slider a.whole{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	

.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}


.bx-wrapper .bx-pager {
    bottom: 30px !important;
    z-index: 99;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 0px !important;
    padding: 0;
}




section.main{
position: relative;
padding: 0;
}
section.main h1{
position: absolute;
top: -50px;
left: 1%;
z-index: 999;
}
section.main h1 img{
width: 800px;
}


.intro .main .box p{
font-size: 120%;
line-height: 2.3;
}


.intro .sub .box{
padding: 0 15px 15px 15px !important;
}

.intro .sub p.title img{
height: 40px;
}
.intro .sub section{
padding: 10px 0 !important;
}

.intro .sub .box{
padding: 0 10px 10px 10px;
}

.intro .sub p.price{
font-size: 30px;
letter-spacing: .1em;
margin: 0;
}
.intro .sub p.price span.sub{
font-size: 50%;
}

.craft .inner{
width: 600px;
margin: 0 auto;
}
.craft p.button img{
width: 100%;
}

.craft p.ttl{
margin-top: -150px;
}
.craft p.ttl img{
width: 250px;
}



@media screen and (max-width: 800px) {
body{
font-size: 100%;
padding-top: 0;
}

.pc{
display: none;
}

.sp{
	display: inherit;
}

#contents .box{
padding: 15px;
}

section .inner{
padding: 0 20px !important;
}

.intro .main .box p {
    font-size: 100%;
    line-height: 1.6;
}

.intro .main{
margin-bottom: 30px;
}

section.main h1{
position: absolute;
top: inherit;
left: -70px;
top: 0px;
z-index: 999;
}
section.main h1 img{
width: 800px;
}


.craft p.ttl img {
    width: 150px;
}
.craft p.ttl {
    margin-top: -100px;
}




}