@charset "UTF-8";
/********リセット********/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	overflow: visible
}
ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color :#313131;
	outline: none;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}
a:focus {
	outline: none;
}
a[href^="tel:"] {
	color: #fff;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
	font-size: 16px;
}
textarea {
	width: 100%;
	min-height: 120px;
	margin: 0px 0px 20px 0px;
	padding: 0px 5px;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
}
p {
	font-size:15px;
}

/* 全体調整
************************************************************/
html {
	width: 100%;
	min-height: 100vh;
	background: #F5F5F5;
	font-size: 62.5%;
	color :#313131;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; 
}
body {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	background-color: #f5f5f5;
}
#wrapper {
	width: 100%;
}
/* システム共有
************************************************************/
.no-dis {
	display: none !important;
}

/* SPスタート
************************************************************/

/* 追加スタイル
************************************************************/
.ad-point {
	padding: 10px;
}
.ad-point p {
	font-size: 15px;
}
.ad-point p span {
	font-size: 15px;
}
.ad-point a {
	width: 100%;
	height: 110px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	background-color: #d6a1c7;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	color: #fff;
}
.ad-point img {
	width: 65px;
	margin: 0px 20px 0px 0px;
}
.ad-point p.points {
	background-color: #fff;
	color: #d6a1c7;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 20px;
	border-radius: 10px;
}
.ad-use {
	width: 100%;
	height: 130px;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	z-index: 10;
	display: inline-grid;
}
.ad-use .use-btn-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(0,0,0,0.7);
	border-radius: 10px;
}
.ad-use .use-btn-box .fix-btn a {
	color: #fff;
	background-color: transparent;
	width: 200px;
}
.ad-use .use-btn-box .cancel-btn a {
	text-align: center;
}
/* ヘッダー
************************************************************/
header {
	display: flex;
	flex-direction: column;
}
.header-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
img.head-logo {
	width: 60px;
}
.head-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.app_info {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.app_info img {
	width: 64px;
	position: absolute;
	top: 0;
	left: 0;
}
p.welcome-name {
	font-size: 15px;
}
p.welcome-name span {
	color: #ce0e0e;
}
h1 {
	font-size: 10px;
	font-weight: normal;
}
h2 {
	color: #D6A1C7;
	font-size: 20px;
}
h2 span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.area_box select {
	background-color: #72c0b8;
	border: none;
	color: #fff;
	height: 42px;
	font-size: 16px;
	padding: 0px 5px;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-appearance: button;
	appearance: button;
	margin: 0px 0px 0px 7px;
}
h3 a {
	width: 80px;
	height: 80px;
	background-color: #72C0B8;
	color: #fff;
	text-align: center;
	border-radius: 18px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.nav-box {
	width: 100%;
	height: 38px;
	background-color: #505050;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
	box-sizing: border-box;
}
.nav-box ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 300px;
}
.nav-box ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 15px 0px 0px;
}
.navToggle {
	position: relative;
	display: block;
	width: 30px;
	height: 24px;
	z-index: 99998;
}
.navToggle span {
	position: absolute;
	display: block;
	top: 0;
	width: 30px;
	border-bottom: solid 3px #fff;
	border-radius: 1.5px;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;

}
.navToggle span:nth-child(1) {
	top: 0;
	transform-origin: right top;
}
.navToggle span:nth-child(2) {
	top: 10px;
}
.navToggle span:nth-child(3) {
	top: 20px;
	transform-origin: left top;
}
/* 3つめのspanをマイナス45度に */
.navToggle.active span:nth-child(3) {
	top: 38px;
	right: 11px;
	-webkit-transform: rotate(-407deg);
	transform: rotate(-407deg);
	position: fixed;
	border-color: #000;
}
/* 2番目のspanを消す */
.navToggle.active span:nth-child(2) {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	position: fixed;
	top: 38px;
	right: 18px;
}
/* 1つめのspanを45度に */
.navToggle.active span:nth-child(1) {
	top: 38px;
	right: 18px;
	-webkit-transform: rotate(407deg);
	transform: rotate(407deg);
	position: fixed;
	border-color: #000;
}
#drawer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(-110%);
	transition: all 0.6s;
	z-index: 999;
	background-image: url(images/foot_back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#drawer.active {
	margin-top: 0px;
	transform: translateX(0px);
	background-color: #F5F5F5;
	padding: 10px;
	box-sizing: border-box;
}
ul.menu-links {
	width: 100%;
	height: 75%;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-links li {
	width: 48%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 5px 0px;
}
.menu-links li a {
	background-color: #72c0b8;
	display: block;
}
.menu-links li.menu-title {
	width: 100%;
	text-align: center;
	line-height: 24px;
	height: 24px;
}
.menu-links li.menu-title span {
	font-size: 24px;
	font-weight: bold;
	color: #d6a1c7;
}
.menu-links li.max-link-logo {
	width: 100%;
	height: 80px;
	margin: 24px 0px;
}
.menu-links li.max-link {
	width: 100%;
}
.menu-links li.max-link a {
	background-color: #d6a1c7;
}
#drawer h2 {
	position: absolute;
	left: 0px;
	top: -5px;
	color: #c7f1f1;
	font-size: 45px;
	font-weight: normal;
	writing-mode: vertical-rl;
	line-height: 43px;
	height: 95%;
}
#drawer .column {
	margin-top: 75px;
	text-align: center;
	font-size: 2rem;
	color: #00C4C4;
}
#drawer .column ul li {
	margin: 0;
}
#drawer .column ul .contact-information {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	height: 57px;
	margin: 5px 0;
}
#drawer .column ul .phone {
	height: 50px;
	line-height: 50px;
	background: #fff;
}
/* トップページセクション
************************************************************/
section.welcome_kurasupo {
	width: 100%;
	height: 102px;
}
section.welcome_kurasupo img {
	width: 100%;
	object-fit: cover;
}
section.coupon-box {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.cat-select {
	width: 100%;
	margin: 20px 0px;
}
.cat-select select {
	width: 100%;
	height: 36px;
	line-height: 36px;
}
ul.coupon-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
li.coupons {
	width: 48%;
	min-height: 410px;
	position: relative;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	margin: 0px 0px 15px 0px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	border-top: 5px solid #72c0b8;
}
li.coupons img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.cat_star {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0px;
}
span.cat {
	display: block;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
}
/*
1 = 飲食（ディナー）
2 = 飲食（ランチ）
3 = 美容院
4 = エステ
5 = ネイルサロン
6 = カイロ・整体
7 = 雑貨屋
999 = その他
*/
span.color-01 {
	background-color: #bba554;
}
span.color-02 {
	background-color: #f5a34f;
}
span.color-03 {
	background-color: #f16397;
}
span.color-04 {
	background-color: #d6a1c7;
}
span.color-05 {
	background-color: #aca1d6;
}
span.color-06 {
	background-color: #0c9617;
}
span.color-07 {
	background-color: #0c7096;
}
span.color-999 {
	background-color: #6d6d6d;
}
.star-link a {
	font-size: 20px;
	color: #ccc;
}
.star-link_on a {
	color: #d6a1c7 !important;
}
.coupon-text a {

}
.coupon-type {
	width: 100%;
	background-color: #72c0b8;
	text-align: center;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	padding: 5px 0px;
	box-sizing: border-box;
	margin: 0px 0px 5px 0px;
}
.coupon-value {
	width: 100%;
    height: 80px;
    background-image: url(https://www.kurasupo.jp/images/coupon-ticket.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 20px;
    color: #bd0000;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 1px 1px 2px #ffffff;
    padding: 33px 0px 0px 0px;
    box-sizing: border-box;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}
.to-detail {
	width: 80%;
	background-color: #72c0b8;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	line-height: 36px;
	margin: 5px auto;
	font-size: 14px;
}
h5.shop-title {
	margin: 10px 0px;
	height: 45px;
	display: flex;
	flex-direction: revert;
	align-items: center;
}
.coupon-title {
	font-size: 15px;
}
.coupon-detail {
	font-size: 15px;
	background-color: #ffb13c;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	min-height: 80px;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto 5px;
	position: relative;
}
.used-coupon_none {
	display: none;
}
.used-coupon_on {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
}
li.advertisement {
	width: 100%;
}
li.advertisement a {
	width: 100%;
	height: 120px;
	display: block;
	position: relative;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	margin: 0px 0px 15px 0px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.ad-name {
}
.ad-name span {
	font-size: 12px;
	background-color: #4f4f4f;
	color: #fff;
	padding: 5px 10px;
	margin: 0px 10px 0px 0px;
	border-radius: 5px;
	text-align: center;
}
li.advertisement p {
	font-size: 15px;
	margin: 10px;
}
.ad-open {
	font-size: 12px;
	background-color: #d6a1c7;
	width: 77px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 3px 7px;
	box-sizing: border-box;
	right: 5px;
	bottom: 5px;
	position: absolute;
}
.ad-web-link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ad-web-link p {
	width: 49% !important;
	margin: 0 !important;
	line-height: 20px !important;
}
.ad-web-link p a {
	display: block;
	background-color: #d6a1c7;
	height: 52px;
	line-height: 52px;
	margin: 3px 0px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
section.content {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.content-box {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	padding: 10px;
	box-sizing: border-box;
}
.coupon-thumbnail {
	width: 100%;
	height: 290px;
	margin: 0px 0px 20px 0px;
}
.coupon-thumbnail img {
	width: 100%;
	height: 290px;
	object-fit: cover;
}
.shop-tel a {
	background-color: #d6a1c7;
	display: block;
	width: 240px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 24px auto;
	font-size: 24px;
}
.shop-detail ul {
	margin: 10px 0px;
}
h4.content-title {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #72c0b8;
	font-weight: normal;
	line-height: 50px;
	height: 50px;
	margin: 0px 0px 20px 0px;
}
h5.content-title {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #72c0b8;
	font-weight: normal;
	min-height: 45px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	box-sizing: border-box;
}
.content-box p {
	line-height: 20px;
	margin: 0px 0px 15px 0px;
	width: 100%;
	padding: 0;
	word-wrap: break-word;
}
.content-box p.present-title {
	background-color: #d6a1c7;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	box-sizing: border-box;
}
.content-box p span.caution {

}
.to-top a {
	color: #a0a0a0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0px;
}
.to-top img {
	width: 26px;
	margin: 0px 5px 0px 0px;
}
.content-box dl {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 0px 0px 5px 0px;
}
.content-box dt {
	width: 132px;
}
.content-box dd {
	width: 200px;
}
.link_btn a {
	background-color: #d6a1c7;
	display: block;
	width: 170px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 24px auto;
	font-size: 15px;
	color: #fff;
}
.link_btn a.nosubmit {
	background-color: #cacaca;
}
.form p {
	margin: 0;
	padding: 0;
}
.form input {
	line-height: 29px;
	margin: 0px 0px 20px 0px;
	width: 100%;
	padding: 0px 5px;
	font-size: 16px;
	box-sizing: border-box;
}
.form select {
	margin: 10px 0px 20px 0px;
	width: 100%;
	padding: 0px 5px;
	height: 42px;
	font-size: 16px;
	box-sizing: border-box;
}
.terms {
	width: 97%;
	height: 160px;
	overflow-y: scroll;
	background-color: #f5f5f5;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.terms-check {
	width: 50%;
	margin: 30px auto;
	display: block;
}
span.error ul {
	color: #ff0000;
	font-size: 13px;
}
p.caution {
	text-align: center;
}
img.present-img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.to-web a {
    width: 60%;
    background-color: #969696;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0px;
    box-sizing: border-box;
    border-radius: 11px;
}
/* クーポン固定ナビ
************************************************************/
section.coupon-nav {
	position: fixed;
	bottom: 70px;
	width: 100%;
}
section.coupon-nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
section.coupon-nav li a {
	background-color: #d6a1c7;
	color: #fff;
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
section.coupon-nav li.nologin a {
	background-color: #969696;
	color: #fff;
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
span.to-login {
    background-color: #d6a1c7;
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    top: -64px;
    width: 80px;
    border-radius: 6px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
span.to-login:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #d6a1c7;
}
/* ページネーション
************************************************************/
.pagination {
	min-width: 320px;
	max-width: 460px;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 12px;
	margin: 0px auto;
}
.pagination ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.pagination ul li {

}
li.start a {

}
li.page-number a {
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	border-radius: 25%;
	color: #585858;
}
li.start a {
	background-color: #BCBCBC;
	width: 45px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	border-radius: 7px;
	color: #585858;
}
li.last a {
	background-color: #BCBCBC;
	width: 45px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	border-radius: 7px;
	color: #585858;
}
/* 見出し共通
************************************************************/
.title-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0px;
}
.title-box img {
	width: 42px;
	margin: 0px 10px 0px 0px;
}
h4.title {

}
h4.title span {
	color: #D6A1C7;
	font-size: 20px;
}
/* 固定フッターナビ
************************************************************/
section.fixed-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #505050;
	z-index: 10;
}
section.fixed-nav ul {
	width: 100%;
	display: flex;
	flex-direction: revert;
	justify-content: space-between;
}
section.fixed-nav li  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 33%;
	padding: 10px;
	box-sizing: border-box;
	border-left:1px solid #fff;
}
.fixed-nav_box {
	margin: 0px auto;
}
section.fixed-nav li a {
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-direction: row;
	line-height: 17px;
}
section.fixed-nav li:first-child {
	border-left: none;
}
section.fixed-nav li a img {
	width: 30px;
	margin: 0px 5px 0px 0px;
}
.coupon-use {
	position: relative;
	display: block;
	margin: 24px auto;
	padding: 7px 10px;
	width: 87%;
	color: #FFF;
	font-size: 16px;
	background: #d6a1c7;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
.coupon-use:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 86%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #d6a1c7;
}
p.use-fix {
	font-size: 24px;
	font-weight: 500;
}
p.use-caution {
	font-size: 17px;
	border-bottom: 1px solid #fff;
	width: fit-content;
	margin: 0px auto;
}
.use-btn-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.fix-btn a {
	background-color: #fff;
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 24px;
	margin: 20px 0px;
	color: #d6a1c7;
	border-radius: 10px;
}
.cancel-btn a {
	background-color: #ececec;
	width: 50px;
	height: 50px;
	line-height: 42px;
	display: block;
	font-size: 42px;
	margin: 20px 0px;
	color: #b9b9b9;
	border-radius: 50%;
}
p.about-cancel {

}
/* フッター
************************************************************/
footer {
	width: 100%;
	height: 50px;
	margin: 0px 0px 160px 0px;
	/*margin: 0px 0px 60px 0px;*/
}
footer p {
	line-height: 50px;
	text-align: center;
}





/* 追加レイアウト
************************************************************/
.present-box-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.present-box {
	width: 48%;
}
.line-box {
	width: 50%;
	text-align: center;
	margin: 0px auto;
}
/* 臨時スタイル
************************************************************/
span.red {
	color: #ff0000;
}


/* 
************************************************************/

@media screen and (min-width:500px) {
	.header-box {
		width: 500px;
		margin: 0px auto;
	}
	.nav-box ul {
		margin: 0px auto;
	}
	section.welcome_kurasupo {
		height: 200px;
	}
	section.welcome_kurasupo img {
		height: 200px;
	}
	section.coupon-box {
		width: 800px;
		margin: 0px auto;
		padding: 0;
	}
	section.content {
		width: 800px;
		margin: 0px auto;
		padding: 0;
	}
	ul.coupon-list {
		width: 800px;
		margin: 0px auto;
	}
	li.coupons {
		width: 24%;
	}
	section.coupon-nav {
		width: 500px;
		margin: auto;
		right: 0;
		left: 0;
	}
	img.present-img {
		height: 330px;
	}
}
@media screen and (max-width:320px) {
	body {
		zoom: 87%;
	}
}



.fa-hatena:before {
	font-family: Verdana;
	font-weight: bold;
	content: 'B!';
}

.share {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 3em;
}

.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.share ul:after {
	display: block;
	clear: both;
	content: '';
}

.share li {
	float: left;
	width: 25%;
	margin: 0;
	margin-top: 15px;
}

.share li a {
	font-size: 14px;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.share li a:hover {
	opacity: .8;
}

.share li a:visited {
	color: #fff;
}

.tweet a {
	background-color: #55acee;
}

.facebooklink a {
	background-color: #315096;
}

.line a {
	background-color: #00b900;
}

.hatena a {
	background-color: #008fde;
}

@media screen and (max-width:768px){
	.share li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 3px;
	}

	.share li i {
		font-size: 1.3em;
		padding-top: 3px;
	}

	.facebooklink i, .tweet i, .hatena i {
		display: none;
	}
}






/* 
************************************************************/
