/* ************************************************
*  all
* ************************************************ */
/* #gmo_CMSPbar {display:none;} */
#gmo_CMSPbar{
	width:100%;
	height:27px;
	min-width:950px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #BCBCBC;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ ゴシック';
	font-size:12px !important; /* IE 7 */
	font-size:75%;
	background:#ebebeb;

}




* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	width: 100%;
	margin: 0 auto;
	text-align:left;
	font-size: 14px;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande',
	Meiryo, メイリオ, sans-serif;
	background-color: #f8f7f4;
	letter-spacing: 0.1em;
	line-height: 22px;
	color: #666;
}
a {
	outline: none;
	color: #666;
}
a:visited,:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c86464;
}


a:hover img{
	filter:alpha(opacity=60);
		 opacity: 0.6;
		-moz-opacity: 0.6;
}

a img{
	filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
}

h2.midashi_01 {
	border-left: 7px solid #fa8aa2;
	color: #5c5b5b;
	font-family: YuGothic, '游ゴシック','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande',
	Meiryo, メイリオ, sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 0 20px;
	padding: 0 0 0 18px;
}

h1.sample{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
padding-left: .5em;
margin-bottom: 10px;
background-color: #87cefa;/* 背景色 */
border-radius:15px;/* 角丸 */
color: #ffffff;/* フォント色 */
}

h2.midashi_02 {
		position: relative;
		padding: 0.6em;
	color: #5c5b5b;
	font-size: 24px;
	font-weight: 500;
		background: -webkit-repeating-linear-gradient(-45deg, #e3f6ff, #e3f6ff 4px,#c0ebff 3px, #c0ebff 8px);
		background: repeating-linear-gradient(-45deg, #e3f6ff, #e3f6ff 4px,#c0ebff 3px, #c0ebff 8px);
		border-radius: 7px;
		margin-bottom:  40px;
}
h2.midashi_02:after {
		position: absolute;
		content: '';
		top: 100%;
		left: 30px;
		border: 15px solid transparent;
		border-top: 15px solid #c0ebff;
		width: 0;
		height: 0;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Arial, Helvetica, sans-serif;	
}

.marker {
	background:linear-gradient(transparent 50%, #d8edf5 50%);
	line-height: 2;
	padding: 0 0 6px;
	font-size: 24px;
}

.marker2 {
	background:linear-gradient(transparent 50%, #fbf8bd 50%);
	font-size: 18px;
	line-height: 2;
	padding: 0 10px 6px;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
	line-height: 0;
}

hr {
	clear: left;
	margin: 10px 0;
	border: 0;
}

img {
	border: none;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.obj-fit {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.visible-phone {
	display: none;
}

/* Twitterフォローボタン */
#twitter-widget-0 {
	margin: 10px 5px;
}


/* スライドショー */

#slide{
	margin-bottom: 30px;
	width: 1050px;
	 height: 420px;
}

#stage img{
	display: none;
	position: absolute;
		}

#stage #img1{
				display: block;
		}

.slide-single {
	margin-bottom: 30px;
}
.slide-single img {
	width: 100%;
}


/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* ************************************************
*  layout
* ************************************************ */

追加修正
#outer {
	overflow-x: hidden;
	max-width: 100%;
	height: auto;
}

/* ドロワー */
#drawer {
	position: fixed;
	top: 0;
	left: -280px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 280px;
	height: 100%;
	color: #fff;
	background: #555;

	z-index: 11;

	-webkit-overflow-scrolling: touch;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#drawer.open {
	-moz-transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
}

.drawer-item {
	border-bottom: 1px solid #333;
}

.drawer-item-name {
	font-size: 114.28571%;
	font-weight: normal;
	display: inline-block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.drawer-item-name .icon {
	width: 24px;
	margin: 0 10px 0 0;
}

.drawer-item-name-text {
	display: inline-block;
	width: 70%;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.drawer-item-name-icon {
	width: 10%;
	height: auto;
	text-align: right;
}
.drawer-item-name-icon .icon {
	width: 16px;
	margin: 0;
}

.drawer-accordion {
	border-bottom: 1px solid #333;
}
.drawer-accordion ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drawer-accordion-name {
	font-size: 114.28571%;
	font-weight: normal;
	display: inline-block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.drawer-accordion-name .icon {
	width: 24px;
	margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
	display: inline-block;
	width: 70%;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.drawer-accordion-name-icon {
	width: 10%;
	height: auto;
	text-align: right;
}
.drawer-accordion-name-icon .icon {
	width: 16px;
	margin: 0;
}

.drawer-accordion-item {
/*
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #111;
*/
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;

	background: #fff;
}
.drawer-accordion-item:last-child {
	border: none;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
}
.drawer-accordion-item a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 20px 10px;
	color: #222;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.drawer-accordion-item a:active {
	background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
	vertical-align: middle;
}
.drawer-accordion-item .icon {
	width: 24px;
	margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
	display: inline-block;
	width: 87%;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.drawer-accordion-item-icon {
	width: 10%;
	height: auto;
	text-align: right;
}
.drawer-accordion-item-icon .icon {
	width: 16px;
	margin: 0;
}

.drawer-accordion-item_2:first-child {
		border-top: 1px solid #333;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
}


.drawer-accordion-item_2 {
	border-bottom: 1px dotted #ccc;
	background: #eee;
 font-size: 114.28571%;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
}
.drawer-accordion-item_2:last-child {
	border: none;
	background: #eee;
 font-size: 114.28571%;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
}
.drawer-accordion-item_2 a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px;
	color: #222;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.drawer-accordion-item_2 a:active {
	background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item_2 a img {
	vertical-align: middle;
}
.drawer-accordion-item_2 .icon {
	width: 24px;
	margin: 0 10px 0 0;
}


.drawer--search {
	border-bottom: 2px solid #333;
	padding: 20px;
}



.freepage-box ul li {
	box-sizing: border-box;
	font-size: 114.28571%;
	font-weight: normal;
	display: inline-block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px;
	background: #eee;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 1px inset;
}
.freepage-box ul li a {

}
.freepage-box h4 {
	background-color: #0687d9;
	color: #fff;
	text-align: center;
}

.freepage-box ul li.english {
	background: #fff;
}




/* ドロワーここまで */



/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:1050px;
	text-align:left;
	background-color: #fff;

	position: relative;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#container.open {
	-moz-transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
}


/*  #f8f7f4 */

/*ヘッダー*/

#header {
	clear:both;
	padding: 0 0 0;
	width:100%;
}



#side {
	float: left;
	width: 21.43%;
}
#side img {
	width: 100%;
}
#side .sns {
	border: 1px solid #eee;
	overflow: auto;
	height: 500px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	margin: 0 2%;
	width: 96%;
}
#side .sns iframe {
	width: 100vw !important;
}


#main {
	float: right;
	margin-top: 10px;
	width: 76.191%;
}

#main .lineup {
	margin: 25px 0 80px;
}

#main .lineup div {
	float: left;
	margin: 0 3.125% 40px 0;
	width: 31.25%;
}
#main .lineup div img{
	width: 100%;
}

#main .lineup div:nth-child(3n) {
	float: left;
	margin: 0 0 40px 0;
	width: 31.25%;
}

#main_2 {
	width: 1000px;
	margin: 0 25px;
}

/* イベント用 */
.event_01 {
	margin: 40px auto 30px;
}
.event_01 img {
	width: 100%;
}
.event-box {
	margin-bottom: 60px;
}
.event-box div {
	float: left;
	width: 49.4%;
}
.event-box div img {
	width: 100%;
}
.event-box div:last-child {
	float: right;
	width: 49.4%;
}



/*フッター（コピーライト）*/
#footer {
	font-family:"Lora","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	clear:both;
	padding: 0;
	width:100%;
	color: #666;
	text-align: center;
	background-color: #fff;
}
#footer .footer_menu br {
	display: none;
}

/*スライダー*/
.slider{
	margin: 0 0 20px;
}
.bx-wrapper .bx-viewport {
		-moz-box-shadow: 0 0 0 #ccc !important;
		-webkit-box-shadow: 0 0 0 #ccc !important;
		box-shadow: 0 0 0 #ccc !important;
		border: 0px solid #fff !important;
		left: -0px !important;
		background: #fff;
		-webkit-transform: translatez(0);
		-moz-transform: translatez(0);
		-ms-transform: translatez(0);
		-o-transform: translatez(0);
		transform: translatez(0);
}

.bx-has-pager {
	display: none !important;
}

/* ************************************************
*  header
* ************************************************ */

#header .header_link {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
}
#header .header_link ul {
}
#header .header_link ul li {
	float: left;
	font-size: 12px;
	margin-left: 20px;
	list-style-type: none;
	letter-spacing: normal;
	line-height: 16px;
}
#header .header_link ul li i {
	display: block;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
#header .header_link ul li a {
	text-decoration: none;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li.my_account i.account {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name{
	float: right;
	clear: right;
	margin: 0 0 13px;
}
#header .header_link ul li.view_cart {
}
#header .header_link ul li.view_cart i.cart {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header .header_link ul li.view_cart span.count {
	margin-left: 5px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ff3355;
	color: #fff;
	font-weight: bolder;
}

#header .header_delivery_price {
	float: right;
	clear: right;
	margin: 0 0 17px;
	padding: .5em 1em .3em;
	border: solid 1px #aaa;
	list-style: none;
	line-height: 1.5;
}
#header .search {
	float: right;
	clear: right;
	margin-bottom: 40px;
}

.logo-box .logo {
	float: left;
	clear: right;
	font-size: 40px;
	/* margin: 35px 0 40px 50px; */
	margin: 15px 0 40px 50px;
/* 	max-width: 50%; */
	word-wrap: break-word;
}
.logo-box .logo a {
	text-decoration: none;
}
.logo-box .logo img {
	max-width: 330px;
}

.head_info {
	float: right;
	clear: right;
	margin: 17px 0 25px;
}
/*
.head_info .tel-box {
	float: right;
	clear: right;
	margin: 0 40px 10px 0px;
}
*/
.head_info .free-box img {
	width: 330px;
}


.eglish-box {
	clear: both;
	padding: 0 2.5% 10px;
	text-align: right;
}
.eglish-box a {
	color: #0687d9;
}



/* お知らせ 2016-11-05 追加修正 */
.midashi-box {
	width: 90%;
	margin: 15px 5% 25px;
}
.info-box {
	border: 1px solid #888888;
	 -moz-border-radius: 20px;
	 -webkit-border-radius: 20px;
	border-radius: 20px;
	width: 90%;
	margin: 30px 5% 25px;
}
.info-box .img-box {
	margin: 0 auto;
	text-align: center;
}
.info-box img {
	width: 440px;
}
.info2-box {
		background: #6eb7ff;
		border-bottom: solid 6px #3f87ce;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
		box-sizing: border-box;
	 -moz-border-radius: 20px;
	 -webkit-border-radius: 20px;
	border-radius: 20px;
	width: 90%;
	margin: 15px 5% 25px;
	padding: 15px;
}
.scr2 {
		padding: 0.5em 1em;
		margin: 2em 0;
		color: #fff;
		background: #6eb7ff;
		scrollbar-base-color: #6eb7ff;
}





ul.navi{
	clear: left;
	/* font-family: "Times New Roman" , Garamond ,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	color: #666;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.1em;
	margin: 0 0 25px;
	text-align: center;
	width: 100%;
		}


.navi li {
	border-right: 1px dotted #999292;
	box-sizing: border-box;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 5px 2%;
	position: relative;
	text-align: center;
}
.navi li:last-child {
	border-right: none;
}
.navi li:last-child a {
	color: #0687d9;	
}

.navi li a:hover {
	text-decoration: none;
}

.navi .sub-menu  {
	background: #0687d9;    
	display: none;
	/* display: block; */
	margin: 12px 0 0;
	opacity: 0.9;
	position: absolute;
	padding: 0;
	width: 125px;
	top: 20px;
	left: -3px;
	z-index: 10000;
	height: unset;    	
	text-align: left;
}
.navi .sub-menu li  {
	border-bottom: 1px dotted #a3d1ef;
	border-right: none;
	display: block;
	font-size: 14px;
	margin: 0;
	text-align: left;
	width: 100%;
}

.navi .sub-menu li:last-child {
	border-bottom: none;
}
.navi li:last-child .sub-menu a {
	color: #0687d9;	
	display: inline-block;
	padding: 0 5px 0;
	color: #fff;
	transition:all .5s ease-out;		
}

.navi .dropdown a {

}
.navi .dropdown:hover ul {
	display: block;
}
.navi .dropdown li a:hover {
	color: #b2feff;
	transition:all .5s ease-out;	
}




.clear {
	clear: both;
}


/* ************************************************
*  oshiharai
* ************************************************ */

/*
.oshiharai {
	background-image: url(https://img14.shop-pro.jp/PA01182/907/etc/A-oshiharai_2.jpg?cmsp_timestamp=2056003541);
	width: 1050px;
	height: 625px;
	position: relative;
	 font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande',
	Meiryo, メイリオ, sans-serif;
	border-bottom: solid #999 1px;
}
*/


.oshiharai h4 span {
	background-color: #f58ba1;
	padding: 5px;
}
.oshiharai .detail01-box h4 {
	border-bottom: 1px dashed #959595;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.oshiharai .detail01-box img {
		width: 100%;
}
.oshiharai h5 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}
.oshiharai .detail02-box {
	margin: 20px 0 0;
}
.oshiharai .detail02-box h5 {
	border-top: 1px dashed #959595;
	padding-top: 10px;
}
.oshiharai .yellow {
	background-color: #faf8bf;
	padding: 5px;
}
.oshiharai .pink {
	color: #f13d6c;
}

.oshiharai .detail03-box h5 {
	border-top: 1px dashed #959595;
	margin-top: 8px;
	padding-top: 10px;
}


.oshiharai-wrapper {
	border-bottom: 1px solid #959595;
	clear: both;
	padding-bottom: 15px;
}
.oshiharai-wrapper h3 {
	background-color: #eee;
	color: #2c2b2b;
	display: inline;
	font-size: 18px;
	font-weight: normal;
	margin-left: 20px;
	padding: 10px 50px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
}



.oshiharai {
	color: #5c5b5b;
	border: 1px solid #959595;
	font-size: 14px;
	margin: 30px 20px 0;
	padding: 20px;
}
.oshiharai .detail01-box {
	float: left;
	margin-right: 5%;
	width: 30%;
}
.oshiharai .detail02-box {
	float: left;
	margin-right: 5%;
	width: 23%;
}
.oshiharai .detail03-box {
	float: left;
	width: 37%;
}


/* subscription 定期購入 */

.subscription-box {
	margin: 30px auto 120px; 
}
.subscription-box h4 {
	color: #5c5b5b;
	font-size: 16px;
	font-weight: bold;
}
.subscription-box p {
	font-size: 14px;
	margin-bottom: 15px;
}
.subscription-box p span {
	color: #1E90FF;
	font-size: 16px;
	font-weight: bold;
}

.subscription-box img {
	margin: 10px 0 10px;
	max-width: 800px;
	width: 100%;
}

.subscription-box img.mar_b80 {
	margin-bottom: 80px;
}



/* ************************************************
*  footer
* ************************************************ */

#footer {
		 font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande',
	Meiryo, メイリオ, sans-serif;
}


.foot_copy {
	color: #666;
}

#footer a {
	color: #666;
}

#footer .footer_menu {
	clear: both;
	margin-bottom: 10px;
	}
#footer .footer_menu li {
	display: inline;
	margin: 0 5px;
}


.foot_copy {
		padding: 50px 0 30px;
	background-color: #fff;
}

.copyright {
	clear: both;
	padding: 1em 0;
	text-align: center;
	font-size: 76.923%;
	font-style: normal;
}



.powered {
	display: inline;
	margin-left: 1em;
	text-align: center;
	line-height: 18px;
}
.powered a {
	color: #777;
	text-decoration: none;
}
.powered img {
	margin-left: .3em;
	width: 200px;
	height: 18px;
}

.foot_policy{
	margin: 0 0 0px;
	padding: 0 0 0px;
	border-bottom: 0px solid #ccc;
}

.foot_sk_box{
	float: left;
	padding: 0 0 0 50px;
	width: 450px;
	text-align: left;
}
.foot_sk_box h3{
	font-size: 24px;
	margin: 0 0 1em;
}
.foot_sk_box h4{
	font-size: 14px;
	color: #f37e9f;
}
.foot_sk_box dt{
	margin: 0 0 .5em;
}
.foot_sk_box dd{
	margin: 0 0 1.5em;
}

#mobile{
	width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
	border-top: solid 1px #999;
	width: 100%;
}
#main .box h3 {
	font-size: 13px;
	vertical-align: middle;
}


 .icon{
	float: left;
	margin: 0 14px 0 20px;
	width: 20px;
	height: auto;
	text-align: center;
}
.icon img{
	max-width: 100%;
}

 .cate_img{
	float: left;
	height: 30px;
	text-align: center;
}





/* ************************************************
*  item_box  商品一覧ページ
* ************************************************ */


.item_box {
	display:inline-block;
	float: left;
	margin: 0 3.125% 40px 0;
	width: 31.25%;
	vertical-align:top;
	text-align: left;
	zoom:1;
}
.item_box:nth-child(3n)  {
	display:inline-block;
	float: left;
	margin: 0 0 40px 0;
	width: 31.25%;
	vertical-align:top;
	text-align: left;
	zoom:1;
}

.item_box .item_image img{
	width: 100%;
}

/*
.item_box .item_image {
	margin: 0px;
}
*/
.item_box .item_image img.item {
	max-width: 100%;
	border: solid 1px #ddd;
}
.item_box .item_detail {
	margin: 15px 0 0;
	padding-left: 10px;
	border-left: solid 1px #ddd;
}
.item_box .item_detail p{
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

.item_box .item_detail p.item_name {
	margin-bottom: 5px;
	font-size: 15px;
}

.item_box .item_detail p.item_description{
	text-overflow: initial;
	overflow: visible;
	white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
	margin-bottom: 10px;
	font-family:'Lucida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
}

.box_last{
	margin-right: 0;
}

.box_small .item_box {
	display:inline-block;
	margin: 0 33px 45px 0;
	width: 113px;
	vertical-align:top;
	text-align: left;
	zoom:1;
}
.box_small p {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
	margin-bottom: 5px;
	font-size: 13px;
}

.box_small .box_last {
	margin-right: 0;
}

.stock_error{
	display:none;
	padding:10px 0;
	color:#DA5858;
	font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

.scr {
	overflow: scroll;
	width: 87.25%;
	height: 180px;
/*   border: #dfdddd 1px solid; */
	margin: 20px 5.73% 30px;
}

.scr2 {
	overflow: scroll;
	width: 87.25%;
	height: 450px;
/*   border: #dfdddd 1px solid; */
	margin: 20px 5.73% 30px;
}


#news_box{
	width: 658px;
	margin: 20px 20px 20px 20px;
}


#main #box_info p {
	line-height: 20px;
}

#main #box_free {
	padding: 20px;
	border: #aaa solid 1px;
}
#main #box_free p {
	line-height: 20px;
}

#main #box_news .header_block{
	margin-bottom: 0;
}
#main #box_news ul{
	margin-left: 0;
	list-style: none;
}
#main #box_news ul li{
	border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
	border-top:none;
}
#main #box_news  ul li div{
	padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
	float: left;
	margin-right: 20px;
	width: 70px;
}
#main #box_news  p.news_message{
	float: left;
}

.banner {
	margin-bottom: 20px;
}
.banner div {
	float: left;
	width: 49.3%;
}
.banner div img {
	width: 100%;
}
.clearfix div img {
	margin: 5px 0 10px;
}

.banner div:nth-child(2) {
	float: right;
	width: 49.3%;
}





/* ************************************************
*   free_page
* ************************************************ */

.free_page {
	padding: 0 25px 25px;
	font-size: 16px;
	line-height: 200%;
}
.free_page img {
	max-width: 625px;
	width: 100%;
}


.free_page_1 {
	margin: 0 auto;
	padding: 0 0 25px;
	font-size: 16px;
	line-height: 200%;
	max-width: 625px;	
}
.free_page_1 .img-box {
	text-align: center;
	margin: 0 auto 10px;
}
.free_page_1 .img-box_02 {
	text-align: center;
	margin: 0 auto 10px;
}

.free_page_1 .message-box {
	position: relative;
}
.free_page_1 .message-box .img-box {

}
.free_page_1 .message-box .img-box img {
	 height: 1200px;
	 width: 100%;
}
.free_page_1 .message-box .text-box {
	position: absolute;
	top: 50px;
	left: 10px;
}
.free_page_1 .message-box .text-box p {
	color: #5d5557;
}


.free_page_1 .midashi-box {
	text-align: center;
}
.free_page_1 .list-box {
	margin: 0 auto;
	max-width: 270px;
}
.free_page_1 .list-box p {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 10px 12px;
}
.free_page_1 .list-box p span {
	color: #0687d9;
}

.free_page_1 p {
	font-size: 17px;
	line-height: 2;
	margin: 0 10px 20px;
}
.free_page_1 h2 {
	border-bottom: 2px solid #0687d9;
	font-size: 30px;
	font-weight: normal;
	margin: 0 auto 30px;	
	display: inline-block;
	padding: 0 10px 10px;
}
.free_page_1 h2 span {
	font-size: 24px;
}
.free_page_1 h2 br {
	display: none;
}

.free_page_1 h3 {
	/* background: #0687d9; */
	background: -webkit-linear-gradient(to right, #0687d9, #56b4db);
	background: linear-gradient(to right, #0687d9, #56b4db);	
	border-radius: 10px 10px 10px 10px;
	color: #fff;	
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 20px;
	padding: 10px 15px;
}
.free_page_1 h3.style_01 {
	background: none;
	color: #000;
	font-size: 28px;	
	font-weight: normal;
	margin: 20px 0 20px;
	padding: 10px 15px;
	text-align: center;
}
.free_page_1 h3.style_01 span {
	font-size: 18px;
}
.free_page_1 h3.style_02 {
	background: linear-gradient(transparent 50%, #fcf9bf 50%);
	line-height: 2;
	padding: 0 0 6px;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin: 20px 0 20px;
	text-align: center;
	letter-spacing: 0;
}

.free_page_1 h4 span {
	background:linear-gradient(transparent 50%, #fcf9bf 50%);
	letter-spacing: 0;
	line-height: 2;
	padding: 0;
	font-size: 24px;
}

.free_page_1 h4 {
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0;		
}
.free_page_1 h5 {
	font-size: 16px;
	margin: 0 15px 15px;	
}
.free_page_1 p.gray {
	border: 1px dotted #777;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
}



.free_page_2 {
	background-color: #fcf5f5;
	border:solid 3px #ede4e4;
	border-radius: 1em;
	margin-bottom: 30px;
	padding: 30px;
}

.free_page_3 {
	margin: 0 auto;
	padding: 0 0 25px;
	font-size: 16px;
	line-height: 200%;
	max-width: 625px;
}
.free_page_3 .img-box {
	text-align: center;
	margin: 0 auto 10px;
}

.free_page_3 h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 auto 50px;	
	position: relative;
	display: block;
	padding: 0 55px;
	text-align: center;	
	width: 200px;
}
.free_page_3 h2:before, .free_page_3 h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #0687d9;
}
.free_page_3 h2:before {
	left:0;
}
.free_page_3 h2:after {
	right: 0;
}
.free_page_3 h3 {
	/* background: #0687d9; */
	background: -webkit-linear-gradient(to right, #0687d9, #56b4db);
	background: linear-gradient(to right, #0687d9, #56b4db);	
	border-radius: 10px 10px 10px 10px;
	color: #fff;	
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 20px;
	padding: 10px 15px;
}
.free_page_3 h4 {
	border-bottom: 1px solid #0687d9;
	display: inline-block;
	font-size: 18px;
	padding: 0px 7px;		
}
.free_page_3 h5 {
	font-size: 16px;
	margin: 0 15px 15px;	
}
.free_page_3 p.gray {
	border: 1px dotted #777;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
}


.free_page_3 table {
	margin: 20px 0;
}
.free_page_3 table tr {
	border-bottom: 1px solid #cce2f1;
}
.free_page_3 table th {
	background-color: #eee;
	box-sizing: border-box;
	color: #0687d9;
	font-size: 24px;
	padding: 10px 10px;
	text-align: center;
	width: 8%;
}
.free_page_3 table td {
	box-sizing: border-box;	
	padding: 10px 10px;
	width: 92%;	
}

.free_page_3 .col_2-box {
	float: left;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 1% 15px 0;
	width: 49%;
}
.free_page_3 .col_2-box p {
	text-align: left;
}
.free_page_3 .col_2-box:last-of-type {
	margin: 0 0 0 1%;
}
.free_page_3 .col_2-box img {
	width: 100%;
}
.free_page_3 .col_2-box img.img-size {
	margin-top: 20px;
	max-width: 240px;
}
.free_page_3 .order-box p {
	font-size: 15px;
	text-align: left;
}
.free_page_3 .order-box .txt-box01 {
	margin: 200px 0 0;
}
.free_page_3 .order-box .txt-box02 {
	margin: 120px 0 0;
}
.free_page_3 .order-box .txt-box03 {
	margin: 150px 0 0;
}
.free_page_3 .order-box .txt-box04 {
	clear: both;
	padding: 15px 0 0;
}
.free_page_3 .order-box .txt-box05 {
	margin: 100px 0 0;
}
.free_page_3 .order-box .txt-box06 {
	margin: 140px 0 0;
}
.free_page_3 .order-box .txt-box07 {
	margin: 80px 0 0;
}
.free_page_3 .order-box .txt-box08 {
	line-height: 2.5;
	margin: 100px 0 0;
}
.free_page_3 .order-box .txt-box09 {
	clear: both;
	padding: 15px 0 0;
}

.free_page_3 .col_2-box02 {
	float: left;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 2% 15px 0;
	width: 75%;
}
.free_page_3 .col_2-box02 p {
	text-align: left;
}
.free_page_3 .col_2-box02:last-of-type {
	margin: 0 0 0 2%;
	width: 21%;	
}


.free_page_3 .exp-box {
	border: 1px solid #0687d9;
	border-radius: 15px;
	font-size: 14px;
	padding: 15px 10px 5px;
}
.free_page_3 .exp-box p {
	line-height: 1.7;
	margin: 0 10px 15px 26px;
	text-indent: -16px;
}
.free_page_3 .exp-box span {
	color: #0687d9;
	font-weight: bold;
	margin-right: 5px;
}
.free_page_3 .exp-box br {
	display: none;
}

.free_page_3 .bg-box {
	background-image: url("https://img14.shop-pro.jp/PA01182/907/etc/freepage11_02.gif?cmsp_timestamp=20210223225946");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

}



.free_page_3 .txt-box {
	margin: 0 0 30px;
}
.free_page_3 .txt-box p {
	margin: 0 10px 0 26px;
	text-indent: -28px;
}
.free_page_3 .txt-box span {
	color: #0687d9;
	font-size: 23px;
	margin-right: 5px;	
}
.free_page_3 .txt-box02 {
}

.free_page_3 .txt-box02 img {
	float: right;
	width:200px;

}

.free_page_shop {
	padding: 0 25px 25px;
	font-size: 12px;
	line-height: 200%;
}


.free_page_left {
	width: 345px;
	padding: 15px;
	float: left;
	margin-bottom: 20px;
	background-color: #eee;
}

.free_page_right {
	width: 345px;
	padding: 15px;
	margin-bottom: 20px;
	float: right;
	background-color: #eee;
}

.free_page_right2 {
	width: 345px;
	padding: 15px 15px 19px;
	margin-bottom: 20px;
	float: right;
	background-color: #eee;
}

.hajimete_01 {
	background-image: url(https://img14.shop-pro.jp/PA01308/549/etc/hajimete_bg.jpg?20150131220835);
	height: 500px;
	font-size: 16px;
	line-height: 200%;
}
.hajimete_02 {
	background-image: url(https://img14.shop-pro.jp/PA01308/549/etc/hajimete_bg2.jpg?20150201222548);
	height: 530px;
	padding: 20px;
	font-size: 16px;
	line-height: 200%;
}






.p-free_01 {
	font-size: 22px;
	color: #fa8aa2;
}

.p-free_02 {
	color: #f37e9f;
}

.p-free_03 {
	color: #4fb3ff;
}


.p-free-16-mb {
	font-size: 16px;
	margin-bottom: 10px;
}

.span-28 {
	font-size: 28px;
}

.span-24 {
	font-size: 24px;
}

.span-18 {
	font-size: 18px;
}



.free_okyakusama {
	border:solid 3px #ede4e4;
	border-radius: 1em;
	margin-bottom: 30px;
	padding: 15px;
}



.free_question {
	margin-bottom: 30px;
}
.free_question_2 {
	border:solid 3px #ede4e4;
	border-radius: 1em;
	margin-bottom: 30px;
	padding: 15px;
}


/* ************************************************
*  product_detail_page  商品詳細ページ
* ************************************************ */


#product_description {
	padding: 15px 35px;
}
#product_description img {
	max-width: 100%;
}
#product_description h2 {
	border-top: 2px solid #000;	
	border-bottom: 2px solid #000;
	font-size: 18px;
	line-height: 1.6em;
	padding: 15px;
}
#product_description h3 {
	
}
#product_description h4 {
	padding: 10px 0;
	width: 100%;
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #bbb;
	margin: 10px 0;
	font-size: 16px;
	font-weight: normal;	
}
#product_description h5 {
	background: linear-gradient(transparent 78%, #ebef5b 0%);
	color: #3d3d3b;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.3;	
}



.p-product_01 {
	color: #fa8aa2;
	font-size: 24px;
	margin: 25px auto;
	text-align: center;
}


.product-top  {
	width: 1000px;
	height: 580px;
	background-image: url(https://img05.shop-pro.jp/PA01314/272/etc/01.jpg?20150322095244);
	position: relative;
}

.chart-box  {
	text-align: center;
	margin: 50px auto 50px;
}
.chart-box img {
	width: 325px;
}
.product-left {
	width: 500px;
	float: left;
}
.product-case {
	text-align: center;
	width: 500px;
	margin: 0 275px;
}
.product-case .img-box {
	margin: 30px 0;
}
.product-case .img-box img {
	width: 100%;
}

.product-case .exp-box {
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
	text-align: left;
}

.product-case2 {
	text-align: center;
	width: 650px;
	margin: 0 200px;
}
.product-case2 .img-box {
	margin: 30px 0;
}
.product-case2 .img-box img {
	width: 100%;
}

.product-case2 .exp-box {
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
	text-align: left;
}

.product-set {
	width: 740px;
	margin: 0 155px;
}

.product-set .img-box img {
	width: 100%;
}

.product-set .product-left {
	float: left;
	width: 50%;
}
.product-set .product-right {
	float: right;
	width: 50%;
}



.product-right {
	width: 500px;
	float: right;
}
.product-right .img-box {
	text-align: right;
}
.product-right .img-box img {
	margin: 50px 0;
}
.product-left .exp-box {
	padding: 0 15px;
	text-align: left;
}

.product-right .exp-box {
	padding: 0 15px;
	text-align: left;
}


.table-product {
}



h2.product_name {
	font-family:'Lucida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
	font-size: 18px;
	margin: 30px auto 60px;
	text-align: center;
}

.product_form{
	margin: 0 0 62px;
}

.product_detail_area {
	position: relative;
	width: 100%;
}

.product_images {
	display: inline-block;
	float: left;
	width: 62.5%;
}
.product_images div img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
	border: 1px solid #ddd;
}
.product_images div p.detail {
	margin-top: 10px;
	line-height: 20px;
}

/* 商品 ラッピング用 */
.product-wrapping {
}
.product-wrapping .img-box {
	text-align: center;
	margin: 0 auto;	
	max-width: 550px;	
	padding: 0 15px;		
}
.product-wrapping .img-box img {
	width: 100%;
}

.product-wrapping .exp-box {
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
	max-width: 700px;
	margin: 0 auto;				
	text-align: left;
}



.add_cart {
	clear: right;
	float: right;
	margin: 0 3% 0 0;
	overflow: hidden;
	width: 34.5%;
}

table.add_cart_table {
	margin: 10px auto;
	width: 100%;
	table-layout:fixed;
}
table.add_cart_table th {
	display: inline-block;
	overflow: hidden;
	padding: 12px 4px 12px 18px;
	width: 35%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}


table.add_cart_table td {
	display: inline-block;
	overflow: hidden;
	padding: 10px 0;
	width: 55%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
table.add_cart_table td input {
	padding: 0 4px;
	width: 38px;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	vertical-align: middle;
}
table.add_cart_table td .price {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

table#option_tbl {
	margin-bottom: 20px;
	width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
	background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
table#option_tbl th {
	background: whiteSmoke;
}
table#option_tbl td div input {
	margin-bottom: 5px;
}

ul.option_price {
	margin: 0 0 20px 0;
}
ul.option_price li {
	list-style-type: none;
}

.option_box{
	clear: both;
	width: 100%;
	overflow: hidden;
}

table td.pur_block{
	margin: 0 5px 0 0;
	width: auto;
	white-space: normal;
}

.disable_cartin {
	margin: 40px 0 20px;	
	text-align: center;
}

.btn_cart {
	border: 1px solid #f75970;
	display: inline-block;
	font-size: 20px;
	padding: 25px 30px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	background-color: #f75970;
	transition: .4s;
	width: 100%;
}

.btn_cart:hover {
	background-color: #fff;
	color: #f75970;
	cursor: pointer;
	font-weight: bold;
}


/*
.button_area input {
	width: 60%;
	margin: 0 auto;

}
*/

.product_description {
	clear: both;
	margin-bottom: 20px;
	word-wrap: break-word;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 26px;
}

.product_image_extra {
	margin-bottom: 20px;
	text-align: center;
}
.product_image_extra img.item {
	margin-bottom: 20px;
}

.product_link_area {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 80%;
}
.product_link_area div.twitter {
	float: left;
	width: 100px;
}
.product_link_area div.pinterest {
	float: left;
	margin-right: 30px;
}
.product_link_area div.fb-like {
	float: left;
	width: 200px;
}
.product_link_area ul.other_link {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
}
.product_link_area ul.other_link li {
	margin-bottom: 10px;
}

.share{
	margin: 15px 0 0;
	list-style: none;
}
.share li{
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	max-width: 125px;
}
.calamel-link{
	margin-top: 10px;
}

#tb_cap_tb{
	margin-top: 20px;
}

.tb {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
}
#tb_stitle {
	margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
	margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin:-4px;  /* Set this to minus the border thickness. */
	border: 4px solid #888;
	background-color:#fff;
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
	position:absolute !important;
	top:0px;
	padding:3px;
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
	padding:3px;
	border:1px solid #000;
	background:#222;
	color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
	box-sizing: border-box;
	clear:both;
	margin: 0 5%;
	width: 90%;
}

* html .zoom-section {
	display:inline;
	clear:both;
}

.zoom-small-image {
	float: left;
	margin-top: 4px;
	width: 100%;
}
.zoom-small-image #wrap {
	position: relative;
	top: 0px;
	z-index: 9999;
}

.cloud-zoom {
	margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
	position: absolute;
	top:0px;
	left:0px;
	z-index:999;
	width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	clear: left;
	width: 100%;
}

a.cloud-zoom-gallery {
	display: block;
	float: left;
	margin: 0 1.33% 20px 0;
	width: 24%;

	cursor: pointer;
}
a.cloud-zoom-gallery:nth-child(4n) {
	display: block;
	float: left;
	margin: 0 0 20px 0;
	width: 24%;

	cursor: pointer;
}

.zoom-tiny-image {
	padding: 1px;
	width: 100%;
	height: auto;
}
.zoom-tiny-image.selected {
	border: 1px solid #c86464;
	background: #c86464;
}
.zoom-tiny-image:hover {
	border: 1px solid #c86464;
}

a.gallery_last{
	margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
	margin: 20px;
	padding: 20px;
	background: #fff;
}
#product_option h2 {
	margin-bottom: 20px;
}

table.table_option {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
}
table.table_option th {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #f5f5f5;
}
table.table_option td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	height: 100%;
	border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
	float: left;
	margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
	margin-right: 10px;
	border: solid 1px #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */

.search {
	text-align: center;
}


.search_result {
	margin: 20px 0;
	padding: 10px 0;
	background: #ddd;
	text-align: center;
}

.none {
	margin: 50px 0;
	text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
	line-height: 1.8;
	font-size: 14px;
}
#policy h2 {
	margin-bottom: 30px;
}

.policy_box,
#policy_lead{
	margin-bottom: 30px;
}

.sk_box {
	margin-bottom: 70px;
}
.sk_box h3 {
	margin-bottom: 1em;
	font-size: 16px;
}
.sk_box table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: separate;
	empty-cells:show;
}

.sk_box th {
	padding: 20px 40px 20px 0;
	width: 170px;
	text-align: left;
}
.sk_box th img.poricy_img {
	margin-bottom: 5px;
}
.sk_box td {
	padding: 20px 0;
	zoom: 1;
	content: ' ';
}
.sk_box th,
.sk_box td {
	vertical-align: top;
	line-height: 1.8;
	position: relative;
	border-bottom: solid 1px #ccc;
}

#payment_method {
	margin-top: 40px;
}
#payment_method table.table {
	width: 100%;
}
#payment_method table.table th {
	width: 200px;
	text-align: center;
}

#shipping_method {
	margin-top: 40px;
}
#shipping_method table.table {
	width: 100%;
}
#shipping_method table.table th {
	width: 200px;
	text-align: center;
}

/* ************************************************
*  side
* ************************************************ */

#side .box {
	clear: both;
	margin-bottom: 60px;
	border-bottom: dotted 1px #999;
	word-wrap: break-word;
	position: relative;
}
#side .box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}
#side .box ul {
	margin-left: 0px;
	list-style: none;
}
#side .box ul li {
	border-top:#838383 dotted 1px;
	height: 50px;
}
#side .box ul li:first-child {
	border-top:none;
}


#side .box_02 {
	clear: both;
	margin: 60px 0 60px;
	border-bottom: dotted 1px #999;
	word-wrap: break-word;
	position: relative;
}
#side .box_02 h3 {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}
#side .box_02 ul {
	margin-left: 0px;
	list-style: none;
}
#side .box_02 ul li {
	border-top:#838383 dotted 1px;
/*   height: 50px; */
}
#side .box_02 ul li:first-child {
	border-top:none;
}



#side #side_nav {
	padding: 0;
	border-top: none;
	border-right: solid 2px #ccc;
	border-bottom: none;
}
#side #side_nav ul{
	margin-right: 10px;
}
#side #side_nav ul li {
	margin: 0;
}
#side #side_nav .nav_item{
	clear: both;
	padding: .9em 0 .9em;
	cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
	float: left;
	padding: inherit;
	width: 20px;
	height: auto;
}
#side #side_nav .nav_item .nav_icon img{
	max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
	float: right;
	text-align: right;
}
#side #side_nav .nav_item h3{
	margin-bottom: 4px;
	padding: 0;
	border: none;
	text-align: right;
}
#side #side_nav .nav_item p{
	color: #999;
}

.box_default ul li div{
	position: relative;
	padding: 1.2em 0 1em;
	text-align: left;
}

.box_default ul li div.cate_img{
	position: relative;
	padding: 5px 0 0;
	text-align: left;
}

.box_default ul li div img{
	border: solid #ddd 0px;
}
.box_default ul li div p{
	margin: 0 0 0 70px;
	line-height : 1.6;
}

#side #box_cart {
}
#side #box_cart .cart_button {
	text-align: right;
}

#side #box_owner .inner{
	padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
	margin: 0 0 10px;
	width: 100px;
	max-width: 100%;
	height: auto;
	border: solid #ddd 1px;
}
#side #box_owner p.name {
	font-size: 14px;
}
#side #box_owner p.memo {
	font-size: 11px;
	line-height: 18px;
}
#side #box_owner p.website {
	padding-left: 20px;
}

#qr_code{
	padding: 20px 0;
}

#box_sellers .seller_box{
	padding: 2.2em 0;
}
#box_sellers li{
	position: relative;
	display: block;
}
#box_sellers  .top_seller:before{
	position: absolute;
	top: 15px;
	left: 5px;
	content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
	content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
	content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
	box-sizing: border-box;
	float: left;
	margin: 0 3% 0;
	width: 38%;
	border: solid #ddd 1px;
}
#box_sellers .seller_detail{
	float: right;
	margin: 0 3% 0 0;
	width: 53%;
}
#box_sellers .seller_rank{
	margin: 0 0 10px;
	font-size: 12px;
}
#box_sellers .seller_rank > strong{
	font-size: 15px;
}
#box_sellers .seller_name{
	font-size: 13px;
}
#box_sellers .seller_teika{
	float: left;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
	display: none;
}

.more_btn{
	padding: 8px 0;
	border-top: solid 1px #999;
	clear: both;
	text-align: center;
	cursor: pointer;
}

.updown{
	display: inline-block;
	margin: 0 3px 0 0;
	width: 13px;
	height: 8px;
	background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
	background-repeat: no-repeat;
}

.more_up{
	background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
	border-spacing: 0;
	border-collapse: collapse;
}
table.table {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.table th {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #f5f5f5;
}
table.table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.footstamp {
	margin: 0 0 15px 15px;
	padding-top: 50px;
	padding-bottom: 10px;
	clear: both;
}
.footstamp span {
	margin: 0 5px;
	color: #999;
}

.sort {
	float: right;
	margin-bottom: 20px;
	text-align: right;
}
.sort strong {
	margin-right: 5px;
}
.sort a {
	margin-right: 5px;
	text-decoration: underline;
}
.sort span {
	margin-right: 5px;
	background: #eee;
	text-decoration: none;
	font-weight: bolder;
}

.pager {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.pager a{
	margin: 15px;
}

.none {
	clear: both;
	margin: 50px 0;
	text-align: center;
}

.sold_out {
	color: #DA5858;
	font-family:'Lucida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
}

.to_top{
	float: right;
	clear: both;
	text-align: center;
	margin: 20px 0 20px;
	padding: 1.3em 1em;
	border: solid 1px #aaa;
	font-size: 14px;
	color: #888;
}
.to_top:hover {
	text-decoration: none;
		border-color: #c86464;
	color: #c86464;
}

.tbl_calendar {
	margin: 20px 0;
	width: 100%;
	border: none !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
	padding: 4px !important;
	border-bottom: 1px solid #ccc !important;
	text-align: center !important;
}

/* @group button */
.btn {
	display: block;
	margin-top: 1em;
	border: none;
	border-radius: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-family:'Lucida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
	color: #fff;
	text-decoration: none;
}
.btn-primary {
	margin: 1.2em 0 .9em;
	padding: 1.4em 0;
	background-color: #c86464;
}
.btn-contact {
	margin: 0.5em 0.3em;
	padding: 1.3em 0;
	background-color: #a0a0a0;
	font-weight: normal;
	font-size: 13px;
}
.btn-quick {
	margin: 0.9em 0;
	padding: 1.3em 0;
	background-color: #64b4c8;
	font-size: 13px;
}

/* フリーページ f4 */
.free_question .img-box {
	margin: 30px auto 0;
	text-align: center;
}
.free_question .img-box img {
	width: 400px;
}

/* フリーページ f5 */
.f5-page {
	padding: 0 25px 25px;
}

.shop-box {
	box-sizing: border-box;
	display: table;
	font-size: 12px;
	line-height: 200%;
	margin-bottom: 30px;
	width: 100%;
}

.shop-box .page-left {
	box-sizing: border-box;
	display: table-cell;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #eee;
	width: 50%;
}

.shop-box .page-right {
	box-sizing: border-box;
	display: table-cell;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #eee;
	width: 50%;
}


/* フリーページ f6 */
.f6-page {
	margin: 30px auto;
	text-align: center;
}
.f6-page img {
	width: 630px;
}



/* フリーページ f7 */

.f7-page {
	color: rgb(102, 102, 102);
}


.f7-page h2 {
	border-left: 7px solid #7eb1f0;
	color: rgb(102, 102, 102);
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 0 0 0 20px;
}

.f7-page p {
	color: rgb(102, 102, 102);
	margin: 20px 0;
}
.yellow-line {
	background: linear-gradient(transparent 0%, #fffcc8 0%);
}

.f7-page .exp-box {
/* 	background: #eff2f4; */
	margin: 10px 0 15px;
	padding: 5px 15px 15px;
}
.f7-page .img-box {
		float: left;
		text-align: center;
		width: 50%;
}
.f7-page .img-box img {
	margin: 10px auto 40px;
	width: 256px;
}






@media (max-width: 1050px) {
	.visible-phone {
		display: none;
	}
	
	#gmo_CMSPbar{
		width:100%;
		height:27px;
		width:100% !important;
		margin:0px;
		padding:0px;
		border-bottom:1px solid #BCBCBC;
		font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ ゴシック';
		font-size:12px !important; /* IE 7 */
		font-size:75%;
		background:#ebebeb;
	
	}
	#gmo_CMSPiFrameContents table#gmo_CMSPiFrameTable td#gmo_CMSPiFrameTxtCell {
			width: 50px !important;
			text-align: left;
			vertical-align: middle;
	}
	
	
	
	#container {
		margin:0px auto;
		width:100%;
		text-align:left;
	/* 	background-color: #eee; */
	}
	
	
	/* スライドショー */
	
	#slide	{
		margin-bottom: 0;
		padding: 0 0 45%;
		height: 100%;
		width: 100%;
	}
	
	#stage img{
		position: absolute;
		width: 100%;
	}
	
	
	
	/* 商品詳細ページ   */
/*
	#main_2 {
		width: 100%;
		margin: 0;
	}
	
	.add_cart {
		box-sizing: border-box;
		clear: right;
		float: right;
		overflow: hidden;
		width: 50%;
		padding: 0 5% 0 0;
	}
	table.add_cart_table {
		margin: 10px auto;
		width: 80%;
		table-layout:fixed;
		font-family:'Lucida Grande',
		'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
		Meiryo, メイリオ, sans-serif;
	}
	
	
	.product_images {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.product_images div img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height:auto;
		border: 1px solid #ddd;
	}
	
	.zoom-small-image {
		float: left;
		margin-top: 4px;
		width: 100%;
	}
	a.cloud-zoom-gallery {
		display: block;
		float: left;
		margin: 0 1% 20px 0;
		width: 20%;
		cursor: pointer;
	}
	a.cloud-zoom-gallery:nth-child(4n) {
		display: block;
		float: left;
		margin: 0 1% 20px 0;
		width: 20%;
		cursor: pointer;
	}
	
	
	.product-left {
		width: 50%;
		float: left;
		clear: both;
	}
	
	.product-left .img-box img {
		margin: 0 5%;
		width: 90%;
	}
	.product-left .more-box img {
		margin: 30px auto 0;
		width: 60%;
	}
	.product-right {
		margin-top: 50px;
		width: 50%;
		float: right;
	}
	.product-right .img-box img {
		margin: 100px 5% 0;
		width: 90%;
	}
	
	.product-case {
		box-sizing: border-box;
		text-align: center;
		width: 60%;
		margin: 0 20%;
	}
	.product-case2 {
		box-sizing: border-box;
		text-align: center;
		width: 60%;
		margin: 0 20%;
	}
	
	.product-set {
		box-sizing: border-box;
		text-align: center;
		width: 70%;
		margin: 0 15%;
	}
*/
}

@media (max-width: 980px) {
	.navi li {
		font-size: 14px;
		padding: 5px 1.8%;
	}
}
@media (max-width: 870px) {
	.navi li {
		font-size: 14px;
		padding: 5px 1.3%;
	}
}
@media (max-width: 768px) {

	.visible-phone {
		display: block;
	}
	.hidden-phone {
		display: none;
	}
	#gmo_CMSPbar {display:none;}
	
	
	
	#header {
		clear:both;
		padding: 25px 0 0;
		width:100%;
	}
	
	
	h2.midashi_01 {
		font-size: 18px;
		margin: 0;
		padding: 0 0 0 10px;
	}
	
	
	.logo-box .logo {
		float: none;
		font-size: 40px;
		margin: 20px auto;
		text-align: center;
	}
	
	.head_info {
		float: none;
		text-align: center;
		margin: 10px auto  30px;
	}
	/*
	.head_info .tel-box {
		float: none;
		margin: 0 auto 10px;
	}
	*/
	.head_info .free-box img {
		width: 330px;
	}
	
	.scr {
		box-sizing: border-box;
		overflow: scroll;
		width: 90%;
		height: 180px;
	/* 	border: #dfdddd 1px solid; */
		margin: 20px 5% 30px;
	}
	.scr2 {
		box-sizing: border-box;
		overflow: scroll;
		width: 90%;
		height: 180px;
	/* 	border: #dfdddd 1px solid; */
		margin: 20px 5% 30px;
	}
	
	
	/* お知らせ 2016-11-05 追加修正 */
	.info-box {
		border: 1px solid #888888;
		 -moz-border-radius: 20px;
		 -webkit-border-radius: 20px;
		border-radius: 20px;
		width: 98%;
		margin: 15px 1% 25px;
	}
	.info-box .img-box {
		margin: 0 auto;
		padding: 0 5px;
		text-align: center;
	}
	.info-box img {
		width: 250px;
	}
	

	#side {
		display: none;
	}
	#main {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}
	
	
	#main .lineup {
		margin: 25px 0 80px;
	}
	
	#main .lineup div {
		box-sizing: border-box;
		float: left;
		margin: 0 1% 40px 2%;
		width: 47%;
	}
	#main .lineup div img{
		width: 100%;
	}
	
	#main .lineup div:nth-child(2n) {
		box-sizing: border-box;
		float: left;
		margin: 0 2% 40px 1%;
		width: 47%;
	}
	#main .lineup div:nth-child(3n) {
		box-sizing: border-box;
		float: left;
		margin: 0 2% 40px 1%;
		width: 47%;
	}
	#main .lineup div:nth-child(5) {
		clear: both;	
	}
	.banner {
		margin-bottom: 0;
	}
	.banner div {
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.banner div img {
		width: 100%;
	}
	.banner div:nth-child(2) {
		float: left;
		width: 100%;
	}
	.clearfix div img {
		width: 100%;
	}
	/* 商品一覧ページ */
	
	.item_box {
		display: inline-block;
		box-sizing: border-box;
		float: left;
		margin: 0 1% 40px 2%;
		width: 47%;
		vertical-align: top;
		text-align: left;
		zoom:1;
	}
	.item_box:nth-child(2n)  {
		display:inline-block;
		box-sizing: border-box;
		margin: 0 2% 40px 1%;
		vertical-align: top;
		text-align: left;
		display:inline;
		zoom:1;
	}
	.item_box:nth-child(3n)  {
		display:inline-block;
		box-sizing: border-box;
		margin: 0 2% 40px 1%;
		vertical-align: top;
		text-align: left;
		zoom:1;
	}
	
	.item_box .item_image img{
		width: 100%;
	}
	
	
	/* ツールバー */
	.toolbar {
		background: #555;
		-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	
	.toolbar-inner {
		margin: 0;
		padding: 0;
	}
	
	.toolbar-item {
		background-color: #1b95e0;
		list-style: none;
		float: left;
		width: 50%;
		text-align: center;
		border-right: solid 1px #fff;
		border-left: solid 1px #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.toolbar-item a {
		font-size: 114.28571%;
		display: block;
		padding: 18px 5% 19px;
		color: #fff;
		line-height: 1.3;
	}
	.toolbar-item a:active {
		background: rgba(255, 255, 255, 0.1);
	}
	.toolbar-item a .icon {
		width: 20px;
		margin: 0 10px 0 0;
	}
	
	li.drawer-accordion-item span.list_link_name {
		display: block;
		padding: 10px 0 0;

		}
	
	
	
	.oshiharai {
		color: #5c5b5b;
		clear: both;
		border: 1px solid #959595;
		font-size: 14px;
		margin: 50px 15px;
		padding: 20px;
	}
	.oshiharai .detail01-box {
		float: left;
		width: 100%;
	}
	.oshiharai .detail01-box img {
			width: 290px;
	}
	.oshiharai .detail02-box {
		float: left;
		width: 100%;
	}
	.oshiharai .detail03-box {
		float: left;
		margin-top: 50px;
		width: 100%;
	}
	
	
	/* フッター */
	.foot_copy {
		padding: 0 15px;
	}
	
	#footer .footer_menu {
		clear: both;
		margin: 20px 0 10px;
		}
	#footer .footer_menu li {
		clear: both;
			font-size: 12px;
		}
	#footer .footer_menu br {
		display: block;
	}
	
	
	.free_page {
		padding: 0 0 25px;
		font-size: 16px;
		line-height: 200%;
	}
	
	/* 商品詳細ページ */
	.product_images {
		width: 100%;
	}
	
	a.cloud-zoom-gallery {
		display: block;
		float: left;
		margin: 0 1% 20px 0;
		width: 24%;
		cursor: pointer;
	}
	a.cloud-zoom-gallery:nth-child(4n) {
		display: block;
		float: left;
		margin: 0 0 20px 0;
		width: 24%;
		cursor: pointer;
	}
	
	.zoom-desc {
		clear: left;
		width: 100%;
	}
	
	.add_cart {
		clear: right;
		float: right;
		overflow: hidden;
		margin: 0 2%;
		width: 96%;
	}
	
	
	.chart-box img {
		width: 250px;
	}
	
	.product-left {
		box-sizing: border-box;
		float: left;
		margin: 0 auto;
		text-align: center;
		padding: 0 15px;
		width: 100%;
	}
	.product-left .design-box {
		text-align: left;
	}
	.product-left .design-box img{
		margin-top: 50px;
		width: 80%;
	}
	.product-left .table-product {
		font-size: 12px;
	}
	.product-left .table-product img {
		margin-bottom: 20px;
		width: 60px;
	}
	
	
	.product-right {
		float: left;
		margin: 0 auto 30px;
		text-align: center;
		width: 100%;
	}
	
	.product-case {
		box-sizing: border-box;
		text-align: center;
		width: 90%;
		margin: 0 5%;
	}
	.product-case2 {
		box-sizing: border-box;
		text-align: center;
		width: 90%;
		margin: 0 5%;
	}
	
	.product-set {
		box-sizing: border-box;
		text-align: center;
		width: 90%;
		margin: 0 5%;
	}
	.product-set .product-left .exp-box img {
		width: 100px;
	}
	.product-set .product-right .exp-box img {
		width: 100px;
	}
	

	#product_description {
		padding: 10px 10px;
	}
	
	.mousetrap {
		width: 100% !important;
	}
	
	.f5-page {
		padding: 0 15px 25px;
	}
	.f5-page .img-box img {
		width: 200px;
	}
	.shop-box .page-left {
		display: block;
		margin-bottom: 0;
		width: 100%;
	}
	.shop-box .page-right {
		display: block;
		margin-bottom: 0;
		width: 100%;
	}
	
	
	/* フリーページ f1 */
	.free_page_1 .img-box_02 img {
		width: 100%;
	}
	.free_page_1 h2 {
		border-bottom: 2px solid #0687d9;
		font-size: 24px;
		font-weight: normal;
		margin: 0 auto 30px;
		display: inline-block;
		padding: 0 0 10px;
	}
	.free_page_1 h2 span {
		font-size: 20px;
	}
	.free_page_1 h2 br {
		display: block;
	}
	.free_page_1 h3.style_01 {
		background: none;
		color: #000;
		font-size: 24px;
		font-weight: normal;
		margin: 20px 0 20px;
		padding: 10px 0;
		text-align: center;
	}
	.free_page_1 h4 span {
		letter-spacing: 0;
		line-height: 2;
		padding: 0;
		font-size: 20px;
	}
	.free_page_1 p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	
	
	/* f4ページ */
	/* フリーページ f4 */
	
	.free_question .img-box img {
		width: 250px;
	}
	
	/* f6ページ */
	.f6-page img {
		width: 100%;
	}
	
	/* f7ページ */
	
	.f7-page .img-box {
		 float: left;
		 margin: 0 10%;
			width: 80%;
	}
	
	.f7-page .img-box img {
		max-width: 256px;
	}
	
	
	/* 	ランキング */
	.box_02	{
		margin-bottom: 60px;
	}
	#box_sellers .seller_image{
		box-sizing: border-box;
		float: left;
		margin: 0 3% 0;
		width: 94%;
		border: solid #ddd 1px;
	}
	#box_sellers .seller_detail{
		float: right;
		margin: 0 3% 0;
		width: 94%;
	}	
	
	#box_sellers li.rank_list {
		display: table-cell;
		float: left;
		width: 49%;
		padding: 0;
		margin-right: 2%;
		margin-bottom: 20px;
		text-align: center;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;	
	}
	#box_sellers li.rank_list:nth-of-type(2n) {
		margin-right: 0;
	}
	#box_sellers .seller_rank {
		margin: 10px 0 10px;
	}    	
	#box_sellers .seller_name {
		text-align: left;
	}		
		
	.banner-box div:nth-child(even) {
		float: left;
		margin: 0 2% 0 4%;
		width: 44%;
	}
	.banner-box div:nth-child(odd) {
		float: left;
		margin: 0 4% 0 2%;
		width: 44%;
	}
	
	.banner-box div img {
		width: 100%;
	}
	
	.sns-box {
		border: 1px solid #eee;
		text-align: center;
		margin: 30px 15px;
		overflow: auto;
		height: 500px;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.sns-box iframe {
		width: 100vw !important;
	}
	
	.sns-box div {
		box-sizing: border-box;
		padding: 0 5%;
	}


}
@media (max-width: 625px) {
	.free_page_3 .img-box img {
		width: 100%;
	}
	.free_page_3 p {
		text-align: left;
	}
	.free_page_3 .exp-box br {
		display: block;
	}
}

@media (max-width: 560px) {

	.free_page_1 .message-box .img-box img {
		 height: 1300px;
	}

}
	




@media (max-width: 480px) {
	
	.free_page_1 .message-box .img-box img {
		 height: 1500px;
	}
	
	.free_page_3 .order-box p {
		font-size: 14px;
	}
	.free_page_3 .order-box .txt-box01 {
		margin: 120px 0 0;
	}
	.free_page_3 .order-box .txt-box02 {
		margin: 60px 0 0;
	}
	.free_page_3 .order-box .txt-box03 {
		margin: 70px 0 0;
	}
	.free_page_3 .order-box .txt-box04 {
		clear: both;
		padding: 0 0 0;
	}
	.free_page_3 .order-box .txt-box05 {
		margin: 50px 0 0;
	}
	.free_page_3 .order-box .txt-box06 {
		margin: 65px 0 0;
	}
	.free_page_3 .order-box .txt-box07 {
		margin: 35px 0 0;
	}
	.free_page_3 .order-box .txt-box08 {
		line-height: 2.5;
		margin: 50px 0 0;
	}
	.free_page_3 .order-box .txt-box09 {
		clear: both;
		padding: 0 0 0;
	}
}
@media (max-width: 400px) {
	.free_page_1 .message-box .img-box img {
		 height: 1600px;
	}
}
@media (max-width: 375px) {
	.oshiharai .detail01-box img {
			width: 100%;
	}
}
@media (max-width: 360px) {
	.free_page_1 .message-box .img-box img {
		 height: 1700px;
	}
}




