@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	-webkit-text-size-adjust: none;
	background: #fff;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: #666;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

strong {
	font-weight:normal;
	color:#e65c00;
}

header {
	background: #7ac1a2;
	background: radial-gradient(circle 400px at 50% -250px,#b9f5d7,#7ac1a2) !important;
	position: relative;
	height:120px !important;
	text-align: center;
}
#header {
	padding-top:0px;
}
#header .inner {
	position: relative;
	max-width:100%;
	padding-left:0px;
	padding-right:0px;
}
#header .header_logo_area {
	float:none;
	margin-right:0px;
}
.header_logo_area .logo {
	width:300px;
	padding-top:20px;
	margin:0 auto;
}
.member_link {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index:1000;
}
.member_link li a {
	float:left;
	display: block;
	opacity: 0.7;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
}
.member_link li.text a {
	display: block;
	opacity:1;
	width:100px;
	height: 50px;
	color: #fff;
	border-radius:10px;
	z-index:1500;
}
.member_link li.link1 a {
	background-color:#00b368;
}
.member_link li.link2 a {
	background-color:#ffb3cc;
}

#menubar {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
}
#menubar ul {
	max-width:1200px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	letter-spacing: 0.1em;
	height: 40px;
}
#menubar ul li {
	float: left;
	width: 20%;
}
#menubar ul li a {
	text-decoration: none;
	display: block;
	line-height: 40px;
	color: #fff;
	border-right: 1px solid #fff;
}

#contents {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding:0px;
}
#contents_top,
#contents .inner {
	clear: both;
	max-width: 1200px;
	padding:15px 0;
	margin: 0 auto;
	overflow: hidden;
}
#contents .inner {
	padding-bottom:0px !important;
}
#contents section {
	margin-bottom:30px;
}

#contents h1.page-heading,
#contents h2 {
	clear: both;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin:0px 0px 15px 0px;
	padding: 4px 20px;
	background: #7ac1a2;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
}
#contents h3 {
	clear: both;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 18px;
	padding: 3px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#contents p {
	padding: 0px 20px 15px;
}
#contents_bottom {
	clear:both;
}

#side_left {
	width:20%;
	padding-right:0px;
}
.theme_side_left #main #main {
	float:none;
	width:100%;
}

#side_main section {
	padding: 20px;
	margin-bottom: 15px;
	background: #f7f7f7;
	border: solid 10px #d2e9dd;
	border-radius: 10px;
}
#side_main h2 {
	background: none;
	padding: 0;
	color: #666;
}
#side_main h2::first-letter {
	border-left: 3px solid #7ac1a2;
	padding-left: 10px;
}

#side_main ul {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}
#side_main ul li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
#side_main ul li a {
	display: block;
	padding: 2px 10px;
}

footer {
	clear: both;
	color: #fff;
	text-align: center;
}
#footer {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	background: #7ac1a2;
	border-top-style:none;
}
#footer_inner {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#footer_inner .inner {
	padding: 20px 0px;
}
#footer ul {
	float: left;
	width: 20%;
	padding-right: 2%;
	padding-bottom:0px;
	text-align: left;
}
footer a {
	color: #fff !important;
}
footer .copyright {
	text-align:center;
}

#pagetop {
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	color: #FFF;
	font-size: 20px;
	padding: 0px 30px;
	background: #7ac1a2;
	border-radius: 4px 4px 0px 0px;
}

.btn-primary {
	display: inline-block;
	height:auto;
	min-width:220px;
	line-height:220%;
	margin: 0 auto;
	margin-top:10px;
	padding: 5px 50px;
	font-size: 18px;
	color: #fff;
	background-color: #7ac1a2;
	border-radius: 50px;
	border: 1px solid transparent;
	letter-spacing: 0.1em;
}
.btn-info {
	display: inline-block;
	height:auto;
	min-width:220px;
	line-height:220%;
	margin: 0 auto;
	padding: 5px 50px;
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	letter-spacing: 0.1em;
}
.btn-block {
	width:auto !important;
}

.sample {
	float: left;
	margin-right: 1%;
	margin-bottom: 15px;
	width: 30%;
}

.option1 {
	background: #ff9999;
	background: rgba(241,96,107,0.7);
	color: #fff;
}
.option1, .option2 {
	position: absolute;
	left: -10px;
	top: -10px;
	transform: rotate(-30deg);
	font-size: 10px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

/*
その他
*/
.clear {
	clear:both;
}

.pc {
	display:block;
}
.pc2 {
	display:inline-block;
}
.sp {
	display:none;
}
.sp2 {
	display:none;
}

/*
トップ
*/
body#page_homepage header {
	background: #7ac1a2 url(../img/header/bg1.png) no-repeat right center;
	background: url(../img/header/bg1.png) no-repeat right center/auto 130%,radial-gradient(circle 600px at 22% -200px,#b9f5d7,#7ac1a2) !important;
	height: 600px !important;
}
body#page_homepage .header_logo_area .logo {
	position: absolute;
	width: 400px;
	padding-top:0;
	left: 10%;
	top: 60px;
}
body#page_homepage #menubar {
	position: relative;
	top: 0px;
}
body#page_homepage #menubar ul {
	border-left: none;
}
body#page_homepage #menubar li a {
	padding: 0;
	border-right: none;
	font-size: 12px;
	color: #999;
	background: #fff;
	background: rgba(255,255,255,0.8) padding-box;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.4);
	position: absolute;
}
body#page_homepage #menubar li#menu1 a {
	width: 140px;
	line-height: 120px;
	left: 5%;
	top:195px;
}
body#page_homepage #menubar li#menu2 a {
	width: 110px;
	line-height: 90px;
	left: 14%;
	top:345px;
}
body#page_homepage #menubar li#menu3 a {
	width: 180px;
	line-height: 160px;
	left: 22%;
	top:105px;
}
body#page_homepage #menubar li#menu4 a {
	width: 130px;
	line-height: 110px;
	left: 37%;
	top:265px;
}
body#page_homepage #menubar li#menu5 a {
	width: 90px;
	line-height: 70px;
	left: 53%;
	top:205px;
}
body#page_homepage #menubar li a:hover {
	box-shadow: 0px 0px 30px rgba(255,255,255,0.8);
	color: #7ac1a2;
	background: #fff padding-box;
}

body#page_homepage	#contents_top,
body#page_homepage #contents .inner {
	padding:40px 0;
}

body#page_homepage #top_main {
	font-size: 20px;
}
body#page_homepage #top_main h2 {
	background: none !important;
	border-radius: 0 !important;
	line-height: 1.3 !important;
	text-align: center !important;
	border: none !important;
	margin-bottom: 20px !important;
	color: #7ac1a2 !important;
	font-size: 50px !important;
	border-bottom: 1px dashed #7ac1a2 !important;
	letter-spacing: 0.2em !important;
	text-shadow: 8px 8px #eee !important;
}
body#page_homepage .inner2 {
	padding: 0px 20px 15px;
}
body#page_homepage #main_middle .inner2 p {
	padding:0px;
}
body#page_homepage #top_main strong {
	display:block;
}
body#page_homepage strong.strong2 {
	font-weight:bold;
	color: #666;
}

#news_area {
	background:transparent;
}
#news_area .heading01 {
	margin-bottom: 15px;
	padding: 4px 20px;
}
#news_area dl {
	padding-left: 15px;
	margin-bottom: 15px;
	height: 110px;
	overflow: auto;
}
#news_area dt .date {
	color: #7ac1a2;
}

#calendar th {
	font-weight:normal;
	border:solid 1px #D4D4D4;
}
#calendar td {
	border:solid 1px #D4D4D4;
}
#calendar .holiday {
	background: #FDB8CF !important;
	color: #000 !important;
}
#calendar .today {
	background: #87CBB2 !important;
	color: #000 !important;
}

body#page_product_list #result_info_box {
	display:none;
}
#topicpath {
	display:none;
}
#item_list {
	margin:0px 2%;
}
#item_list .product_item {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	float: left;
	width: 22.3%;
	height: 340px;
	margin: 0 0 20px 2%;
	padding: 2%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	background: #eee;
}
#item_list .product_item .item_photo {
	display:table-cell;
	height:165px;
	vertical-align:middle;
	background-color:#fff;

}
#item_list .product_item .item_name {
	color: #7ac1a2;
	margin-top: 10px;
	font-weight:bold;
	line-height: 1.5;
}
#item_list .product_item  .item_comment {
	font-size: 12px;
	line-height: 1.5;
}


.product_page #product_tag_box {
	display:none;
}
.item_comment strong {
	font-weight:bold;
}
.item_comment div {
	text-align:center;
}
.item_comment p {
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.item_comment table {
	width: 96%;
	margin: 0 auto 15px;
}
.item_comment table,
.item_comment th,
.item_comment td {
	padding: 10px;
	border: 1px solid #ccc;
}
.item_comment th {
	width:16%;
}
.item_comment td {
	width:84%;
}
.item_comment td.delivery {
	color:#e65c00;
}
#item_price {
	float:left;
	margin: 14px 0;
}
#item_price dt {
	float: left;
	min-height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#item_price dd {
	padding-left: 3em;
}
#item_price p {
	padding-bottom:0px;
}
#detail_cart_box__cart_quantity {
	float:left;
	margin-left:30px;
}
#detail_cart_box__button_area {
	text-align:center;
}

#page_help_about #greeting p {
	margin-top:15px;
}


#page_help_guide .inner2 {
	padding:0px 20px;
}
#page_help_guide .inner2 h4 {
	color: #e65c00;
}
#page_help_guide .inner2 p {
	padding-left:10px;
}
#page_help_guide .inner2 ul,
#page_help_guide .inner2 ol {
	margin-left:30px;
	margin-top:-15px;
}
#page_help_guide .inner2 ul {
	list-style-type:disc;
}
#page_help_guide .inner2 ol {
	list-style-type:decimal;
}

#page_contact p.notice {
	margin-top:20px;
}
#page_contact p.notice a {
	text-decoration:underline;
}

#page_help_tradelaw .dl_table {
	border-style:none;
}
#page_help_tradelaw .dl_table dt {
	clear: both;
	display:block;
	width:100%;
	margin-bottom: 15px;
	font-size: 18px;
	padding: 3px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#page_help_tradelaw .dl_table dd {
	clear: both;
	display:block;
	width:100%;
	padding: 0px 20px 15px;
	border-style:none;
}

#shopping_confirm .heading02 {
	color:#656565;
}
