@charset "utf-8";

/* CSS information ===================================================

	file name : basic.css
	style info : テンプレートスタイルシート

=================================================================== */

/*----------------------------------------------------------
/* body サイト全体
----------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3F332C;
}
img {
	max-width: 100%;
	height: auto;
}

/* テキストリンクカラー */
a {
	color: #3F332C;
	text-decoration: none;
}
a:hover {
	color: #3F332C;
	text-decoration: underline;
}

/* .clearfix
------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
html {
	overflow-y: scroll;
}
body {
	width: 100%;
	/*min-width: 1300px;*/
	overflow:hidden;
}
.sp_only {
	display:none !important;
}
.opacity {
	transition: all 0.05s linear;
}
.opacity:hover {
	opacity:0.70;
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	zoom:1;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}
.switch {
	visibility: hidden;
}
.pc_only {
	display: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
} /*/@media*/

/*----------------------------------------------------------
/* .header ヘッダー
----------------------------------------------------------*/
.header {
	position: relative;
	background-color: #FFF;
}
.header .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.header .logo {
	float: left;
	margin: 21px 41px 25px 0;
}
.header .head_nav {
	float: right;
	margin-top: 20px;
}
.header .head_nav .link {
	float: left;
	margin-top: 18px;
}
.header .head_nav .link li {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}
.header .head_nav .link li:nth-child(3) {
	clear: both;
	float: none;
	margin-left: 0;
	margin-bottom: 0;
	text-align: right;
}
.header .head_nav .link li a,
.global_nav .link li a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	display: block;
}
.header .head_nav .link li a,
.global_nav .link li a {
	padding-left: 14px;
	color: #3F332C;
	background: url(../img/common_arw01.png) no-repeat left center;
}
.header .head_nav .link li:nth-child(3) a,
.global_nav .link li:nth-child(3) a {
	padding-left: 0;

	color: #507634;
	text-decoration: underline;
	background: none;
}
.header .head_nav .link li:nth-child(3) a:hover {
	text-decoration: none;
}
.header .head_nav .btn {
	float: right;
	margin: 20px 0 20px 10px;
}
.header .head_nav .btn li {
	float: left;
	width: 118px;
	margin-left: 10px;
}
.header .head_nav .btn li a,
.global_nav .btn li a {
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	display: block;
}
.header .head_nav .btn li:nth-child(1) a,
.global_nav .btn li:nth-child(1) a {
	background-color: #AEADA2;
}
.header .head_nav .btn li:nth-child(2) a,
.global_nav .btn li:nth-child(2) a {
	background-color: #3F352E;
}
.header .head_nav .btn li.mypage a,
.global_nav .btn li.mypage a {
	padding-left: 20px;
	background: #AEADA2 url(../img/common_ico02.png) no-repeat 12px center;
}
.header.slim {
	border-bottom: 1px solid #DBDBEA;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.header .head_nav .btn li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .head_nav .btn li a:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	filter:alpha(opacity=80);
}
} /*/@media*/

@media print, screen and (max-width: 1180px){
.header .logo {
	margin-right: 20px;
}
} /*/@media*/

@media print, screen and (max-width: 1100px){
.header .logo {
	margin-right: 15px;
}
} /*/@media*/

@media print, screen and (max-width: 1040px){
.header .logo {
	margin-right: 10px;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){
.header .head_nav .link li {
	margin-left: 18px;
}
.header .head_nav .link li a {
	padding-left: 12px;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.header .logo {
	max-width: 200px;
	margin: 10px 0;
}
.header .sp_btn {
	float: right;
	margin: 14px 0 10px 0;
}
.header .sp_btn li {
	float: left;
}
.header .cart_btn {
	margin-right: 15px;
	font-size: 30px;
	line-height: 1.0;
	color: #2F8FA7;
	cursor: pointer;
}
.header .menu_btn.open {
	font-size: 30px;
	line-height: 1.0;
	color: #507634;
	cursor: pointer;
}
.header .head_nav {
	clear: both;
	float: none;
	margin: 0 0 10px;
}
.header .head_nav .btn,
.global_nav .btn {
	float: none;
	margin: 0;
}
.header .head_nav .btn li,
.global_nav .btn li {
	float: left;
	width: 49%;
	margin-left: 0;
}
.header .head_nav .btn li:nth-child(1),
.global_nav .btn li:nth-child(1) {
	margin-right: 2%;
}
.header .head_nav .btn li a,
.global_nav .btn li a {
	padding: 8px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
} /*/@media*/

/*----------------------------------------------------------
/* .global_nav グローバルナビ
----------------------------------------------------------*/
.global_nav {
	clear: both;
	background-color: #FFF;
	border-top: 1px solid #DBDBEA;
	border-bottom: 1px solid #DBDBEA;
}
.global_nav .inner {
	max-width: 1280px;
	margin: 0 auto;
}
.global_nav .box_wp {
	position: relative;
	overflow: hidden;
}
.global_nav .menu_box {
	float: left;
	width: 100%;
	margin-right: -150px;
	padding-right: 150px;
}
.global_nav .btn_box {
	float: right;
	width: 150px;
}
.global_nav ul {
	margin: 0;
	width: 100%;
}
.global_nav li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}
.global_nav .piece03 li { width: 33.3333%; }
.global_nav .piece04 li { width: 25%; }

.global_nav li a {
	padding: 15px 0;
	text-decoration: none;
	line-height: 1.2;
	display: block;
}
.global_nav li i {
	display: none;
}
.global_nav li span {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.global_nav .cart_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-bottom: 0;
}
.global_nav .cart_btn a {
	padding: 13px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #1E92AA;
	display: block;
}
.global_nav .cart_btn i {
	padding-right: 10px;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.global_nav {
	display:block !important;
}
.global_nav li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.global_nav li a:hover {
	background-color: #EEECE7;
}
.global_nav .cart_btn a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.global_nav .cart_btn a:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	filter:alpha(opacity=80);
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.global_nav {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	float: none;
	width: 100%;
	max-width: inherit;
	margin: 0;
	padding: 0 5px;
	min-width: 320px;
	background: none !important;
	border: none;
	z-index: 1000;
}
.global_nav .inner {
	padding: 10px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.global_nav .box_wp {
	overflow: visible;
}
.global_nav .menu_box {
	float: none;
	margin-right: 0;
	padding-right: 0;
}
.global_nav .btn_box {
	float: none;
	display: none;
}
.global_nav .menu {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
.global_nav .menu li {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}
.global_nav .piece03 li { width: 33.3333%; }
.global_nav .piece04 li { width: 25%; }

.global_nav .menu li a {
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	display: block;
}
.global_nav .menu li i {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	color: #507634;
	display: block;
}
.global_nav .menu li span {
	padding-top: 5px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
	display: block;
}
.global_nav .menu li br {
	display: block;
}
.global_nav .btn {
	margin-bottom: 15px;
}
.global_nav .link {
	margin-bottom: 15px;
	border-top: 1px solid #DBDBEA;
}
.global_nav .link li {
	float: none;
	width: auto;
	padding-left: 10px;
	text-align: left;
	border-bottom: 1px solid #DBDBEA;
}
.global_nav .link li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.global_nav .menu_btn.close {
	position: static;
	clear: both;
	float: none;
	width: auto;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: #507634;
	opacity: 1;
	cursor: pointer;
}
} /*/@media*/

/*----------------------------------------------------------
/* .member_info 会員情報
----------------------------------------------------------*/
.member_info {
	background: url(../img/common_bg01.gif) repeat;
	border-bottom: 1px solid #DBDBEA;
}
.member_info .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.member_info .box {
	float: left;
	min-height: 40px;
	padding: 9px 100px 8px 0;
}
.member_info .txt {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
}
.member_info .inner p.txt:nth-child(1) {
	padding-right: 46px;
}
.member_info .inner p.txt:nth-child(2) {
	padding-right: 20px;
}
.member_info .txt b {
	font-weight: bold;
	color: #598533;
}
.member_info .txt i {
	font-weight: normal;
}
.member_info .btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-bottom: 0;
}
.member_info .btn a {
	padding: 13px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #1E92AA;
	display: block;
}
.member_info .btn i {
	padding-right: 10px;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.member_info .btn a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.member_info .btn a:hover {
	opacity:0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	-ms-filter:"alpha(opacity=75)";
	filter:alpha(opacity=75);
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.member_info {
	border-bottom: none;
}
.member_info .box {
	padding: 8px 0;
}
.member_info .txt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	display: block;
}
.member_info .inner p.txt:nth-child(1) {
	margin-bottom: 5px;
	padding-right: 0;
}
.member_info .inner p.txt:nth-child(2) {
	padding-right: 0;
}
.member_info .btn a {
	padding: 10px;
}
.member_info .btn i {
	padding-right: 5px;
}
} /*/@media*/

@media only screen and (max-width: 420px){
/*
.member_info .inner p.txt:nth-child(2),
.member_info .inner p.txt:nth-child(3) {
	font-size: 11px;
	font-size: 1.1rem;
}
.member_info .txt span {
	display: none;
}
.member_info .btn a {
	padding: 10px 6px 10px 8px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: -0.1em;
}
.member_info .btn i {
	padding-right: 4px;
}
*/
} /*/@media*/

/*----------------------------------------------------------
/* .head_fixed スクロール時ヘッダー固定設定
----------------------------------------------------------*/
.head_fixed {
	display: none;
}
.head_fixed.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	display: block !important;
	z-index: 1000;
}
.fixed .header .logo {
	margin: 16px 0;
}
.fixed .header .head_nav .link {
		margin-top: 6px;
}
.fixed .header .head_nav .btn {
		margin: 12px 0 12px 10px;
}
.fixed .global_nav .inner.wide {
	max-width: 1260px;
}

/* Desktop ****************************/
@media print, screen and (min-width: 1200px){
.head_fixed .global_nav {
	position: relative;
}
.head_fixed .half_bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: #FFF;
	z-index: 0;
}
.head_fixed .half_bg02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: url(../img/common_bg01.gif) repeat;
	z-index: 0;
}
.head_fixed .nav_wp {
	position: relative;
}
.head_fixed .nav_wp .menu {
	position: absolute;
	top: 50%;
	float: left;
	width: 60%;
	/*background-color: #FFF;*/
	z-index: 10;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.head_fixed .nav_wp .member_info {
	position: relative;
	float: right;
	width: 40%;
	min-height: 54px;
	border-bottom: none;
	z-index: 10;
}
.head_fixed .nav_wp .member_info .inner {
	position: relative;
}
.head_fixed .nav_wp .member_info .box {
	padding: 10px 10px 4px;
}
.head_fixed .nav_wp .member_info .txt {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
.head_fixed .nav_wp .member_info .btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.head_fixed.fixed .nav_wp .member_info .box {
	padding: 5px 10px 4px;
}
.head_fixed.fixed .nav_wp .member_info {
	min-height: 44px;
}
.head_fixed.fixed .nav_wp .box_wp {
	position: static;
	overflow: visible;
}
.head_fixed.fixed .nav_wp .menu_box {
	float: none;
	margin-right: 0;
	padding-right: 0;
}
.head_fixed.fixed .nav_wp .btn_box {
	float: none;
	display: none;
}
.head_fixed.fixed .global_nav li a {
		padding: 11px 0;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 1199px) and (min-width: 768px){
.head_fixed .nav_wp .member_info {
	border-top: 1px solid #DBDBEA;
	border-bottom: none;
}
.head_fixed.fixed .global_nav li a {
		padding: 10px 0;
}
.head_fixed.fixed .nav_wp .menu {
	max-width: 100%;
	margin: 0 auto;
}
.head_fixed.fixed .member_info .btn {
	display: none;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.head_fixed .global_nav,
.head_fixed .sp_search {
	z-index: 10000;
}
.head_fixed.fixed {
	background: #FFF;
}
.fixed .header .logo {
	margin: 10px 0;
}
.fixed .header .head_nav .link {
		margin-top: 6px;
}
.fixed .header .head_nav .btn {
		margin: 0;
}
.head_fixed.fixed .member_info .btn {
	display: none;
}
} /*/@media*/

/*----------------------------------------------------------
/* .hero アイキャッチ
----------------------------------------------------------*/
/* トップページ */
.hero.top {
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0 10px;
}
.hero.top h1 {
	margin-bottom: 17px;
	text-align: center;
}
.hero.top ul {
	width: 95%;
	margin: 0 auto;
}
.hero.top li {
	float: left;
	text-align: center;
}
.hero.top li:nth-child(1) {
	width: 16.9387%;
	margin-left: 5.1020%;
}
.hero.top li:nth-child(2) {
	width: 30.1020%;
	margin-left: 11.9387%;
}
.hero.top li:nth-child(3) {
	float: right;
	width: 23.4693%;
	margin-right: 1.3265%;
}

/* 下階層ページ */
.common .hero .inner {
	max-width: 1280px;
	margin: 0 auto 30px;
	padding: 15px 10px 0;
}
.common .hero.bg .inner {
	padding-bottom: 30px;
}
.common .hero.save_point {
	background-color: #F8EFE9;
}
.common .hero.save_point .inner {
	background: url(../img/save_point_hero01.png) no-repeat right center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.common .hero.select_item {
	background-color: #E9F3FC;
}
.common .hero.select_item .inner {
	background: url(../img/select_item_hero01.png) no-repeat right center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.common .hero.enjoy_cont {
	background-color: #EDFBE3;
}
.common .hero.enjoy_cont .inner {
	background: url(../img/enjoy_cont_hero01.png) no-repeat right center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.common .hero .slim h1 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.common .hero .slim .topic_path {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.common .hero .mix h1 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
/* トップページ */
.hero.top {
	margin-bottom: 40px;
}
.hero.top h1 {
	margin-left: -5px;

	margin-right: -5px;
	margin-bottom: 10px;
}
.hero.top li:nth-child(1) {
	width: 20.4081%;
	margin-left: 4.5918%;
}
.hero.top li:nth-child(2) {
	width: 36.0204%;
	margin-left: 5.8163%;
}
.hero.top li:nth-child(3) {
	width: 28.1632%;
	margin-right: 0;
}

/* 下階層ページ */
.common .hero .inner {
	margin-bottom: 20px;
	padding: 20px 20px 0;
}
.common .hero.bg .inner {
	padding-bottom: 20px;
}
} /*/@media*/

/* .topic_path パンくずリスト
------------------------------------------------*/
.common .topic_path p {
	margin: 0 -10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.common .topic_path p a {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}
.common .topic_path p span {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .topic_path {
	display: none;
}
} /*/@media*/

/*----------------------------------------------------------
/* 汎用スタイル
----------------------------------------------------------*/
.ta_left { text-align: left !important; }
.ta_center { text-align: center !important; }
.ta_right { text-align: right !important; }

.pt00 { padding-top: 0px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }

.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

input[disabled]:hover,
input[disabled],
.disabled {
		background: #DDD !important;
	opacity: 1.0 !important;
	cursor: default !important;
	color: #FFFFFF !important;
}

/*----------------------------------------------------------
/* .contents コンテンツ
----------------------------------------------------------*/
.contents {
	padding: 40px 0;
}
.contents h2 {
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
}
.contents h3 {
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
}
.contents {
	padding: 40px 0;
}
.contents .column_wp {
	max-width: 1280px;
	margin: 0 auto;
}
.contents .column_wp .topic_path {
	padding: 15px 10px 0;
}
.contents .column01 {
	float: right;
	width: 100%;
	margin-left: -280px;
	padding-left: 280px;
}
.contents .column02 {
	float: left;
	width: 240px;
}
.common {
	padding: 0 0 80px;
}
.common a {
	color: #507634;
	text-decoration: underline;
}
.common a:hover {
	color: #507634;
	text-decoration: none;
}
.common .main .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.common .main .inner.slim {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 10px;
}
.common .main .inner.wide {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.common .main .inner.top_sp {
	padding-top: 40px;
}

/* タイトル */
.common h1 {
	margin-top: 40px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
}
.common h2 {
	clear: both;
	margin-bottom: 30px;
	padding: 40px 0 8px 18px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	border-bottom: 2px dashed #B3D29B;
}
.common h2 span {
	clear: both;
	padding-left: 26px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: 8px solid #5B8734;
	display: block;
}
.common h2.simple {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	border: none;
}
.common h2.line {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
	border: none;
}
.common h2.line.long {
	letter-spacing: -1px;
}
.common h2.line span {
	position: relative;
	padding-left: 140px;
	padding-right: 140px;
	text-align: center;
	border: none;
	display: inline-block;
}
.common h2.line span:before,
.common h2.line span:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 120px;
	height: 1px;
	background-color: #CDC8BC;
	display: inline-block;
}
.common h2.line span:before { left: 0; }
.common h2.line span:after { right: 0; }

.common h2.top_sp {
	padding-top: 60px;
}
.common h3 {
	clear: both;
	padding-left: 14px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: 8px solid #5B8734;
}
.common h3.simple {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	border-left: none;
}
.common h4 {
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	color: #507633;
}
.common h5 {
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

/* テキスト */
.common p,
.common ul,
.common ol,
.common dl,
.common table {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.8;
}
.common p.top_sp {
	margin-top: 80px;
}
.common p.bottom_sp {
	margin-bottom: 80px;
}
.common p.last_txt {
	padding: 20px 0 40px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.common p.last_logo {
	margin-top: 60px;
	margin-bottom: 0;
	text-align: center;
}
.common strong {
	color: #B21D20;
}
.common strong.red_txt {
	color: #D83D3F;
}
.common ul.disc {
	padding-left: 20px;
	list-style-type: disc;
}
.common ul.disc.color {
	color: #5B8734;
}
.common ul.disc.color span {
	color: #3F332C;
}
.common ul.rice li {
	padding-left: 1.5em;
	text-indent: -1.0em;
}
.common ul.rice li:before {
	content: "※";
}
.common ol.decimal {
	padding-left: 20px;
	list-style-type: decimal;
}
.common ol.decimal li {
	margin-bottom: 20px;
}
.top b, .common b { font-weight: bold; }
.top b.red, .common b.red { color: #B21D21; }
.top b.grn, .common b.grn { color: #598533; }

/* テーブル */
.common table {
	width: 100%;
	margin-bottom: 60px;
}
.common table th,
.common table td {
	padding: 12px 20px;
}
.common table th {
	border-top: 1px solid #D9CFBD;
	border-left: 1px solid #D9CFBD;
	border-bottom: 1px solid #D9CFBD;
}
.common table td {
	border-top: 1px solid #D9CFBD;
	border-right: 1px solid #D9CFBD;
	border-bottom: 1px solid #D9CFBD;
}
.common table th {
	text-align: right;
	background-color: #EEECE7;
}
.common table td {
	vertical-align: middle;
}
.common table th b {
	margin-left: 10px;
	padding: 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #FFF;
	background-color: #B31D22;
	display: inline-block;
}
.common table td em {
	font-weight: bold;
}
.common table td table {
	width: auto;
	margin-bottom: 0;
}
.common table td table th,
.common table td table td {
	padding: 0;
	vertical-align: middle;
	border: none;
}
.common table td table th {
	padding: 0 30px 0 0;
	text-align: left;
	background-color: transparent;
}
.common .list_tbl th,
.common .list_tbl td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	border: 1px solid #D9CFBD;
}
.common .list_tbl th {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E2DFD8;
}
.common .mypage .list_tbl td:nth-child(4) {
	text-align: right;
}
.common .list_tbl td:nth-child(even) {
	background-color: #FAF9F8;
}
.common .list_tbl td .ymd,
.common .list_tbl td .hms {
	text-align: center;
	white-space: nowrap;
	display: block;
}
.common .list_tbl td table {
	width: 100%;
}
.common .list_tbl td table th {
	width: 75px;
	padding: 0 10px 0 0;
	border: none;
	background-color: #FFF;
}
.common .list_tbl td table td {
	padding: 0;
	text-align: left !important;
	border: none;
}
.common .list_tbl td table td:nth-child(even) {
	background-color: #FFF;
}
.common .login_tbl {
	width: 464px;
	margin: 0 auto 40px;
	padding: 10px 20px;
	background-color: #EEECE7;
}
.common .login_tbl table {
	margin-bottom: 0;
}
.common .login_tbl table th,
.common .login_tbl table td {
	padding: 8px 10px;
	border: none;
	background-color: #EEECE7;
}
.common .login_tbl table td {
	text-align: right;
}
.common .total_tbl {
	border: 1px solid #D9CFBD;
}
.common .total_tbl th,
.common .total_tbl td {
	padding: 5px 20px;
	border: 1px solid #D9CFBD;
}
.common .total_tbl th {
	border-bottom: none;
	vertical-align: middle;
	background-color: #FAF9F8;
}
.common .total_tbl th b {
	font-weight: bold;
	background-color: transparent;
}
.common .total_tbl td {
	text-align: right;
}
.common .total_tbl th:nth-child(1) {
	border-right: none;
}
.common .total_tbl th:nth-child(2) {
	border-left: none;
	white-space: nowrap;
}
.common .total_tbl td:nth-child(1) {
	border-top: none;
	border-right: none;
}
.common .total_tbl td:nth-child(2) {
	border-top: none;
	border-left: none;
	white-space: nowrap;
}
.common .note {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	display: block;
}
.common .note b {
	color: #E73939;
	font-weight: normal;
}
.common .note.rice {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.common .err {
	margin-top: 5px;
	display: block;
}
.common .err b {
	padding: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.2;
	color: #FFF;
	background-color: #B31D22;
	display: inline-block;
}
.common .switch {
	visibility: visible;
}
.common .switch:first-child {
	margin-right: 20px;
}

/* フォーム */
.common input,
.common select,
.common textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common input[type=text],
.common input[type=tel],
.common input[type=email],
.common input[type=password],
.common textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #DBDBEA;
}
.common input.pc10 { width: 10%; }
.common input.pc15 { width: 15%; }
.common input.pc20 { width: 20%; }
.common input.pc25 { width: 25%; }
.common input.pc30 { width: 30%; }
.common input.pc40 { width: 40%; }
.common input.pc50 { width: 50%; }
.common input.pc60 { width: 60%; }
.common input.pc70 { width: 70%; }
.common input.pc80 { width: 80%; }

.common select {
	padding: 5px;
	border: 1px solid #DBDBEA;
}
.common select.pc50 { width: 50%; }

input[type=radio],
input[type=checkbox] {
	display: none;
}
.radio,
.checkbox {
	position: relative;
	padding: 0 0 0 25px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.radio:after,
.checkbox:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 2px solid #DBDBEA;
	display: block;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
.radio:after {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.checkbox:after {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.radio:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background-color: #5B8734;
	border-radius: 50%;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}
.checkbox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 14px;
	margin-top: -10px;
	border-right: 3px solid #5B8734;
	border-bottom: 3px solid #5B8734;
	display: block;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

/* ボタン */
.common_btn {
	position: relative;
	width: 200px;
	margin: 0 auto;
}
p.common_btn {
	clear: both;
}
.top .common_btn {
	width: 230px;
}
.common_btn.wide01 {
	width: 230px;
}
.common_btn.wide02 {
	width: 250px;
}
.common_btn.wide03 {
	width: 280px;
}
.common_btn.wide04 {
	width: 300px;
}
.common_btn.wide05 {
	width: 325px;
}
.common_btn.wide06 {
	width: 350px;
}
.common_btn.wide07 {
	width: 380px;
}
.common_btn.right {
	margin-right: 0;
}
.common .common_btn.top_sp {
	margin-top: 0;
	padding-top: 40px;
}
.top .common_btn a,
.common .common_btn a {
	width: 100%;
	padding: 15px 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #FFF;
	background-color: #AEADA2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.top .common_btn.red a,
.common .common_btn.red a {
	background-color: #B31D22;
}
.top .common_btn.gry a,
.common .common_btn.gry a {
	color: #3F332C;
	background-color: #CECECF;
}
.top .common_btn.brn a,
.common .common_btn.brn a {
	background-color: #3F352E;
}
.top .common_btn.orn a,
.common .common_btn.orn a {
	background-color: #EE7933;
}
.common .common_btn.multi_line a {
	padding-left: 25%;
	text-align: left;
	text-indent: -17px;
}
.common_btn a:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	padding-right: 0.5em;
}
.common_btn.gry a:before {
	content: "\f0d9";
}
.common_btn button,
.common_btn input[type=button],
.common_btn input[type=submit] {
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	background-color: #5B8734;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	cursor: pointer;
}
.common .common_btn.red button,
.common .common_btn.red input[type=button],
.common .common_btn.red input[type=submit] {
	background-color: #B31D22;
}
.common .common_btn.gry button,
.common .common_btn.gry input[type=button],
.common .common_btn.gry input[type=submit] {
	color: #3F332C;
	background-color: #CECECF;
}
.common .common_btn.brn button,
.common .common_btn.brn input[type=button],
.common .common_btn.brn input[type=submit] {
	background-color: #3F352E;
}
.common .common_btn.orn button,
.common .common_btn.orn input[type=button],
.common .common_btn.orn input[type=submit] {
	background-color: #EE7933;
}
.common ul.btn_set02 {
	clear: both;
}
.common .btn_set02.top_sp {
	padding-top: 40px;
}
.common .btn_set02 li:nth-child(1) {
	float: right;
}
.common .btn_set02 li:nth-child(2) {
	float: left;
}
.common .btn_set02 .common_btn {
	width: 200px;
}
.common .btn_set02 .common_btn.wide01 {
	width: 240px;
}
.common .tbl_btn {
	margin-left: 15px;
	display: inline-block;
}
.common .tbl_btn a,
.common .tbl_btn button,
.common .tbl_btn input[type=button],
.common .tbl_btn input[type=submit] {
	padding: 8px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	color: #FFF;
	background-color: #5B8734;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}
.common .simple_btn {
	margin-left: 15px;
	display: inline-block;
}
.common .simple_btn a,
.common .simple_btn button,
.common .simple_btn input[type=button],
.common .simple_btn input[type=submit] {
	padding: 10px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	color: #FFF;
	background-color: #3F352E;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

/* ファイルボタン */
.file_btn {
	margin-bottom: 20px;
}
.file_btn input[type=file] {
	font-size: 14px;
	font-size: 1.4rem;
}
.file_btn .original_btn {
		padding: 15px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
		color: #000;
	background-color: #CCC;
		border: 1px solid #BAB3A2;
	display: inline-block;
		cursor: pointer;
}
.file_btn .no_file,
.file_btn .file_name {
	padding-left: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
}
.file_btn .no_file.select {
	padding-left: 0;
	display: none;
}

/* 商品タグ */
.common .item_tag,
.common .spec_tag {
	margin-bottom: 0;
	line-height: 1.0;
}
.common .item_tag li,
.common .spec_tag li {
	margin-right: 5px;
	margin-bottom: 2px;
	display: inline-block;
}
.common .item_tag .paint.red { background-color: #F32E5A; }
.common .item_tag .paint.grn { background-color: #008C8C; }

.common .spec_tag .paint.brn { background-color: #655449; }
.common .spec_tag .paint.orn { background-color: #EA5420; }
.common .spec_tag .paint.pnk { background-color: #E67873; }
.common .spec_tag .paint.blu { background-color: #0096E0; }
.common .spec_tag .paint.grn { background-color: #008C8C; }

.common .item_tag .line,
.common .spec_tag .line {
	border-width: 1px;
	border-style: solid;
}
.common .item_tag .line.red { color: #F32E5A;  border-color: #F32E5A; }
.common .item_tag .line.grn { color: #008C8C;  border-color: #008C8C; }

.common .spec_tag .line.orn { color: #ED723D;  border-color: #ED723D; }
.common .spec_tag .line.blu { color: #0096E0;  border-color: #0096E0; }
.common .spec_tag .line.blu { color: #0096E0;  border-color: #0096E0; }
.common .spec_tag .line.blu { color: #0096E0;  border-color: #0096E0; }

.common .spec_tag .line.refrigerator { color: #0096E0;  border-color: #1467C1; }
.common .spec_tag .line.freezer { color: #1366C1;  border-color: #27A6E5; }

/* ページナビ */
.pager {
	margin-bottom: 20px;
}
.pager ul {
	margin-bottom: 0;
	padding: 10px 10px 5px;
	text-align: center;
	background-color: #EEECE7;
}
.pager li {
	margin: 0;
	padding: 0;
	display: inline;
}
.common .pager li a,
.common .pager li span {
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
	display: inline-block;
}
.common .pager li span {
	font-weight: bold;
}
.common .pager li.current {
	font-weight: bold;
	disabled;
}
.common .pager li.current a {
	pointer-events: none;
}
.pager li.prev a {
	padding-left: 20px;
	font-weight: bold;
	background: url(../img/common_arw07.png) no-repeat left center;
}
.pager li.next a {
	padding-right: 20px;
	font-weight: bold;
	background: url(../img/common_arw08.png) no-repeat right center;
}
.pager li a:hover {
	background-color: #E2DFD8;
}
.pager p {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: right;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
.common_btn a,
.common_btn button,
.common_btn input[type=button],
.common_btn input[type=submit],
.common .tbl_btn a,
.common .tbl_btn button,
.common .tbl_btn input[type=button],
.common .tbl_btn input[type=submit],
.common .simple_btn a,
.common .simple_btn button,
.common .simple_btn input[type=button],
.common .simple_btn input[type=submit],
.file_btn .original_btn {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.common_btn a:hover,
.common_btn button:hover,
.common_btn input[type=button]:hover,
.common_btn input[type=submit]:hover,
.common .tbl_btn a:hover,
.common .tbl_btn button:hover,
.common .tbl_btn input[type=button]:hover,
.common .tbl_btn input[type=submit]:hover,
.common .simple_btn a:hover,
.common .simple_btn button:hover,
.common .simple_btn input[type=button]:hover,
.common .simple_btn input[type=submit]:hover,
.file_btn .original_btn:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-ms-filter :"alpha(opacity=80)";
	filter: alpha(opacity=80);
}
.common_btn.disabled a,
.common_btn.disabled button,
.common_btn.disabled input[type=button],
.common_btn.disabled input[type=submit] {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.contents {
	padding: 20px 0;
}
.contents .column_wp {
	max-width: 1260px;
	margin: 0 auto;
}
.contents .column01 {
	float: none;
	width: auto;
}
.contents .column02 {
	float: none;
	width: auto;
}
.common {
	padding: 0 0 40px;
}
.common .main .inner {
	padding: 0 20px;
}
.common .main .inner.slim {
	padding: 0 20px;
}
.common .main .inner.wide {
	padding: 0 20px;
}
.common .main .inner.top_sp {
	padding-top: 20px;
}

/* タイトル */
.common h1 {
	margin-top: 0;
	font-size: 24px;
	font-size: 2.4rem;
	text-shadow:
		#FFF 2px 0px 1px, #FFF -2px 0px 1px,
		#FFF 0px -2px 1px, #FFF 0px 2px 1px,
		#FFF 2px 2px 1px, #FFF -2px 2px 1px,
		#FFF 2px -2px 1px, #FFF -2px -2px 1px,
		#FFF 1px 2px 1px, #FFF -1px 2px 1px,
		#FFF 1px -2px 1px, #FFF -1px -2px 1px,
		#FFF 2px 1px 1px, #FFF -2px 1px 1px,
		#FFF 2px -1px 1px, #FFF -2px -1px 1px,
		#FFF 1px 1px 1px, #FFF -1px 1px 1px,
		#FFF 1px -1px 1px, #FFF -1px -1px 1px;
}
.common h2 {
	margin-bottom: 20px;
	padding: 20px 0 8px 0;
}
.common h2 span {
	padding-left: 10px;
	font-size: 22px;
	font-size: 2.2rem;
	border-left-width: 6px;
}
.common .maint h2.line span {
	font-size: 20px;
	font-size: 2.0rem;
}
.common h2.simple {
	font-size: 22px;
	font-size: 2.2rem;
}
.common h2.line.long {
	letter-spacing: normal;
}
.common h2.line span {
	padding-left: 22%;
	padding-right: 22%;
}
.common h2.line span:before,
.common h2.line span:after{
	width: 20%;
}
.common h2.top_sp {
	padding-top: 30px;
}
.common h3 {
	padding-left: 8px;
	font-size: 20px;
	font-size: 2.0rem;
	border-left-width: 4px;
}
.common h3.simple {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
.common h4 {
	font-size: 18px;
	font-size: 1.8rem;
}
.common h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* テキスト */
.common p.top_sp {
	margin-top: 40px;
}
.common p.bottom_sp {
	margin-bottom: 40px;
}
.common p.last_txt {
	padding: 10px 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.common p.last_logo {
	max-width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

/* テーブル */
.common table {
	margin-bottom: 30px;
}
.common table th,
.common table td {
	padding-left: 10px;
	padding-right: 10px;
}
.common table.td_left td {
	text-align: left;
}
.common table.td_right td {
	text-align: right;
}
.common table.td_center td {
	text-align: center;
}
.common .list_tbl th,
.common .list_tbl td {
	padding-left: 5px;
	padding-right: 5px;
}
.common .login_tbl {
	width: 90%;
	margin-bottom: 30px;
}
.common .note {
	font-size: 13px;
	font-size: 1.3rem;
}
.common .err {
	font-size: 13px;
	font-size: 1.3rem;
}
.common .switch {
	display: block;
}
.common .switch:first-child {
	margin-right: 0;
	margin-bottom: 5px;
}

/* フォーム */
.common input.pc10,
.common input.pc15,
.common input.pc20,
.common input.pc25,
.common input.pc30,
.common input.pc40,
.common input.pc50,
.common input.pc60,
.common input.pc70,
.common input.pc80 {
	width: 100%;
}
.common input.sp_pc20 { width: 20% !important; }
.common input.sp_pc25 { width: 25% !important; }
.common input.sp_pc30 { width: 30% !important; }
.common input.sp_pc40 { width: 40% !important; }
.common input.sp_pc50 { width: 50% !important; }
.common input.sp_pc60 { width: 60% !important; }
.common input.sp_pc70 { width: 70% !important; }
.common input.sp_pc80 { width: 80% !important; }
.common input.sp_pc90 { width: 90% !important; }
.common select.sp_pc100 { width: 100% !important; }

/* ボタン */
.common_btn,
.top .common_btn,
.common_btn.wide01,
.common_btn.wide02,
.common_btn.wide03,
.common_btn.wide04,
.common_btn.wide05,
.common_btn.wide06 {
	width: 90%;
}
.common_btn.narrow01 {
	width: 40%;
}
.common_btn.right {
	margin-right: auto;
}
.common .common_btn.top_sp {
	margin-top: 0;
	padding-top: 20px;
}
.top .common_btn a,
.common .common_btn a {
	padding: 10px 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.common .common_btn.multi_line a {
	padding-left: 40%;
	text-indent: -14px;
}
.common_btn button,
.common_btn input[type=button],
.common_btn input[type=submit] {
	padding: 10px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	background-position: 40% center;
}
.common .btn_set02.top_sp {
	padding-top: 20px;
}
.common .btn_set02 .common_btn,
.common .btn_set02 .common_btn.wide01 {
	width: 45%;
}
.common .tbl_btn {
	margin-top: 10px;
	margin-left: 0;
	display: block;
}
.common .tbl_btn a,
.common .tbl_btn button,
.common .tbl_btn input[type=button],
.common .tbl_btn input[type=submit] {
	padding: 8px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.common .simple_btn a,
.common .simple_btn button,
.common .simple_btn input[type=button],
.common .simple_btn input[type=submit] {
	padding: 8px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

/* ファイルボタン */
.file_btn .no_file,
.file_btn .file_name {
	font-size: 14px;
	font-size: 1.4rem;
}

/* ページナビ */
.pager li.prev a {
	padding-left: 15px;
	-moz-background-size: 8px 11px;
	-webkit-background-size: 8px 11px;
	-o-background-size: 8px 11px;
	-ms-background-size: 8px 11px;
	background-size: 8px 11px;
}
.pager li.next a {
	padding-right: 15px;
	-moz-background-size: 8px 11px;
	-webkit-background-size: 8px 11px;
	-o-background-size: 8px 11px;
	-ms-background-size: 8px 11px;
	background-size: 8px 11px;
}
.pager p {
	font-size: 12px;
	font-size: 1.2rem;
}

} /*/@media*/

@media only screen and (max-width: 543px){
/* タイトル */
.common h2.line span {
	padding-left: 17%;
	padding-right: 17%;
}
.common h2.line span:before,
.common h2.line span:after{
	width: 15%;
}

/* テーブル */
.common table {
	border-bottom: 1px solid #D9CFBD;
}
.common table col {
	width: 100% !important;
}
.common table th,
.common table td {
	padding: 15px 10px;
	border-left: 1px solid #D9CFBD;
	border-right: 1px solid #D9CFBD;
	border-bottom: none;
	display: block;
}
.common table th {
	padding: 5px 10px;
	text-align: left;
}
.common table td table {
	border-bottom: none;
}
.common table td table th,
.common table td table td {
	display: table-cell;
}
.common table td table th {
	padding: 0 20px 0 0;
}
.common .list_tbl thead {
	display:none;
}
.common .list_tbl tbody tr {
	border: 1px solid #D9CFBD;
}
.common .list_tbl th,
.common .list_tbl td {
	padding-left: 10px;
	padding-right: 10px;
}
.common .list_tbl td {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: none;
	display: block;
}
.common .list_tbl td:nth-child(1) {
	font-weight: bold;
}
.common .mypage .list_tbl td:nth-child(1):before {
	content: attr(label)" : ";
}
.common .list_tbl td .ymd,
.common .list_tbl td .hms {
	padding: 0 5px;
	display: inline-block;
}
.common .list_tbl td table tr {
	border: none;
}
.common .list_tbl td table th,
.common .list_tbl td table td {
	vertical-align: middle;
	display: table-cell;
}
.common .list_tbl td table td:nth-child(even) {
	background-color: #FFF;
}
.common .login_tbl {
	width: 100%;
	padding: 15px 10px;
	background-color: #EEECE7;
}
.common .login_tbl table {
	border-bottom: none;
}
.common .login_tbl table th,
.common .login_tbl table td {
	padding: 5px 10px;
	border: none;
	background-color: #EEECE7;
}
.common .login_tbl table th {
	padding: 0 10px;
	text-align: left;
}
.common .total_tbl col {
	width: auto !important;
}
.common .total_tbl th,
.common .total_tbl td {
	padding: 5px 10px;
	display: table-cell;
}
.common .total_tbl th {
	text-align: right;
}
.common .total_tbl td {
}
.common .total_tbl th:nth-child(1) {
	padding: 5px 5px 5px 10px;
}
.common .total_tbl th:nth-child(2) {
	padding: 5px 10px 5px 5px;
}
.common .total_tbl td:nth-child(1) {
	padding: 5px 5px 5px 10px;
}
.common .total_tbl td:nth-child(2) {
	padding: 5px 10px 5px 5px;
}

/* フォーム */
.common select {
	padding: 5px 0;
}

/* ボタン */
.common_btn,
.top .common_btn,
.common_btn.wide01,
.common_btn.wide02,
.common_btn.wide03,
.common_btn.wide04,
.common_btn.wide05,
.common_btn.wide06 {
	width: 100%;
}
.common .common_btn.multi_line a {
	padding-left: 30%;
}
.common_btn.narrow01 {
	width: 50%;
}
.common .btn_set02 {
	padding-top: 10px;
}
.common .btn_set02 li:nth-child(1) {
	float: none;
	margin-bottom: 20px;
}
.common .btn_set02 li:nth-child(2) {
	float: none;
}
.common .btn_set02 .common_btn,
.common .btn_set02 .common_btn.wide01 {
	width: 100%;
}

/* ファイルボタン */
.file_btn .original_btn {
	width: 60%;
	margin: 0 auto 5px;
		padding: 15px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
.file_btn .no_file,
.file_btn .file_name {
	padding-left: 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	display: block;
}

/* 商品タグ */
.common .item_tag li {
	min-width: inherit;
	height: auto;
	margin-right: 2px;
	margin-bottom: 1px;
	padding: 2px;
	font-size: 11px;
	font-size: 1.1rem;
}
} /*/@media*/

/*----------------------------------------------------------
/* .txt_detail_box  イベントコラム系
----------------------------------------------------------*/
.txt_detail_box {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 40px;
}
.txt_detail_box h1 {
	margin-bottom: 20px;
}
.txt_detail_box h2 {
	margin-bottom: 15px;
	margin-top: 60px;
	clear: both;
	padding: 0 0 8px 14px;
	font-family: "Mplus 1p Medium",'M PLUS 1p Medium', sans-serif;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.2;
}
.txt_detail_box h3 {
	margin-bottom: 10px;
	margin-top: 40px;
}
.txt_detail_box h4 {
	margin-bottom: 5px;
	margin-top: 20px;
}
.txt_detail_box p {
	margin-bottom: 30px;
}
.txt_detail_box em {
	font-style: italic;
}
/* Phone ******************************/
@media only screen and (max-width: 767px){
.txt_detail_box {
	font-size: 14px;
	font-size: 1.4rem;
}
.txt_detail_box h2 {
	font-size: 22px;
	font-size: 2.2rem;
}
} /*/@media*/


/*----------------------------------------------------------
/* .page_top ページトップ
----------------------------------------------------------*/
.page_top {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.page_top a {
	display: block;
}

/* SP用 *******************************/
@media only screen and (max-width: 767px){
.page_top a {
}
.page_top img {
	width: 40px;
	height: 40px;
}
} /*/@media*/

/*----------------------------------------------------------
/* .footer フッター
----------------------------------------------------------*/
.footer .foot_nav01 {
	background-color: #E2DFD8;
}
.footer .foot_nav01 .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.footer .foot_nav01 ul {
	margin-bottom: 0;
	padding: 15px 0;
	text-align: center;
}
.footer .foot_nav01 li {
	margin: 5px 0;
	padding: 0 60px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	border-right: 1px solid #B7AF9D;
	display: inline-block;
}
.footer .foot_nav01 li:first-child {
	padding-left: 0;
}
.footer .foot_nav01 li:last-child {
	padding-right: 0;
	border-right: none;
}
.footer .foot_nav02 {
	padding: 40px 0 20px;
	background-color: #FFF;
}
.footer .foot_nav02 .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.footer .foot_nav02 .group01,
.footer .foot_nav02 .group02,
.footer .foot_nav02 .group03,
.footer .foot_nav02 .group04,
.footer .foot_nav02 .group05 {
	float: left;
	width: 20%;
	padding: 0 10px;
}
.footer .foot_nav02 .group01 { width: 25%; padding-left: 0; }
.footer .foot_nav02 .group04 { width: 15%; }
.footer .foot_nav02 .group05 { padding-right: 0; }

.footer .foot_nav02 .box01 p {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.footer .foot_nav02 .box01 li {
	padding-left: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	background: url(../img/common_arw04.png) no-repeat left 0.5em;
}
.footer .foot_nav02 .box02 p {
	float: left;
	padding-top: 60px;
}
.footer .foot_nav02 .box02 p small {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.4;
}
.footer .foot_nav02 .box02 ul {
	float: right;
}
.footer .foot_nav02 .box02 li {
	float: left;
	margin-left: 20px;
}
.footer .foot_nav02 .box02 li:nth-child(1) {
	padding-top: 8px;
}
.footer .foot_nav02 .box02 li:nth-child(3) {
	padding-top: 7px;
}
.footer.slim .foot_nav02 {
	padding: 30px 0 20px;
}
.footer.slim .box03 {
	float: left;
}
.footer.slim .box03 p {
	clear: both;
	padding-top: 0;
}
.footer.slim .box03 p:first-child {
	margin-bottom: 20px;
}
.footer .foot_nav03 {
	padding: 40px 0 20px;
	background-color: #FFF;
}
.footer .foot_nav03 .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px 120px 10px;
}
.footer .foot_nav03 .box01 {
	width: 70%;
	float: left;
}
.footer .foot_nav03 .box01 p {
	float: left;
	margin-right: 40px;
}
.footer .foot_nav03 .box01 li {
	display: inline-block;
	margin-right: 20px;
}
.footer .foot_nav03 .box02 {
	overflow: hidden;
}
.footer .foot_nav03 .box02 p {
	text-align: right;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.footer .foot_nav01 .inner {
	padding: 0;
}
.footer .foot_nav01 ul {
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
}
.footer .foot_nav01 li {
	padding: 0;
	border-right: none;
	border-bottom: 1px solid #B7AF9D;
	display: block;
}
.footer .foot_nav01 li:last-child {
	border-bottom: none;
}
.footer .foot_nav01 li a {
	padding: 10px 20px 10px 35px;
	text-decoration: none;
	background: url(../img/common_arw04.png) no-repeat 20px center;
	display: block;
}
.footer .foot_nav02 .inner {
	padding: 0 20px;
}
.footer .foot_nav02 .group01 {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
}
.footer .foot_nav02 .group01:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}
.footer .foot_nav02 .group01 {
	min-height: 1px;
}
* html .footer .foot_nav02 .group01 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.footer .foot_nav02 .group01 p {
	text-align: center;
/*
	float: left;
	width: 40%;
	margin: 0 5% 20px;
	text-align: center;
*/
}
.footer .foot_nav02 .group02,
.footer .foot_nav02 .group03,
.footer .foot_nav02 .group04,
.footer .foot_nav02 .group05 {
	display: none
}
.footer .foot_nav02 {
	padding: 30px 0 90px;
}
.footer .foot_nav02 .box02 p {
	float: none;
	margin-bottom: 20px;
	padding-top: 0;
	text-align: center;
}
.footer .foot_nav02 .box02 ul {
	float: none;
	width: 80%;
	margin: 0 auto;
}
.footer .foot_nav02 .box02 li {
	width: 33.3333%;
	margin-left: 0;
	text-align: center;
}
.footer .foot_nav02 .box02 li:nth-child(1) {
	width: 45.9770%;
	text-align: right;
}
.footer .foot_nav02 .box02 li:nth-child(2) {
	width: 20.9770%;
}
.footer .foot_nav02 .box02 li:nth-child(3) {
	width: 33.0459%;
	text-align: left;
}
.footer.slim .foot_nav02 {
	padding: 30px 0;
}
.footer.slim .box03 {
	float: none;
}
.footer .foot_nav03 {
	padding: 30px 0 180px;
}
.footer .foot_nav03 .inner {
	padding: 0 20px;
}
.footer .foot_nav03 .box01 {
	float: none;
	width: 100%;
	padding: 0;
	position: relative;
}
.footer .foot_nav03 .box01 p {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.footer .foot_nav03 .box01 ul {
	position: absolute;
	top: 100px;
	text-align: center;
	width: inherit;
	display: inline-block;
		margin: 0 auto;
}
.footer .foot_nav03 .box01 li {
	text-align: center;
	width: 33.3333%;
	margin-right: 0;
}
.footer .foot_nav03 .box02 {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
}
.footer .foot_nav03 .box02 p {
	text-align: center;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.footer .foot_nav02 .box02 ul {
	width: 100%;
}
.footer .foot_nav02 .box02 li:nth-child(1),
.footer .foot_nav02 .box02 li:nth-child(3) {
	text-align: center;
}
.footer .foot_nav02 .box02 li img {
	width: 90%;
}
} /*/@media*/

/*----------------------------------------------------------
/* カラー設定
----------------------------------------------------------*/
/* 共通ボタン */
.global_nav .menu_btn.close,
.top .common_btn a,
.common .common_btn a,
.common .common_btn button,
.common_btn input[type="button"],
.common_btn input[type="submit"],
.common .tbl_btn a,
.common .tbl_btn button,
.common .tbl_btn input[type="button"],
.common .tbl_btn input[type="submit"] {
	background-color: #A80329;
}

/* ポイント等・ギフト券等の数値強調カラー */
.member_info .txt b,
.top b.num,
.common b.num {
	color: #E63939;
}

/* スライダーpaginationカラー */
.swiper-pagination-bullet-active {
		background: #E63939 !important;
}

/* .header ヘッダー
/* .global_nav グローバルナビ
------------------------------------------------*/
/* 会員登録ボタン */
.header .head_nav .btn li:nth-child(1) a,
.global_nav .btn li:nth-child(1) a {
	background-color: #3F352E !important;
}
/* リマインダーリンクカラー */
.header .head_nav .link li:nth-child(3) a, .global_nav .link li:nth-child(3) a {
		color: #0059B2;
}
/* ヘッダー右要素 */
.header .head_nav {
		margin-top: 10px;
}

/* マイページボタン */
.header .head_nav .btn li.mypage a,
.global_nav .btn li.mypage a {
	background-color: #EE7933 !important;
}

/* PCカートボタン */
.global_nav .cart_btn a {
		color: #FFF;
		background-color: #EE7933;
}

/* グローバルナビ背景 */
.global_nav,
.global_nav li a,
.head_fixed .half_bg01 {
	background-color: #A80329
}

/* グローバルナビ文字 */
.global_nav li a {
	color: #FFF;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
/* グローバルナビホバー */
.global_nav li a:hover {
	background-color: #E8374A !important;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
/* スマホロゴサイズ */
.header .logo {
	max-width: 220px;
}
/* スマホカートボタン */
.header .cart_btn,
.header .cart_btn a {
	color: #EE7933;
}
/* スマホメニューボタン */
.header .menu_btn.open {
	color: #A80329;
}
/* スマホメニューアイコン */
.header .head_nav .btn li,
.global_nav .btn li {
	width: 100%;
	margin-right: 0 !important;
}
/* スマホメニューアイコン */
.header .head_nav .btn li,
.global_nav .btn li {
	color: #A80329;
}
/* スマホメニュー閉じるボタン */
.global_nav .menu_btn.close {
	background-color: #A80329;
}
} /*/@media*/

/* .sub_menu サブメニュータイトル
------------------------------------------------*/
.contents .sub_menu h2 {
	background-color: #A80329 !important;
}

/* Desktop ****************************/
@media print, screen and (min-width: 768px){
/* サブメニューホバー */
.contents .sub_menu li a:hover {
	background-color: #EDF4C1 !important;
}
} /*/@media*/

/* .news お知らせ
------------------------------------------------*/
/* お知らせタグ */
/* お知らせタグ */
.news li .tag.color01 { background-color: #2F8FA7 !important; }/* 商品交換 */
.news li .tag.color02 { background-color: #E83939 !important; }/* 提携ECサイト */
.news li .tag.color03 { background-color: #BAAE21 !important; }/* アンケート */
.news li .tag.color04 { background-color: #65A833 !important; }/* イベント */
.news li .tag.color05 { background-color: #40BB8A !important; }/* コラム */
.news li .tag.color06 { background-color: #FF8000 !important; }/* サービス */

/* .select_item 交換商品を選ぶ
------------------------------------------------*/
/* 案内部分背景 */
.select_item .bg01,
.save_point .bg01,
.save_point .bg02 {
	background: none #FFF !important;
}

/* 案内部分罫線 */
.dot_line {
	border-top-color: #CCC !important;
}


/* .login ログイン
------------------------------------------------*/
/* 新規会員登録なし */
.login .box01 {
		width: 100% !important;
}
.common .login_tbl {
		width: 80% !important;
}
.login .common_btn {
		float: none !important;
}
.login .link01 {
		text-align: center !important;
}
/* Phone ******************************/
@media only screen and (max-width: 767px){
.common .login_tbl {
		width: 100% !important;
}
}

/* .footer フッター
------------------------------------------------*/
/* フッター上部背景 */
.footer .foot_nav01 {
	background-color: #A80329 !important;
}

/* フッターナビ上部文字 */
.footer .foot_nav01 li {
	border-right-color: #FFF;
}
.footer .foot_nav01 li a {
	color: #FFF;
}

/* フッター下部背景 */
.footer .foot_nav02,
.footer .foot_nav03 {
	background-color: #FFF !important;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
/* スマホフッターメニュー白ライン */
.footer .foot_nav01 li {
	border-bottom-color: #FFF;
}

/* スマホフッターメニュー白矢印 */
.footer .foot_nav01 li a {
	background-image: url(../img/common_arw04-wht.png);
}
} /*/@media*/

/*----------------------------------------------------------
/* グローバルメニュー個数設定
/* (3個の場合33.3333% / 4個の場合25%)
----------------------------------------------------------*/
/*.global_nav li { width: 25% !important; }*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
/*.global_nav .menu li { width: 25% !important; }*/
} /*/@media*/
