@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
  font-size: 62.5%;
}
 
body {
  font-size: 14px;
  font-size: 1.4rem;  
}
 
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
	display: block;
}

.l-main section{
	margin-bottom: 1.5em;
}

header {
	background: #ffffff;
	overflow: hidden;
	padding: 4% 4%;
}
header .logo_pb {
	width: 20%;
	float: left;
}
header .logo_ya {
	width: 20%;	
	float: right;
}

article h1 {
	background: url(../img/bg_point4.jpg) center top no-repeat;
	background-size: cover;
}

#point4 {
	background: url(../img/bg_point4.jpg) center top no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 5% 8% 11%;
}
#point4 li {
	margin-bottom: 10%;
	background-color: #fff;
	border-radius: .5em;
	padding: 1em 0 2em;
	border: 1px solid #9bdcfe;
}
#point4 li p {
/*
	background: url(../img/bg_point4_list.png);
	background-size: 16px;
*/
	line-height: 1.5em;
	margin-top: 2%;
	padding: 0 1em;
}


#coupon {
	background: url(../img/bg_coupon.jpg) center top no-repeat;
	background-size: cover;
	box-sizing: border-box;
/* 	padding: 3%; */
}
#coupon dl {
	margin: 0 auto;
	width: 88%;
	height: 76px;
	background: url(../img/bg_coupon_box.png) no-repeat center top;
	background-size: cover;
	color: #FFFFFF;
	border-right: 1px solid #9e6d4d;
	text-align: center;
	padding: 0 3%;
	display: block;
}
#coupon dl dt {
	float: left;
	font-size: 18px;
	font-size: 1.8rem;  
	width: 50%;
	line-height: 76px;
/* 	padding-top: 20px; */
	font-weight: bold;
}
#coupon dl dt span {
	font-size: 14px;
	font-size: 1.4rem;  
	display: block;
}
#coupon dl dd {
	float: right;
	font-size: 20px;
	font-size: 2.0rem;  
	color: #363636;
	width: 50%;
	line-height: 76px;
	font-weight: bold;
}
#coupon ul {
	color: #959595;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 1em 3%;
}
#coupon ul li {
	text-indent: -1em;
	padding-left: 1em;
}

#select {
	text-align: center;
}
#select a,
#select .no_link {
	display: block;
	text-align: center;
}
#select a img,
#select .no_link img {
	width: 68%;
	height: auto;
	margin: 0 auto;
}
#select .select1 {
	background: url(../img/bg_select1.png) center top no-repeat;
	background-size: 100%;
}
#select .select2 {
	background: url(../img/bg_select2.png) center top no-repeat;
	background-size: 100%;
}

#scene {
	background: url(../img/bg_scene.jpg) no-repeat center top;
	background-size: cover;	
    box-sizing: border-box;
    padding: 12% 8% 5%;
}
#scene ul {
	overflow: hidden;
}
#scene li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 2%;
}

footer {
	background: #ece9e3;
	padding: 8% 13% 10%;
}

.pos_relative{
	position: relative;
}

#youtube{
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: 42%;
	height: 23vw;
}

.logo_camp a{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: red;
	color: #fff !important;
	vertical-align: bottom;
	margin-right: 10px;
	float: right;
	font-size: 11px;
}

/* よく使うCSS start


table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */