/**
#08DBDB Faint color line background 			Red : 8 Green : 219 Blue : 219
#058989 Dark color text  						Red:5 Green:137 Blue : 137	
#B1E1ED Faint color back ground color on mouse 	Red : 177 Green : 225 Blue : 237
#BFD3D3 Faint Locked Button Color 				Red : 191	Green : 211	Blue : 211
**/

body {
	font: 12px/18px "Lucida Grande" ,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin:0;
}
h1{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	margin:20px 20px;
}
p{
	line-height:22px;
}
h2 {
	font-weight:normal;
	font-size:28px;
	color:#999;
	text-align:center;
	padding:0 0 20px 0;
}
span.aka,
p.aka,
strong.aka,
label.aka {
	color:#ea4e31;
}
@media(max-width:768px){
	h2 {
		font-weight:normal;
		font-size:18px;
		padding:20px 0;
		color:#999;
		text-align:center;
		line-height:30px;
	}
	h2>span {
		display:block;
	}
}
h3 {
	text-align:left;
}
h3>span {
	display:inline;
}
@media(max-width:768px){
    h3 {
	    text-align:center;
    }
    h3>span {
	    display:block;
	    padding:5px 0;
    }
}
span.limit-date {
	font-size:18px;
	color:#ea4e31;
}
a.goto-detail {
	text-decoration:none;
}

p.limit-date-wrap {
	text-align:center;
}
@media(max-width:768px){
	p.limit-date-wrap {
		text-align:center;
	}
	p.limit-date-wrap>label {
		display:block;
	}
}
.note-small {
	font-size:10px;
}
.rec-topdesc-pc-center {
	text-align:center;
	padding:0 0 20px 0;
}
@media(max-width:768px){
	.rec-topdesc-pc-center {
		text-align:left;
	}
}

.common-button-selected {
	border:1px solid #08DBDB;
	background-color:#08DBDB;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	display:block;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}

.common-button {
	border:1px solid #08DBDB;
	color:#08DBDB;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	display:block;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}
.common-button:hover {
	background-color:#08DBDB;
	color:#fff;
}
.common-button>span ,
.common-button-selected>span
{
	display:table-cell;
	vertical-align:middle;
	padding:0 10px;
}
.common-button>span:nth-of-type(1) {
	width:100%;
}
.common-button-down-up-image {
	width:14px;
}
.common-button-left-right-image {
	width:5px;
}

@media(max-width:768px){
	.mob-button {
		border:1px solid #08DBDB;
		color:#08DBDB;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		text-align:center;
		display:block;
		cursor:pointer;
	}
	.mob-button>span {
		display:table-cell;
		vertical-align:middle;
		padding:0 10px;
	}
	.mob-button>span:nth-of-type(1) {
		width:100%;
	}
	.down-up-image {
		width:14px;
	}
	.left-right-image {
		width:5px;
	}
}

#top-image-wrap {
	text-align:center;
}
#main-image-pc {
	display:inline;
}
#main-image-mb {
	display:none;
}
@media(max-width:768px){
	#main-image-pc {
		display:none;
	}
	#main-image-mb {
		display:inline;
		width:100%;
	}
}
#content-wrap {
	width:1200px;
	margin:0 auto;
}
@media(max-width:768px){
	#content-wrap {
		width:auto;
		margin:0 20px;
	}
}
.content {
	margin:50px 0;
}
.impact {
	font-size:16px;
	line-height:26px;
}
@media(max-width:768px){
    .impact {
	font-size:14px;
	line-height:24px;
    }
}
.slide-down-content {
	display:block;
}
@media(max-width:768px){
	.slide-down-content {
		display:none;
	}
}

#table-compare-rental {
	width:600px;
	margin:0 auto;
	padding: 0;
}
#table-compare-rental>div>span {
	display:table-cell;
	width:200px;
	padding:10px 0;
	
}
@media(max-width:768px){
	#table-compare-rental {
		width:100%;
		padding:30px 0;
	}
	#table-compare-rental>div>span {
		display:table-cell;
	}
	#table-compare-rental>div>span:nth-of-type(1) {
		width:350px;
	}
}
#table-compare-rental>div>span:nth-of-type(2),
#table-compare-rental>div>span:nth-of-type(3) 
{
	text-align:center;
}
.compare-simbol{
	font-size:18px;
}
/*メリットデメリット*/
#merit-demerit>ul{
	padding:0 0 30px 50px;
}
@media(max-width:768px){
    #merit-demerit>ul{
    	margin:0 0 0 10px;
	padding:0 0 30px 0;
    }
}
#merit-demerit>ul>li {
	padding:0 0 10px 0;
}
#merit-demerit>ul>li>label{
	font-size:14px;
}
@media(max-width:768px){
	#tours-link {
		padding:20px 0;
	}
	#tours-link>a {
		text-decoration:none;
		color:#08DBDB;
	}
}
/****************************************************************************/
/*マイドレスの良さ*/
#mydress>div {
	display:table-cell;
	vertical-align:top;
	padding:0 20px;
}
#mydress>div>img {
	padding:20px 0 0 0;
	width:400px;
}
@media(max-width:768px){
	#mydress>div {
		display:block;
		padding:20px 0;
	}
	#mydress>div>img {
		padding:0;
		width:100%;
	}
}

/****************************************************************************/
/*問い合わせから利用までの流れ*/
#flow-photo{
	padding:0 0 30px 50px;
	list-style:decimal;
}
@media(max-width:768px){
    #flow-photo{
    	margin:0 0 0 20px;
	padding:0 0 30px 0;
    }
}
#flow-photo>li{
	padding:0 0 20px 0;
	font-size:16px;
}
#flow-photo>li>p>label{
	font-size:16px;
}
#flow-photo>li>div{
	margin:0 0 0 30px;
}
@media(max-width:768px){
    #flow-photo>li>div{
	    margin:0;
    }
}
#flow-photo>li>div>p{
	font-size:12px;
}    
/****************************************************************************/
/*写真の比較　エリア*/
.compare-photo {
	display:table-cell;
	padding:0 20px 0 0;
}
@media(max-width:768px){
    .compare-photo {
	    display:block;
	    padding: 0;
    }
    .compare-photo>img {
    	padding:0 0 20px 0;
    	width:100%;
    }
}
/****************************************************************************/
/*写真のロケーション　エリア*/
#photo-location-float-wrap {
	clear:both;
	padding:50px 0;
	width:1020px;
	margin:0 auto;
}
a.link-location {
	display:block;
	color:#222;
}
@media(max-width:768px){
    #photo-location-float-wrap {
	    padding:0 0 0 0;
	    width:100%;
    }
}
.photo-location-float {
	float:left;
	width:300px;
	padding:0 40px 40px 0;
}
@media(max-width:768px){
    .photo-location-float {
	    float:none;
	    width:100%;
	    padding:0 0 40px 0;
    }
}
.photo-location {
	padding:20px 0;
	font-size:14px;
}
.spacer-location {
	clear:both;
	height:50px;
}
@media(max-width:768px){
    .spacer-location {
    	display:none;
    }
}
.location-button-icon-wrap {
	padding:0 0 10px 0;
	height:200px;
	overflow:hidden;
}
.location-button-icon-wrap>img {
	width:300px;
}
@media(max-width:768px){
	.location-button-icon-wrap>img {
		width:100%;
	}
}
.location-button-icon-full-wrap {
	padding:0 0 10px 0;
}
.location-button-icon-full-wrap>img {
	width:300px;
}
@media(max-width:768px){
	.location-button-icon-full-wrap>img {
		width:100%;
	}
}
.location-desc {
	height:110px;
}
/****************************************************************************/
/*写真の内容　エリア*/
#photo-content-wrap>div {
	padding:20px 0 50px 0;
	
}
a.link-location {
	text-decoration:none;
}
.photo-content-title {
	margin:30px 0 0 0;
	font-size:22px;
	color:#666;
	padding:10px 0;
	text-align:center;
}
@media(max-width:768px){
    .photo-content-title {
	font-size:16px;
	padding:20px 0;
    }
}
.photo-content {
	margin:0 0 0 30px;
	display:block;
	padding:0 0 30px 0;
}
@media(max-width:768px){
	.photo-content {
		margin:0;
		padding:30px 0 0 0;
	}
}
.photo-content-image-wrap {
	text-align:center;
}
.photo-content-image-pc {
	display:inline;
}
.photo-content-image-mb {
	display:none;
}
@media(max-width:768px){
    .photo-content-image-pc {
	    display:none;
    }
    .photo-content-image-mb {
	    display:block;
	    width:100%;
    }
}
.sub-image-wrap {
	text-align:left;
	padding:10px 0 0 0;
}
@media(max-width:768px){
	.sub-image-wrap {
		text-align:center;
	}
}
.sub-image-wrap-pc {
	display:table-cell;
	padding:0 20px 0 0;
}
.sub-image-wrap-mb {
	display:none;
}
@media(max-width:768px){
	.sub-image-wrap-pc {
		display:none;
	}
	.sub-image-wrap-mb {
		display:block;
		width:100%;
		padding:0 0 20px 0;
	}
}
.sub-photo-content-image-pc {
	display:inline;
	height:380px;
}
.sub-photo-content-image-pc-tate {
	display:inline;
	width:570px;
}
.sub-photo-content-image-mb {
	display:none;
}
@media(max-width:768px){
    .sub-photo-content-image-pc {
	    display:none;
    }
    .sub-photo-content-image-mb {
	    display:inline;
	    width:100%;
    }
}

.photo-content-detail{
	padding:20px 0 0 0;
	margin:10px 0 0 30px;
}
@media(max-width:768px){
	.photo-content-detail{
		padding:20px 0 0 0;
		margin:0;
	}
}
.photo-content-detail-button {
	font-weight:normal;
	padding:10px 0;
}
.down-up-image-wrap {
	display:none;
}
@media(max-width:768px){
	.photo-content-detail-button {
		font-weight:normal;
	}
}
.photo-content-detail-note {
	padding:10px 0;
}
@media(max-width:768px){
	.photo-content-detail-note {
		display:none;
	}
}
.location-and-time {
	margin:20px 0 20px 30px;
}
@media(max-width:768px){
	.location-and-time {
		margin:20px 0 0 0;
		text-align:center;
	}
}
.div-line-area {
	display:none;
}
@media(max-width:768px){
	.div-line-area {
		display:block;
		margin:20px 0 10px 0;
		border-bottom:1px dashed #08DBDB;
	}
}
/*********************************************************************/
/*サンプル写真*/
.sample-photos-float-wrap {
	width:1050px;
	margin:0 auto;
}
.sample-photos-float-wrap>ul{
	list-style:none;
	padding:0;
	margin:0;
}
.sample-photos-float-wrap>ul>li{
	width:330px;
	padding:10px;
	margin:0;
	float:left;
}
.sample-photos-float-wrap>ul>li>img{
	width:100%;
}
@media(max-width:768px){
    .sample-photos-float-wrap {
	width:auto;
	margin:0 10px;
    }
    .sample-photos-float-wrap>ul>li{
	width:100%;
	padding:10px 0;
	float:none;
    }
    .sample-photos-float-wrap>ul>li>img{
	width:100%;
    }
}
/*********************************************************************/
/*デイタイムかサンセットか*/
#location-time-wrap a {
	text-decoration:none;
}
.location-time-title {
	font-size:14px;
	font-weight:bold;
}

#location-time-wrap>div{
	padding:20px 0 0 0;
}
@media(max-width:768px){
    #location-time-wrap>div{
	padding:20px 0;
    }
}
#location-time-wrap>div>div {
	display:table-cell;
	padding:0 30px 0 0;
	vertical-align:top;
}
@media(max-width:768px){
	#location-time-wrap>div>div {
		display:block;
		padding:0;
	}
}
#location-time-wrap>div>div>img {
	width:300px;
}
@media(max-width:768px){
    #location-time-wrap>div>div>img {
    	width:100%;
    }
}
.location-time-button {
	width:400px;
	padding:20px 0;
}
/*********************************************************************/
/*テーマ別ロケーション例*/
/*ビーチ比較*/
.theme-location {
	width:600px;
	margin:0 auto;
}
@media(max-width:768px){
    .theme-location {
	    width:100%;
	    margin:0;
    }
}
.theme-location>a>div{
	padding:20px 0;
}
@media(max-width:768px){
    .theme-location>a>div>img {
    	width:100%;
    }
}
.theme-location a{
	text-decoration:none;
}

/*********************************************************************/
/*スケジュール*/
#time-schedule-desc {
	padding:20px 0 0 0 ;
}
@media(max-width:768px){
	#time-schedule-desc {
		padding:0 ;
	}
}

#time-schedule {
	margin:0 0 0 30px;
	padding:0 0 50px 0;
}
@media(max-width:768px){
	#time-schedule {
		display:none;
	}
}
#time-schedule-mb {
	display:none;
}
@media(max-width:768px){
	#time-schedule-mb {
		padding:30px 0 0 0;
		display:block;
	}
}
#time-schedule>p {
	padding:20px 0 0 0 ;
}
#time-schedule>div{
	padding:10px 0;
}
#time-schedule>div>span {
	display:table-cell;
}
#time-schedule>div>span:nth-of-type(1)
{
	width:150px;
}
#time-schedule>div>span:nth-of-type(2){
	width:200px;
}
#time-schedule>div>span:nth-of-type(3),
#time-schedule>div>span:nth-of-type(4),
#time-schedule>div>span:nth-of-type(5)
{
	width:250px;
}
#time-schedule-mb>div {
	padding:0 0 20px 0;
}
.time-schedule-button {
	padding:20px 0;
}
.schecule-detail-wrap {
	padding:10px 0 30px 10px;
}
.schecule-detail-wrap>div>span {
	display:table-cell;
}
.schecule-detail-wrap>div{
	padding:10px 0;
}
.schecule-detail-wrap>div>span:nth-of-type(1) {
	width:80px;
}
.tokuten-title {
	padding:20px 0;
}
@media(max-width:768px){
	.tokuten-title {
		padding:0 0 10px 0;
	}
}
@media(max-width:768px){
	#tokuten-list {
		list-style:none;
		margin:0;
		padding:0;
	}
}
#tokuten-list>li {
	padding:0 0 30px 0;
}
#tokuten-list>li>div {
	font-size:22px;
	color:#ea4e31;
}
@media(max-width:768px){
	#tokuten-list>li>div {
		border:1px solid #ea4e31;
		font-size:16px;
		color:#ea4e31;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		text-align:left;
		display:block;
		cursor:pointer;
		line-height:26px;
		padding:20px 10px;
	}
	#tokuten-list>li>p {
		display:none;
	}
	.tokuten-button>span {
		display:table-cell;
		padding:0 5px;
		vertical-align:middle;
	}
	.tokuten-button>span:nth-of-type(1) {
		width:100%;
	}
}
/*******************************************************************/
/*Price List*/
#plan-price-wrap {
	clear:both;
	margin:70px 0 0 0;
}
@media(max-width:768px){
	#plan-price-wrap {
		padding:0;
	}
}
#plan-price-wrap>div {
	padding:0 0 60px 0;
}
#plan-price-wrap>div>div {
	padding:30px 0 0 30px;
}
@media(max-width:768px){
	#plan-price-wrap>div>div {
		padding:10px 0 0 0 ;
	}
}
.plan-price-title {
	font-size:18px;
	background-color:#08F6F6;
	color:#fff;
	padding:20px;
}
@media(max-width:768px){
	.plan-price-title {
		text-align:center;
	}
}
.plan-price-text-large {
	font-size:18px;
	text-align:center;
	padding:0 0 30px 0;
}
.inc-tax {
	display:block;
	text-align:center;
	font-size:12px;
	margin:20px 0 0 0;
}
.plan-price-off {
	font-size:22px;
	text-align:center;
	color:#ea4e31;
	padding:20px 0;
}
.plan-price-off-desc {
	font-size:14px;
	text-align:center;
	line-height:28px;
}
.plan-price-off-reason {
	font-size:12px;
	padding:0 0 30px 0;
	text-align:center;
	line-height:28px;
}
.plan-price {
	font-size:20px;
	text-align:center;
	padding:30px 0;
}
.plan-price-keshine{
	text-decoration:line-through;
}
/*プランのイメージ*/
.plan-time-select {
	padding:0 0 50px 0;
}
.plan-time-select>div{
	display:table-cell;
	vertical-align:middle;
	height:200px;
	min-width:100px;
	padding:0 20px;
}
.plan-time-select>div>div{
	text-align:center;
}
.plan-time-select>div>div>img{
	width:300px;
}
/*プランの商品*/
.plan-prduct-list-wrap {
	width:600px;
	margin:0 auto;
}
@media(max-width:768px){
    .plan-prduct-list-wrap {
	    width:100%;
	    margin:0;
    }
}
.plan-prduct-list-wrap>p {
	text-align:center;
}
.plan-prduct-list {
	display:table-cell;
	padding:0 30px 0 0;
	width:300px;
}
@media(max-width:768px){
	.plan-prduct-list {
		display:block;
		padding:0;
	}
}
.plan-prduct-list>ul {
	list-style:none;
	margin:0 0 0 30px;
	padding:0;
}
@media(max-width:768px){
	.plan-prduct-list>ul {
		margin:0;
	}
}
.plan-prduct-list>ul>li {
	padding:5px 0;
	line-height:24px;
	font-size:14px;
}
.plan-prduct-list>ul>li>span {
	color:#ea4e31;
	font-weight:bold;
}
.plan-prduct-list>ul>li>label {
	font-size:16px;
}
@media(max-width:768px){
	.plan-prduct-list>ul>li>label {
		font-size:14px;
	}
}
.add-photo-plan {
	padding:10px 0 20px 20px;
}
@media(max-width:768px){
	.add-photo-plan {
		padding:10px 0 20px 0;
	}
}
.add-photo-plan>div>img {
	width:300px;
}
@media(max-width:768px){
	.add-photo-plan>div>img {
		width:200px;
	}
}
.add-photo-plan>div {
	display:table-cell;
	padding:0 20px 0 0;
}
@media(max-width:768px){
	.add-photo-plan>div {
		display:block;
		padding:0;
		text-align:center;
	}
}
.price-photo-otoku {
	padding:20px 0 0 0;
	font-size:12px;
}
@media(max-width:768px){
	.price-photo-otoku {
		text-align:center;
	}
}
.price-photo-otoku-per-cut {
	text-align:left;
}
@media(max-width:768px){
	.price-photo-otoku-per-cut {
		text-align:center;
	}
}

.price-photo-otoku>span {
	display:block;
	padding:10px 0;
}
.price-photo-otoku>span>label {
	font-size:26px;
	color:#ea4e31;
}
#make-photo-plan-schedule {
	padding:30px 0 0 0;
}
@media(max-width:768px){
	#make-photo-plan-schedule {
		padding:10px 0 0 0;
	}
}
#make-photo-plan-schedule-title {
	font-size:14px;
}
#make-photo-plan-schedule-title>span>span {
	display:inline;
}
@media(max-width:768px){
    #make-photo-plan-schedule-title {
	    font-size:14px;
	    padding:10px;
    }
    #make-photo-plan-schedule-title>span>span {
	    display:block;
    }
}

#make-photo-plan-schedule>div>div {
	margin:0 0 0 30px;
}
@media(max-width:768px){
	#make-photo-plan-schedule>div>div {
		margin:0 0 0 10px;
	}
}
#make-photo-plan-schedule>div>div>div {
	padding:3px 0;
}
#make-photo-plan-schedule>div>div>div>span {
	display:table-cell;
}
#make-photo-plan-schedule>div>div>div>span:nth-of-type(1) {
	width:100px;
}
@media(max-width:768px){
	#make-photo-plan-schedule>div>div>div>span:nth-of-type(1) {
		width:80px;
	}
}

.to-cart {
	border:1px solid #08DBDB;
	font-size:16px;
	color:#08DBDB;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:left;
	display:block;
	cursor:pointer;
	line-height:26px;
	padding:20px 10px;
	width:400px;
	text-align:center;
	margin:0 auto;
	background-color:#fff;
}
.to-cart:hover {
	color:#fff;
	font-weight:bold;
	background-color:#08DBDB;
}
@media(max-width:768px){
	.to-cart:hover {
		color:#08DBDB;
		font-weight:normal;
		background-color:#fff;
	}
}
.cart-pc {
	display:block;
}
.cart-mb {
	display:none;
}
@media(max-width:768px){
	.cart-pc {
		display:none;
	}
	.cart-mb {
		display:block;
	}
}
/*プラン詳細へのリンク*/
.to-plan-detail {
	width:786px;
	margin:0 auto;
	font-size:16px;
}
@media(max-width:768px){
	.to-plan-detail {
		width:100%;
		margin:0;
		font-size:14px;
	}
}
.to-plan-detail>a {
	display:block;
	text-decoration:none;
	padding:20px 0;
	color:#08DBDB;
}
.to-plan-detail>a:hover {
	color:#fff;
}
/*************************************************************************/
/*問い合わせ*/
.toiawase {
	border:1px solid #08DBDB;
	padding:10px;
}
@media(max-width:768px){
	.toiawase {
		padding:5px;
	}
}
.toiawase-title {
	text-align:center;
	font-size:16px;
}
.toiawase-q {
	text-align:center;
	font-size:14px;
}
@media(max-width:768px){
	.toiawase-q>span {
		display:block;
	}
}
.toiawase-a {
	text-align:center;
	font-size:16px;
}
@media(max-width:768px){
	.toiawase-a {
		font-size:14px;
	}
}
.toiawase-button-wrap {
	width:786px;
	margin:0 auto;
}
@media(max-width:768px){
	.toiawase-button-wrap {
		width:auto;
		margin:0;
	}
}
.toiawase-button-wrap>a {
	width:350px;
	padding:20px;
	text-decoration:none;
}
@media(max-width:768px){
    .toiawase-button-wrap>a {
	    display:block;
	    width:auto;
	    padding:10px;
	    text-decoration:none;
    }
}
.toiawase-button-wrap>a>div {
	padding:20px;
	border:1px solid #08DBDB;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	line-height:30px;
	background-color:#08DBDB;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer;
}
/*************************************************************************/
/*準備して頂く物*/
#customer-ready-products>div>div {
	font-weight:bold;
}
#customer-ready-products>div>p {
	margin:10px 0 20px 20px;
}
@media(max-width:768px){
	#customer-ready-products>div>p {
		margin:10px 0 20px 0;
	}
}
/*************************************************************************/
/*QA*/
#qa-list>li {
	padding:10px 0;
}
@media(max-width:768px){
    #qa-list {
    	list-style:none;
	margin:0;
	padding:0;
    }
}
/*************************************************************************/
/*フォトグラファー*/
.insta-photo {
	text-align:center;
}
.insta-photo>img {
	width:200px;
	padding:0 0 30px 0;
}

/*************************************************************************/
/*カート*/
.cart-wrap {
	border:1px dashed #08DBDB;
	padding:20px;
	margin:20px 0;
}
.cart-product-name {
	text-align:center;
	font-size:16px;
}
.cart-price {
	padding:30px 0;
	font-size:16px;
	text-align:center;
	width:480px;
	margin:0 auto;
}
@media(max-width:768px){
	.cart-price {
		padding:10px 0;
		font-size:16px;
		text-align:center;
		width:auto;
		margin:0;
	}
}
.cart-price>span {
	display:table-cell;
}
@media(max-width:768px){
	.cart-price>span {
		display:block;
		padding:14px 0;
	}
}
.cart-price>span:nth-of-type(2) {
	padding:0 10px 0 40px;
}
@media(max-width:768px){
	.cart-price>span:nth-of-type(2) {
		padding:0;
	}
}
.cart-keshine {
	text-decoration:line-through;
}
.cart-urine {
	font-size:30px;
	color:#ea4e31;
}
@media(max-width:768px){
	.cart-urine {
		font-size:24px;
	}
}
.cart-price-off {
	font-size:20px;
	color:#ea4e31;
}
@media(max-width:768px){
	.cart-price-off {
		font-size:16px;
	}
}
.cart-button-wrap {
	text-align:center;
	font-size:16px;
}
.product-desc {
	display:block;
	line-height:26px;
}
@media(max-width:768px){
    .cart-button-wrap {
	    font-size:12px;
    }
}
@media(max-width:768px){
    .cart-button-wrap>div {
	    padding:0 0 20px 0;
    }
}
.cart-button-wrap>div>span {
	display:block;
	padding:0 0 10px 0;
}
.cart-button {
	-webkit-appearance: none;
	border:1px solid #08DBDB;
	padding:20px 40px;
	font-size:16px;
	background-color:#fff;
	color:#08DBDB;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}
@media(max-width:768px){
	.cart-button {
		width:100%;
		padding:24px 0;
		font-size:12px;
	}
}
.cart-button:hover{
	background-color:#08DBDB;
	color:#fff;
	font-weight:bold;
}
.cart-page-button {
	display:block;
	text-align:center;
	text-decoration:none;
	border:1px solid #08DBDB;
	padding:20px 40px;
	font-size:14px;
	background-color:#fff;
	color:#08DBDB;
	width:400px;
	margin:0 auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;	
}
.cart-page-button:hover{
	background-color:#08DBDB;
	color:#fff;
	font-weight:bold;
}
#goto-cart-mb {
	display:none;
}
#goto-cart-pc {
	display:block;
}

@media(max-width:768px){
	#goto-cart-pc {
		display:none;
	}
	#goto-cart-mb {
		display:block;
	}
	.cart-page-button {
		width:100%;
		padding:24px 0;
		font-size:12px;
	}
	.cart-page-button:hover{
		background-color:#fff;
		color:#08DBDB;
		font-weight:normal;
	}
}

@media(max-width:768px){
	.cart-page-button>span {
		display:block;
		line-height:22px;
	}
}

/*************************************************************************/
/*カート一番下*/
#footer-cart-wrap>span {
	display:table-cell;
	padding: 0 20px 0 0;
}
@media(max-width:768px){
	#footer-cart-wrap>span {
		display:block;
		padding: 20px 0 0 0;
	}
}
#footer-cart-wrap>span>div {
	border:1px dashed #08DBDB;
	padding:30px 20px;
	text-align:center;
}
.cart-footer-price {
	padding:0 0 20px 0;
	height:240px;
}
@media(max-width:768px){
	.cart-footer-price {
		height:auto;
	}
}
.cart-footer-price>span {
	display:block;
	padding:10px 0;
	text-align:center;
}
.cart-otoku-cut {
	padding:20px 0;
	height:40px;
}
@media(max-width:768px){
    .cart-otoku-cut {
	    padding:20px 0;
	    height:auto;
    }
    .cart-otoku-cut-mob-none {
    	display:none;
    }
}
.cart-otoku-cut-border {
	border-top:1px dotted #08DBDB;
}
.cart-otoku-cut-border>label {
	font-weight:bold;
	color:#ea4e31;
	display:inline;
}
@media(max-width:768px){
	.cart-otoku-cut-border>label {
		display:block;
	}
}

.footer-cart-select-wrap {
	border-top:1px dotted #08DBDB;
	padding:20px 0 20px 0;
	text-align:center;
}
.footer-cart-select-wrap>div{
	padding:0 0 10px 0;
}
/*************************************************************************/
#footer {
	margin:50px 0 30px 0;
	text-align:center;
}
#goto-toppage {
	padding:10px 10px;
	width:60px;
	bottom:50px;
	right:50px;
	font-size:14px;
	line-height:26px;
	display:block;
	text-align:center;
	position:fixed;
	text-decoration:none;
	color:#08DBDB;
	border:1px solid #08DBDB;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background:rgba(255,255,255,0.9);
	z-index:1000;
}
#goto-toppage:hover{
	background-color:#08DBDB;
	color:#fff;
	font-weight:bold;
}
@media(max-width:768px){
	#goto-toppage {
	    padding:5px 5px;
	    width:40px;
	    bottom:20px;
	    right:20px;
	    font-size:10px;
	    line-height:20px;
	}
}


