@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font: 13px/1.6 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: 400;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	background-color: #80bee8;
}
::selection {
	background: #fac846;
	color: #fff;
}

//Firefox
::-moz-selection {
	background: #fac846;
	color: #fff;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
	transition : 0.2s ;
	-webkit-transition : 0.1s ;
	-moz-transition    : 0.1s ;
	-o-transition      : 0.1s ;
	-ms-transition     : 0.1s ;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sp {
	display:none;
}
.pc {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.inner_708{
	width: 80%;
	max-width: 708px;
	margin: 0 auto;
}

@media screen and (max-width: 1150px) {

	.inner{
		width: 95%;
		margin: 0 auto;
		max-width: 1160px;
	}
	img {
		max-width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	img {
		vertical-align: middle;
		line-height: 1;
	}
	/*#contents {
		margin-bottom:30px;	
	}*/
	.inner{
		width: 95%;
	}

}

@media screen and (max-width: 640px) {

	body {
		color: #4a4a4a;
	}
	.pc{
		display:none;
	}
	.sp{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.inner_708{
		width: 95%;
		margin: 0 auto;
	}
	/* .sp img.wid100{ */
		/* width: 100%; */
		/* max-width: none !important; */
	/* } */
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/
header{
	width: 100%;
}
.header_logo{
	margin: 7.2px 0 0 6.8px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.main_bg{
    display: block;
	margin-top: 11px;
	width: 100%;
	background-image: url('../img/pc/main_bg_pc.jpg');
  	background-repeat: no-repeat;
  	background-position: center top;
  	background-size: calc(100% + 188px) auto; /* 左右94pxずつはみ出す */
}
.top_img{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	top: -50px;
}
.main_img{
	display: block;
}
.present{
	display: block;
	margin-bottom: 47.7px;
}
.option_discount{
	margin-bottom: 2.81px;
}


@media screen and (max-width: 840px) {
	
	

}

@media screen and (max-width: 640px) {
	.main_bg{
	    display: block;
		margin-top: 42px;
		width: 100%;
		background-image: url('../img/sp/main_bg_sp.png');
	  	background-repeat: no-repeat;
	  	background-position: center top;
	  	background-size: calc(100% + 226px) auto; /* 左右94pxずつはみ出す */
	}
	.top_img{
		top: -57px;
	}
	.main_img{
		display: block;
	}
	.present{
		display: block;
		margin-bottom: 47.7px;
	}
	.option_discount{
		margin-bottom: 2.81px;
	}
	.present{
		margin-bottom: 25.8px;
	}
	.option_discount{
		margin-bottom: -25px;
	}
}
		


/*-----------------------------------

	footer

-----------------------------------*/

footer {
	background-color: #ffffff;
}
footer #footer_bg {
	padding: 30px 0 25px 0;
	clear: both;
}
footer .cautionary_note {
	padding-bottom: 35.8px;
	line-height: 1.7;
	font-size: 13px;
}
footer .cautionary_note .green{
	border: 1px solid #00aa46;
	color: #00aa46;
	padding: 7.6px 5px;
	margin-bottom: 14.3px;
	font-weight: 700;
}
footer .cautionary_note .black{
	color: #000000;
	font-weight: 500;
}
footer .address{
	text-align: center;
	font-size: 14px;
	margin-bottom: 45px;
	font-weight: 700;
}
footer .rakuten_txt{
	text-align: center;
	font-size: 12px;
	line-height: 180%;
	font-weight: 700;
	margin-top: 10px;
}
.bar_blue{
	background-color: #00368f;
	color: #ffffff;
	font-size: 8px;
	text-align: end;
	padding: 12px 10px;
	font-weight: 700;
}


@media screen and (max-width :  640px) {
	footer {
		padding-bottom: 60px;
	}
	footer #footer_bg {
	 	padding: 10px 0 6px 0;
	}
	footer .cautionary_note {
		padding-bottom: 3.4px;
		font-size: 8px;
	}
	footer .cautionary_note .green{	
		padding: 3px;
		letter-spacing: 0;
		margin-bottom: 8px;
		font-weight: 900;
	}
	footer .cautionary_note .black{
		letter-spacing: 0;
		color: #000000;
		font-weight: 700;
		line-height: 1.6;
	}
	footer .address{
		font-size: 10px;
		margin-bottom: 20px;
		font-weight: 900;
		letter-spacing: 0;
	}
	footer .rakuten_txt{
		text-align: center;
		font-size: 9px;
		letter-spacing: 0;
		line-height: 1.18;
		font-weight: 900;
	}
	.bar_blue{
		background-color: #00368f;
		color: #ffffff;
		font-size: 5px;
		text-align: center;
		padding: 1px 0;
		font-weight: 500;
	}
	
}

.floating_bnr {
	width: 80%;
	max-width: 710px;
	margin: 40px auto 0;
	background: #de447c;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #fff !important;
	padding: 20px;
	border-radius: 5px;
	transition: ease 0.3s;
}

.floating_bnr:hover {
	background: #0b2b5f;
}

@media screen and (max-width :  640px) {
	.floating_bnr {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.04em;
		position: fixed;
		bottom: 0;
		right: 0;
		border-radius: 0;
		z-index: 999;
	}

}