﻿@charset "UTF-8";
.sns_fb, .sns_tw {
	position: fixed;
	bottom: -60px;
	right: 0px;
	margin: 0;
}
.sns_fb {
	padding: 0 0 420px 0;
}
.sns_tw {
	padding: 0 0 340px 0;
}
.sns_fb a, .sns_tw a {
	display: block;
	text-align: center;
}
#socialParts {
	padding: 0 0 15px 0;
	margin: 0 auto;
}
#socialParts {
	list-style: none;
	float: left;
}
#socialParts p {
	margin: 0;
}
#socialParts li {
	float: left;
	margin-bottom: 7px;
}
#socialParts li.mixiBtn {
	width: 50px;
}
#socialParts li.twitterBtn {
	width: 90px;
}
#socialParts li.googlePlusBtn {
	width: 70px;
}
#socialParts li.facebookBtn {
	width: 100px;
	z-index: 10;
}
#socialParts {
	margin: 10px;
}
#taxfree {
	background-color: #FFF;
	padding: 10px;
}
#taxfree h1, #taxfree h2, #taxfree p {
	line-height: 1.4em;
}
#taxfree h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
	background-color: #d6000f;
	color: #FFF;
	padding: 10px;
	clear: both;
}
#taxfree h2 {
	font-weight: bold;
	font-size: 24px;
	margin: 5px 0 0 0;
}
#taxfree h2.customerreturn {
	font-weight: bold;
	font-size: 20px;
	margin: 50px 0 15px 0;
	background-color: #d6000f;
	color: #FFF;
	padding: 10px;
}
#taxfree p {
	margin-bottom: 10px;
}
#taxfree table {
	margin-bottom: 10px;
}
#taxfree img ,
.pconly img,
.sponly img{
	max-width: 100%;
}
.payicon{
	margin: 0 0 15px 0;
}
.payicon li{
	list-style-type:none;
	display:inline-block;	
}
#smartBody .payicon li img{
	height:30px;
	width:auto;
}
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 60px;
	height: 0;
	overflow: hidden;
}
.googlemap iframe, .googlemap object, .googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pconly{
	display:inherit;
}
.sponly{
	display:none;
}

.tx_language {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 20px 0 50px;
}
.tx_language li {
margin: 0 10px;
width: 20%;
}
.tx_language a {
display: block;
padding: 15px 0;
text-align: center;
border: 1px solid #ccc;
font-size: 120%;
text-decoration: none;
background-color: #ffffff;
transition: background-color 0.2s linear;
color: #000;
}
.tx_language a:hover {
background-color: #fce9e7;
}
.tx_language a.active {
background-color: #fce9e7;
}
#taxfree h2 {
border-left: 10px solid #d6000f;
padding-left: 10px;
margin-bottom: 20px;
}

#smartBody .tx_language li {
margin: 0 0 10px;
width: 50%;
box-sizing: border-box;
}
#smartBody .tx_language li:nth-child(odd) {
padding-right: 5px;
}
#smartBody .tx_language li:nth-child(even) {
padding-left: 5px;
}

#smartBody #taxfree h2 {
margin-bottom: 10px;
}

#smartBody .tx_language {
margin: 20px 0 30px;
}


#smartBody .pconly{
	display:none;
}
#smartBody .sponly{
	display:inherit;
}


#taxfree h2.h2_clear {
border-left: none;
padding-left: 0;
margin-bottom: 0;
}
.poke_wrap {
display: flex;
flex-wrap: nowrap;
	border-top: 4px dotted #aaa;
}
.poke_left {
width: 250px;
text-align: right;
}
.poke_right {
width: calc(100% - 280px);
text-align: center;
}
.poke_right p {
margin-top: 30px;
font-size: 150%;
}
#smartBody .poke_wrap {
display: block;
}
#smartBody .poke_left {
width: 100%;
text-align: center;
}
#smartBody .poke_right {
width: 100%;
}
#smartBody .poke_right p {
margin-top: 20px;
font-size: 130%;
}

h3 {
color: #fff;
font-size: 16px;
font-weight: bold;
}
h3 span {
display: inline-block;
padding: 4px 8px;
background-color: #d6000f;
margin-bottom: 10px;
}

.service_list {
display: flex;
flex-wrap: wrap;
line-height: 1.1;
}
.service_list li {
text-align: center;
margin-right: 20px;
margin-bottom: 10px;
}
.coupon_list {
margin: 10px 0 0 0;
	display: flex;
    flex-wrap: wrap;
}
.coupon_list li {
margin-bottom: 15px;
	margin-right: 12px;
}
.coupon_list li:last-child {
margin-bottom: 15px;
	margin-right: 0;
}
	
.coupon_list a {
display: inline-block;
padding: 10px 20px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
transition: background-color 0.2s linear;
text-decoration: underline;
}
.coupon_list a:hover {
background-color: #ddd;
}

#smartBody .service_list li img {
height: 30px;
width: auto;
}
#smartBody .service_list li {
margin-bottom: 20px;
max-width: 85px;
}

.service_area {
background-color: #eff8fc;
padding: 10px 10px 1px 10px;
margin-bottom: 20px;
border:1px solid #207aa2;
}
	
.service_wrapper {
	display: flex;
}
.service_wrapper .service_area {
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin-left: 10px;
	}
.service_wrapper .service_area:first-child {
	margin-right: 10px;
	margin-left: 0;
	}
#smartBody .service_wrapper {
	display: block;
}
#smartBody .service_wrapper .service_area {
	width: 100%;	
	margin-right: 0;
	margin-left: 0;
}
