/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Basic */

@-ms-viewport {
	width: device-width;
}

html {
	font-size:10px;
}

body {
  background: #eebac0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, Hiragino Sans GB, Microsoft Yahei, Simhei, sans-serif; 
  text-align: justify;
  text-justify: inter-word; 
  font-size: 14px;
  line-height: 1.231; 
}


body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, select, textarea, button {
	color: #484647;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body, input, select, textarea {
    font-family: Arial, sans-serif;
  }
}

@media screen and (max-width: 736px) {
	html{
		font-size:8.75px;
	}
	
	body, input, select, textarea {
		line-height: 1.8;
	}

}

a {
	-moz-transition: color 0.2s ease, background-color 0.2s ease;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-ms-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
	color: inherit;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
	font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.15em;
	line-height: 1.25em;
	margin: 0 0 1em 0;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

h1, h2, h3 {
	text-align:center;
	text-transform: uppercase;
	color:#222222;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1{
	font-size: 3.2rem;
	/*font-weight: bolder*/
}

h2 {
	font-size: 1.8rem;
    line-height: 1.4em;
}

h3 {
	font-size: 1.75rem;
	line-height: 1.25em;
}

h4 {
	font-size: 1.6rem;
	line-height: 1.5em;
}

h5 {
	font-size: 0.925em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

@media screen and (max-width: 480px) {

	h2 {
		font-size: 1.75rem;
	}
	
	h3 {
		font-size: 1.6rem;
	}

}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

small {
	font-size:0.8em;
}

hr {
	border: 0;
	border-bottom: solid 2px #fff;
	margin: 3em 0;
}

blockquote {
	border-left: solid 4px #fff;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	letter-spacing: 0;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

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

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.smooth{
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.block {
	display:inline-block;
}

.serif {
	font-family: 'Quattrocento', serif;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.white {
	color:#fff;
}

.gray {
	color:#555 !important;
}

.black {
	color:#222;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}



/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

dl {
	margin: 0 0 2em 0;
}


/* Wrapper */

.wrapper {
	padding: 7rem 3rem;
}

.inner {
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	overflow-y: hidden;
}

.facebook a{
	display: block;
	position: relative;
	z-index: 1000;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 1em;
}
	


.inner.narrow {
	padding-left:5rem;
	padding-right:5rem;
	z-index: 1;
	position: relative;
}

@media screen and (max-width: 900px) {

	.wrapper {
		padding: 4em 3em;
	}
	.wrapper > .inner {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {

	.wrapper {
		padding-left: 2em;
    	padding-right: 2em;
	}
	
	.inner.narrow {
		padding-left: 3rem;
		padding-right: 3rem;
	}

}

@media screen and (max-width: 480px) {
	.wrapper {
		padding-left: 1.5rem;
    	padding-right: 1.5rem;
    	padding-bottom: 5rem;
    	padding-top: 5rem;
	}
	
	.inner.narrow {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

/* Page Wrapper */

#page-wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	padding-top: 3em;
	overflow-x: hidden;
}

#page-wrapper:before {
	background: transparent;
	content: '';
	display: block;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}

/* Menu */

#menu {
	-moz-transform: translateX(32rem);
	-webkit-transform: translateX(32rem);
	-ms-transform: translateX(32rem);
	transform: translateX(32rem);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background-color: #eebac0;
	color: #ffffff;
	height: 100%;
	max-width: 90%;
	overflow-y: auto;
	padding: 3em 2em;
	position: fixed;
	right: 0;
	top: 0;
	width: 32rem;
	z-index: 10002;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul > li {
	border-top: solid 1px rgba(255, 255, 255, 0.125);
	margin: 0.75rem 0 0 0;
	padding: 0.75rem 0 0 0;
}


#menu ul > li .latin {
    font-size: 1.75rem;
    vertical-align: middle;
}

#menu ul > li:first-child {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#menu ul > li:first-child a {
	font-size:1.5rem;
}

#menu ul > li:nth-child(2) {
    border-top: 0;
    margin-top: 1.25em;
}

#menu ul > li.last {
	margin-bottom: 3.5rem;
}

#menu ul > li.no-line {
	border:none;
	margin-top: 0;
    padding-top: 0.5rem;
}

#menu ul > li.arrow a {
	font-size:1.25rem;
}


#menu ul > li.arrow a::after {
	content:"";
	width:14px;
	height:14px;
	background:url(../img/sprite.png);
	background-size:170px auto;
	background-position:-14px 0;
	margin-left:.5rem;
	display:inline-block;
	vertical-align: middle;
}

#menu ul > li > a {
	border: 0;
	color: inherit;
	display: block;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5rem;
    letter-spacing: 0.05em;
}

#menu .close {
	border: 0;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 20px;
	top: 17px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 170px auto;
    background-position: -18px -151px;
}

@media screen and (max-width: 736px) {

	#menu {
		padding: 3em 1.5em;
	}

}

body.is-menu-visible #page-wrapper {
	opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
	display: block;
}

body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


/* Banner */

#banner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	height: 100vh;
	min-height: 35rem;
	/*max-height: 49rem;*/
	overflow: hidden;
	position: relative;
	text-align: center;
	color:#030102;
	line-height: 1.5em;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

#banner .inner{
	padding: 0 1.5rem;
	max-width:730px;
	margin: 0 auto;
    width: 100%;
}

#banner h2 {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease, text-shadow 5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease, text-shadow 5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease, text-shadow 5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease, text-shadow 5s ease;
	display: inline-block;
	opacity: 1;
	padding: 1rem 0.2rem;
	position: relative;
	z-index: 1;
	letter-spacing: 0.2em;
	margin: 1.5rem 0 2.5rem;
	max-width: 40%;
}

#banner h2:before, #banner h2:after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #000;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	width: 100%;
}

#banner h2:before {
	top: 0;
	left: 0;
	display: none;
}

#banner h2:after {
	bottom: -0.5em;
	right: 0;
}

#banner h1 {
	margin-bottom: 6rem;
	max-width: 90%;
    margin: 1rem auto 3.5rem;
	opacity:0;
}


#banner p {
	font-weight:700;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	margin-bottom: 3.5rem;
	opacity: 0;
	letter-spacing: 0.3em;
}

.banner-veltra-logo {
	width:170px;
	height:36px;
	background-image: url(../img/sprite.png);
	background-repeat:no-repeat;
	background-size:170px auto;
	background-position:0 -209px;
	margin:0 auto;
}

#banner:after {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	background: #eebac0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

@media screen and (max-width: 736px) {

	#banner {
		height: auto;
		min-height: 0;
	}

	#banner .inner {
		padding: 5em 2.5em 4em;
	}

	#banner h1 {
		font-size: 5.75em;
	}
}

@media screen and (max-width: 480px) {

	#banner .inner {
		padding: 3.5em 1em 2.5em 1em;
	}
	
	#banner h1 {
		font-size: 4.75rem;
		margin-bottom: 4rem;
	}
	
	#banner h2 {
		margin-bottom:0.5rem;
	}

}


body.is-loading #banner h2 {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
	text-shadow:none;
}

body.is-loading #banner h2:before, body.is-loading #banner h2:after {
	width: 0;
}


body.is-loading #banner:after {
	opacity: 1;
}

#banner h1, #banner h2, .banner-veltra-logo, #banner p, .sns, .parallax-wrapper, body.landing #page-wrapper, body.is-mobile.landing #banner {
	opacity: 0;
}

body.is-loaded #banner h1, body.is-loaded #banner h2, body.is-loaded #banner p, body.is-loaded .parallax-wrapper, body.is-loaded #page-wrapper, body.is-mobile.is-loaded #banner {
	opacity: 1;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

body.is-loaded .sns, body.is-loaded .banner-veltra-logo{
	position: relative;
	z-index: 3;
	opacity: 1;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
}


/* Landing */

body.landing #page-wrapper {
	background-image: url(../img/main-m.jpg);
	background-attachment: fixed;
	background-position: center bottom ;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

@media screen and (min-width: 1301px) {
	body.landing #page-wrapper {
		background-image: url(../img/main-l.jpg);
		background-size: cover;
	}
}

body.is-mobile.landing #page-wrapper {
	background: none;
}

body.is-mobile.landing #banner {
	background-image: url(../img/main-s.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Header */

#header {
	-moz-transition: background-color 0.4s ease-in;
	-webkit-transition: background-color 0.4s ease-in;
	-ms-transition: background-color 0.4s ease-in;
	transition: background-color 0.4s ease-in;
	background: #312d2d;
	height: 5rem;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header h1 {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	height: inherit;
	left: 1.25em;
	line-height: 5rem;
	position: absolute;
	top: 0;
	font-size: 1.1em;
	letter-spacing: 0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:normal;
	color: #fff;
}

#header h1 span{
	font-size:1.3em;
	padding-left: 0.75em;
}

#header h1 a {
	border: 0;
	display: block;
	height: inherit;
	line-height: inherit;
}

#header h1 img {
    position: relative;
    top: 50%;
    display: block;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {

	#header h1 a {
		font-size: 0.8em;
	}

}

#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	right: 0;
	top: 0;
}

#header nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header nav > ul > li {
	display: inline-block;
	padding: 0;
}

#header nav > ul > li > a {
	border: 0;
	color: #fff;
	display: block;
	letter-spacing: 0.25em;
	padding: 0 1.5em;
	text-transform: uppercase;
}

#header nav > ul > li > a.menuToggle {
	outline: 0;
	position: relative;
}

#header nav > ul > li > a.menuToggle span{
	display: inline-block;
	letter-spacing: 0.22em;
    font-size: 1.6rem;
    line-height: 50px;
    vertical-align: -6%;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

#header nav > ul > li > a.menuToggle:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 14px;
	margin: 0 0 0 10px;
	background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 170px auto;
    background-position: -1px -153px;
}

@media screen and (max-width: 736px) {

	#header nav > ul > li > a.menuToggle {
		padding: 0 1.5em;
	}

	#header nav > ul > li > a.menuToggle span {
		display: none;
	}

	#header nav > ul > li > a {
		padding: 0 0 0 1.5em;
	}

}

#header nav > ul > li:first-child {
	margin-left: 0;
}

#header.alt {
	background: transparent;
}

#header.alt h1 {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0;
}



/*===========================*
SNS
*===========================*/
.sns{
	margin-top: 5.5rem;
    margin-bottom: 2rem;
}
.fb-share-button {margin-right: 10px !important; display: inline-block !important; float:none !important;}
#twitter-widget-0 {float:none !important; display:inline-block !important; vertical-align: bottom; margin-right: 10px !important;}




/*===========================*
parallax
*===========================*/

.parallax-wrapper {
	height: 0;
	width: 100%;
    position: absolute;
    top: 0;
}

.parallax-wrapper > div {
	position: absolute;
	z-index: 2;
	display:inline-block;
}

@media screen and (max-width: 736px) {
	.parallax-wrapper{
		display:none;
	}
}



/* intro */
.intro {
	position:relative;
	background:#fefefd;
	padding-bottom: 10rem;
}

.intro::before, .intro::after {
	content:"";
	display:block;
	position:absolute;
	width:392px;
	height:193px;
	background: url(../img/bg-intro.png) 50% 50% no-repeat;
	background-size:cover;
}

.intro::before {
	top:0;
	left:0;
}

.intro::after {
	bottom:0;
	right:0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.intro .inner::before {
	content:"";
	width:40px;
	height:137px;
	background: #db3533 url(../img/sprite.png) no-repeat;
    background-size: 170px auto;
	margin:0 auto 4rem;
	display: block;
}

#tokyo .intro .inner::before {
	background-position: 0px -14px;
}

#tokyo .intro .tokyo-inner-cn::before {
	background-position: -135px -14px;
}


#kyoto .intro .inner::before {
	background-position:-32px -14px;
}



#osaka-nara .intro .tokyo-inner-cn::before {
	background-position:-65px -14px;
}

#other-areas .intro .inner::before {
	background-position:-101px -14px;
}

#osaka-nara .inner small{
    margin: 0px -7px 0 -15px;}


.intro h1 {
	font-size:8.2rem;
	letter-spacing: 0.15em;
	max-width: 1000px;
	margin: 0 auto 2rem;
	line-height: 1;
	margin-top: 15px;
}

.intro h1 small{
    font-size: 0.5em;
    letter-spacing: 0.1em;
}

.intro h2 {
	font-size:1.3rem;
	margin-bottom: 0;
	letter-spacing: 0.15em;
	max-width: 1000px;
	margin: 0 auto;
}

.intro p {
	font-size:1.6rem;
	max-width: 1000px;
	margin: 0 auto;
}

.spots {
	background:#f9f8f8 url(../img/paper.jpg) top left repeat;
}

.spots .inner{
    width: 1400px;
	height: 484px;
}

ul.items{
	padding: 0;
	margin: 0 auto;
}

.items li{
	list-style:none;
}

.item {
    min-height: 357px;
	position: relative;
	overflow-y: hidden;
	padding: 6rem;
}

.item-pic {
	position:absolute;
	width: 56%;
	height: 484px;
	overflow: hidden;
}
	
.item-pic img {
	height: auto;
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-desc {
	float:right;
	width:44%;
	padding:0 6rem;
	padding-right:0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.items li:nth-child(even) {
    background-color: rgba(255,255,255,.6);
}

.items li:nth-child(even) .item-pic {
    right: 0;
}

.items li:nth-child(even) .item-desc {
	float: left;
	padding-right: 6rem;
    padding-left: 0;
}

.item h1{
	margin-bottom: 0rem;
	letter-spacing: .2em;
	line-height: 1.2;
	position:relative;
}

.item h1.small {
	letter-spacing: .15em;
    font-size: 3.1rem;
}

.item h3{
	margin: 0em 0 1em;
	letter-spacing: .25em;
	font-weight: 300;
	position:relative;
}

.item h3 small{
    font-size: 0.7em;
    display: block;
	position:relative;
}

.item p{
	margin:0 0 .5em;
	position:relative;
}

a.item-btn {
    font-size: 2.5rem;
    padding: .25em 1em .25em .5em;
    letter-spacing: 0.05em;
    display: inline-block;
	position: relative;
}

a.item-btn:hover {
	background:rgba(230,196,143,.5);
}

.item-btn::before {
	content:"";
	width:10px;
	height:12px;
	background:url(../img/arrow-gray.png);
	background-size:cover;
	display: block;
    position: absolute;
    right: .4em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 899px) {
	.item-pic .pc{
		display:none !important;
	}
}


@media screen and (min-width: 900px) {
	
	.item-pic .mobile{
		display:none !important;
	}
}

@media screen and (max-width: 1280px) {
	.spots .inner {
		height: auto;
        padding-left: 0;
	}
	
	.item {
		padding-bottom: 0;
		padding-top: 7rem;
	}
	
	.item-pic {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
		height: 445px;
	}
	
	.item-desc {
	    max-width: 780px;
		float:none !important;
	    padding: 3rem !important;
		width: auto;
		margin: 1rem auto;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
}

@media screen and (max-width: 900px) {
	.item-pic {
		height: auto;
	}
	
	.item-pic img {
		max-width: 453px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 736px) {
	.item{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media screen and (max-width: 480px) {
	.intro .inner::before {
		width:30px;
		height: 99px;
    	background-size: 127px auto;
	}

	#kyoto .intro .inner::before {
		background-position:-23px -14px;
	}
	
	#osaka-nara .intro .inner::before {
		background-position:-48px -14px;
	}
	
	#other-areas .intro .inner::before {
		background-position:-76px -14px;
	}

	#tokyo .intro .tokyo-inner-cn::before {
		background-position:-101px -14px !important;
	}

	.intro h1 {
		font-size: 6rem;
	}
	
	.item {
		width: 100% !important;
		padding: 0;
	}
	
	.item-desc {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}


.tours {
	background:url(../img/bg-ac.png) left top repeat;
	padding:6rem;
}

.tours2 {
	background:url(../img/bg-ac2.png) left top repeat;
}


.tours .inner{
	background-color:#fdfdfd;
	padding:4rem 3rem;
	overflow: hidden;
	width: 100%;
}

.tours section{
    margin-bottom: 4rem;
}

.tours section:last-child{
    margin-bottom: 0;
}

.tours h1 {
    font-size: 4.4rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-bottom: 0em;
}

.tours h1::before {
	content:"";
	width:65px;
	height:34px;
	display:block;
	margin:0 auto 1rem;
	background-image: url(../img/sprite.png);
    background-size: 170px auto;
    background-repeat: no-repeat;
    background-position: 0 -171px;
}

.tours h2 {
	text-align:center;
	font-size:1.8rem;
	margin-bottom: .55em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform:none;
	letter-spacing: 0.07em;
}

ul.acs {
	padding-left:0;
	margin-bottom: 0;
	text-align: center;
}

li.ac-item {
	list-style: none;
	padding-left:0;
	width: 290px;
	display:inline-block;
	margin: 44px;
}

.ac-pic{
    width: 290px;
    height: 290px;
    border-radius: 50%;
    overflow: hidden;
}

.ac-item p{
	font-size:1.3rem;
	margin-bottom: 1.5em;
}

.ac-text {
	padding-top: 2rem;
}

.ac-text h4{
	font-weight:300;
	font-size:1.5rem;
	line-height:1.5;
	letter-spacing:0.07em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 2.5rem;
}

.hover-effect::before{
	-moz-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	transition:background 0.2s ease;
	content:"";
	display:block;
	position:absolute;
	width: 290px;
    height: 290px;
    border-radius: 50%;
    overflow: hidden
}

.hover-effect:hover::before {
    background: rgba(0,0,0,.3);
}

.ac-pic-wrapper {
	position:relative;
}

.duration {
	position:absolute;
	top: 1.3rem;
	right: 1.3rem;
	width:7.7rem;
	height:7.7rem;
	font-size:2.1rem;
	text-align:center;
	border-radius: 50%;
    background-color: #fae1cd;
	font-family: 'Quattrocento', serif;
	line-height: 1.2;
	color: #222222;
}

.duration-inner {
	position:relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform:translateY(-50%);
}

.duration-title {
	font-size:.98rem;
	margin-bottom: 0.2rem;
}

.duration-day {
    line-height: 1;
}

.ac-photo-credit{
    font-size: 1rem !important;
}

a.ac-btn {
	color:#db3533;
    font-size: 1.3rem;
	font-weight:bold;
    padding: 1.1em 1em 1.1em 0;
    letter-spacing: 0.05em;
    display: inline-block;
	position: relative;
	border:1px solid #db3533;
	border-radius: 2px;
	text-align: center;
	width: 180px;
	line-height:1;
	letter-spacing: 0.1em;
}

a.ac-btn:hover {
	color:#fff;
	background-color:#db3533;
	border:1px solid #db3533;
}

.ac-btn::before {
	content:"";
	width: 14px;
    height: 14px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 170px auto;
    background-position: 0 0;
    position: absolute;
    right: 2.6em;
    top: 50%;
    display: inline-block;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.ac-btn:hover::before {
    background-position: -12px 0;
}

@media screen and (max-width: 736px) {
	.tours {
		padding: 4.5rem;
	}
	
	.ac-item .ac-pic-wrapper {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.ac-text {
		padding-left: 0;
		padding-top: 2.5rem;
		width: 100%;
	}
	
	li.ac-item {
		margin: 3.5rem 0;
	}
	
	.tours .inner {
		padding: 3rem;
	}
}

@media screen and (max-width: 480px) {
	.tours {
		padding: 3rem;
	}
	
	.tours .inner {
		padding: 1.5rem;
	}
	
	.tours h1 {
		font-size: 3rem;
	}
	
	li.ac-item {
		width: 220px;
	}
	.ac-pic, .hover-effect::before {
		width: 220px;
		height: 220px;
	}
}



/* Other Areas */
.other-areas {
    background: url(../img/bg-other.png) 50% top repeat;
    padding: 0 6rem;
}

.other-areas .intro h1{
	font-size:7rem;
}

.other-areas .intro .small {
	font-size: 1.1rem;
    line-height: 1.75;
    margin: 2rem auto 0;
    padding-right: 45%;
    color: #7a7a7a;
	position:relative;
	z-index:1;
}

.other-areas .intro::before, .other-areas .intro::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
	height:100%;
    background: url(../img/bg-other-inner.png) left top repeat-y;
}

.other-areas .inner.narrow {
    overflow-x: hidden;
}

.forecast_map {
    position: relative;
	width: 698px;
    margin:4rem auto 0px;
	max-width: 100%;
}

.forecast_map_img {
	width:100%;
}

.front-obj1 {
	position:absolute;
	top: 140px;
    left: -50px;
	width:294px;
	height:151px;
	background-image:url(../img/cloud.png);
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:0 0;
}

.front-obj2 {
	position:absolute;
	top: 290px;
    right: -180px;
	width:255px;
	height:151px;
	background-image:url(../img/cloud.png);
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:right top;
}



@media screen and (max-width: 1280px) {
	.front-obj1{
		height: 140px;
		left: 0;
	}
	
	.front-obj2 {
		top: 350px;
		right: -100px;
		width: 235px;
		height: 135px;
	}
}

@media screen and (max-width: 900px) {
	.front-obj1 {
		height: 130px;
		top: 90px;
		width: 260px;
	}
	
	.front-obj2 {
		top: 280px;
		right: -50px;
		width: 180px;
		height: 100px;
	}
}


@media screen and (max-width: 736px) {
	
	.other-areas {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
	}

	.other-areas .intro .small {
		padding-right: 0;
	}

	.forecast_map {
		margin-top: 2rem;
	}
	.front-obj1 {
		height: 115px;
		top: 90px;
		width: 225px;
	}
	
	.front-obj2 {
		top: 230px;
		right: -44px;
		width: 177px;
		height: 100px;
	}
}

@media screen and (max-width: 600px) {
	
	.front-obj1 {
		height: 100px;
		top: 60px;
		width: 200px;
	}
	
	.front-obj2 {
		top: 180px;
		right: -54px;
		width: 137px;
		height: 80px;
	}
}

@media screen and (max-width: 480px) {
	
	.other-areas {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.other-areas .intro::before, .other-areas .intro::after {
		background-size: 70% auto;
	}
	
	.other-areas .intro h1 {
		font-size: 5rem;
	}
	
	.other-areas .inner.narrow {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
	
	.front-obj1 {
		display:none;
	}
	
	.front-obj2 {
		display:none;
	}
}



/* Footer */

#footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #312d2d;
	text-align: center;
	color:#fff;
}

.link {
	float:left;
    padding: 20px;
	position: relative;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition:background-color 0.2s ease;
	background-color:transparent;
	max-width: 50%;
}

.link:hover {
	background-color:rgba(255,255,255,.3)
}

.link-img {
	position:absolute;
	top: 50%;
    left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link h2 {
	padding-left:100px;
	color:#fff;
	text-align:left;
	font-weight:300;
	font-size:1.7rem;
	margin-bottom:0;
    line-height: 1.3;
}

.link p {
	padding-left:100px;
	text-align:left;
	font-size:1.05rem;
	line-height: 1.3;
    margin-bottom: 0;
	margin-top: .5rem;
}

.link p::after {
	content:"";
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
	background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 170px auto;
    background-position: -29px 0;
}

#footer .logo {
	float:right;
	height: 75px;
	font-size: 9.5px;
	letter-spacing: 0.1em;
    text-align: right;
	padding-right: 2rem;
}

#footer .logo > div {
	position: relative;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer .logo .veltra-logo {
	padding-right: 1.5rem;
	width: 125px;
    height: 26px;
    vertical-align: middle;
    background: url(../img/logo-veltra.png) 0 0 no-repeat;
    background-size: cover;
	display:inline-block;
	margin: 1rem 1.5rem;
}

.social {
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    box-sizing: content-box;
	background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 170px auto;
}

.social:hover, #footer .logo .veltra-logo:hover {
	opacity:0.5;
}

.social.link-facebook {
    background-position: -80px 0;
}

.social.link-wechat {
    background-position: -100px 0;
}
.social.link-webio {
    background-position: -125px 0;
}


.social.link-instagram {
    background-position: -56px 0;
}

#footer .copyright {
	display:inline;
	padding-left: 1rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 930px) {

	#footer {
		padding: 3em 2.5rem 2em ;
	}
	
	#footer .logo {
		margin-bottom: 3rem;
		padding-right: 0;
	}
	
	.link {
		margin: 0 auto;
		float: none;
		display: inline-block;
		max-width: 480px;
		padding: 15px;
		width: 70%;
	}
	
	#footer .logo {
		float: none;
		margin: 0 auto;
		display: inline-block;
		text-align: center;
		height: 100px;
	}
	
	.social {
    	padding-left: 8px;
    	padding-right: 8px;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		padding: 3rem 1.5rem;
	}
	
	#footer .logo .veltra-logo {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	.link {
		width: auto;
	}
	
	.link-img {
		width: 60px;
	}
	
	.link h2 {
		font-size: 1.5rem;
	}

	.link h2, .link p {
		padding-left: 75px;
	}
	
	.link p {
		font-size: .96rem;
	}

	#footer .copyright {
		display: block;
		line-height: 1.65;
		margin: 0;
		padding: 0.5em 0;
	}

}


.area-btn{

	background: #696564;
	color: #fff;
	text-align: center;
	width: 250px;
	padding: 8px 0;
	border-radius: 5px;
	margin: 0 auto;
}


@media screen and (max-width: 480px) {

.area-btn{
	float: initial;
	margin: 0 auto 30px;
	width: 100%;

}
}





