@charset "UTF-8";

/**
 * --------------------------------------------------
 * Override /common/css/normalize.css
 * --------------------------------------------------
 */
html {
	font-family: Helvetica, Arial, sans-serif; /* 1 */
}

/**
 * --------------------------------------------------
 * Override /common/css/style.en.css
 * --------------------------------------------------
 */
#title>span{
	background: url("../img/header-logo_pc.en.png") no-repeat 0 0;
	height: 90px;
	width: 160px;
}
#content{
	padding-top: 0;
}

/**
 * スマホ向けスタイル
 */
@media only screen and (max-width: 767px) {
	
.dutyfree{
	width:120px;
}

#title img{
	margin-top:15px;
}
	

}


/**
 * --------------------------------------------------
 * Edit from /css/styles.css
 * --------------------------------------------------
 */
#top-message,
#top-largesize{
	font-size: 1.4rem;
}
#top-message>h2,
#top-largesize>h2,
#top-shop>h2,
#top-contact>h2{
	margin: 40px auto 30px auto;
}
#top-message>h2{
	background: url("/img/message-heading.png") no-repeat 0 0;
	height: 42px;
	width: 230px;
}
#top-largesize>h2{
	background: url("/img/largesize-heading.png") no-repeat 0 0;
	height: 42px;
	width: 300px;
}
#top-shop>h2{
	background: url("/img/shop-heading.png") no-repeat 0 0;
	height: 42px;
	width: 168px;
}
#top-contact>h2{
	background: url("/img/contact-heading.png") no-repeat 0 0;
	height: 42px;
	width: 230px;
}
#top-message>h3,
#top-largesize>h3{
	float: left;
	margin-top: 10px;
}
#top-message>h3{
	background: url("../img/message-copy.en.png") no-repeat 0 0;
	height: 180px;
	width: 370px;
}
#top-largesize>h3{
	background: url("../img/largesize-copy.en.png") no-repeat 0 0;
	height: 175px;
	width: 370px;
}
#top-message>p,
#top-largesize>p{
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 440px;
	width: 625px;
}
#top-message>a,
#top-largesize>a{
	float: right;
	letter-spacing: 1px;
	line-height: 2.2em;
	position: relative;
	top: -26px;
}
#top-shop{
	margin-left: auto;
	margin-right: auto;
	width: 1175px;
}
#top-shop>figure{
	float: left;
}
#top-shop>p{
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding-left: 730px;
}
#top-contact{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 1175px;
}
#top-contact>.column{
	position: relative;
	width: 580px;
}
#top-contact>.column:nth-of-type(2){
	float: left;
}
#top-contact>.column:nth-of-type(3){
	float: right;
}

#top-contact>.column>label{
	display: inline-block;
	font-size: 1.6rem;
	height: 50px;
	left: 11px;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
}
#top-contact>.column>input[type="text"]{
	border: 2px solid #636363;
	clear: both;
	display: block;
	font-size: 1.6rem;
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 540px;
}
#top-contact>.column>input#f-post{
	width: 206px;
}
#top-contact>.column>textarea{
	border: 2px solid #636363;
	font-size: 1.6rem;
	height: 376px;
	padding: 10px;
	width: 544px;
}
#top-contact #btn-post-to-addr{
	background: #8b8b8b;
	border: 2px solid #636363;
	color: #fff;
	font-size: 1.4rem;
	height: 50px;
	line-height: 46px;
	margin-left: 20px;
	width: 228px;
}
#top-contact #btn-post-to-addr:hover{
	background: #b9b9b9;
}
#top-contact #btn-post-to-addr:active{
	background: #dcdcdc;
}
#top-contact em{
	color: #ff6e39;
	font-style: normal;
}
#top-contact .note{
	clear: both;
	font-size: 1.2rem;
	margin: 16px 0;
	text-align: center;
}
#top-contact .btns{
	text-align: center;
}
#top-contact .btns>li{
	display: inline-block;
	margin-left: 7px;
}
#top-contact .btns>li:first-child{
	margin-left: 0;
}
#top-contact .btns>li>input{
	background: #3b3b3b;
	border: 2px solid #636363;
	color: #fff;
	font-size: 1.8rem;
	height: 56px;
	width: 198px;
}
#top-contact .btns>li>input:hover{
	background: #898989;
}
#top-contact .btns>li>input:active{
	background: #c4c4c4;
}


@media only screen and (max-device-width: 767px) {
	#main-promotion>img{
		margin:0 auto;
	}
	#top-message>h2,
	#top-largesize>h2,
	#top-shop>h2,
	#top-contact>h2{
		margin: 30px auto 30px auto;
	}
	#top-message>h3,
	#top-largesize>h3{
		float: none;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#top-message>h3{
		background: url("../img/message-copy_sp.en.png") no-repeat 0 0;
		height: 153px;
		width: 450px;
	}
	#top-largesize>h3{
		background: url("../img/largesize-copy_sp.en.png") no-repeat 0 0;
		height: 180px;
		width: 450px;
	}
	#top-message>p,
	#top-largesize>p{
		line-height: 1.8em;
		padding-left: 0;
		width: auto;
	}
	#top-message>a,
	#top-largesize>a{
		float: right;
		line-height: 2.2em;
		position: relative;
		top: 0;
	}

	#top-shop{
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	#top-shop>figure{
		float: none;
	}
	#top-shop>p{
		line-height: 1.6em;
		margin-bottom: 0;
		padding-left: 0;
	}
	#top-contact{
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	#top-contact>.column{
		width: auto;
	}
	#top-contact>.column:nth-of-type(2),
	#top-contact>.column:nth-of-type(3){
		float: none;
	}
	#top-contact>.column>input[type="text"]{
		width: 92%;
	}
	#top-contact>.column>textarea{
		height: 276px;
		width: 92%;
	}
	#top-contact #btn-post-to-addr{
		margin-left: 10px;
		width: 216px;
	}

  #top-contact .btns>li>input{
    width: 180px;
  }

}




