@charset "UTF-8";
/* CSS Document */


/* ==================== base =====================*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 100%;
	line-height: 1.8;
	color: #000;
	width:100%;
}

a {
	transition: .3s;
}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#006a1d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #f29600;
	text-decoration: none;
	}
a:active {
	color: #ed6d34;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*写真拡大*/
.moimg1 {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.moimg1 img {
    width: 100%;
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}


/*PCでは非表示*/
.pc_displaynone {
    display: none;
}


/*スマホ（サイズ）のみ電話リンクイキ*/
@media (min-width: 600px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/*ページトップへ（矢印）*/

#ptop {
    position: fixed;
    bottom: 25px;
    right: 25px;
	z-index: 1;
}

#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
}



/*==================== 背景 ====================*/
.content{
	background-image: url(../images/backimage.jpg);
	background-repeat: repeat;
	background-size: 500px 500px;
}

/*==================== header ====================*/
header h1 img {
	width: 100%;
	height: auto;
}

/*==================== main ====================*/


/* タイトルの装飾 */
.basetitle,.presenttitle{
	text-align: center;
}



/* キャンペーンの装飾 */

.campaign{
	width: 100%;
	margin-top: 120px;
}

.campaign_con{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.campaign .campaign_p{
	text-align: center;
	background-color: #fff;
	max-width: 800px;
	padding: 25px 0;
	margin: 0 auto;
	margin-top: 30px;
}

.campaign .campaign_p span{
	font-weight: bold;
}

/* クラッカーの装飾 */

.deco{
	width: 100%;
	margin-top: -300px;
	margin-bottom: 200px;
}

.deco_con{
	width: 95%;
	max-width: 850px;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	justify-content: space-between;
}

/* プレゼントの装飾 */
.present{
	width: 100%;
	margin-top: 70px;
}
.present_con{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.present_list{
	margin-top: 30px;
}

.present_flex{
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 30px;
}

.present_list img{
	width: 100%;
	height: auto;
}

/* 応募方法の装飾 */
.apply{
	width: 100%;
	background-color: #006a1d;
	padding: 70px 0 50px;
	margin-top: 120px;
}

.apply_con{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.apply_box{
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 0 auto;
}
.apply_wrap{
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 30px 0;
	
}

.apply_box:last-child{
	border-bottom: none;
}

.apply_box p{
	color: #fff;
	/* font-weight: bold; */
	max-width: 570px;
	margin-left: 45px;
}

/* キャンペーン参加店の装飾 */
.dealer{
	width: 100%;
	margin-top: 120px;
	margin-bottom: 140px;
}

.dealer_con{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.dealer_con ul {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.dealer_con ul li {
	width: 25%;
}

.dealer_con ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
	padding: 15px 42px 15px 20px;
	background-color: #fff;
	border: solid 0.5px #ddd;
	background-image: url(../images/icon_link.png);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: right 22px center;
}

/*================= footer =================*/

.f_top{
	text-align: center;
	margin-bottom: 10px;
	color: #006a1d;
	font-weight: bold;
	font-size: 14px;
}

.f_bottom{
	text-align: center;
	padding: 10px 0;
	background-color: #006a1d;
	color: #fff;
	font-size: 14px;
}