/* 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: #2e3842;
}


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;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body, input, select, textarea, button {
	color: #666;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "Yu Gothic", Arial, Meiryo, "M+ 1p", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

@media screen and (max-width: 736px) {
	html{
		font-size:9px;
	}
	
	body, input, select, textarea {
		letter-spacing: 0.0375em;
	}

}

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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

h1, h2, h3, h4 {
}

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

h1{
	font-size: 4.7rem;
}

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;
}

.latin {
	font-family: 'Amatic SC', cursive;
	letter-spacing: 0.017em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.white {
	color:#fff;
}

.gray {
	color:#555 !important;
}

.black {
	color:#222;
}

.img-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;

}

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

.cf:after {
    clear: both;
}

@media screen and (max-width: 480px) {
	.rsp-hide {
		display:none;
	}
}


/* 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;
}

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

.inner.narrow {
	padding-left:5rem;
	padding-right:5rem;
}

.wrapper.style1 {
	background-color: #ecbfac;
}

.wrapper.style1 strong, .wrapper.style1 b {
	color: #ffffff;
}

.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
	color: #ffffff;
}

.wrapper.style1 hr {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 blockquote {
	border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 code {
	background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 label {
	color: #ffffff;
}


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

	.wrapper > .inner {
		width: 800px;
	}

}

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

	.wrapper {
		padding: 4em 3em;
	}
	.wrapper > .inner {
		width: 100%;
	}
	.inner.narrow {
		padding-left: 0;
		padding-right: 0;
	}

}

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

	.wrapper {
		padding-left: 2em;
    	padding-right: 2em;
	}

}

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

}

/* Page Wrapper + Menu */

#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 {
	-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: #a4d2d8;
	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(0, 0, 0, 0.125);
	margin: 0.75rem 0 0 0;
	padding: 0.75rem 0 0 0;
}


#menu ul > li .latin {
    font-size: 2rem;
    vertical-align: middle;
    font-weight: bold;
	color:#ea6948;
}

#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: .75em;
}

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

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

#menu ul > li:nth-last-child(3) a, #menu ul > li:nth-last-child(2) a, #menu ul > li:last-child a {
	font-size:1.25rem;
}


#menu ul > li:nth-last-child(3) a::after, #menu ul > li:nth-last-child(2) a::after, #menu ul > li:last-child a::after {
	content:"";
	width:9px;
	height:23px;
	background:url(../img/arrow-white.png);
	background-size:cover;
	margin-left:1rem;
	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.3rem;
	letter-spacing: 0.01em;
	font-weight: bold;
}

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

@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);
}

/* 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: #555;
	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;
	font-family:"Times New Roman", Georgia, serif;
	padding-left: 0.75em;
}

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

@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.8rem;
    line-height: 50px;
    vertical-align: -6%;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

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

@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;
}


/* 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:#fff;
}

#banner .inner{
	padding: 0 3em;

}

#banner .snow-top {
	-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;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: inline-block;
	font-size: 3.2rem;
	opacity: 1;
	position: absolute;
	z-index: 3;
	letter-spacing: 0.2em;
	background: url(../img/snow-top-s.png) left top no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#banner .snow-bottom {
	-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;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: inline-block;
	font-size: 3.2rem;
	opacity: 1;
	position: absolute;
	z-index: 3;
	letter-spacing: 0.2em;
	background: url(../img/snow-bottom-s.png) left bottom no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

#banner h1 {
	margin-bottom: 6rem;
}

#banner h1 img {
	width:745px;
}

#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: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	content: '';
	background: #2e3842;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}

.presented {
	-moz-transition: opacity 0.75s ease;
	-webkit-transition: opacity 0.75s ease;
	-ms-transition: opacity 0.75s ease;
	transition: opacity 0.75s ease;
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-ms-transition-delay: 3s;
	transition-delay: 3s;
	bottom: 0;
	color: inherit;
	font-size: 0.8em;
	opacity: 1;
	text-align: center;
	z-index: 3;
	position: relative;
}


.presented img{
	margin:1.25rem;
	max-width: 22%;
	opacity:1;
	-moz-transition: opacity 0.75s ease;
	-webkit-transition: opacity 0.75s ease;
	-ms-transition: opacity 0.75s ease;
	transition: opacity 0.75s ease;
}

.presented img:hover{
	opacity:0.7;
}

.presented p {
    letter-spacing: 0.12em;
	font-weight: bold;
	line-height: 1.5;
	font-size: 1.4rem;
	margin: 2.75rem;
}

.presented p a:hover{
	border-bottom:dotted 1px #fff;
}

.present-banner {
	width:100px;
	position:absolute;
	left:calc(50% - 540px);
	top:0;
	z-index: 4;
	-moz-transition: opacity 0.75s ease;
	-webkit-transition: opacity 0.75s ease;
	-ms-transition: opacity 0.75s ease;
	transition: opacity 0.75s ease;
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-ms-transition-delay: 3s;
	transition-delay: 3s;
}

.present-banner-inner{
	width:100%;
	background:url(../img/present-banner-l.png);
	background-size:cover;
	-moz-transform: translateY(-4rem);
	-webkit-transform: translateY(-4rem);
	-ms-transform: translateY(-4rem);
	transform: translateY(-4rem);
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
	-moz-transition-delay: 0;
	-webkit-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0;
}

.present-banner-inner:hover {
	-moz-transform: translateY(-1rem);
	-webkit-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	transform: translateY(-1rem);
}

.present-banner-inner::before{
	content:"";
	display:block;
	padding-top:365%;
}


@media screen and (min-width: 737px) {
	
	#banner .snow-top {
		background: url(../img/snow-top-m.png) left top no-repeat;
		background-size: 100% auto;
	}
	
	#banner .snow-bottom {
		background: url(../img/snow-bottom-m.png) left bottom no-repeat;
		background-size: 100% auto;
	}
}


@media screen and (min-width: 1281px) {
	
	#banner .snow-top {
		background: url(../img/snow-top-l.png) left top no-repeat;
		background-size: 100% auto;
	}
	
	#banner .snow-bottom {
		background: url(../img/snow-bottom-l.png) left bottom no-repeat;
		background-size: 100% auto;
	}
}

@media screen and (max-width: 1280px) {
	.presented p {
		font-size: 1.1rem;
		margin:1.5rem;
	}
	.present-banner{
		width: 85px;
		top: 1rem;
		left: 2rem;
	}
	.present-banner-inner{
		background:url(../img/present-banner-m.png);
		background-size:cover;
	}
}


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

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

	#banner .inner {
		font-size: 1.75em;
		padding: 5em 1.5em 4em;
	}

	#banner h1 {
		font-size: 5.75em;
	}
	
	.present-banner{
		width: 65px;
		top: -23px;
	}
	
	.present-banner-inner{
		background:url(../img/present-banner-s.png);
		background-size:cover;
	}

}

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

	#banner .inner {
		padding: 3.5em 1em 2.5em 1em;
	}
	
	#banner h1 {
		font-size: 4.75rem;
		margin-bottom: 4rem;
	}
	
	.present-banner{
		width: 47px;
		top: -0.8rem;
		left: 1rem;
	}
	
	.present-banner-inner{
		background:url(../img/present-banner-xs.png);
		background-size:cover;
	}

}

body.is-loading #banner .snow-top, body.is-loading #banner .snow-bottom {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

body.is-loading #banner h1, body.is-loading #banner .presented, body.is-loading #banner .present-banner {
	opacity: 0;
}

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



/*===========================*
SNS
*===========================*/
.sns{
	margin-top: 4rem;
    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;}
.line-it-button {float:none !important; display:inline-block !important; vertical-align: bottom;}


/* intro */

.intro {
	overflow-x: hidden;
}

.intro h1 {
	display:inline-block;
	margin-bottom: 0;
	font-size:8.1rem;
	color:#fff;
	margin-right: .25em;
}

.intro h2 {
	display:inline-block;
	font-size:2.8rem;
	margin-bottom: .75em;
}

.intro .inner > div:last-child {
	float:right;
	text-align:center;
}

.intro p {
	line-height:1.75em;
	color:#5e4c45;
	margin-bottom:.5em;
	font-size:1.5rem;
}

.intro p a {
	color:#fff;
	font-weight:bold;
	background: url(../img/dot-line-s-white.png) repeat-x 100% 100%;
	padding-bottom: 2px;
}

.intro p a:hover {
	color:#2b343d;
}

.stopover {
    text-align: left;
    width: 36%;
    float: right;
    margin-top: -18rem;
	margin-bottom: 2em;
}
.stopover h3{
	margin-bottom:.5em;
}

.stopover p{
    font-size: 1.3rem;
}

.intro h3.latin {
	font-size:5rem;
	margin-bottom: .2em;
}

.arrow-button {
  text-decoration:none;
  color:#fff;
  overflow:hidden;
  display: inline-block;
  margin:0.75em;
  -webkit-transform: translateX(3.5rem);
  -moz-transform: translateX(3.5rem);
  -ms-transform: translateX(3.5rem);
  transform: translateX(3.5rem);
  font-size: 1.2rem;
  font-weight: bold;
  float: right;
}

.arrow-button span {
  letter-spacing:.125em;
  text-decoration:center;
  background-color:#2b343d;
  white-space: nowrap;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  position:relative;
  display:block;
  padding:0.75em 1em 0.75em 1.5em;
  margin-right:1.7em;
}

.arrow-button span::after {
  background-color:#2b343d;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  content: "";
  display:inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position:absolute;
  top:-50%;
  bottom:50%;
  left:0;
  right:-1.7em;
  z-index: -1;
}

.arrow-button:hover span, .arrow-button:hover span::after {
  background-color:#fff;
  color:#2b343d;
}

.map {
	width:625px;
	max-width:100%;
	margin-top: 1rem;
}


@media screen and (max-width: 1280px) {
	.intro.wrapper > .inner {
		width: 900px;
	}
	
	.intro .title{
		text-align:center;
	}
	.intro h1 {
		margin-right: 0;
		margin-bottom: .15em;
	}
}

@media screen and (max-width: 900px) {
	.wrapper > .inner, .intro.wrapper > .inner {
		width: 100%;
	}
	
	.intro .inner > div {
		width:100%;
		float:none !important;
		max-width: 640px;
		margin: 0 auto;
	}

	.intro h1 {
		text-align:center;
		font-size:7rem;
	}

	.map {
		margin-bottom:2rem;
	}
	.stopover {
		text-align:center;
		width: 100%;
		margin-top: -1em;
	}
}

@media screen and (max-width: 480px) {
	.intro h1 {
		font-size: 5.5rem;
	}
	
	.intro h2 {
		font-size: 1.8rem;
	}
	
	.arrow-button span {
		margin-right: 3.7em;
	}
	.stopover {
	    margin-top: 0;
	}
	.intro h3.latin {
    	font-size: 4.5rem;
	}
}

/* image-section */
.image-section h1 {
	font-size: 7.2rem;
	margin-bottom: 0.2em;
	margin-top: 0.4em;
}

.thingstodo {
    overflow-x: hidden;
    position: relative;
	background: #f8f9f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f9f8 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8f9f8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8f9f8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.whattodo {
	margin:0 -27px;
}

.whattodo .item {
	min-height:90px;
	padding:27px;
}

.whattodo .item > div {
	height: 175px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 0px 0px rgba(255, 255, 255, 1);
	-moz-transition: box-shadow 2.4s ease-out;
	-webkit-transition: box-shadow 0.2s ease-out;
	-ms-transition: box-shadow 0.2s eas-oute;
	transition: box-shadow 0.2s ease-out;
}

.whattodo .item > div:hover {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 25px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 25px 0px rgba(255, 255, 255, 1);
}

.whattodo .item > div:hover img{
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform:translateY(0);
	-moz-transition: transform 2.4s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.whattodo .item > div:hover img{
	-moz-transform: translateY(1rem);
	-webkit-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	transform:translateY(1rem);
}

.whattodo .latin {
	font-size: 6.4rem;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
	color:#fff;
	line-height: 0.65;
    position: relative;
    top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.whattodo .item img{
	display: block;
	text-align: center;
	margin: 1rem auto 0;
}
.whattodo .design {
	background:url(../img/whattodo1.jpg);
	background-size:cover;
}
.whattodo .gourmet {
	background:url(../img/whattodo2.jpg);
	background-size:cover;
}
.whattodo .relax {
	background:url(../img/whattodo3.jpg);
	background-size:cover;
}

ul.items{
	padding: 0;
	margin: 0 -15px 2em;
}

.items li{
	list-style:none;
}

.items li:last-child {
	margin-bottom:0;
}

.item {
	margin-bottom:2rem;
    min-height: 357px;
	width: 33.3333%;
    float: left;
	padding: 15px;
	text-align: center;
	position: relative;
}

.hover-effect::before{
	border:0px solid #fff;
	transition:border 0.1s ease, background 0.1s ease;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}

.hover-effect:hover::before {
	border: #ebd2ab 6px solid;
    background: rgba(0,0,0,.3);
}

.duration-wrapper {
	position:relative;
}

.duration {
	position:absolute;
	top: 1.3rem;
	left: 1.3rem;
	color:#fff;
	width:77px;
	height:75px;
	background-image:url(../img/duration.png);
	background-size:cover;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
	font-size:26px;
	padding-top: 4px;
	text-align:center;
}
.duration small {
	font-size:9px;
}
.duration span{
	font-weight:bold;
	line-height: 0;
}
.monitor-tour{
	position:absolute;
	top:-2px;
	right:-2px;
	color:#fff;
	background-image:url(../img/monitor-tour.png);
	background-size:cover;
	width:205px;
	height:205px;
}

.photo-credit {
	color:#fff;
	font-size:1rem;
	display: inline-block;
	position: absolute;
	right: 1.25rem;
	bottom: .75rem;
}

.item h3{
	margin: 1.25em 0 .5em;
}

.item h3 small{
    font-size: 0.725em;
	margin-bottom: 0.25rem;
    display: block;
}

.item div > p{
	margin:0 0 .5em;
	font-size: 0.925em;
}

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: 1280px) {
	.thingstodo .item {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	.monitor-tour{
		width:154px;
		height:154px;
		background-image:url(../img/monitor-tour-s.png);
		background-size:cover;
	}
}

@media screen and (max-width: 736px) {
	.whattodo {
		margin:0 -15px;
	}
	
	.whattodo .item {
		padding:15px;
	}
	.whattodo .item > div {
    	height: 123px;
	}
	.whattodo .latin {
		font-size: 4.5rem;
	}
	.monitor-tour{
		width:205px;
		height:205px;
		background-image:url(../img/monitor-tour.png);
		background-size:cover;
	}
}

@media screen and (max-width: 480px) {
	.item {
		float: left !important;
		width: 100% !important;
		margin-bottom: .5rem;
	}
	.whattodo .item {
		height: 90px;
		float:none !important;
		padding: 0 25px;
		margin: 15px 0;
	}
	.whattodo .item > div {
    	height: 90px;
	}
	.whattodo .item img {
	    display: inline-block;
    	margin: 0;
    	padding-left: 7px;
	}
	.monitor-tour{
		width:154px;
		height:154px;
		background-image:url(../img/monitor-tour-s.png);
		background-size:cover;
	}
}




.tours .inner{
	background-color:#fff;
	padding:3rem;
	border:1px #8b8b8b solid;
	overflow: hidden;
}

.tours .choice {
	margin: 0 auto 1rem;
    display: block;
}

.tours h2 {
	text-align:center;
	font-size:5rem;
	margin-bottom: .55em;
}

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

li.ac-item {
	list-style: none;
	padding-left:0;
	margin-bottom: 3rem;
}
li.ac-item:last-child {
	margin-bottom: 0;
}

.ac-item .duration-wrapper{
	width:50%;
	float:left;
	position:relative;
}

.ac-item .duration-wrapper img{
	width:100%;
}

.ac-text {
	width: 50%;
	float: left;
	padding-left: 2.5rem;
}

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

a.ac-btn {
	color:#fff;
	background-color:#666;
    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 #666;
	border-radius: 2px;
	text-align: center;
	width: 200px;
	line-height:1;
}

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

.ac-btn::before {
	content:"";
	width: 9px;
    height: 23px;
    background: url(../img/arrow-white.png);
    background-size: cover;
    position: absolute;
    right: 4em;
    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: url(../img/arrow-gray.png) left 50% no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 736px) {
.ac-item .duration-wrapper {
    width: 100%;
    float: none;
    text-align: center;
}
.ac-text {
    padding-left: 0;
    padding-top: 2.5rem;
	width: 100%;
}

li.ac-item {
	margin-bottom: 4rem;
}

.tours .inner {
    padding: 3rem;
}
}

@media screen and (max-width: 480px) {
	.tours .inner {
		padding: 1.5rem;
	}
	.tours h2 {
		font-size: 4rem;
	}
}

/* lisaa */
#lisaa {
	text-align:center;
	background-color:#f9fbf9;
	padding-bottom: 1px;
}

#lisaa h1{
	font-size:7.2rem;
	margin-bottom: .4em;
	z-index: 1;
    position: relative;
}
.lisaa-deco::before{
	content:"";
	padding-top:23.5%;
	display:block;
}
.flip {
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.lisaa-deco{
	content:"";
	background:url(../img/lisaa-title-deco.png);
	background-size:cover;
	max-width:30%;
	width:403px;
	position:absolute;
	top:15px;
	right:0;
}
.lisaa-deco.flip{
	right: auto;
	left:0;
}

#lisaa section{
    margin:5rem 0 8rem;
}

.lisaa-item {
    width: 700px;
	margin: 4rem auto;
	max-width: 100%;
}

.img-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	width:29rem;
	height:29rem;
}

#lisaa h3{
    margin-top: 1.5em;
}

#lisaa h3 small{
    font-size: 0.725em;
	margin-bottom: 0.25rem;
    display: block;
}

.lisaa-photo-credit{
    font-size: 1.1rem;
    margin-top: -1.8rem;
}

#lisaa .tours .choice {
	margin: 0 0 1rem -5.5rem;
    display: block;
}

#lisaa .tours h2 {
    text-align: left;
	margin-bottom: -0.2em;
}

#lisaa .ac-text {
    padding-right: 2.5rem;
	padding-left:0;
	text-align: left;
}

@media screen and (max-width: 736px) {	
.lisaa-deco{
	max-width:30%;
}
#lisaa .ac-text {
	padding-top: .5rem;
	padding-bottom: 3rem;
	padding-right: 0;
	text-align: center;
	float: none;
}
#lisaa .tours .choice {
    margin: 0 auto 1rem;
}
#lisaa .tours h2 {
    text-align: center;
}
}

@media screen and (max-width: 480px) {	
.lisaa-deco{
	display:none;
}
}


/* present */
#present {
	background:url(../img/bg-present.png) #efd788 50% top no-repeat;
	background-size:100% auto;
	text-align:center;
	color:#605636;
}
.present-title {
	margin-bottom: 3rem;
}

.present-title h1{
	color:#fff;
	font-size:8.1rem;
	margin-bottom: .35em;
}

.present-title h2 {
	font-size:2.8rem;
}

.present-title p {
	font-size:1.6rem;
	margin-bottom: .75em;
}
.present-title .present-date {
    font-size: 2.35rem;
    margin-top: 2rem;
	line-height: 1.15;
	margin-bottom: 4.5rem;
}

.present-title small {
	font-size:.7em;
}
a.apply-btn {
	color: #fff;
	background-color: #69675f;
	font-size: 2rem;
	font-weight: bold;
	padding: .85em 1em .85em 0;
	letter-spacing: 0.05em;
	display: inline-block;
	position: relative;
	border-radius: 2px;
	max-width: 100%;
	width: 380px;
}

a.apply-btn:hover {
	background-color:#f7e9af;
	color:#69675f;
}

.apply-btn::before {
	content:"";
	width: 13px;
    height: 16px;
    background: url(../img/arrow-yellow.png);
    background-size: cover;
    position: absolute;
    right: calc(50% - 2.75em);
    top: 50%;
    display: inline-block;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


@media screen and (max-width: 736px) {
	.present-title h1 {
		font-size: 6rem;
	}
	.present-title h2 {
		font-size: 2rem;
	}
	.present-title p {
		font-size: 1.4rem;
		margin-bottom: .5em;
	}
}


/* Footer */

#footer {
	padding: 1rem 0 5rem;
	background-color: #f8f9f8;
	text-align: center;
}
#footer .ad {
	border-bottom:#666 1px dotted;
	line-height: 2;
	padding-bottom: 3.5rem;
}
#footer .ad p {
	margin-bottom: .5em;
}
#footer strong{
	font-size:2.2rem;
	letter-spacing: 0.05em;
}
#footer a.item-btn {
    font-size: 1.2rem;
    font-weight: bold;
    padding-right: 1.5em;
}

#footer a.item-btn:hover {
	color:#ea6948;
	background: transparent;
}

#footer .item-btn::before {
    background: url(../img/arrow-red.png);
	background-size:cover;
	height:11px;
}

#footer .logos {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

#footer .logos img {
    margin: 2rem 1.5rem;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

#footer .logos img:hover {
	opacity:0.7;
}

#footer .copyright {
	font-size: 0.8em;
	letter-spacing: 0.18em;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

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

	#footer {
		padding: 3em 2.5rem 2em ;
	}
	
	#footer .logos {
		margin-bottom: 3rem;
	}

}

@media screen and (max-width: 480px) {
	#footer {
		padding: 1rem 1.5rem 3rem;
	}
	#footer .logos {
		margin-bottom: 1rem;
	}
	
	#footer .logos img {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	#footer .social {
		width:12px;
		height:auto;
	}

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

}

/* Landing */

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

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

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

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

		


/* jssor */
.image-section {
    background-color: #f8f9f8;
}
.jssor-slider {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100% !important;
	max-width: 100%;
	min-height: 750px;
	visibility: hidden;
    margin: 0;
    overflow: visible;
}
#jssor_1, #jssor_2, #jssor_3{
     width: calc(100% - 42rem) !important;
}
#jssor_1 > div, #jssor_2 > div, #jssor_3 > div {
	width: 100% !important;
	-moz-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}

.jssor-slider .slides{
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    right: 42rem;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.jssor-slider .jssor-slider {
	width: 100% !important;
}
.jssort01-99-66{
	position:absolute;
	width: 42rem !important;
	height:100%;
	padding: 1.75em;
    right: -42rem;
    background-color: #f8f9f8;
}
.jssort01-99-66 .jssort01-99-66{
	padding: 0;
	width: 100% !important;
}
.jssort01-99-66 > div {
	left:0 !important;
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
}
.jssort01-99-66 > div:nth-last-child(2) {
	position: absolute !important;
	margin: 12px;
}
.jssort01-99-66 > div:last-child div {
	width:100% !important;
}
.jssort01-99-66 .jssort01-99-66 > div:last-child div {
	cursor: pointer;
}

.ill {
	position:absolute;
	top: -3rem;
    right: 1rem;
}

#gourmet .ill {
	top: -1.5rem;
}
.jssort01-99-66 > div:last-child > div .p::before {
	display:block;
	position:absolute;
	color:#fff;
	font-size:4rem;
	z-index: 2;
	line-height: 90px;
	margin-left: .75em;
	font-family: 'Amatic SC', cursive;
	letter-spacing: 0.017em;
	font-weight: normal;
	text-transform: uppercase;
}

#design .jssort01-99-66 > div:last-child > div:nth-child(2) .p::before {
	content:"Alvar Aalto";
}
#design .jssort01-99-66 > div:last-child > div:nth-child(3) .p::before {
	content:"Eero Aarnio";
}
#design .jssort01-99-66 > div:last-child > div:nth-child(4) .p::before {
	content:"Maija Isola";
}
.image-text {
  width: 100% !important;
  height: 100% !important;
}
.slide-image{
	width:100%;
	height:100%;
}
.design1 .slide-image{
	background:url(../img/slide-design1-s.jpg) right 50%;
	background-size:cover;
}
.design2 .slide-image{
	background:url(../img/slide-design2-s.jpg) 45% 50%;
	background-size:cover;
}
.design3 .slide-image{
	background:url(../img/slide-design3-s.jpg) right 50%;
	background-size:cover;
}

.gourmet1 .slide-image{
	background:url(../img/slide-gourmet1-s.jpg) right 50%;
	background-size:cover;
}
.gourmet2 .slide-image{
	background:url(../img/slide-gourmet2-s.jpg) right 50%;
	background-size:cover;
}
.gourmet3 .slide-image{
	background:url(../img/slide-gourmet3-s.jpg) right 50%;
	background-size:cover;
}
.relax1 .slide-image{
	background:url(../img/slide-relax1-s.jpg) right 50%;
	background-size:cover;
}
.relax2 .slide-image{
	background:url(../img/slide-relax2-s.jpg) right 50%;
	background-size:cover;
}
.relax3 .slide-image{
	background:url(../img/slide-relax3-s.jpg) right 50%;
	background-size:cover;
}

.image-text::before{
	display: block;
	position: absolute;
	color: #fff;
	font-size: 4.8rem;
	z-index: 2;
	line-height: 7rem;
	padding-left: 3rem;
	padding-right: 3rem;
	font-family: 'Amatic SC', cursive;
	letter-spacing: 0.017em;
	font-weight: normal;
	text-transform: uppercase;
	bottom: 7rem;
}
.image-text::after{
	display: block;
	position: absolute;
	color: #fff;
	z-index: 2;
	padding-left: 3rem;
	padding-right: 3rem;
	font-size:1.3rem;
	font-weight: normal;
	bottom: 3rem;
}
.image-text.design1::before{
	content: "Alvar Aalto";
}
.image-text.design1::after{
	content: "アルヴァ・アアルト　フィンランドの国民的建築家。多くの公共建築を手掛けた、デザイン都市・ヘルシンキの立役者。「アカデミア書店」「レストラン・サヴォイ」「フィンランディアホール」など、市内にはアアルトデザインが至るところに。 Photo © Juho Kuva";
}
.image-text.design2::before{
	content: "Eero Aarnio";
}
.image-text.design2::after{
	content: "エーロ・アールニオ　国際的に活躍する家具デザイナーの巨匠。自由でユニークな発送、独創性あふれる作品は世界中の人を惹きつけてやまない。スペーシーなフォルムの「ボールチェア」、椅子の概念を変えた「ポニー」はあまりにも有名。 Photo © Juho Kuva";
}
.image-text.design3::before{
	content: "Maija Isola";
}
.image-text.design3::after{
	content: "マイヤ・イソラ　フィンランドを代表するテキスタイルデザイナー、女性アーティストして活躍。マリメッコの専属デザイナー第1号として40年間チーフを務め、ポピーの花を大胆にデザインした「ウニッコ」など、ブランドを代表する多くの作品を残した。";
}
.image-text.gourmet3::after{
	content: "Photo © Olli Oilinki";
	font-size: 1rem;
}
.image-text.relax1::after{
	content: "Photo © Elina Sirparanta";
	font-size: 1rem;
}
.image-text.relax2::after{
	content: "Photo © Harri Tarvainen, Ruka Sauna tour";
	font-size: 1rem;
}
.image-text.relax3::after{
	content: "Photo © Kai Kuusisto";
	font-size: 1rem;
}
.jssora05l{
	top:0px;
	left:2rem;
}
.jssora05r{
	top:0px;
	right: 2rem;
}

.jssor-loading{position: absolute; top: 0px; left: 0px;}
.jssor-loading-filter{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.jssor-loading-icon{ position:absolute;display:block;background:url('../img/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
.jssora05l.jssora05lds      (disabled)
.jssora05r.jssora05rds      (disabled)
*/
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	width: 33px;
	height: 65px;
	cursor: pointer;
	background: url(../img/slider-arrow.png) no-repeat;
	background-size:cover;
	overflow: hidden;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jssora05l { 
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.jssora05l:hover { opacity: .7; }
.jssora05r:hover { opacity: .7; }
.jssora05l.jssora05ldn { opacity: .5; }
.jssora05r.jssora05rdn { opacity: .5; }
.jssora05l.jssora05lds { opacity: .3; pointer-events: none; }
.jssora05r.jssora05rds { opacity: .3; pointer-events: none; }
/* jssor slider thumbnail navigator skin 01 css */
/*.jssort01-99-66 .p            (normal)
.jssort01-99-66 .p:hover      (normal mouseover)
.jssort01-99-66 .p.pav        (active)
.jssort01-99-66 .p.pdn        (mousedown)
*/
.jssort01-99-66 .p { position: absolute; top: 0; left: 0; height: 90px;}
.jssort01-99-66 .t { position: absolute; top: 0; left: 0; width: 100%;}
.jssort01-99-66 .w { position: absolute; top: 0; left: 0; height: 100%;}
.jssort01-99-66 .c { position: absolute; top: 0; left: 0; height: 100%; box-sizing: border-box;}
.jssort01-99-66 .pav .c { top: 2px; left: 2px; height: 100%;}
.jssort01-99-66 .p:hover .c { top: 0; left: 0; height: 100%; border: #ebd2ab 5px solid; background:rgba(0,0,0,.3); 
-webkit-transition:  all .2s ease;
 -moz-transition:  all .2s ease;
 -ms-transition: all .2s ease;
 transition: all .2s ease; }



@media screen and (min-width: 481px) {
	.design1 .slide-image{
		background:url(../img/slide-design1-m.jpg) center 80%;
		background-size:cover;
	}
	.design2 .slide-image{
		background:url(../img/slide-design2-m.jpg) center 50%;
		background-size:cover;
	}
	.design3 .slide-image{
		background:url(../img/slide-design3-m.jpg) 50% bottom;
		background-size:cover;
	}
	.gourmet1 .slide-image{
		background:url(../img/slide-gourmet1-m.jpg) center 50%;
		background-size:cover;
	}
	.gourmet2 .slide-image{
		background:url(../img/slide-gourmet2-m.jpg) center 50%;
		background-size:cover;
	}
	.gourmet3 .slide-image{
		background:url(../img/slide-gourmet3-m.jpg) center 50%;
		background-size:cover;
	}
	.relax1 .slide-image{
		background:url(../img/slide-relax1-m.jpg) center 50%;
		background-size:cover;
	}
	.relax2 .slide-image{
		background:url(../img/slide-relax2-m.jpg) center 50%;
		background-size:cover;
	}
	.relax3 .slide-image{
		background:url(../img/slide-relax3-m.jpg) center 50%;
		background-size:cover;
	}
}

@media screen and (min-width: 900px) {
	.design1 .slide-image{
		background:url(../img/slide-design1-l.jpg) 80% 50%;
		background-size:cover;
	}
	.design2 .slide-image{
		background:url(../img/slide-design2-l.jpg) center 50%;
		background-size:cover;
	}
	.design3 .slide-image{
		background:url(../img/slide-design3-l.jpg) 60% bottom;
		background-size:cover;
	}
	.gourmet1 .slide-image{
		background:url(../img/slide-gourmet1-l.jpg) center 50%;
		background-size:cover;
	}
	.gourmet2 .slide-image{
		background:url(../img/slide-gourmet2-l.jpg) center 50%;
		background-size:cover;
	}
	.gourmet3 .slide-image{
		background:url(../img/slide-gourmet3-l.jpg) center 50%;
		background-size:cover;
	}
	.relax1 .slide-image{
		background:url(../img/slide-relax1-l.jpg) center 50%;
		background-size:cover;
	}
	.relax2 .slide-image{
		background:url(../img/slide-relax2-l.jpg) center 50%;
		background-size:cover;
	}
	.relax3 .slide-image{
		background:url(../img/slide-relax3-l.jpg) center 50%;
		background-size:cover;
	}
}

@media screen and (max-width: 1280px) {
	.image-text::before {
		bottom: 9rem;
	}
}

@media screen and (max-width: 1000px) {
	.image-text::before {
		bottom: 12rem;
	}
}

@media screen and (max-width: 900px) {
	#jssor_1, #jssor_2, #jssor_3 {
    	width: 100%!important;
	}
	.jssor-slider .slides {
	    height: 420px;
	}
	.jssort01-99-66 {
		position: relative;
    	right: initial;
    	top: 420px !important;
    	height: auto !important;
		width: 100% !important;
    	padding: 3em;
	}
	.jssort01-99-66 .jssort01-99-66 {
    	top: 0 !important;
	}
	.jssort01-99-66 .jssort01-99-66 > div:last-child {
    	display: none;
	}
	.image-section h1 {
		margin-top: 0;
	}
	.jssora05l, .jssora05r {
		top: 160px !important;
	}
	.image-text::before {
		padding-left: 2rem;
		padding-right: 2rem;
		bottom: 7rem;
	}
	.image-text::after {
		padding-left: 2rem;
		padding-right: 2rem;
		bottom: 2rem;
		line-height: 1.5;
	}
	.image-section {
    	margin-bottom:-2em;
	}
	.jssor-slider {
    	min-height: 0;
	}
	.jssort01-99-66 > div:nth-last-child(2) {
		height:auto !important;
	}
}

@media screen and (max-width: 736px) {
	
	.jssort01-99-66 {
    	top: 360px !important;
	}
	.jssor-slider .slides {
	    height: 360px;
	}
	.jssort01-99-66 {
    	padding: 1.75em;
	}
	.ill {
		top: -1rem;
	}
}

@media screen and (max-width: 520px) {
	.image-text::before {
		bottom: 9rem;
		font-size: 4rem;
	}
}

@media screen and (max-width: 480px) {
	.jssort01-99-66 {
		padding: 2em 1em;
	}

	.ill {
		width:90px;
	}
	#gourmet .ill {
		top: -0.5rem;
		width: 120px;
	}
	#relax .ill {
		top: -1.5rem;
		width: 120px;
	}
	.jssora05l, .jssora05r {
		background: url(../img/slider-arrow-s.png) no-repeat;
		background-size:cover;
	}
	.image-text::before {
		bottom: 7rem;
	}
	.image-text.design1::after{
		content: "フィンランドの国民的建築家。デザイン都市・ヘルシンキの立役者。「アカデミア書店」「レストラン・サヴォイ」など、市内には彼のデザインが至るところに。 Photo © Juho Kuva";
	}
	.image-text.design2::after{
		content: "家具デザイナーの巨匠。自由でユニークな発送、独創的な作品は世界中の人を惹きつけてやまない。スペーシーなフォルムの「ボールチェア」はあまりにも有名。 Photo © Juho Kuva";
	}
	.image-text.design3::after{
		content: "フィンランドを代表するテキスタイルデザイナー。マリメッコの専属デザイナーとして40年間チーフを務め、ポピーの花をデザインした「ウニッコ」などブランドを代表する作品を残した。";
	}
	.image-text .slide-image::after{
		content: "";
		width:100%;
		height:50%;
		background: -moz-linear-gradient(top, rgba(50,50,50,0) 0%, rgba(50,50,50,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(50,50,50,0) 0%,rgba(50,50,50,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(50,50,50,0) 0%,rgba(50,50,50,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#00323232',GradientType=0 ); /* IE6-9 */
		display:block;
		position:absolute;
		bottom:0;
		z-index:1;
	}
}

@media screen and (max-width: 380px) {
	.image-text::before {
		bottom: 9rem;
	}
}

@media screen and (max-width: 330px) {
	.image-text::before {
		bottom: 9rem;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.image-section{margin-bottom: -4rem; position: relative; z-index: 1; padding-right: 1rem; padding-left: 1rem; padding-top: 2rem;}
	.slides{display: none;}
	.jssort01-99-66{width: 100% !important; right: 0; top: 0 !important;}
	#jssor_1, #jssor_2, #jssor_3{width: 1080px !important; max-width: 100%; margin: 0 auto;}
	.jssort01-99-66 .jssort01-99-66 > div:last-child {display: none;}
	.jssor-slider {min-height: 330px !important;}
	.jssora05l, .jssora05r {display: none;}
}



/* accordion panel */
button.accordion {
    cursor: pointer;
	padding: 0 1.5em;
	border: none;
	outline: none;
	background-color: transparent;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 2.5em;
	display: block;
	margin: 5.5rem auto 0;
	font-size: 1.5rem;
	color:#605636;
	font-weight:bold;
	height: 44px;
    line-height: 44px;
}
button.accordion.active, button.accordion:hover {
    background-color: rgba(255,255,255,0.25);
}
button.accordion::after {
	content:"";
	display:inline-block;
	vertical-align: text-bottom;
	background:url(../img/open.png);
	background-size:cover;
	width:22px;
	height:22px;
	margin-left: .4em;
	vertical-align: -.5rem;
}

div.panel {
    padding: 1em 3em 2em;
	margin: 2em 0 -3.5em;
	background-color: #fff;
    max-height: 0;
    overflow: hidden;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
    opacity: 0;
	letter-spacing: 0.075em;
}
div.panel.show {
    opacity: 1;
    max-height: 4000px; 
	margin-bottom:4em;
}

div.panel h4 {
    margin-bottom: 1em;
    margin-top: 3em;
}
div.panel h5 {
    margin-bottom: 2em;
    margin-top: 2em;
}

#present div.panel p {
	text-align:left;
	font-size:1.4rem;
}

button.accordion-close {
    cursor: pointer;
    padding: 1.25em;
    border: 1px solid #fff;
    outline: none;
    font-size: 90%;
    background-color: transparent;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	border:none;
	color:#605636;
}
button.accordion-close.active, button.accordion-close:hover {
    background-color: rgba(255,255,255,0.25);
}

button.accordion-close::after {
	content:"";
	display:inline-block;
	vertical-align: text-bottom;
	background:url(../img/btn-close.png);
	background-size:cover;
	width:18px;
	height:18px;
	margin-left: .4em;
}

button.accordion-close:hover::after {
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	-ms-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
}

.panel li {
	text-align:left;
}


@media screen and (max-width: 480px) {
	div.panel {
		padding: 1em 1.4em 2em;
	}
	div.panel h4 {
    	margin-top: 1.5em;
	}
}
