@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:16px;
	width: 100%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #351e03;
	background-color: #fff;
	
	
	
}

p{
	line-height: 2.4em;
}

.pc{
	display: block;
}
.smp{
	display: none !important;
}



h1,h2{
	/*
    font-family: 'Baloo Thambi', cursive;
    */
    
    margin: 0;
    padding: 0;
    opacity: 0.9;
    color: #231302;
}
h1{
    font-size: 128px;
    line-height: 1em;
}
h2{
    font-size: 68px;
    line-height: 1.1em;
}
h3{
    font-size: 28px;
    line-height: 1em;
    color: #231302;
    
}



/* header */

header{
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}

#head_contents{
    position: absolute;
    top:0;
    left:0;
    z-index: 20;
    width: 100%;
}
.head_cath{
    position: absolute;
    top: 200px;
    left:35px;
    z-index: 40;
}
.head_logo{
    position: absolute;
    top:20px;
    left:25px;
}
.head_tel{
    position: absolute;
    top:20px;
    right:10px;
}


.head_eigoday{
	color: #fff;
	text-decoration: none !important;
	font-size: 13px !important;
	line-height: 1.8em !important;
}


#finishday{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #fbed21;
	margin: 0;
	padding: 0;
	color: #333;
}
#finishday p{
	color: #2c1804;
	font-size: 26px;
	line-height: 1em !important;
	font-weight: bold;
	}



article{
	max-width: 1200px;
	margin: 0 auto;
}


/* コンテンツ共通 */
#information,
#greeting,
#menulist,
#phpto,
#camp,
#information,
#access,
#contact{
    width: 90%;
    margin: 0 auto;
    padding: 35px 5%;
    overflow: hidden;
}
.title_left{
    width: 196px;
    width: 20%;
    float: left;
    display: block;
    overflow: hidden;
    
}
.read_right{
     width: 859px;
    width: 80%;
    float: right;
    display: block;
    overflow: hidden;
}

/* Greeting */


/* Menulist */
#menulist{
    background-image:url(../images/bg_menulist.jpg);
    background-size: cover;
    color: #fff;
}
.menu{
    width: 48%;
}


.menu dl{
    width:99%;
    background: url("../images/menu_bg.png") repeat-x 0px 11px;
    overflow: hidden;
    letter-spacing:0.1em;
    font-size: 90%;
    margin: 8px 0 8px 5px;
    padding: 0;
}
.menu dl dd{
    float: right;
    background-color: #231302;
    padding-left: 0px;
    overflow: hidden;
    
}
.menu dl dt .menu_title{
	text-align: left;
    float: left;
    width:auto;
    background-color: #231302;
    margin-left: 0;
    padding-left: 0;
    letter-spacing: 0em;
    padding-right: 0px;
}
.menu dl dt{
    background: url("../images/menu_bg.png") repeat-x 0px 11px #231302;
}
.menuLineBox{
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.menu_l{
	float: left;
	clear: both;
	margin-right: 0px;
}
.menu_r{
	float: right;
}



/* Photo */
.photoMenu{
    width: 100%;
    height: auto;
}

/* Camp */
#camptitle{
    background-image: url(../images/bg_camphead.jpg);
    background-repeat: repeat-x;
    height: 433px;
    text-align: center;
    width: 100%;
}
#camptitle img{
    margin-top: 90px;
    
}
.camp_detal{
    width: 100%;
    position: relative;
}
.camp_detal img{
    position: absolute;
    right: 0;
    top:0;
}

.camp_price ul{
list-style-position: inside;
margin: 0;
padding: 0;
}


.camp_price ul li{
	line-height: 1.4em;
	margin: 0em 0;
	padding: 0.25em 0;
	text-indent:-1em;
	padding-left:1em;

}


/* Information */

#information{
    background: #fff9f4;
    
}
#googoleCal_area{
	float: right;
	padding-left: 0px;
    width: 50%;
}
#facebook_area{
	float: left;
	width: 50%;
}

/* Access */

#access img{
    width: 100%;
    height: auto;
}


/* -------------------------contents_contact*/

#contact{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0%;
    overflow: hidden;
    background-color: #fff9f4;
    color: #351e03;
}
#contents_contact{
    text-align: center;
    width: 100%;
    
    
}
#contents_contact h4{
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 0;
    color: #351e03;
}
#contents_contact .cath{
    font-size: 180%;
    margin: 0;
    padding: 0;
    color: #351e03;
}
#contents_contact p{
    margin: 0;
    padding: 0 0 2em 0;
    line-height: 2em;
    color: #351e03;
}


    
p.tel{
    margin: 2em auto;
    color: #351e03;
}
span.big{
    font-size: 200%;
    font-weight: bold;
    padding: 0 0.3em;
    color: #351e03;
}


.btn_big a:link, .btn_big a:visited {
    color: #fff;
    display: block;
    overflow: hidden;
    font-size: 90%;
    width: 14em;
    margin: 1em auto 0 auto;
    padding: 0.7em 4em;
    background-color: #fbed21;
    overflow: hidden;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #351e03;
}
/* --------------------------------------------footer */

footer{
    width: 100%;
    background-color: #351e03;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-width: 1200px;
    
    
}
.foot_inn{
    max-width: 1030px;
    margin: 0px auto 0px auto;
    padding:  30px auto 70px auto;
    text-align: center;
}


p.sitename{
    font-size: 110%;
    clear: both;
    margin:0;
    padding: 2em 0 1em 0;
}
address{
    font-style: normal;
    font-size: 95%;
}
.copyright{
    font-size: 70%;
    padding-top: 4em;
    padding-bottom: 2em;
}


