[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
 @keyframes popupAnimation {
 10%,  90% {
 transform: translateY(-70px);
 opacity: 1;
}
}
 @keyframes modalAnimation {
 100% {
 transform: translateY(5%);
 opacity: 1;
}
}
 @keyframes favAnimation {
 10%,  90% {
 opacity: 1;
}
}
 @keyframes rotateAnimation {
 100% {
 transform: rotate(360deg);
}
}
 @keyframes fadeinAnimation {
 100% {
 opacity: 1;
}
}
/**
 * foundation/_mixin.scss
 */
/*
Theme Name: ManagementSolutions
Theme URI: http://www.webcreatormana.com
Description: Management Solutions CorporateSite
Version: 1.0
Author: Fubuki
Author URI: http://www.fubuki.com/
*/
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 1.2;
	word-break: normal;
	font-family: "Hiragino Sans", Lato, meiryo, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 960px) {
body {
	padding-top: 70px;
}
}
header {
	font-size: 14px;
	line-height: 1.6;
}
header span {
	font-weight: bold;
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
footer nav > div ul li span {
	font-size: 14px;
}
footer a, footer p {
	font-size: 14px;
	line-height: 1.6;
}
a {
	color: #333333;
	text-decoration: none;
}
a.off {
	opacity: 0;
	pointer-events: none;
}
a.offConfig {
	pointer-events: none;
}
ul {
	list-style: none;
}
.l-column-full {
	padding-bottom: 100px;
}
.l-column-full.recruit {
	position: relative;
	background: #e0e0e0;
	overflow: hidden;
}
.l-column-full.recruit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	left: 0;
	border-top: 1000px solid #f4f4f4;
	border-right: 52vw solid transparent;
	border-bottom: 1000px solid transparent;
	border-left: 52vw solid #f4f4f4;
	pointer-events: none;
}
.l-column-2col {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 960px;
	margin: -75px auto 0 auto;
	padding-bottom: 100px;
}
.l-column-2col__left {
	padding-right: 20px;
	width: 720px;
	overflow: hidden;
}
.l-column-2col__right {
	width: 220px;
}

@media only screen and (max-width: 960px) {
.l-column-2col {
	display: block;
	width: 100%;
	padding-bottom: 50px;
}
.l-column-2col__left, .l-column-2col__right {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 0;
}
}
.c-button a {
	position: relative;
	display: block;
	width: 650px;
	margin: 20px auto 0 auto;
	line-height: 70px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center !important;
	background: #06a99d;
	border: 1px solid white;
	transition: 0.3s;
}
.c-button a::after {
	content: "";
	position: absolute;
	top: 29px;
	right: 23px;
	width: 10px;
	height: 10px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	transform: rotate(45deg);
	transition: 0.3s;
}
.c-button a:hover {
	color: #06a99d;
	background: white;
	text-decoration: none;
}
.c-button a:hover::after {
	border-top: 1px solid #06a99d;
	border-right: 1px solid #06a99d;
}


.c-button2 a {
	position: relative;
	display: block;
	width: 650px;
	margin: 20px auto 0 auto;
	line-height: 70px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center !important;
	background: #06a99d;
	border: 1px solid white;
	transition: 0.3s;
}
.c-button2 a::after {
	content: "";
	position: absolute;
	top: 29px;
	right: 23px;
	width: 10px;
	height: 10px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	transform: rotate(45deg);
	transition: 0.3s;
}
.c-button2 a:hover {
	color: #06a99d;
	background: white;
	text-decoration: none;
}
.c-button2 a:hover::after {
	border-top: 1px solid #06a99d;
	border-right: 1px solid #06a99d;
}



.c-heading {
	position: relative;
	padding-top: 70px;
	font-size: 36px;
	text-align: center !important;
	color: white;
}
.c-heading::before {
	content: "";
	position: absolute;
	top: 0;
}
.c-heading.about::before {
	left: calc(50% - 27px);
	width: 55px;
	height: 59px;
	background-image: url(../imgdir/pages/aurora/icon_about2.png);
}
.c-heading.point::before {
	left: calc(50% - 29px);
	width: 57px;
	height: 52px;
	background-image: url(../imgdir/pages/aurora/icon_point2.png);
}
.c-heading.info {
	height: 340px;
	padding-top: 200px;
	background-image: url(../imgdir/pages/aurora/bg_info.jpg);
	/*background-size: cover;*/
	background-size:100% auto;
}
.c-heading.info::before {
	top: 120px;
	left: calc(50% - 31px);
	width: 63px;
	height: 60px;
	background-image: url(../imgdir/pages/aurora/icon_info3.png);
}
.c-heading.basis::before {
	left: calc(50% - 29px);
	width: 57px;
	height: 46px;
	background-image: url(../imgdir/pages/aurora/icon_basis2.png);
}
.c-heading.advice::before {
	left: calc(50% - 34px);
	width: 69px;
	height: 56px;
	background-image: url(../imgdir/pages/aurora/icon_advice2.png);
}
.c-heading.photo {
	height: 340px;
	padding-top: 200px;
	background-image: url(../imgdir/pages/aurora/bg_photo.jpg);
	/*background-size: cover;*/
	background-size:100% auto;
}
.c-heading.photo::before {
	top: 120px;
	left: calc(50% - 37px);
	width: 72px;
	height: 54px;
	background-image: url(../imgdir/pages/aurora/icon_photo2.png);
}
.c-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
.c-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}
.c-modal__close::before, .c-modal__close::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 18px;
	width: 1px;
	height: 24px;
	background: #b5b5b5;
	transform: rotate(45deg);
	transition: 0.3s;
}
.c-modal__close::after {
	transform: rotate(-45deg);
}
.c-modal__close:hover {
	border: 1px solid white;
}
.c-modal__close:hover::before, .c-modal__close:hover::after {
	background: white;
}
.c-modal__left, .c-modal__right {
	transition: 0.3s;
}
.c-modal__left:hover, .c-modal__right:hover {
	border-color: white;
}
.c-modal__left:hover::after, .c-modal__right:hover::after {
	border-color: white;
}
.c-modal__left {
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	left: 10vw;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	cursor: pointer;
}
.c-modal__left::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	transform: rotate(-45deg);
	transition: 0.3s;
}
.c-modal__right {
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	right: 10vw;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	cursor: pointer;
}
.c-modal__right::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	transform: rotate(45deg);
	transition: 0.3s;
}
.c-modal__wrapper {
	display: none;
	width: 700px;
	transition: 0.3s;
}
.c-modal__wrapper__title {
	text-align: center !important;
	line-height: 60px;
	font-size: 21px;
	color: white;
	background: #008d81;
}
.c-modal__wrapper__title img {
	vertical-align: middle;
	margin-right: 10px;
	transform: translate(0, -1px);
}
.c-modal__wrapper__image {
	max-height: 80vh;
	background: black;
	overflow: scroll;
}
.c-modal__wrapper__image__list {
	display: none;
	width: 610px;
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
}
.c-modal__wrapper__image__list img {
	display: block;
	max-width: 100%;
}
.c-modal__wrapper__image__list__name {
	text-align: center !important;
	line-height: 40px;
	font-size: 14px;
	background: white;
}
.c-modal__wrapper__image__list.on {
	display: block;
}
.c-modal__wrapper.on {
	display: block;
}
.c-modal.on {
	opacity: 1;
	pointer-events: auto;
}
.p-finnAbout {
	padding: 80px 0 100px 0;
	background-image: url(../imgdir/pages/aurora/bg_about.jpg);
	/*background-size: cover;*/
	background-size:100% auto;
	background-repeat: no-repeat;
	transition: 0.3s;
}
.p-finnAbout__point {
	display: flex;
	justify-content: space-between;
	width: 1020px;
	margin: 90px auto 0 auto;
}
.p-finnAbout__point__list {
	width: calc(100% / 3 - 12px);
	padding: 20px;
	color: white;
	/*background: rgba(255, 255, 255, 0.2);*/
	background: rgba(134, 128, 182, 0.6);
	border: 1px solid white;
}
.p-finnAbout__point__list__icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
	color: black;
	font-size: 12px;
	text-align: center !important;
	background: white;
	border-radius: 50%;
}
.p-finnAbout__point__list__icon span {
	display: block;
	font-size: 30px;
}
.p-finnAbout__point__list__heading {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center !important;
}
.p-finnAbout__point__list__description {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.p-finnAdvice {
	padding: 60px 0 50px 0;
	background-image: url(../imgdir/pages/aurora/bg_advice.jpg);
	/*background-size: cover;*/
	background-size:100% auto;
	background-repeat: no-repeat;
}
.p-finnAdvice img {
	display: block;
	margin: 40px auto 0 auto;
}
.p-finnAdvice__heading {
	margin-top: 50px;
	text-align: center !important;
	font-size: 24px;
	color: white;
}
.p-finnAdvice__description {
	width: 926px;
	margin: 20px auto 0 auto;
	font-size: 16px;
	line-height: 1.6;
	color: white;
}
.p-finnAdvice__pickup {
	width: 926px;
	margin: 40px auto 0 auto;
}
.p-finnAdvice__pickup__heading {
	padding-left: 40px;
	line-height: 40px;
	color: white;
	background: black;
}
.p-finnAdvice__pickup__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px;
	background: #e0ddda;
}
.p-finnAdvice__pickup__wrapper__left img {
	margin: 0;
}
.p-finnAdvice__pickup__wrapper__right {
	width: 540px;
	line-height: 1.6;
}
.p-finnAdvice__pickup__wrapper__right a {
	text-decoration: underline;
}
.p-finnAdvice__pickup__wrapper__right a:hover {
	text-decoration: none;
}
.p-finnAdvice__pickup__wrapper__right__paragraph {
	font-size: 18px;
}
.p-finnAdvice__pickup__wrapper__right__description {
	margin-top: 20px;
	padding: 30px;
	background: #efeee4;
}
.p-finnAdvice__pickup__wrapper__right__description span {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
.p-finnBasis {
	padding: 100px 0 150px 0;
	background-image: url(../imgdir/pages/aurora/bg_basis.jpg);
	/*background-size: cover;*/
	background-size:100% auto;
	background-repeat: no-repeat;
	transition: 0.3s;
}
.p-finnBasis__wrapper {
	position: relative;
	width: 926px;
	margin: 80px auto 0 auto;
	padding: 40px 100px;
	background: #e8e5df;
	border: 1px solid white;
}
.p-finnBasis__wrapper img {
	display: block;
	margin: 30px auto 0 auto;
}
.p-finnBasis__wrapper__heading {
	font-size: 24px;
	text-align: center !important;
}
.p-finnBasis__wrapper__description {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.p-finnBasis__wrapper::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50px;
	width: 52px;
	height: 83px;
}
.p-finnBasis__wrapper:nth-of-type(1)::before {
	background-image: url(../imgdir/pages/aurora/step1.png);
}
.p-finnBasis__wrapper:nth-of-type(2)::before {
	background-image: url(../imgdir/pages/aurora/step2.png);
}
.p-finnBasis__wrapper:nth-of-type(3)::before {
	background-image: url(../imgdir/pages/aurora/step3.png);
}
.p-finnBasis__wrapper:nth-of-type(4)::before {
	background-image: url(../imgdir/pages/aurora/step4.png);
}
.p-finnHeading {
	padding: 125px 0 50px 0;
	background-image: url(../imgdir/pages/aurora/bg_heading.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.1s;
}
.p-finnHeading__main {
	margin-top: 20px;
	font-size: 60px;
	color: white;
	text-align: center !important;
}
.p-finnHeading__sub {
	font-size: 24px;
	color: white;
	text-align: center !important;
}
.p-finnHeading__description {
	width: 680px;
	margin: 60px auto 0 auto;
	padding: 30px 0;
	color: white;
	font-size: 16px;
	line-height: 1.6;
	text-align: center !important;
	background: rgba(255, 255, 255, 0.3);
}
.p-finnHeading__description span {
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
}
.p-finnHeading__menu {
	display: flex;
	width: 966px;
	padding: 10px 20px;
	margin: 60px auto 0 auto;
	background: rgba(0, 0, 0, 0.7);
}
.p-finnHeading__menu__list {
	position: relative;
	height: 130px;
	text-align: center !important;
	line-height: 1.6;
}
.p-finnHeading__menu__list img {
	display: block;
	margin: 0 auto 25px auto;
	transition: 0.3s;
}
.p-finnHeading__menu__list img:nth-of-type(1) {
	opacity: 0;
}
.p-finnHeading__menu__list img:nth-of-type(2) {
	position: absolute;
}
.p-finnHeading__menu__list a {
	display: block;
	height: 100%;
	padding-top: 20px;
	color: white;
	border-radius: 10px;
	/*background: rgba(0, 0, 0, 0.6);*/
	transition: 0.3s;
}
.p-finnHeading__menu__list a:hover {
	color: black;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.6);
}
.p-finnHeading__menu__list a:hover img:nth-of-type(1) {
	opacity: 1;
}
.p-finnHeading__menu__list a:hover img:nth-of-type(2) {
	opacity: 0;
}
.p-finnHeading__menu__list:nth-of-type(1) {
	width: 163px;
}
.p-finnHeading__menu__list:nth-of-type(1) img {
	width: 44px;
	margin-bottom: 12px;
}
.p-finnHeading__menu__list:nth-of-type(1) img:nth-of-type(2) {
	top: 19px;
	left: 59px;
}
.p-finnHeading__menu__list:nth-of-type(2) {
	width: 179px;
}
.p-finnHeading__menu__list:nth-of-type(2) img {
	width: 42px;
	margin-bottom: 25px;
}
.p-finnHeading__menu__list:nth-of-type(2) img:nth-of-type(2) {
	top: 20px;
	left: 70px;
}
.p-finnHeading__menu__list:nth-of-type(3) {
	width: 143px;
}
.p-finnHeading__menu__list:nth-of-type(3) img {
	height: 40px;
	margin-bottom: 16px;
}
.p-finnHeading__menu__list:nth-of-type(3) img:nth-of-type(2) {
	top: 20px;
	left: 52px;
}
.p-finnHeading__menu__list:nth-of-type(4) {
	width: 113px;
}
.p-finnHeading__menu__list:nth-of-type(4) img {
	width: 47px;
}
.p-finnHeading__menu__list:nth-of-type(4) img:nth-of-type(2) {
	top: 20px;
	left: 33px;
}
.p-finnHeading__menu__list:nth-of-type(5) {
	width: 180px;
}
.p-finnHeading__menu__list:nth-of-type(5) img {
	width: 47px;
}
.p-finnHeading__menu__list:nth-of-type(5) img:nth-of-type(2) {
	top: 20px;
	left: 67px;
}
.p-finnHeading__menu__list:nth-of-type(6) {
	width: 149px;
}
.p-finnHeading__menu__list:nth-of-type(6) img {
	width: 47px;
	margin-bottom: 29px;
}
.p-finnHeading__menu__list:nth-of-type(6) img:nth-of-type(2) {
	top: 20px;
	left: 51px;
}
.p-finnInfo {
	padding: 0 0 90px 0;
	background: #e3dfd8;
}
.p-finnInfo__map {
	position: relative;
	width: 926px;
	height: 760px;
	margin: 100px auto 0 auto;
	background: url(../imgdir/pages/aurora/map.jpg);
	background-size: cover;
}
.p-finnInfo__map__list {
	position: absolute;
	width: 201px;
	height: 155px;
	background: #06a99d;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.p-finnInfo__map__list:hover {
	opacity: 0.9;
}
.p-finnInfo__map__list::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
}
.p-finnInfo__map__list::after {
	content: "";
	position: absolute;
	top: 110px;
	left: 150px;
	width: 30px;
	height: 26px;
	background-image: url(../imgdir/pages/aurora/zoom.png);
}
.p-finnInfo__map__list:nth-of-type(1) {
	top: 35px;
	left: 31px;
}
.p-finnInfo__map__list:nth-of-type(1)::before {
	top: 72px;
	left: 201px;
	border-top: 18px solid transparent;
	border-right: 110px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 110px solid #06a99d;
}
.p-finnInfo__map__list:nth-of-type(2) {
	top: 56px;
	left: 704px;
}
.p-finnInfo__map__list:nth-of-type(2)::before {
	top: 155px;
	left: 108px;
	border-top: 85px solid #06a99d;
	border-right: 20px solid transparent;
	border-bottom: 85px solid transparent;
	border-left: 20px solid transparent;
}
.p-finnInfo__map__list:nth-of-type(3) {
	top: 179px;
	left: 312px;
}
.p-finnInfo__map__list:nth-of-type(3)::before {
	top: 155px;
	left: 101px;
	border-top: 45px solid #06a99d;
	border-right: 20px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 20px solid transparent;
}
.p-finnInfo__map__list:nth-of-type(4) {
	top: 222px;
	left: 568px;
}
.p-finnInfo__map__list:nth-of-type(4)::before {
	top: 155px;
	left: 107px;
	border-top: 45px solid #06a99d;
	border-right: 20px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 20px solid transparent;
}
.p-finnInfo__map__list:nth-of-type(5) {
	top: 379px;
	left: 38px;
}
.p-finnInfo__map__list:nth-of-type(5)::before {
	top: 155px;
	left: 46px;
	border-top: 140px solid #06a99d;
	border-right: 20px solid transparent;
	border-bottom: 140px solid transparent;
	border-left: 20px solid transparent;
}
.p-finnInfo__map__list:nth-of-type(6) {
	top: 584px;
	left: 470px;
}
.p-finnInfo__map__list:nth-of-type(6)::before {
	top: -14px;
	left: 145px;
	border-top: 18px solid transparent;
	border-right: 110px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 110px solid #06a99d;
	transform: rotate(-45deg);
}
.p-finnInfo__map__list__name {
	text-align: center !important;
	font-size: 18px;
	line-height: 40px;
	color: white;
}
.p-finnInfo__map__list__image {
	position: relative;
}
.p-finnInfo__map__list__image img {
	display: block;
	position: absolute;
}
.p-finnInfo__map__list__image img:nth-of-type(1) {
	top: 0;
	left: 10px;
}
.p-finnInfo__map__list__image img:nth-of-type(2) {
	top: 0;
	left: 101px;
}
.p-finnInfo__map__list__image img:nth-of-type(3) {
	top: 52px;
	left: 101px;
}
.p-finnInfo__menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 926px;
	margin: 90px auto 0 auto;
}
.p-finnInfo__menu__list {
	width: calc(50% - 12px);
	margin-top: 40px;
}
.p-finnInfo__menu__list a:hover {
	text-decoration: none;
}
.p-finnInfo__menu__list__wrapper {
	height: 354px;
	padding-top: 50px;
	color: white;
	background-size: cover;
	transition: 0.3s;
}
.p-finnInfo__menu__list__wrapper__flag img {
	display: block;
	margin: 0 auto;
}
.p-finnInfo__menu__list__wrapper__flag__name {
	margin-top: 5px;
	font-size: 16px;
	text-align: center !important;
}
.p-finnInfo__menu__list__wrapper__name {
	margin-top: 30px;
	font-size: 30px;
	text-align: center !important;
}
.p-finnInfo__menu__list__wrapper__more {
	margin: 50px auto 0 auto;
	width: 290px;
	font-size: 16px;
	line-height: 40px;
	text-align: center !important;
	border: 1px solid white;
	transition: 0.3s;
}
.p-finnInfo__menu__list__wrapper:hover {
	opacity: 0.9;
}
.p-finnInfo__menu__list__wrapper:hover .p-finnInfo__menu__list__wrapper__more {
	color: black;
	background: white;
}
.p-finnInfo__menu__list__main {
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center !important;
}
.p-finnInfo__menu__list__sub {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.p-finnPhoto {
	padding: 0 0 100px 0;
	margin: 0 0 50px 0;
	background: #ede9e5;
}
.p-finnPhoto__wrapper {
	width: 926px;
	margin: 60px auto 0 auto;
}
.p-finnPhoto__wrapper__heading {
	font-size: 24px;
	text-align: center !important;
}
.p-finnPhoto__wrapper__description {
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.p-finnPhoto__wrapper__description::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 720px;
	width: 177px;
	height: 136px;
	background-image: url(../imgdir/pages/aurora/camera.png);
}
.p-finnPhoto__wrapper.border {
	padding: 35px;
	border: 1px solid white;
}
.p-finnPhoto__wrapper.border .p-finnPhoto__wrapper__heading {
	text-align: left;
}
.p-finnPhoto__col {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 926px;
	margin: 65px auto 0 auto;
}
.p-finnPhoto__col__wrapper {
	width: calc(50% - 17px);
	padding: 14px;
	background: #fdfeee;
	border-radius: 10px;
}
.p-finnPhoto__col__wrapper__heading {
	font-weight: bold;
	text-align: center !important;
	font-size: 22px;
	line-height: 50px;
	background: #dedfd1;
}
.p-finnPhoto__col__wrapper__description {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
}
.p-finnPhoto__col__wrapper__description span {
	font-size: 14px;
	font-weight: 400;
}
.p-finnPhoto__green {
	font-size: 16px;
	padding-left:20px;
	font-weight: 400;
	color: #2aa9a1;
}
.p-finnPhoto__pickup {
	width: 926px;
	margin: 65px auto 0 auto;
	background: white;
}
.p-finnPhoto__pickup__head {
	padding-left: 35px;
	font-size: 24px;
	line-height: 43px;
	color: white;
	background: black;
}
.p-finnPhoto__pickup__body {
	padding: 35px;
}
.p-finnPhoto__pickup__body__description {
	font-size: 18px;
	line-height: 1.6;
}
.p-finnPhoto__pickup__body__description.col2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 16px;
}
.p-finnPhoto__pickup__body__description.col2 p {
	width: calc(50% - 10px);
}
.p-finnPhoto__pickup__body__description.col2 span {
	color: #2aa9a1;
	padding-left:16px;
}
.p-finnPhoto__pickup__body__wrapper {
	margin-top: 30px;
	background: #f0f9f8;
}
.p-finnPhoto__pickup__body__wrapper__heading {
	padding-left: 30px;
	font-weight: bold;
	line-height: 55px;
	border-bottom: 1px solid #d3dbda;
}
.p-finnPhoto__pickup__body__wrapper__description_box {
	padding: 20px 30px;
	font-size: 16px;
	line-height: 1.6;
}
.p-finnPhoto__pickup__body__wrapper__description {
	text-indent:-1em; margin-left:1em; 
	padding-bottom: 12px;
}
.p-finnPoint {
	padding: 120px 0 140px 0;
	background-image: url(../imgdir/pages/aurora/bg_point.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s;
}
.p-finnPoint__wrapper {
	position: relative;
	width: 926px;
	margin: 60px auto 0 auto;
	color: white;
}
.p-finnPoint__wrapper::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -50px;
	width: 51px;
	height: 101px;
	background-image: url(../imgdir/pages/aurora/illust4.png);
}
.p-finnPoint__wrapper__heading {
	font-size: 30px;
}
.p-finnPoint__wrapper__heading::before {
	display: inline-block;
	margin-right: 10px;
	font-size: 50px;
	transform: translate(0, 7px);
}
.p-finnPoint__wrapper__heading::after {
	content: "";
	display: inline-block;
	margin-left: 20px;
}
.p-finnPoint__wrapper__description {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 16px;
}
.p-finnPoint__wrapper__image {
	margin-top: 40px;
}
.p-finnPoint__wrapper__image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.p-finnPoint__wrapper__image__sub {
	margin-top: 20px;
	font-size: 16px;
	text-align: center !important;
}
.p-finnPoint__wrapper__box {
	margin-top: 50px;
	padding: 30px 0 40px 0;
	background: #e7e1db;
	border: 1px solid white;
}
.p-finnPoint__wrapper__box__paragraph {
	color: black;
	text-align: center !important;
	font-size: 18px;
	line-height: 1.6;
}
.p-finnPoint__wrapper:nth-of-type(1) .p-finnPoint__wrapper__heading::before {
	content: "01";
}
.p-finnPoint__wrapper:nth-of-type(1) .p-finnPoint__wrapper__heading::after {
	width: 57px;
	height: 81px;
	background-image: url(../imgdir/pages/aurora/illust1.png);
	transform: translate(0, 15px);
}
.p-finnPoint__wrapper:nth-of-type(2) .p-finnPoint__wrapper__heading::before {
	content: "02";
}
.p-finnPoint__wrapper:nth-of-type(2) .p-finnPoint__wrapper__heading::after {
	width: 74px;
	height: 72px;
	background-image: url(../imgdir/pages/aurora/illust2.png);
	transform: translate(0, 15px);
}
.p-finnPoint__wrapper:nth-of-type(3) .p-finnPoint__wrapper__heading::before {
	content: "03";
}
.p-finnPoint__wrapper:nth-of-type(3) .p-finnPoint__wrapper__heading::after {
	width: 64px;
	height: 60px;
	background-image: url(../imgdir/pages/aurora/illust3.png);
	transform: translate(0, 15px);
}

/* levi */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.levi {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 100%;
}

.levi_dotline {
	background: url(../imgdir/pages/levi/top_dot01.png) repeat-x center;
	width: 100%;
	height: 13px;
	margin-bottom: 40px;
}

/* levi_top */
.levi_top_mainimg {
	width: 100%;
	height: auto;
	min-height: 574px;
	background: url(../imgdir/pages/levi/top_mainimg.jpg) no-repeat center;
	background-size: cover;
}
.levi_top_name {
	width: 762px;
	margin: 0 auto;
	padding: 90px 0 0 0;
}
.levi_top_description {
	width: 740px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	color: white;
	font-weight:400;
	font-size: 18px;
	line-height: 2.0;
	text-align: center;
}

.levi_top_navi {
	width: 922px;
	height: 54px;
	margin: 0px auto 40px;
	clear: both;
}

.levi_top_navi li {
	float: left;
	width: 307px;
	height: 54px;
	border-left: 1px solid #000;
}
.levi_top_navi li:last-child {
	float: left;
	width: 308px;
	height: 54px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.levi_top_navi li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.levi_top_navi li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffc7b5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.levi_top_navi li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.levi_top_indexno {
	width: 87px;
	margin: 0 auto;
	padding: 150px 0 0 0;
}
.levi_top_index01 {
	width: 100%;
	height: auto;
	min-height: 510px;
	background: url(../imgdir/pages/levi/top_index_img01.jpg) no-repeat center;
	background-size: cover;
}

.levi_top_title01 {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: white;
	font-weight:500;
	font-size: 66px;
	line-height: 2.0;
	text-align: center;
	text-shadow: 2px 2px 6px #000000;
}

.levi_top_description01 {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	color: white;
	font-weight:400;
	font-size: 32px;
	text-align: center;
	line-height: 1.6;
	text-shadow: 2px 2px 6px #000000;
}

.levi_top_copyBox {
	/*margin-bottom: 50px;*/
}
.levi_top_copy {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-weight:500;
	font-size: 52px;
	line-height: 1.6;
	text-align: center;
}
.levi_top_txt {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-weight:400;
	font-size: 18px;
	text-align: center;
	line-height: 2.0;
}

.levi_top_index02 {
	width: 100%;
	height: auto;
	min-height: 510px;
	background: url(../imgdir/pages/levi/top_index_img02.jpg) no-repeat center;
	background-size: cover;
}

.levi_top_title02 {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: white;
	font-weight:500;
	font-size: 66px;
	line-height: 2.0;
	text-align: center;
	text-shadow: 2px 2px 6px #000000;
}

.levi_top_description02 {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	color: white;
	font-weight:400;
	font-size: 32px;
	text-align: center;
	line-height: 1.6;
	text-shadow: 2px 2px 6px #000000;
}

.levi_top_index03 {
	width: 100%;
	height: auto;
	min-height: 510px;
	background: url(../imgdir/pages/levi/top_index_img03.jpg) no-repeat center;
	background-size: cover;
}

.levi_top_title03 {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: white;
	font-weight:500;
	font-size: 66px;
	line-height: 2.0;
	text-align: center;
	text-shadow: 2px 2px 6px #000000;
}

.levi_top_description03 {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	color: white;
	font-weight:400;
	font-size: 32px;
	text-align: center;
	line-height: 1.6;
	text-shadow: 2px 2px 6px #000000;
}

.levi_top_menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 926px;
	margin: 0 auto 50px auto;
}
.levi_top_menu__list {
	width: calc(50% - 12px);
	margin-top: 40px;
}

.levi_top_menu__list a {
	color: #fff;
}

.levi_top_menu__list a:hover {
	text-decoration: none;
}
.levi_top_menu__list__wrapper {
	height: 354px;
	padding-top: 70px;
	color: white;
	background-size: cover;
	transition: 0.3s;
}

.levi_top_menu__list__wrapper__name {
	margin-top: 50px;
	font-size: 34px;
	text-align: center !important;
	font-weight: 500;
	text-shadow: 1px 1px 6px #000000;
}
.levi_top_menu__list__wrapper__name02 {
	margin-top: 100px;
	font-size: 34px;
	text-align: center !important;
	font-weight: 500;
	text-shadow: 1px 1px 6px #000000;
}
.levi_top_menu__list__wrapper__more {
	margin: 50px auto 0 auto;
	width: 290px;
	font-size: 16px;
	line-height: 40px;
	text-align: center !important;
	border: 1px solid white;
	transition: 0.3s;
	background: url(../imgdir/pages/levi/top_arrow.png) 270px 16px no-repeat;
}
.levi_top_menu__list__wrapper:hover {
	opacity: 0.9;
}
.levi_top_menu__list__wrapper:hover .levi_top_menu__list__wrapper__more {
	color: #000;
	background-image: url(../imgdir/pages/levi/top_arrow02.png) ;
	background-position: 270px 16px;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,1);
}
.levi_top_menu__list__sub {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}

.levi_blue-bg{
	width: 1000px;
	margin: 40px auto 80px auto;
	padding: 50px 99px;
	background: #f5f7fc;
	border: 1px solid #dddddd;
}

/* levi_tour */
.levi_tour .inner .btn a, .levi_tour article .btn a {
	min-width: 120px;
	padding: 0 20px;
	background: #0e2e77;
	box-shadow: 3px 3px #07173c;
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	line-height: 60px;
	text-align: center;
}
.levi_tour .inner .btn a:hover, .levi_tour article .btn a:hover, .levi_tour#iceland .tab01 .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.levi_tour .inner .btn a img, .levi_tour article .btn a img, .levi_tour#iceland .tab01 .btn a img {
	vertical-align: middle;
}
.levi_tour .inner .btn a, .levi_tour article .btn a {
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
}
.levi_tour article .col-1 .tag span {
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px 5px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #d00101;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.levi_tour article .col-2 .option li span {
	margin-right: 3px;
	padding: 2px 7px;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.levi_tour article .col-2 .option li span.option-personal {
	background: #3f6b14;
}
.levi_tour article .col-2 .option li span.option-attendant {
	background: #297990;
}
.levi_tour article .col-2 .option li span.option-staff {
	background: #3d2990;
}
.levi_tour article .col-2 .option li span.option-professional {
	background: #a51f84;
}
.levi_tour article .col-2 .option li span.option-limited {
	background: #6b5e14;
}
.levi_tour article .col-2 .option li span.option-japanese {
	background: #404040;
}
/* levi_tour common */
.levi_tour {
	padding-top: 20px;/* table *//* tab *//* slider *//* other parts */
  /* ツアー一覧 */ }
.levi_tour .h2 {
	width: 100%;
	min-height: 70px;
	margin-bottom: 50px;
	text-align: center;
}
.levi_tour .h2 h2 {
	min-width: 200px;
	margin: 35px auto 0 auto;
	padding: 10px 20px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #ffffff;
	text-align: center;
}
.levi_tour .h2 h2 span {
	padding-bottom: 13px;
	display: block;
	background: url(../imgdir/common/bg_h2.gif) no-repeat center bottom;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.levi_tour section.main {
	margin-bottom: 100px;
}
.levi_tour .inner {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
/* button */ }
.levi_tour .inner .title {
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #0e2e77;
	line-height: 1;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}
.levi_tour .inner .tab-content > div {
	margin: 0 auto;
	padding: 30px 29px;
}
.levi_tour .inner .btn {
	width: 422px;
	margin: 50px auto 0;
}
.levi_tour .inner .btn.gray {
	background: #a3a3a3;
	padding: 28px;
	text-align: center;
}
.levi_tour .inner .btn.gray:hover {
	opacity: 1;
}
.levi_tour .inner .btn a {
	min-width: 100%;
	line-height: 80px;
	font-size: 16px;
	font-size: 1.6rem;
}
.levi_tour table.table {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	margin: 0px;
	text-align: left;
	background: #ffffff;
}
.levi_tour table.table tr th, .levi_tour table.table tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 10px 20px;
	word-wrap: break-word;
	word-break: break-all;
}
.levi_tour table.table tr th {
	width: 185px;
	color: #0e2e77;
	font-weight: bold;
	vertical-align: top;
}
.levi_tour table.table td table.temp {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	text-align: left;
}
.levi_tour table.table td table.temp tr th, .levi_tour table.table td table.temp tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
	width: 46px;
	word-wrap: normal;
	word-break: keep-all;
}
.levi_tour table.table td table.temp tr th {
	width: 70px;
	font-weight: normal;
	color: #333333;
}
.levi_tour table.table td table.temp thead tr th, .levi_tour table.table td table.temp thead tr td {
	background-color: #f5f7fc;
}
.levi_tour .tab-area li {
	padding: 10px 15px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.levi_tour .tab-area.nallow li {
	padding: 10px 11px;
}
.levi_tour .tab-area li:hover {
	cursor: pointer;
}
.levi_tour .tab-area.top li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
	color: #0e2e77;
	cursor: default;
}
.levi_tour .tab-area.bottom {
	margin-top: -1px;
}
.levi_tour .tab-area.bottom li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
	color: #0e2e77;
}
.levi_tour .tab-content {
	margin-top: -1px;
}
.levi_tour .tab-content > div {
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
.levi_tour #slider {
	margin-bottom: 25px;
}
.levi_tour #carousel {
	margin-bottom: 30px;
	padding: 0;
}
.levi_tour #carousel .flex-viewport {
	width: 800px;
}
.levi_tour #carousel .slides li {
	height: 82px;
	margin-right: 20px;
}
.levi_tour .flex-direction-nav .flex-prev {
	left: -50px;
}
.levi_tour .flex-direction-nav .flex-next {
	right: -50px;
}
.levi_tour .highlight {
	margin-left: auto;
	margin-right: auto;
}
.levi_tour .highlight > div {
	width: 247px;
	margin-right: 29px;
	float: left;
}
.levi_tour .highlight > div.last {
	width: 246px;
	margin-right: 0;
}
.levi_tour .highlight.one > div {
	width: 385px;
	float: none;
	margin: auto;
}
.levi_tour .highlight.two > div {
	width: 385px;
	float: left;
}
.levi_tour .highlight.two > div.last {
	width: 385px;
	float: right;
}
.levi_tour .highlight h5 {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #e3e1e1;
}
.levi_tour .highlight h5.padding {
	padding: 29px 0;
}
.levi_tour .benefit {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e1e1;
}
.levi_tour .benefit dl {
	width: 385px;
	margin-left: 30px;
	padding: 20px;
	float: left;
	display: table;
	background: #ffffff;
	border: 1px solid #e3e1e1;
}
.levi_tour .benefit dl:first-child {
	margin-left: 0;
}
.levi_tour .benefit dl dt {
	display: table-cell;
}
.levi_tour .benefit dl dd {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
}
.levi_tour article {
	height: auto;
	min-height: 190px;
	margin-bottom: 20px;
	padding: 20px 20px;
	border: 1px solid #e3e1e1;
	background: #ffffff;
}
.levi_tour article > div {
	float: left;
}
.levi_tour article .col-1 {
	width: 178px;
	height: 150px;
	margin-top: 0px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #e3e1e1;
}
.levi_tour article .col-1 > a > img {
	width: auto;
	height: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.levi_tour article .col-1 .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
}
.levi_tour article .col-2 {
	width: 400px;
	height: 100%;
	font-weight: bold;
}
.levi_tour article .col-2 h3 {
	margin-bottom: 10px !important;
	margin-top: 0;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left !important;
}
.levi_tour article .col-2 p span {
	font-size: 1.4rem;
	padding-right: 10px;
}
.levi_tour article .col-2 .option {
	width: 400px;
	margin-top: 15px;
	letter-spacing: -.40em;
}
.levi_tour article .col-2 .option li {
	margin-right: 8px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	letter-spacing: normal;
}
.levi_tour article .btn {
	width: 120px !important;
	margin-top: 35px;
	float: right;
}
.levi_tour article .btn a {
	width: 120px;
	line-height: 50px !important;
}
/* /levi_tour */


.levi_btn {
    width: 422px;
    margin: 50px auto 0;
display: block;
}

.levi_btn a {
    min-width: 100%;
    line-height: 80px;
    padding: 0 20px;
    background: #0e2e77;
    box-shadow: 3px 3px #07173c;
    display: inline-block;
    text-align: center;
}
.levi_btn a img {
    vertical-align: middle;
}

/* levi_hotel */
.levi_hotel_icon {
	width: 90px;
	margin: 0 auto;
	padding: 109px 0 0 0;
}
.levi_hotel_name {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: white;
	font-weight:500;
	font-size: 74px;
	text-align: center;
	line-height: 1.4;
	text-shadow: 2px 2px 10px #000000;
}
.levi_hotel_description {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: white;
	font-weight:400;
	font-size: 28px;
	text-align: center;
	line-height: 1.8;
	text-shadow: 2px 2px 6px #000000;
}
.levi_hotel_copy {
	width: 680px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: #000;
	font-weight:400;
	font-size: 36px;
	text-align: center;
	line-height: 1.8;
}
.levi_hotel_txt {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #000;
	font-weight:400;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}
.levi_hotel_txt02 {
	width: 660px;
	margin: -30px auto 80px;
	border:1px solid #cccc;
	padding: 30px 30px 40px 30px;
	}

.levi_hotel_txt02 div.title {
	background: #0e2e77;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 24px;
	font-size: 22px;
	}
.levi_hotel_txt02 div.txt {
	text-align: center;
	font-size: 22px;
	margin: 30px 0 0 0;
	}
.levi_hotel_txt02 span.b {
	background: #feff00;
	padding: 4px 8px;
	font-size: 24px;
	}
.hotel_map {
	height: 578px;
}
.hotel_map ul {
	width: 1020px;
	height: 578px;
	margin: 0 auto;
	clear: both;
}
.hotel_map li {
	width: 510px;
	float: left;
}
.hotel_map img {
	margin-bottom: 4px;
}

.hotel_map_txt {
	width: 1020px;
	margin: -60px auto 0 auto;
	text-align: left;
}

.hotel_caution {
	width: 1020px;
	margin: -40px auto 80px auto;
	text-align: left;
}
.hotel_img {
	margin-bottom: 80px;
}
.hotel_img ul {
	width: 1020px;
	margin: 0 auto;
	font-size: 0;
}
.hotel_img li {
	width: 340px;
	vertical-align: top;
	display: inline-block;

}
.hotel_img p {
	padding-top: 150px;
	color: white;
	font-size: 24px;
	text-align: center !important;
}
.hotel_txt {
	font-size: 16px;
	padding: 4px;
}

.hotel_info {
	width: 1020px;
	margin: 0 auto 80px;
}

.hotel_info h3 {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.hotel_info table {
	width: 1020px;
	border: 1px solid #cccccc !important;
	padding: 20px !important;
}
.hotel_info th{
	font-weight: 600;
	text-align: center;
	background: #f0f0f0;
	padding: 20px !important;
	border: 1px solid #cccccc !important;
}

.hotel_info td {
	padding: 20px !important;
	border: 1px solid #cccccc !important;
}
.hotel_info sup {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

.hotel_link {
	width: 1020px;
	height: 450px;
	margin: 0 auto 100px;
	background: #e3f0f0;
	padding: 40px;
}

.hotel_icon {
	width: 60px;
	margin: 0 auto 30px auto;
}
.hotel_link h4 {
	font-size: 24px;
	margin: 0 0 40px 0;
	text-align: center;
}
.hotel_menu__list {
	clear: both;
}
.hotel_menu__list__wrapper {
	float: left;
	width: 309px;
	height: 201px;
	margin: 0 5px 0 0;
	color: white;
	transition: 0.3s;
}

.hotel_menu__list__wrapper__name {
	margin-top: 70px;
	font-size: 18px;
	text-align: center !important;
	font-weight: 500;
	text-shadow: 1px 1px 6px #000000;
}
.hotel_menu__list__wrapper__more {
	margin: 20px auto 0 auto;
	width: 180px;
	font-size: 14px;
	line-height: 30px;
	text-align: center !important;
	border: 1px solid white;
	transition: 0.3s;
	background: url(../imgdir/pages/levi/top_arrow.png) 164px 11px no-repeat;
}
.hotel_menu__list__wrapper:hover {
	opacity: 0.9;
}
.hotel_menu__list__wrapper:hover .hotel_menu__list__wrapper__more {
	color: #000;
	background-image: url(../imgdir/pages/levi/top_arrow02.png) ;
	background-position: 164px 11px;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,1);
}

/* levi_hotel01 */
.levi_hotel01_mainimg {
	width: 100%;
	height: auto;
	min-height: 573px;
	background: url(../imgdir/pages/levi/hotel01_mainimg.jpg) no-repeat center;
	background-size: cover;
}

.levi_hotel01_bg {
	min-height: 115px;
	background: url(../imgdir/pages/levi/hotel01_bg.jpg) no-repeat center 40px;
	margin-bottom: 85px;
}

.hotel01_img02 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img02.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel01_img03 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img03.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel01_img04 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img04.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel01_img05 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img05.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel01_img06 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img06.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel01_img07 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img07.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel01_img08 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img08.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel01_img09 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img09.jpg) no-repeat center;
	margin-top: 40px;
}
.hotel01_img10 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel01_img10.jpg) no-repeat center;
	margin-top: 40px;
}
/* levi_hotel02 */
.levi_hotel02_mainimg {
	width: 100%;
	height: auto;
	min-height: 573px;
	background: url(../imgdir/pages/levi/hotel02_mainimg.jpg) no-repeat center;
	background-size: cover;
}

.levi_hotel02_bg {
	min-height: 115px;
	background: url(../imgdir/pages/levi/hotel02_bg.jpg) no-repeat center 40px;
	margin-bottom: 85px;
}

.hotel02_img02 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img02.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel02_img03 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img03.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel02_img04 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img04.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel02_img05 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img05.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel02_img06 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img06.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel02_img07 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img07.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel02_img08 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img08.jpg) no-repeat center;
	margin-top: 40px;
}
.hotel02_img09 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img09.jpg) no-repeat center;
	margin-top: 40px;
}
.hotel02_img10 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel02_img10.jpg) no-repeat center;
	margin-top: 40px;
}


/* levi_hotel03 */
.levi_hotel03_mainimg {
	width: 100%;
	height: auto;
	min-height: 573px;
	background: url(../imgdir/pages/levi/hotel03_mainimg.jpg) no-repeat center;
	background-size: cover;
}

.levi_hotel03_bg {
	min-height: 128px;
	background: url(../imgdir/pages/levi/hotel03_bg.jpg) no-repeat center;
	margin-bottom: 85px;
}

.hotel03_img02 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel03_img02.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel03_img03 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel03_img03.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel03_img04 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel03_img04.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel03_img05 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel03_img05.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel03_img06 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel03_img06.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel03_img07 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel03_img07.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel03_img08 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel03_img08.jpg) no-repeat center;
	margin-top: 40px;
}
/* levi_hotel04 */
.levi_hotel04_mainimg {
	width: 100%;
	height: auto;
	min-height: 573px;
	background: url(../imgdir/pages/levi/hotel04_mainimg.jpg) no-repeat center;
	background-size: cover;
}

.levi_hotel04_bg {
	min-height: 128px;
	background: url(../imgdir/pages/levi/hotel04_bg.jpg) no-repeat center;
	margin-bottom: 85px;
}

.hotel04_img02 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel04_img02.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel04_img03 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel04_img03.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel04_img04 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel04_img04.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel04_img05 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel04_img05.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel04_img06 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel04_img06.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel04_img07 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel04_img07.jpg) no-repeat center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.hotel04_img08 {
	width: 340px;
	height: 320px;
	background: url(../imgdir/pages/levi/hotel04_img08.jpg) no-repeat center;
	margin-top: 40px;
}

/* activities */
.activities_mainimg {
	width: 100%;
	height: auto;
	min-height: 573px;
	background: url(../imgdir/pages/levi/activities_mainimg.jpg) no-repeat center;
	background-size: cover;
}
.activities_dotline {
	background: url(../imgdir/pages/levi/activities_line.jpg) no-repeat center;
	width: 100%;
	height: 98px;
	margin: 40px 0;
}
.activities_icon {
	width: 93px;
	margin: 0 auto;
	padding: 112px 0 0 0;
}

.activities_name {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	color: white;
	font-weight:400;
	font-size: 78px;
	text-align: center;
	line-height: 1.4;
	text-shadow: 1px 1px 10px #0000cc;
}
.activities_description {
	width: 1020px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	color: white;
	font-weight:400;
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
}
.activities_copy {
	width: 680px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: #000;
	font-weight:400;
	font-size: 36px;
	text-align: center;
	line-height: 1.8;
}
.activities_txt {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #000;
	font-weight:400;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}

.activities_img {
}

.activities_img01 {
	width: 1020px;
	height: 508px;
	background: url(../imgdir/pages/levi/activities_img01.jpg) no-repeat center;
	margin: 40px auto 4px;
}
.activities_img02 {
	width: 1020px;
	height: 508px;
	background: url(../imgdir/pages/levi/activities_img02.jpg) no-repeat center;
	margin: 40px auto 4px;
}

.activities_img_name {
	width: 680px;
	margin: 0 auto;
	padding: 180px 0 0 0;
	font-weight:800;
	font-size: 36px;
	text-align: center;
	line-height: 1.8;
	color: white;
}
.activities_img_txt {
	width: 800px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	font-weight:400;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	color: white;
}

.activities_simg {
	width: 1008px;
	height: 530px;
	margin: 0px auto;
	clear:both;
}
.activities_simg li {
	float: left;
	width: 320px;
	margin-right: 24px;
}
.activities_simg li:last-child {
	margin-right: 0px;
}

.activities_simg02 {
	width: 664px;
	height: 500px;
	margin: 0px auto;
	clear:both;
}
.activities_simg02 li {
	float: left;
	width: 320px;
	margin-right: 24px;
}
.activities_simg02 li:last-child {
	margin-right: 0px;
}
.activities_simg_name {
	width: 320px;
	margin: 0 auto;
	padding: 10px 4px 0px 4px;
	font-weight: 800;
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
	color: #000;
}
.activities_simg_txt {
	width: 300px;
	margin: 0 auto;
	padding: 10px 4px 30px 4px;
	font-weight:400;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
	color: #000;
}
.activities_simg02_txt {
	width: 600px;
	margin: 0 auto;
	padding: 10px 4px 30px 4px;
	font-weight:400;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
	color: #000;
}

/* stroller */
.stroller_mainimg {
	width: 100%;
	height: auto;
	min-height: 508px;
	background: url(../imgdir/pages/levi/stroller_mainimg.jpg) no-repeat center;
	background-size: cover;
}

.stroller_name {
	width: 980px;
	margin: 0 auto;
	padding: 176px 0 0 0;
	color: white;
	font-weight:400;
	font-size: 100px;
	text-align: center;
	line-height: 1.4;
	text-shadow: 1px 1px 10px #000000;
}

.stroller_copy {
	width: 680px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: #000;
	font-weight:400;
	font-size: 48px;
	text-align: center;
	line-height: 1.8;
}
.stroller_txt {
	width: 800px;
	margin: 0 auto 80px;
	padding: 10px 0 0 0;
	color: #000;
	font-weight:400;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}

.stroller_schedule {
	width: 1020px;
	margin: 0 auto;
}
.stroller_schedule_caution {
	font-size: 14px;
	text-align: center;
	margin: 0 0 20px 0;
}
.stroller_schedule h3 {
	font-size: 36px;
	text-align: center;
	margin: 0 0 30px 0;
}

.stroller_schedule_01 {
	width: 1020px;
	height: 211px;
	padding: 34px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg01.png) no-repeat center;
}
.stroller_schedule_01 div.stroller_index {
	margin: 0 0 6px 230px;
	font-size: 24px;
	font-weight: 800;
	text-align: left;
}
.stroller_schedule_01 div.stroller_txt {
	width: 480px;
	margin: 0 0 10px 230px;
	font-size: 16px;
	text-align: left;
	line-height: 2.0;
}

.stroller_schedule_02 {
	width: 1020px;
	height: 210px;
	padding: 34px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg02.png) no-repeat center;
}
.stroller_schedule_02 div.stroller_index {
	margin: 0 0 6px 230px;
	font-size: 24px;
	font-weight: 800;
	text-align: left;
}
.stroller_schedule_02 div.stroller_txt {
	width: 480px;
	margin: 0 0 10px 230px;
	font-size: 16px;
	text-align: left;
	line-height: 2.0;
}

.stroller_schedule_03 {
	width: 1020px;
	height: 568px;
	padding: 34px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg03.png) no-repeat center;
}
.stroller_schedule_03 div.stroller_index {
	margin: 0 0 6px 230px;
	font-size: 24px;
	font-weight: 800;
	text-align: left;
}
.stroller_schedule_03 div.stroller_txt {
	width: 480px;
	margin: 0 0 10px 230px;
	font-size: 16px;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_03 div.stroller_copy1 {
	width: 460px;
	margin: 120px 0 0 500px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_03 div.stroller_copy2 {
	width: 460px;
	margin: 0 0 10px 500px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_03 div.stroller_shop {
	width: 400px;
	margin: 22px 0 0 520px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_03 div.stroller_open {
	width: 400px;
	margin: 0 0 10px 610px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}


.stroller_schedule_04 {
	width: 1020px;
	height: 793px;
	padding: 34px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg04.png) no-repeat center;
}
.stroller_schedule_04 div.stroller_index {
	margin: 0 0 6px 230px;
	font-size: 24px;
	font-weight: 800;
	text-align: left;
}

.stroller_schedule_04 div.stroller_copy1 {
	width: 440px;
	margin: 168px 0 0 510px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04 div.stroller_copy2 {
	width: 440px;
	margin: 0 0 10px 520px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_04 div.stroller_shop {
	width: 400px;
	margin: 27px 0 0 524px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04 div.stroller_open {
	width: 400px;
	margin: 4px 0 10px 614px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_04 div.stroller_caption {
	margin: 270px 0 0 230px;
	clear:both;
}
.stroller_schedule_04 div.stroller_caption li {
	width: 348px;
	margin: 0 0 0 15px;
	float: left;
	text-align: center;
}

.stroller_schedule_04_2 {
	width: 1020px;
	height: 640px;
	padding: 34px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg04_2.png) no-repeat center;
}
.stroller_schedule_04_2 div.stroller_copy2 {
	width: 150px;
	margin: 456px 0 0 630px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: white;
	line-height: 1.6;
}
.stroller_schedule_04_3 {
	width: 1020px;
	height: 543px;
	padding: 20px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg04_3.png) no-repeat center;
}
.stroller_schedule_04_3 div.stroller_copy1 {
	width: 440px;
	margin: 0px 0 0 510px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04_3 div.stroller_copy2 {
	width: 440px;
	margin: 0 0 10px 510px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_04_3 div.stroller_shop {
	width: 400px;
	margin: 27px 0 0 524px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04_3 div.stroller_open {
	width: 400px;
	margin: 4px 0 10px 614px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.stroller_schedule_04_4 {
	width: 1020px;
	height: 542px;
	padding: 20px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg04_4.png) no-repeat center;
}

.stroller_schedule_04_4 div.stroller_copy1 {
	width: 440px;
	margin: 0px 0 0 510px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04_4 div.stroller_copy2 {
	width: 440px;
	margin: 0 0 10px 520px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_04_4 div.stroller_shop {
	width: 400px;
	margin: 27px 0 0 524px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04_4 div.stroller_open {
	width: 400px;
	margin: 4px 0 10px 614px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.stroller_schedule_04_5 {
	width: 1020px;
	height: 291px;
	padding: 20px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg04_5.png) no-repeat center;
}
.stroller_schedule_04_5 div.stroller_copy1 {
	width: 440px;
	margin: 0 0 0 510px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04_5 div.stroller_copy2 {
	width: 440px;
	margin: 0 0 10px 520px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_04_5 div.stroller_shop {
	width: 400px;
	margin: 25px 0 0 524px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_04_5 div.stroller_open {
	width: 400px;
	margin: 4px 0 10px 614px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.stroller_schedule_05 {
	width: 1020px;
	height: 204px;
	padding: 19px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg05.png) no-repeat center;
}
.stroller_schedule_05 div.stroller_index {
	width: 470px;
	margin: 0 0 6px 224px;
	font-size: 24px;
	font-weight: 800;
	line-height: 2.0;
	text-align: left;
	letter-spacing: -0.05em;
}
.stroller_schedule_05 div.stroller_txt {
	width: 480px;
	margin: 0 0 10px 230px;
	font-size: 16px;
	text-align: left;
	line-height: 2.0;
}

.stroller_schedule_06 {
	width: 1020px;
	height: 208px;
	padding: 25px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg06.png) no-repeat center;
}
.stroller_schedule_06 div.stroller_index {
	margin: 0 0 6px 230px;
	width: 470px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.05em;
	text-align: left;
	line-height: 2.0;
}

.stroller_schedule_07 {
	width: 1020px;
	height: 1213px;
	padding: 30px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg07.png) no-repeat center;
}
.stroller_schedule_07 div.stroller_index {
	margin: 0 0 6px 230px;
	font-size: 24px;
	font-weight: 800;
	text-align: left;
}


.stroller_schedule_07 div.stroller_copy1 {
	width: 440px;
	margin: 250px 0 0 510px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_07 div.stroller_copy2 {
	width: 440px;
	margin: 170px 0 10px 510px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_07 div.stroller_shop {
	width: 400px;
	margin: 25px 0 0 524px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_07 div.stroller_open {
	width: 400px;
	margin: 4px 0 10px 614px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.stroller_schedule_07 div.stroller_caption {
	margin: 330px 0 0 230px;
	clear:both;
}
.stroller_schedule_07 div.stroller_caption li {
	width: 348px;
	margin: 0 0 50px 15px;
	float: left;
	text-align: center;
}
.stroller_schedule_07 div.stroller_index02 {
	width: 708px;
	margin: 0 0 0 250px;;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

.stroller_schedule_07 div.stroller_caption02 {
	margin: 256px 0 0 250px;
	clear:both;
}
.stroller_schedule_07 div.stroller_caption02 li {
	width: 328px;
	margin: 0 0 0 15px;
	float: left;
	text-align: center;
}
.stroller_schedule_07 div.stroller_caption02 li p{
	margin: 12px 0 0 15px;
	text-align: left;
}

.stroller_schedule_08 {
	width: 1020px;
	height: 677px;
	padding: 22px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg08.png) no-repeat center;
}
.stroller_schedule_08 div.stroller_index {
	width: 470px;
	margin: 0 0 0 224px;
	font-size: 24px;
	font-weight: 800;
	line-height: 2.0;
	text-align: left;
	letter-spacing: -0.05em;
}
.stroller_schedule_08 div.stroller_txt {
	width: 360px;
	margin: 0 0 10px 224px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.stroller_schedule_08 div.stroller_copy1 {
	width: 440px;
	margin: 80px 0 0 338px;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	line-height: 2.0;
}
.stroller_schedule_08 div.stroller_copy2 {
	width: 610px;
	margin: 8px 0 10px 338px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.stroller_schedule_09 {
	width: 1020px;
	height: 274px;
	padding: 34px 0 0 0;
	background: url(../imgdir/pages/levi/stroller_bg09.png) no-repeat center;
}
.stroller_schedule_09 div.stroller_copy1 {
	width: 510px;
	margin: 30px 0 0 260px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}
.stroller_map {
	margin: 0 0 30px 0;
}
.stroller_map_caution {
	margin: 0 0 80px 0;
	font-size: 12px;
	text-align: center;
}


/* oulu */
#oulu div#mainimg {
	width: 100%;
	height: auto;
	min-height: 574px;
	background: url(../imgdir/oulu/main.jpg) no-repeat center;
	background-size: cover;
}
#oulu .title_box {
	width: 926px;
	margin: 18px auto 0;
}
#oulu .title_inner {
	width: 400px;
	margin: 30px 0 0 0;
	float: right;
}
#oulu h1 {
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
}
#oulu h1 span {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 24px;
}
#oulu div.hr {
	width: 148px;
	height: 1px;
	border-top: 4px solid #ffffff;
	margin: 24px 0 24px 0;
}
#oulu p.copy {
	color: #ffffff;
	font-size: 18px;
	line-height: 180%;
}
#oulu div#map_box {
	width: 926px;
	margin: 70px auto 0 auto;
}
#oulu div.map_l {
	width: 463px;
	height: 662px;
	float: left;
}
#oulu div.map_r {
	width: 463px;
	height: 662px;
	float: left;
}

#oulu div.image_box {
	width: 926px;
	margin: 70px auto 0;
}
#oulu div.image_box ul {
	width: 926px;
	margin: 0;
	padding: 0;
}
#oulu div.image_box li {
	width: 458px;
	height: 281px;
	display: inline-block;
	margin: 0 4px 8px 0;
}
#oulu div.image_box li:nth-child(even){
	margin: 0 0 8px 0;
}

#oulu div.bg_g {
	width: 100%;
	background: #f0f0f0;
	margin: 70px auto 0;
}

#oulu div.reason_inner {
	width: 926px;
	margin: 0 auto 0;
	padding: 70px 0 70px 0;
}
#oulu div.reason_inner h2 {
	width: 926px;
	background: #1d368c;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 16px 0 16px 0;
	margin: 0;
}
#oulu div.reason_box {
	margin: 58px 0 0 0;
}
#oulu div.reason_box ul {
}
#oulu div.reason_box li {
	background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
}
#oulu div.reason_box p {
	margin: 34px 40px 34px 30px;
	font-size: 22px;
	float: left;
	width: 760px;
}
#oulu div.reason_box p.circle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: top;
	width: 62px;
	height: 62px;
	font-size: 2em;
	font-family: 'Lato';
	line-height: 1.5em;
	color: #ffffff;
	background: #1d368c;
	padding: 10px;
	margin: 16px 0 16px 30px;
	float: left;
}
#oulu div#finland {
	margin: -360px 0 0 700px;
}
#oulu div.reason_txt {
	margin: 40px 0 0 0;
}

#oulu div.reason_txt_l {
	width: 303px;
	float: left;
}

#oulu div.reason_txt_r {
	width: 590px;
	float: right;
	font-size: 18px;
	line-height: 200%;
	font-weight: normal;
}

#oulu div.school-facilities {
	width: 926px;
	margin: 0 auto 0;
	padding: 70px 0 0 0;
}
#oulu div.school-facilities h2 {
	font-size: 48px;
	color: #1d368c;
	margin-bottom: 48px;
}
#oulu div.school-facilities h2 span {
	font-size: 24px;
}
#oulu div.school-facilities h3 {
	padding: 18px 28px;
	font-size: 30px;
	color: #1d368c;
	font-family: 'Lato';
	background: #f0f0f0;
	margin-bottom: 24px;
	line-height: 115%;
	font-weight: 600;
}
#oulu div.school-facilities h3 span {
	font-size: 16px;
	line-height: 110%;
}
#oulu div.school-facilities h4 {
	width: 124px;
	text-align: center;
	padding: 8px 0;
	font-size: 18px;
	background: #1d368c;
	color: #ffffff;
	margin-bottom: 18px;
	font-weight: bold;
}
#oulu div.school-facilities h5 {
	width: 148px;
	text-align: center;
	padding: 4px 0;
	font-size: 18px;
	background: #000000;
	color: #ffffff;
	margin-bottom: 12px;
	font-weight: bold;
}

#oulu div.school-facilities_box p.target {
	font-size: 24px;
	line-height: 180%;
}
#oulu div.school-facilities_box p {
	font-size: 16px;
	line-height: 200%;
	margin: 0 0 40px 0;
}
#oulu div.school-facilities_box p.b_index {
	font-size: 18px;
	line-height: 200%;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#oulu div.school-facilities_box {
	margin: 0 0 80px 0;
}
#oulu div.school-facilities_l {
	width: 590px;
	float: left;
}
#oulu div.school-facilities_l div.l_img {
	width: 476px;
	margin: 0 auto;
}
#oulu div.school-facilities_r {
	width: 308px;
	float: right;
}
#oulu div.school-facilities_r img {
	margin-bottom: 10px;
}
#oulu div.school-facilities p.caution {
	color: #cc0033;
}
#oulu div.thema {
	width: 926px;
	margin: 0 auto 0;
	padding: 70px 0 70px 0;
}
#oulu div.thema h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
#oulu div.thema_box {
	background: #ffffff;
}
#oulu div.thema_index {
	font-size: 18px;
	padding: 8px 0;
	background: #1d368c;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
}
#oulu div.thema_list {
	padding: 20px 16px;
}
#oulu div.thema_list li {
	padding: 8px;
}
#oulu div.thema_list_l {
	width: 440px;
	float: left;
}
#oulu div.thema_list_r {
	width: 440px;
	float: left;
}
#oulu div.sightseeing {
	width: 926px;
	margin: 0 auto 0;
	padding: 70px 0 70px 0;
}
#oulu div.sightseeing h2 {
	font-size: 48px;
	color: #1d368c;
	margin-bottom: 48px;
}
#oulu div.sightseeing div.sightseeing_box h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
#oulu div.sightseeing div.sightseeing_box h3 span {
	font-size: 16px;
}
#oulu div.sightseeing h4 {
	font-size: 18px;
	color: #1d368c;
	margin-bottom: 16px;
}
#oulu div.sightseeing div.sightseeing_box p {
	margin-bottom: 44px;
	line-height: 200%;
}
#oulu div.sightseeing a:link,#oulu div.sightseeing a:visited {
	color: #030ef7;
	text-decoration: underline;
}
#oulu div.sightseeing a:hover  {
	color: #030ef7;
	text-decoration: underline;
}
#oulu div.sightseeing div.sightseeing_l {
	width: 445px;
	float: left;
}
#oulu div.sightseeing div.sightseeing_r {
	width: 455px;
	float: right;
}
#oulu div.sightseeing activity {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#oulu div.sightseeing th {
	width: 50%;
	background: #dce2fa;
	border: 1px solid #cccccc;
	padding: 4px 0;
	text-align: center;
	vertical-align: middle;
}

#oulu div.sightseeing td {
	width: 50%;
	border-top: 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 20px;
	line-height: 180%;
	vertical-align: middle;
}


#oulu div.sightseeing ul {
	margin-bottom: 8px;
	margin-top: 30px;
}
#oulu div.sightseeing li {
	display: inline-block;
	margin-right: 2px;
}
#oulu div.sightseeing li(even) {
	margin-right: 0px;
}
#oulu div.sightseeing p.other {
	line-height: 180%;
}

.oulu_blue-bg{
	width: 1000px;
	margin: 40px auto 80px auto;
	padding: 50px 99px;
	background: #f5f7fc;
	border: 1px solid #dddddd;
}

/* oulu_tour */
.oulu_tour .inner .btn a, .oulu_tour article .btn a {
	min-width: 120px;
	padding: 0 20px;
	background: #0e2e77;
	box-shadow: 3px 3px #07173c;
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	line-height: 60px;
	text-align: center;
}
.oulu_tour .inner .btn a:hover, .oulu_tour article .btn a:hover, .oulu_tour#iceland .tab01 .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.oulu_tour .inner .btn a img, .oulu_tour article .btn a img, .oulu_tour#iceland .tab01 .btn a img {
	vertical-align: middle;
}
.oulu_tour .inner .btn a, .oulu_tour article .btn a {
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
}
.oulu_tour article .col-1 .tag span {
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px 5px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #d00101;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.oulu_tour article .col-2 .option li span {
	margin-right: 3px;
	padding: 2px 7px;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.oulu_tour article .col-2 .option li span.option-personal {
	background: #3f6b14;
}
.oulu_tour article .col-2 .option li span.option-attendant {
	background: #297990;
}
.oulu_tour article .col-2 .option li span.option-staff {
	background: #3d2990;
}
.oulu_tour article .col-2 .option li span.option-professional {
	background: #a51f84;
}
.oulu_tour article .col-2 .option li span.option-limited {
	background: #6b5e14;
}
.oulu_tour article .col-2 .option li span.option-japanese {
	background: #404040;
}
/* oulu_tour common */
.oulu_tour {
	padding-top: 20px;/* table *//* tab *//* slider *//* other parts */
  /* ツアー一覧 */ }
.oulu_tour .h2 {
	width: 100%;
	min-height: 70px;
	margin-bottom: 50px;
	text-align: center;
}
.oulu_tour .h2 h2 {
	min-width: 200px;
	margin: 35px auto 0 auto;
	padding: 10px 20px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #ffffff;
	text-align: center;
}
.oulu_tour .h2 h2 span {
	padding-bottom: 13px;
	display: block;
	background: url(../imgdir/common/bg_h2.gif) no-repeat center bottom;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.oulu_tour section.main {
	margin-bottom: 100px;
}
.oulu_tour .inner {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
/* button */ }
.oulu_tour .inner .title {
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #0e2e77;
	line-height: 1;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}
.oulu_tour .inner .tab-content > div {
	margin: 0 auto;
	padding: 30px 29px;
}
.oulu_tour .inner .btn {
	width: 422px;
	margin: 50px auto 0;
}
.oulu_tour .inner .btn.gray {
	background: #a3a3a3;
	padding: 28px;
	text-align: center;
}
.oulu_tour .inner .btn.gray:hover {
	opacity: 1;
}
.oulu_tour .inner .btn a {
	min-width: 100%;
	line-height: 80px;
	font-size: 16px;
	font-size: 1.6rem;
}
.oulu_tour table.table {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	margin: 0px;
	text-align: left;
	background: #ffffff;
}
.oulu_tour table.table tr th, .oulu_tour table.table tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 10px 20px;
	word-wrap: break-word;
	word-break: break-all;
}
.oulu_tour table.table tr th {
	width: 185px;
	color: #0e2e77;
	font-weight: bold;
	vertical-align: top;
}
.oulu_tour table.table td table.temp {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	text-align: left;
}
.oulu_tour table.table td table.temp tr th, .oulu_tour table.table td table.temp tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
	width: 46px;
	word-wrap: normal;
	word-break: keep-all;
}
.oulu_tour table.table td table.temp tr th {
	width: 70px;
	font-weight: normal;
	color: #333333;
}
.oulu_tour table.table td table.temp thead tr th, .oulu_tour table.table td table.temp thead tr td {
	background-color: #f5f7fc;
}
.oulu_tour .tab-area li {
	padding: 10px 15px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.oulu_tour .tab-area.nallow li {
	padding: 10px 11px;
}
.oulu_tour .tab-area li:hover {
	cursor: pointer;
}
.oulu_tour .tab-area.top li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
	color: #0e2e77;
	cursor: default;
}
.oulu_tour .tab-area.bottom {
	margin-top: -1px;
}
.oulu_tour .tab-area.bottom li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
	color: #0e2e77;
}
.oulu_tour .tab-content {
	margin-top: -1px;
}
.oulu_tour .tab-content > div {
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
.oulu_tour #slider {
	margin-bottom: 25px;
}
.oulu_tour #carousel {
	margin-bottom: 30px;
	padding: 0;
}
.oulu_tour #carousel .flex-viewport {
	width: 800px;
}
.oulu_tour #carousel .slides li {
	height: 82px;
	margin-right: 20px;
}
.oulu_tour .flex-direction-nav .flex-prev {
	left: -50px;
}
.oulu_tour .flex-direction-nav .flex-next {
	right: -50px;
}
.oulu_tour .highlight {
	margin-left: auto;
	margin-right: auto;
}
.oulu_tour .highlight > div {
	width: 247px;
	margin-right: 29px;
	float: left;
}
.oulu_tour .highlight > div.last {
	width: 246px;
	margin-right: 0;
}
.oulu_tour .highlight.one > div {
	width: 385px;
	float: none;
	margin: auto;
}
.oulu_tour .highlight.two > div {
	width: 385px;
	float: left;
}
.oulu_tour .highlight.two > div.last {
	width: 385px;
	float: right;
}
.oulu_tour .highlight h5 {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #e3e1e1;
}
.oulu_tour .highlight h5.padding {
	padding: 29px 0;
}
.oulu_tour .benefit {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e1e1;
}
.oulu_tour .benefit dl {
	width: 385px;
	margin-left: 30px;
	padding: 20px;
	float: left;
	display: table;
	background: #ffffff;
	border: 1px solid #e3e1e1;
}
.oulu_tour .benefit dl:first-child {
	margin-left: 0;
}
.oulu_tour .benefit dl dt {
	display: table-cell;
}
.oulu_tour .benefit dl dd {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
}
.oulu_tour article {
	height: auto;
	min-height: 190px;
	margin-bottom: 20px;
	padding: 20px 20px;
	border: 1px solid #e3e1e1;
	background: #ffffff;
}
.oulu_tour article > div {
	float: left;
}
.oulu_tour article .col-1 {
	width: 178px;
	height: 150px;
	margin-top: 0px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #e3e1e1;
}
.oulu_tour article .col-1 > a > img {
	width: auto;
	height: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.oulu_tour article .col-1 .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
}
.oulu_tour article .col-2 {
	width: 400px;
	height: 100%;
	font-weight: bold;
}
.oulu_tour article .col-2 h3 {
	margin-bottom: 10px !important;
	margin-top: 0;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left !important;
}
.oulu_tour article .col-2 p span {
	font-size: 1.4rem;
	padding-right: 10px;
}
.oulu_tour article .col-2 .option {
	width: 400px;
	margin-top: 15px;
	letter-spacing: -.40em;
}
.oulu_tour article .col-2 .option li {
	margin-right: 8px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	letter-spacing: normal;
}
.oulu_tour article .btn {
	width: 120px !important;
	margin-top: 45px;
	float: right;
}
.oulu_tour article .btn a {
	width: 120px;
	line-height: 50px !important;
}
/* /oulu_tour */

/* honeymoon */
#honeymoon div#mainimg {
	width: 100%;
	height: auto;
	min-height: 574px;
	background: url(../imgdir/honeymoon/main.jpg) no-repeat center;
	background-size: cover;
}
#honeymoon .title_box {
	width: 926px;
	margin: 18px auto 0;
}
#honeymoon .title_inner {
	width: 653px;
	padding: 18px 0 0 0;
}
#honeymoon h1 {
}

#honeymoon div#course {
	width: 842px;
	margin: 72px auto 0;
	background: #f4efed;
	padding: 24px 42px;
}
#honeymoon div#course h2 {
	font-size:24px;
	text-align: center;
	margin: 0 0 20px 0;
}
#honeymoon div#course p {
	font-size: 18px;
	line-height: 180%;
}
#honeymoon div#course span {
	font-size: 14px;
}
#honeymoon div#present {
	width: 926px;
	margin: 0px auto;
}
#honeymoon div#present h2 {
	text-align: center;
	font-size: 30px;
	color: #ed6d7f;
	margin: 70px 0 0 0;
}
#honeymoon div#present h3 {
	text-align: center;
	margin: 30px 0;
}

#honeymoon div#present ul {
	width:100%;
	margin:50px 0 0 0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

#honeymoon div#present li.box {
	position: relative;
	display: inline-block;
	border: 12px solid #f4f2ec;
	width: 455px;
	margin: 0 16px 16px 0;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#honeymoon div#present li.box:nth-child(2n) {
	margin: 0 0 16px 0;
}

#honeymoon div#present li.box  p {
	font-size: 24px;
	text-align: center !important;
	line-height: 140%;
	font-weight: 700;
}
#honeymoon div#present li.box  p span {
	font-size: 16px;
	text-align: center !important;
	font-weight: 300;
}
#honeymoon div#present li.box  div.images_01 {
	width: 342px;
	margin: 30px auto 50px;
}
#honeymoon div#present li.box  div.images_02 {
	width: 304px;
	margin: 50px auto;
}
#honeymoon div#present li.box ul {
	width: 344px;
	margin: 50px auto 0;
}
#honeymoon div#present li.box li {
	width: 344px;
	text-align: left !important;
	line-height: 160%;
}
#honeymoon div#present li.box p.bg_box {
	margin: 20px auto 40px auto;
	line-height: 100%!important;
	background: #f9efec;
	padding: 20px 0;
	width: 342px;
}

#honeymoon div#present2 {
	border: 12px solid #f4f2ec;
	width: 926px;
	height: 655px;
	margin: 50px 0 16px 0;
	padding: 0px 50px 35px;
}
#honeymoon div#present2 h4 {
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	line-height: 180%;
	font-weight:500;
	margin-bottom: 20px;
}
#honeymoon div#present2 h4 span {
	font-size: 16px;
}
#honeymoon div#present2_l {
	float: left;
	width: 380px;
}
#honeymoon div#present2_r {
	float: right;
	width: 380px;
}
#honeymoon div#present2 div p.caution {
	margin: 50px 0 70px;
}

#honeymoon div#present2 div#present2_l p.bg_box, #honeymoon div#present2 div#present2_r p.bg_box {
	background: #f9efec;
	padding: 20px;
}
#honeymoon div#present2 div#present2_l p.or, #honeymoon div#present2 div#present2_r p.or {
	font-size: 24px;
	color: #ed6d7f;
	margin: 8px 0;
	text-align: center !important;
}
#honeymoon div#present3 {
	border: 12px solid #f4f2ec;
	width: 926px;
	height: 535px;
	margin: 0px 0px 16px 0px;
	padding: 0px 50px 35px;
}
#honeymoon div#present3 p {
	font-size: 24px;
	text-align: center !important;
	line-height: 140%;
	font-weight: 600;
}
#honeymoon div#present3 div.images_03 {
	width: 510px;
	margin: 30px auto 50px;
}

.honeymoon_tour .inner .btn a, .honeymoon_tour article .btn a {
	min-width: 120px;
	padding: 0 20px;
	background: #0e2e77;
	box-shadow: 3px 3px #07173c;
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	line-height: 60px;
	text-align: center;
}
.honeymoon_tour .inner .btn a:hover, .honeymoon_tour article .btn a:hover, .honeymoon_tour#iceland .tab01 .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.honeymoon_tour .inner .btn a img, .honeymoon_tour article .btn a img, .honeymoon_tour#iceland .tab01 .btn a img {
	vertical-align: middle;
}
.honeymoon_tour .inner .btn a, .honeymoon_tour article .btn a {
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
}
.honeymoon_tour article .col-1 .tag span {
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px 5px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #d00101;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.honeymoon_tour article .col-2 .option li span {
	margin-right: 3px;
	padding: 2px 7px;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.honeymoon_tour article .col-2 .option li span.option-personal {
	background: #3f6b14;
}
.honeymoon_tour article .col-2 .option li span.option-attendant {
	background: #297990;
}
.honeymoon_tour article .col-2 .option li span.option-staff {
	background: #3d2990;
}
.honeymoon_tour article .col-2 .option li span.option-professional {
	background: #a51f84;
}
.honeymoon_tour article .col-2 .option li span.option-limited {
	background: #6b5e14;
}
.honeymoon_tour article .col-2 .option li span.option-japanese {
	background: #404040;
}
/* honeymoon_tour common */
.honeymoon_blue-bg{
	width: 1000px;
	margin: 40px auto 80px auto;
	padding: 50px 99px;
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
.honeymoon_tour {
	padding-top: 20px;/* table *//* tab *//* slider *//* other parts */
  /* ツアー一覧 */ }
.honeymoon_tour .h2 {
	width: 100%;
	min-height: 70px;
	margin-bottom: 50px;
	text-align: center;
}
.honeymoon_tour .h2 h2 {
	min-width: 200px;
	margin: 35px auto 0 auto;
	padding: 10px 20px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #ffffff;
	text-align: center;
}
.honeymoon_tour .h2 h2 span {
	padding-bottom: 13px;
	display: block;
	background: url(../imgdir/common/bg_h2.gif) no-repeat center bottom;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.honeymoon_tour section.main {
	margin-bottom: 100px;
}
.honeymoon_tour .inner {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
/* button */ }
.honeymoon_tour .inner .title {
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #0e2e77;
	line-height: 1;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}
.honeymoon_tour .inner .tab-content > div {
	margin: 0 auto;
	padding: 30px 29px;
}
.honeymoon_tour .inner .btn {
	width: 422px;
	margin: 50px auto 0;
}
.honeymoon_tour .inner .btn.gray {
	background: #a3a3a3;
	padding: 28px;
	text-align: center;
}
.honeymoon_tour .inner .btn.gray:hover {
	opacity: 1;
}
.honeymoon_tour .inner .btn a {
	min-width: 100%;
	line-height: 80px;
	font-size: 16px;
	font-size: 1.6rem;
}
.honeymoon_tour table.table {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	margin: 0px;
	text-align: left;
	background: #ffffff;
}
.honeymoon_tour table.table tr th, .honeymoon_tour table.table tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 10px 20px;
	word-wrap: break-word;
	word-break: break-all;
}
.honeymoon_tour table.table tr th {
	width: 185px;
	color: #0e2e77;
	font-weight: bold;
	vertical-align: top;
}
.honeymoon_tour table.table td table.temp {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	text-align: left;
}
.honeymoon_tour table.table td table.temp tr th, .honeymoon_tour table.table td table.temp tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
	width: 46px;
	word-wrap: normal;
	word-break: keep-all;
}
.honeymoon_tour table.table td table.temp tr th {
	width: 70px;
	font-weight: normal;
	color: #333333;
}
.honeymoon_tour table.table td table.temp thead tr th, .honeymoon_tour table.table td table.temp thead tr td {
	background-color: #f5f7fc;
}
.honeymoon_tour .tab-area li {
	padding: 10px 15px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.honeymoon_tour .tab-area.nallow li {
	padding: 10px 11px;
}
.honeymoon_tour .tab-area li:hover {
	cursor: pointer;
}
.honeymoon_tour .tab-area.top li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
	color: #0e2e77;
	cursor: default;
}
.honeymoon_tour .tab-area.bottom {
	margin-top: -1px;
}
.honeymoon_tour .tab-area.bottom li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
	color: #0e2e77;
}
.honeymoon_tour .tab-content {
	margin-top: -1px;
}
.honeymoon_tour .tab-content > div {
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
.honeymoon_tour #slider {
	margin-bottom: 25px;
}
.honeymoon_tour #carousel {
	margin-bottom: 30px;
	padding: 0;
}
.honeymoon_tour #carousel .flex-viewport {
	width: 800px;
}
.honeymoon_tour #carousel .slides li {
	height: 82px;
	margin-right: 20px;
}
.honeymoon_tour .flex-direction-nav .flex-prev {
	left: -50px;
}
.honeymoon_tour .flex-direction-nav .flex-next {
	right: -50px;
}
.honeymoon_tour .highlight {
	margin-left: auto;
	margin-right: auto;
}
.honeymoon_tour .highlight > div {
	width: 247px;
	margin-right: 29px;
	float: left;
}
.honeymoon_tour .highlight > div.last {
	width: 246px;
	margin-right: 0;
}
.honeymoon_tour .highlight.one > div {
	width: 385px;
	float: none;
	margin: auto;
}
.honeymoon_tour .highlight.two > div {
	width: 385px;
	float: left;
}
.honeymoon_tour .highlight.two > div.last {
	width: 385px;
	float: right;
}
.honeymoon_tour .highlight h5 {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #e3e1e1;
}
.honeymoon_tour .highlight h5.padding {
	padding: 29px 0;
}
.honeymoon_tour .benefit {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e1e1;
}
.honeymoon_tour .benefit dl {
	width: 385px;
	margin-left: 30px;
	padding: 20px;
	float: left;
	display: table;
	background: #ffffff;
	border: 1px solid #e3e1e1;
}
.honeymoon_tour .benefit dl:first-child {
	margin-left: 0;
}
.honeymoon_tour .benefit dl dt {
	display: table-cell;
}
.honeymoon_tour .benefit dl dd {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
}
.honeymoon_tour article {
	height: auto;
	min-height: 190px;
	margin-bottom: 20px;
	padding: 20px 20px;
	border: 1px solid #e3e1e1;
	background: #ffffff;
}
.honeymoon_tour article > div {
	float: left;
}
.honeymoon_tour article .col-1 {
	width: 178px;
	height: 150px;
	margin-top: 0px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #e3e1e1;
}
.honeymoon_tour article .col-1 > a > img {
	width: auto;
	height: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.honeymoon_tour article .col-1 .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
}
.honeymoon_tour article .col-2 {
	width: 400px;
	height: 100%;
	font-weight: bold;
}
.honeymoon_tour article .col-2 h3 {
	margin-bottom: 10px !important;
	margin-top: 0;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left !important;
}
.honeymoon_tour article .col-2 p span {
	font-size: 1.4rem;
	padding-right: 10px;
}
.honeymoon_tour article .col-2 .option {
	width: 400px;
	margin-top: 15px;
	letter-spacing: -.40em;
}
.honeymoon_tour article .col-2 .option li {
	margin-right: 8px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	letter-spacing: normal;
}
.honeymoon_tour article .btn {
	width: 120px !important;
	margin-top: 45px;
	float: right;
}
.honeymoon_tour article .btn a {
	width: 120px;
	line-height: 50px !important;
}
/* /honeymoon_tour */


/* baltic */
#baltic div#mainimg {
	width: 100%;
	height: auto;
	min-height: 454px;
	background: url(../imgdir/baltic/main.jpg) no-repeat center;
	background-size: cover;
}
#baltic .title_box {
	width: 926px;
	margin: 18px auto 0;
}
#baltic .title_inner {
	width: 430px;
	margin: 114px 0 0 0;
	float: right;
}
#baltic h1 {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 0.05em;
}
#baltic div.country_name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
	display: block;
}
#baltic div.subtitle {
	font-size: 24px;
	font-weight: 400;
	margin-top: 40px;
	display: block;
}

#baltic #inner {
	width:  926px;
	margin: 0 auto;
}
#baltic p.copy {
	font-size: 18px;
	line-height: 200%;
	margin: 48px 0;
}

#baltic a.btn {
	display: block;
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 3px solid #0a3675;
	padding: 1.4em;
	margin-top: 40px;
	transition: .3s;
	transition-property: color,background-color,border;
	text-decoration: none;
	font-size: 18px;
}
#baltic a.btn img {
	margin-left: 20px;
}
#baltic a:link, #baltic a:visited, #baltic a:active {
	color: #0a3675;
}
#baltic a:hover {
	color: #ffffff;
	background-color: #0a3675;
}
#baltic .text-center {
	text-align: center!important;
}
#baltic a.btn .fa-chevron-right {
	float: right;
}

#baltic div#bnr_nav {
	margin: 70px 0 0;
	width: 100%;
	background: url(../imgdir/baltic/bg_img.jpg) repeat-x;
	padding: 20px 0;
}
#baltic #bnr_nav ul{
	width: 950px;
	margin: 20px auto;
}
#baltic #bnr_nav li {
	display: inline-block;
	margin-right: 4px;
}
#baltic #bnr_nav li:last-child {
	margin-right: 0px;
}

#baltic .charm_box {
	margin: 80px auto 60px;
	width: 1020px;
}
#baltic h2.charm_title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 56px;
}
#baltic h2.charm_title img {
	vertical-align: middle;
	margin-right: 20px;
}
#baltic h2.charm_title span.best {
	font-size: 22px;
}
#baltic h2.charm_title span.three {
	font-size: 60px;
}
#baltic .best_box {
}

#baltic div.best_box_1 {
	width: 588px;
	float: left;
	position: relative;
}
#baltic div.best_box_1 p{
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0em;
	color: #fff;
	margin: 0;
	padding: 20px 0 20px 30px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
}
#baltic div.best_box_2 {
	width: 423px;
	float: right;
	position: relative;
}
#baltic div.best_box_2 p{
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0em;
	color: #fff;
	margin: 0;
	padding: 20px 0 20px 30px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
}

#baltic div.best_box_3 {
	width: 423px;
	float: right;
	position: relative;
	margin-top: 11px;
}
#baltic div.best_box_3 p{
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0em;
	color: #fff;
	margin: 0;
	padding: 20px 0 20px 30px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
}

#baltic div.charm_box2 {
	width: 1020px;
	margin: 0 auto 30px;
	border: 1px solid #cccccc;
	padding: 16px 36px 36px;
}
#baltic div.charm_box2 h3 {
	padding: 16px 0 0 54px;
	height: 50px;
	background: url(../imgdir/baltic/crown.gif) no-repeat;
	font-size: 24px;
}
#baltic div.charm_box2 p {
	margin: 20px 0;
	font-size: 16px;
	line-height: 180%;
}
#baltic div.charm_box2 .charm_img2, #baltic div.charm_box2 .charm_img3{
}
#baltic div.charm_box2 .charm_img2 li {
	width: 465px;
	margin-right: 10px;
	display: inline-block;
}
#baltic div.charm_box2 .charm_img3 li {
	width: 303px;
	margin-right: 10px;
	display: inline-block;
}
#baltic div.charm_box2 .charm_img2 li:last-child, #baltic div.charm_box2 .charm_img3 li:last-child {
	margin-right: 0px;
}
#baltic a.btn2 {
	display: block;
	width: 610px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 3px solid #0a3675;
	padding: 1.4em;
	margin-top: 40px;
	transition: .3s;
	transition-property: color,background-color,border;
	text-decoration: none;
	font-size: 18px;
}
#baltic a.btn2 img {
	margin-left: 20px;
}

#baltic a.btn2:hover {
	color: #ffffff;
	background-color: #0a3675;
}

#baltic a.btn2 .fa-chevron-right {
	float: right;
}
#baltic div#map {
	width: 1020px;
	margin: 96px auto 0;
}

#baltic div.contents {
	width: 1020px;
	margin: 96px auto;
	padding: 0 0 96px 0;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

#baltic div.contents h2 {
	font-size: 36px;
}
#baltic div.contents p {
	margin: 40px 0 50px;
	font-size: 16px;
	line-height: 180%;
	text-align: center!important;
}

#baltic div.contents h3 {
	background: url(../imgdir/baltic/event_bg.jpg) no-repeat;
	width: 1020px;
	height: 58px;
	font-size: 24px;
	padding: 14px 0 0 22px;
	text-align: left!important;
	margin: 46px 0 0 0;
}

#baltic div.contents ul {
	margin: 22px 0 0 0;
}

#baltic div.contents li {
	font-size: 18px;
	font-weight: bold;
	padding: 22px 0 0 22px;
	text-align: left!important;
}
#baltic div.contents li span {
	font-size: 16px;
	font-weight: normal;
}
#baltic div.contents div.event_image01 {
	position: absolute;
	left: 240px;
	top: 470px;
}
#baltic div.contents div.event_image02 {
	position: absolute;
	left: 390px;
	top: 810px;
}

#baltic .blue-bg{
	width: 1000px;
	margin: 40px auto 80px auto;
	padding: 50px 99px;
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
#baltic .tour {
	padding-top: 20px;/* table *//* tab *//* slider *//* other parts */
  /* ツアー一覧 */ }
#baltic .tour .inner .btn a, #baltic .tour article .btn a {
	min-width: 120px;
	padding: 0 20px;
	background: #0e2e77;
	box-shadow: 3px 3px #07173c;
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	line-height: 60px;
	text-align: center;
}
#baltic .tour .inner .btn a:hover, #baltic .tour article .btn a:hover, #baltic .tour#iceland .tab01 .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#baltic .tour .inner .btn a img, .honeymoon_tour article .btn a img, #baltic .tour#iceland .tab01 .btn a img {
	vertical-align: middle;
}
#baltic .tour .inner .btn a, #baltic .tour article .btn a {
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
}
#baltic .tour article .col-1 .tag span {
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px 5px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #d00101;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
#baltic .tour article .col-2 .option li span {
	margin-right: 3px;
	padding: 2px 7px;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#baltic .tour article .col-2 .option li span.option-personal {
	background: #3f6b14;
}
#baltic .tour article .col-2 .option li span.option-attendant {
	background: #297990;
}
#baltic .tour article .col-2 .option li span.option-staff {
	background: #3d2990;
}
#baltic .tour article .col-2 .option li span.option-professional {
	background: #a51f84;
}
#baltic .tour article .col-2 .option li span.option-limited {
	background: #6b5e14;
}
#baltic .tour article .col-2 .option li span.option-japanese {
	background: #404040;
}
#baltic .tour .h2 {
	width: 100%;
	min-height: 70px;
	margin-bottom: 50px;
	text-align: center;
}
#baltic .tour .h2 h2 {
	min-width: 200px;
	margin: 35px auto 0 auto;
	padding: 10px 20px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #ffffff;
	text-align: center;
}
#baltic .tour .h2 h2 span {
	padding-bottom: 13px;
	display: block;
	background: url(../imgdir/common/bg_h2.gif) no-repeat center bottom;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#baltic .tour section.main {
	margin-bottom: 100px;
}
#baltic .tour .inner {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
/* button */ }
#baltic .tour .inner .title {
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #0e2e77;
	line-height: 1;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}
#baltic .tour .inner .tab-content > div {
	margin: 0 auto;
	padding: 30px 29px;
}
#baltic .tour .inner .btn {
	width: 422px;
	margin: 50px auto 0;
}
#baltic .tour .inner .btn.gray {
	background: #a3a3a3;
	padding: 28px;
	text-align: center;
}
#baltic .tour .inner .btn.gray:hover {
	opacity: 1;
}
#baltic .tour .inner .btn a {
	min-width: 100%;
	line-height: 80px;
	font-size: 16px;
	font-size: 1.6rem;
}
#baltic .tour table.table {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	margin: 0px;
	text-align: left;
	background: #ffffff;
}
#baltic .tour table.table tr th, #baltic .tour table.table tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 10px 20px;
	word-wrap: break-word;
	word-break: break-all;
}
#baltic .tour table.table tr th {
	width: 185px;
	color: #0e2e77;
	font-weight: bold;
	vertical-align: top;
}
#baltic .tour table.table td table.temp {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	text-align: left;
}
#baltic .tour table.table td table.temp tr th, #baltic .tour table.table td table.temp tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
	width: 46px;
	word-wrap: normal;
	word-break: keep-all;
}
#baltic .tour table.table td table.temp tr th {
	width: 70px;
	font-weight: normal;
	color: #333333;
}
#baltic .tour table.table td table.temp thead tr th, #baltic .tour table.table td table.temp thead tr td {
	background-color: #f5f7fc;
}
#baltic .tour .tab-area li {
	padding: 10px 15px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
#baltic .tour .tab-area.nallow li {
	padding: 10px 11px;
}
#baltic .tour .tab-area li:hover {
	cursor: pointer;
}
#baltic .tour .tab-area.top li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
	color: #0e2e77;
	cursor: default;
}
#baltic .tour .tab-area.bottom {
	margin-top: -1px;
}
#baltic .tour .tab-area.bottom li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
	color: #0e2e77;
}
#baltic .tour .tab-content {
	margin-top: -1px;
}
#baltic .tour .tab-content > div {
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
#baltic .tour #slider {
	margin-bottom: 25px;
}
#baltic .tour #carousel {
	margin-bottom: 30px;
	padding: 0;
}
#baltic .tour #carousel .flex-viewport {
	width: 800px;
}
#baltic .tour #carousel .slides li {
	height: 82px;
	margin-right: 20px;
}
#baltic .tour .flex-direction-nav .flex-prev {
	left: -50px;
}
#baltic .tour .flex-direction-nav .flex-next {
	right: -50px;
}
#baltic .tour .highlight {
	margin-left: auto;
	margin-right: auto;
}
#baltic .tour .highlight > div {
	width: 247px;
	margin-right: 29px;
	float: left;
}
#baltic .tour .highlight > div.last {
	width: 246px;
	margin-right: 0;
}
#baltic .tour .highlight.one > div {
	width: 385px;
	float: none;
	margin: auto;
}
#baltic .tour .highlight.two > div {
	width: 385px;
	float: left;
}
#baltic .tour .highlight.two > div.last {
	width: 385px;
	float: right;
}
#baltic .tour .highlight h5 {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #e3e1e1;
}
#baltic .tour .highlight h5.padding {
	padding: 29px 0;
}
#baltic .tour .benefit {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e1e1;
}
#baltic .tour .benefit dl {
	width: 385px;
	margin-left: 30px;
	padding: 20px;
	float: left;
	display: table;
	background: #ffffff;
	border: 1px solid #e3e1e1;
}
#baltic .tour .benefit dl:first-child {
	margin-left: 0;
}
#baltic .tour .benefit dl dt {
	display: table-cell;
}
#baltic .tour .benefit dl dd {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
}
#baltic .tour article {
	height: auto;
	min-height: 190px;
	margin-bottom: 20px;
	padding: 20px 20px;
	border: 1px solid #e3e1e1;
	background: #ffffff;
}
#baltic .tour article > div {
	float: left;
}
#baltic .tour article .col-1 {
	width: 178px;
	height: 150px;
	margin-top: 0px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #e3e1e1;
}
#baltic .tour article .col-1 > a > img {
	width: auto;
	height: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#baltic .tour article .col-1 .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
}
#baltic .tour article .col-2 {
	width: 400px;
	height: 100%;
	font-weight: bold;
}
#baltic .tour article .col-2 h3 {
	margin-bottom: 10px !important;
	margin-top: 0;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left !important;
}
#baltic .tour article .col-2 p span {
	font-size: 1.4rem;
	padding-right: 10px;
}
#baltic .tour article .col-2 .option {
	width: 400px;
	margin-top: 15px;
	letter-spacing: -.40em;
}
#baltic .tour article .col-2 .option li {
	margin-right: 8px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	letter-spacing: normal;
}
#baltic .tour article .btn {
	width: 120px !important;
	margin-top: 45px;
	float: right;
}
#baltic .tour article .btn a {
	width: 120px;
	line-height: 50px !important;
}

/* /baltic */


/* rovaniemi */
#rovaniemi div#mainimg {
	width: 100%;
	height: auto;
	min-height: 454px;
	background: url(../imgdir/rovaniemi/main.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0 0;
	margin: 18px 0 0;
}
#rovaniemi div#mainimg .title_box {
	width: 593px;
	margin: 18px auto 0;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#rovaniemi div#mainimg .title_box h1 {
	width: 100%;
	height: 182px;
	background: url(../imgdir/rovaniemi/main_bg2.png) no-repeat center;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin: 14px 0 0 0;
	padding: 40px 0 0 0;
	line-height: 140%;
}
#rovaniemi div#mainimg .title_box .subtitle {
	width: 100%;
	height: 38px;
	background: url(../imgdir/rovaniemi/main_bg1.png) no-repeat center;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0 0;
	color: #ffffff;
	letter-spacing: 0.1em;
}

#rovaniemi #inner {
	width: 1020px;
	margin: 0px auto 0;
}
#rovaniemi #inner #btn_nav {
	width: 1020px;
	margin: 0 auto 98px;
}
#rovaniemi #inner #btn_nav li {
	display: inline-block;
}
#rovaniemi a.btn {
	display: block;
	width: 506px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 3px solid #0a3675;
	padding: 1.4em;
	margin-top: 40px;
	transition: .3s;
	transition-property: color,background-color,border;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}
#rovaniemi a.btn img {
	margin-left: 20px;
}
#rovaniemi a:link, #rovaniemi a:visited, #rovaniemi a:active {
	color: #0a3675;
}
#rovaniemi a:hover {
	background-color: #eff4fc;
}
#rovaniemi .flow {
	width: 926px;
	margin: 0 auto 90px;
}
#rovaniemi .flow h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}
#rovaniemi .flow .flow_box {
	margin-bottom: 24px;
}
#rovaniemi .flow .arrow {
	width: 926px;
	height: 56px;
	margin-bottom: 24px;
	background: url(../imgdir/rovaniemi/arrow.png) no-repeat 113px 0px;
}
#rovaniemi .flow .arrow p {
	margin: 20px 0 0 180px;
	font-size: 16px;
	padding: 15px 0 0;
}
#rovaniemi .flow .flow_box_l {
	width: 269px;
	float: left;
}
#rovaniemi .flow .flow_box_r {
	width: 657px;
	height: 204px;
	background: #eff4fc;
	float: left;
}
#rovaniemi .flow .flow_box_r div.r_box {
	margin: 36px;
}
#rovaniemi .flow .flow_box_r p.time {
	font-weight: bold;
	color: #0a3675;
	margin-bottom: 4px;
}
#rovaniemi .flow .flow_box_r p {
	line-height: 160%;
	margin-bottom: 12px;
}
#rovaniemi .flow .flow_box_r div.point h3 {
	font-size: 16px;
	color: #ffffff;
	background: #0a3675;
	font-family: 'Lato' sans-serif;
	width: 100px;
	text-align: center;
	padding: 3px 0;
	margin: 0 0 8px;
	letter-spacing: 0.1em;
}
#rovaniemi .flow .flow_box_r div.point p {
	font-size: 16px;
	color: #0a3675;
}
/* advantages */
#advantages {
	margin: 0 0 120px 0;
}
#advantages div#mainimg {
	width: 100%;
	height: auto;
	min-height: 870px;
	background: url(../imgdir/advantages/mainimg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0 0;
	margin: 18px 0 0;
}
#advantages div#mainimg .title_box {
	width: 1024px;
	margin: 0 auto;
}
#advantages div#mainimg .title_box h1 {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 54px;
	font-weight: bold;
	color: #ffffff;
	line-height: 140%;
	text-align: center;
}
#advantages div#mainimg .title_box p.copy {
	font-size: 20px;
	color: #ffffff;
	line-height: 140%;
	text-align: center!important;
	margin: 20px 0 0 0;
}
#advantages div#mainimg .title_box div#point {
	position: relative;
	top: -100px;
	left: -100px;
}
#advantages #mainimg .title_box .flex {
	width: 1024px;
	margin: 30px 0 0 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
#advantages #mainimg .title_box .flex.first {
	margin: -80px 0 0 0;
}

#advantages #mainimg .title_box .block-1 {
	width: 323px;
	height: 170px;
	padding: 20px;
	position: relative;
	background: #ffffff;
}

#advantages #mainimg .title_box .block-1 .icon {
	font-size: 32px;
	color: #cccccc;
	margin: 2px 0 0 130px;
}

#advantages #mainimg .title_box .block-1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -999px;
}
#advantages #mainimg .title_box .block-1 a:hover {
	background: rgba(187,204,247,0.3);
}
#advantages #mainimg .title_box .flex .block-1 .point_index {
	background: #1d378c;
	padding: 5px 0;
	margin-bottom: 20px;
}
#advantages #mainimg .title_box .flex .block-1 .point_index p {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center !important;
}
#advantages #mainimg .title_box .flex .block-1 .point_index p span {
	font-size: 18px;
}
#advantages #mainimg .title_box .flex .block-1 .point_box {

}
#advantages #mainimg .title_box .flex .block-1 .point_box_l01 {
	width: 112px;
	float: left;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_r01 {
	width: 164px;
	float: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	color: #1d378c;
	font-weight: bold;
	font-size: 20px;
}

#advantages #mainimg .title_box .flex .block-1.point_box_r01 p.index {
}
#advantages #mainimg .title_box .flex .block-1 .point_box_r01 p.index span {
	font-size: 30px;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_l02 {
	width: 103px;
	float: left;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_l02 img {
	margin: -10px 0 0 0 !important;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_r02 {
	width: 177px;
	float: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	color: #1d378c;
	font-weight: bold;
	font-size: 20px;
}
#advantages #mainimg .title_box .flex.block-1.point_box_r02 p.index {

}
#advantages #mainimg .title_box .flex .block-1 .point_box_r02 p.index span {
	font-size: 30px;
}

#advantages #mainimg .title_box .flex .block-1 .point_box_l03 {
	width: 83px;
	float: left;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_r03 {
	width: 196px;
	float: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	color: #1d378c;
	font-weight: bold;
	font-size: 20px;
}

#advantages #mainimg .title_box .flex .block-1.point_box_r03 p.index {

}
#advantages #mainimg .title_box .flex .block-1 .point_box_r03 p.index span {
	font-size: 30px;
}

#advantages #mainimg .title_box .flex .block-1 .point_box_l04 {
	width: 60px;
	float: left;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_r04 {
	width: 216px;
	float: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	color: #1d378c;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.1em
}

#advantages #mainimg .title_box .flex .block-1.point_box_r04 p.index {

}
#advantages #mainimg .title_box .flex .block-1 .point_box_r04 p.index span {
	font-size: 30px;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_l05 {
	width: 78px;
	float: left;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_r05 {
	width: 200px;
	float: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	color: #1d378c;
	font-weight: bold;
	font-size: 20px;
}

#advantages #mainimg .title_box .flex .block-1.point_box_r05 p.index {

}
#advantages #mainimg .title_box .flex .block-1 .point_box_r05 p.index span {
	font-size: 30px;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_l06 {
	width: 82px;
	float: left;
}
#advantages #mainimg .title_box .flex .block-1 .point_box_r06 {
	width: 182px;
	float: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	color: #1d378c;
	font-weight: bold;
	font-size: 20px;
}

#advantages #mainimg .title_box .flex .block-1.point_box_r06 p.index {

}
#advantages #mainimg .title_box .flex .block-1 .point_box_r06 p.index span {
	font-size: 30px;
}

#advantages #inner {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}
#advantages #inner .point_txt {
	margin: 0 0 80px;
}
#advantages #inner .point_txt div.btn-box a {
  min-width: 200px;
  padding: 0 20px;
  background: #0e2e77;
  box-shadow: 3px 3px #07173c;
  display: inline-block;
  color: #ffffff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  line-height: 60px;
  text-align: center; 
}
#advantages #inner .point_txt div.btn-box a:hover {
  text-decoration: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#advantages #inner .point_txt div.btn-box {
	width: 356px;
	margin: 10px auto 0;
 }
#advantages #inner .point_txt div.btn-box .btn {
	width: 356px;
	font-size: 16px;
 }


#advantages #inner .point_index02 {
	background: #1d378c;
	padding: 5px 0 5px 20px;
	margin: 100px 0 40px;
}
#advantages #inner .point_index02 p {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
#advantages #inner .point_index02 p span {
	font-size: 18px;
}
#advantages #inner .point_txtbox_l {
	width: 140px;
	float: left;
}
#advantages #inner .point_txtbox_r {
	width: 510px;
	float: left;
}
#advantages #inner .point_txtbox_r2 {
	width: 350px;
	float: right;
}
#advantages #inner .point_txtbox_r h2{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 24px;
	color: #1d378c;
	font-weight: bold;
	margin: 0 0 34px 0;
}

#advantages #inner .point_txtbox_r p{
	font-size: 18px;
	line-height: 200%;
}
#advantages #inner .point_txtbox_r2{
	width: 350px;
	float: right;
	margin: 0 0 0 10px;
}
#advantages #inner .point_txtbox_r2 img{
	margin: 62px 0 40px 0;
}

#advantages #tourlist {
	background: #f5f7fc;
	padding: 80px 0;
	margin: 0 0 95px 0;
}

#advantages #tourlist div.btn-box a {
  min-width: 516px;
  padding: 0 20px;
  background: #0e2e77;
  box-shadow: 3px 3px #07173c;
  display: inline-block;
  color: #ffffff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  line-height: 90px;
  text-align: center; 
}
#advantages #tourlist div.btn-box a:hover {
  text-decoration: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#advantages #tourlist div.btn-box {
	width: 516px;
	margin: 10px auto 0;
 }
#advantages #tourlist div.btn-box .btn {
	width: 516px;
	font-size: 24px;
 }
/* cbnrlist */

.cbnrlist {
	width: 1020px;
	margin: 0 auto 50px auto;
}
.cbnrlist:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cbnrlist {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .cbnrlist {
	height: 1%;
}
.cbnrlist {
	display: block;
}
/* End Hack */

.cbnrlist p span {
	width: 503px;
}
.cbnrlist span.leftbnr {
	float: left;
}
.cbnrlist span.rightbnr {
	float: right;
}



/* yukinohana */
#yukinohana {
                                background: url(../imgdir/pages/yukinohana/bg_snow.jpg) no-repeat 12% 600px;
}
#yukinohana div#top_mainimg {
	width: 100%;
	height: auto;
	min-height: 574px;
	background: url(../imgdir/pages/yukinohana/mv.jpg) no-repeat center;
	background-size: cover;
                                margin: 10px 0 0 0;
}
#yukinohana div#top_mainimg div#top_name {
                                width: 205px;
                                margin: 0px auto;
}
#yukinohana div#top_mainimg div#top_name img {
                                margin: 50px 0px 0px;
}
#yukinohana div#top_mainimg div#top_description {
                                background: rgba(20,41,81,0.8);
                                padding: 25px 0;
                                width: 926px;
                                margin: 0 auto 20px;
}
#yukinohana div#top_mainimg div#top_description p {
                                font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
                                color: #ffffff;
                                text-align: center !important;
                                font-size: 24px;
                                letter-spacing: 0.2em;
                                font-weight: 600;
                                line-height: 130%;
}

#yukinohana div#s01 {
                                width: 926px;
                                margin: 60px auto 70px;
}
#yukinohana div#s01 h1 {
                                font-size: 48px;
                                font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
                                color: #1d368c;
                                line-height: 140%;
}
#yukinohana div#s01 h1 span {
                                font-size: 30px;
}
#yukinohana div#s01 p {
                                margin: 30px 0 40px 0;
                                line-height: 180%;
                                font-size: 18px;
}
#yukinohana div#s01 div#image_box {
                                display: flex;
                                justify-content: space-between;
}

#yukinohana div#s02 {
                                background: url(../imgdir/pages/yukinohana/bg_snow2.jpg) repeat-y;
                                background-size:100% auto;
                                padding: 70px 0 34px;
}
#yukinohana div#s02 div#inner {
                                width: 926px;
                                margin: 0px auto;
}
#yukinohana div#s02 div#inner h2 {
                                font-size: 24px;
                                font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
                                color: #000000;
                                margin-bottom: 45px;
}
#yukinohana div#s02 div#inner h3 {
                                font-size: 36px;
                                font-weight: 500;
                                font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
                                color: #1d368c;
                                margin-bottom: 34px;
}

#yukinohana div#s02 div#inner div.spot_box {
                                background: #ffffff;
                                overflow: hidden;
                                margin-bottom: 36px;
}
#yukinohana div#s02 div#inner div.spot_box h4 {
                                background: #1d368c;
                                color: #ffffff;
                                font-size: 18px;
                                padding: 12px;
                                font-weight: bold;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_img {
                                width: 220px;
                                float: left;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_img img {
                                margin: 20px;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_img img:not(:first-child) {
                                margin: 0px 20px 20px 20px;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_txt {
                                width: 680px;
                                float: right;
                                padding: 20px;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_txt2 {
                                padding: 20px;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_txt p,#yukinohana div#s02 div#inner div.spot_box div.spot_txt2 p {
                               font-size: 16px;
                                line-height: 160%;
}

#yukinohana div#s02 div#inner div.spot_box div.spot_txt div.detail_btn,#yukinohana div#s02 div#inner div.spot_box div.spot_txt2 div.detail_btn {
                                width: 156px;
                                height: 42px;
                                position: relative;
                                background: #e0e4f2;
                                padding: 15px 20px;
                                cursor:pointer;
                                float: right;
}

#yukinohana div#s02 div#inner div.spot_box div.spot_txt div.detail_btn:hover,#yukinohana div#s02 div#inner div.spot_box div.spot_txt2 div.detail_btn:hover {
                                background: #e0e4f2;
                                color: #ffffff;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_txt div.detail_btn a,#yukinohana div#s02 div#inner div.spot_box div.spot_txt2 div.detail_btn a{
                                position: absolute;
                                display: block;
                                top: 12px;
                                right: 0;
                                bottom: 0;
                                left: 0;
                                color: #1d368c;
                                text-align: center;
                                text-decoration:none;
}
#yukinohana div#s02 div#inner div.levi_box {
                                overflow: hidden;
                                margin-bottom: 36px;
}
#yukinohana div#s02 div#inner div.levi_box div.levi_txt {
                                width: 478px;
                                float: left;
}
#yukinohana div#s02 div#inner div.levi_box div.levi_txt p{
                                line-height: 160%;
}

#yukinohana div#s02 div#inner div.levi_box div.levi_img {
                                width: 423px;
                                float: right;
}
#yukinohana div#s02 div#inner div.spot_box div.spot_txt h5 {
                                font-weight: bold !important;
}

#yukinohana .blue-bg{
	width: 1000px;
	margin: 70px auto 80px auto;
	padding: 50px 99px;
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
#yukinohana .tour {
	padding-top: 20px;/* table *//* tab *//* slider *//* other parts */
  /* ツアー一覧 */ }
#yukinohana .tour .inner .btn a, #yukinohana .tour article .btn a {
	min-width: 120px;
	padding: 0 20px;
	background: #0e2e77;
	box-shadow: 3px 3px #07173c;
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	line-height: 60px;
	text-align: center;
}
#yukinohana .tour .inner .btn a:hover, #yukinohana .tour article .btn a:hover, #yukinohana .tour#iceland .tab01 .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#yukinohana .tour .inner .btn a img, .honeymoon_tour article .btn a img, #yukinohana .tour#iceland .tab01 .btn a img {
	vertical-align: middle;
}
#yukinohana .tour .inner .btn a, #yukinohana .tour article .btn a {
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
}
#yukinohana .tour article .col-1 .tag span {
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px 5px;
	display: inline-block;
                                *display: inline;
                                *zoom: 1;
	background: #d00101;
	color: #ffffff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
#yukinohana .tour article .col-2 .option li span {
	margin-right: 3px;
	padding: 2px 7px;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#yukinohana .tour article .col-2 .option li span.option-personal {
	background: #3f6b14;
}
#yukinohana .tour article .col-2 .option li span.option-attendant {
	background: #297990;
}
#yukinohana .tour article .col-2 .option li span.option-staff {
	background: #3d2990;
}
#yukinohana .tour article .col-2 .option li span.option-professional {
	background: #a51f84;
}
#yukinohana .tour article .col-2 .option li span.option-limited {
	background: #6b5e14;
}
#yukinohana .tour article .col-2 .option li span.option-japanese {
	background: #404040;
}
#yukinohana .tour .h2 {
	width: 100%;
	min-height: 70px;
	margin-bottom: 50px;
	text-align: center;
}
#yukinohana .tour .h2 h2 {
	min-width: 200px;
	margin: 35px auto 0 auto;
	padding: 10px 20px;
	display: inline-block;
                                *display: inline;
                                *zoom: 1;
	background: #ffffff;
	text-align: center;
}
#yukinohana .tour .h2 h2 span {
	padding-bottom: 13px;
	display: block;
	background: url(../imgdir/common/bg_h2.gif) no-repeat center bottom;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#yukinohana .tour section.main {
	margin-bottom: 100px;
}
#yukinohana .tour .inner {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
/* button */ }
#yukinohana .tour .inner .title {
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #0e2e77;
	line-height: 1;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}
#yukinohana .tour .inner .tab-content > div {
	margin: 0 auto;
	padding: 30px 29px;
}
#yukinohana .tour .inner .btn {
	width: 422px;
	margin: 50px auto 0;
}
#yukinohana .tour .inner .btn.gray {
	background: #a3a3a3;
	padding: 28px;
	text-align: center;
}
#yukinohana .tour .inner .btn.gray:hover {
	opacity: 1;
}
#yukinohana .tour .inner .btn a {
	min-width: 100%;
	line-height: 80px;
	font-size: 16px;
	font-size: 1.6rem;
}
#yukinohana .tour table.table {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	margin: 0px;
	text-align: left;
	background: #ffffff;
}
#yukinohana .tour table.table tr th, #yukinohana .tour table.table tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 10px 20px;
	word-wrap: break-word;
	word-break: break-all;
}
#yukinohana .tour table.table tr th {
	width: 185px;
	color: #0e2e77;
	font-weight: bold;
	vertical-align: top;
}
#yukinohana .tour table.table td table.temp {
	border-right: 1px solid #e3e1e1;
	border-bottom: 1px solid #e3e1e1;
	text-align: left;
}
#yukinohana .tour table.table td table.temp tr th, #yukinohana .tour table.table td table.temp tr td {
	border-left: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
	width: 46px;
	word-wrap: normal;
	word-break: keep-all;
}
#yukinohana .tour table.table td table.temp tr th {
	width: 70px;
	font-weight: normal;
	color: #333333;
}
#yukinohana .tour table.table td table.temp thead tr th, #yukinohana .tour table.table td table.temp thead tr td {
	background-color: #f5f7fc;
}
#yukinohana .tour .tab-area li {
	padding: 10px 15px;
	display: inline-block;
                                *display: inline;
                                *zoom: 1;
}
#yukinohana .tour .tab-area.nallow li {
	padding: 10px 11px;
}
#yukinohana .tour .tab-area li:hover {
	cursor: pointer;
}
#yukinohana .tour .tab-area.top li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
	color: #0e2e77;
	cursor: default;
}
#yukinohana .tour .tab-area.bottom {
	margin-top: -1px;
}
#yukinohana .tour .tab-area.bottom li.current {
	padding: 10px 14px 11px 14px;
	background: #f5f7fc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
	color: #0e2e77;
}
#yukinohana .tour .tab-content {
	margin-top: -1px;
}
#yukinohana .tour .tab-content > div {
	background: #f5f7fc;
	border: 1px solid #dddddd;
}
#yukinohana .tour #slider {
	margin-bottom: 25px;
}
#yukinohana .tour #carousel {
	margin-bottom: 30px;
	padding: 0;
}
#yukinohana .tour #carousel .flex-viewport {
	width: 800px;
}
#yukinohana .tour #carousel .slides li {
	height: 82px;
	margin-right: 20px;
}
#yukinohana .tour .flex-direction-nav .flex-prev {
	left: -50px;
}
#yukinohana .tour .flex-direction-nav .flex-next {
	right: -50px;
}
#yukinohana .tour .highlight {
	margin-left: auto;
	margin-right: auto;
}
#yukinohana .tour .highlight > div {
	width: 247px;
	margin-right: 29px;
	float: left;
}
#yukinohana .tour .highlight > div.last {
	width: 246px;
	margin-right: 0;
}
#yukinohana .tour .highlight.one > div {
	width: 385px;
	float: none;
	margin: auto;
}
#yukinohana .tour .highlight.two > div {
	width: 385px;
	float: left;
}
#yukinohana .tour .highlight.two > div.last {
	width: 385px;
	float: right;
}
#yukinohana .tour .highlight h5 {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #e3e1e1;
}
#yukinohana .tour .highlight h5.padding {
	padding: 29px 0;
}
#yukinohana .tour .benefit {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e1e1;
}
#yukinohana .tour .benefit dl {
	width: 385px;
	margin-left: 30px;
	padding: 20px;
	float: left;
	display: table;
	background: #ffffff;
	border: 1px solid #e3e1e1;
}
#yukinohana .tour .benefit dl:first-child {
	margin-left: 0;
}
#yukinohana .tour .benefit dl dt {
	display: table-cell;
}
#yukinohana .tour .benefit dl dd {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
}
#yukinohana .tour article {
	height: auto;
	min-height: 190px;
	margin-bottom: 20px;
	padding: 20px 20px;
	border: 1px solid #e3e1e1;
	background: #ffffff;
}
#yukinohana .tour article > div {
	float: left;
}
#yukinohana .tour article .col-1 {
	width: 178px;
	height: 150px;
	margin-top: 0px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #e3e1e1;
}
#yukinohana .tour article .col-1 > a > img {
	width: auto;
	height: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#yukinohana .tour article .col-1 .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
}
#yukinohana .tour article .col-2 {
	width: 400px;
	height: 100%;
	font-weight: bold;
}
#yukinohana .tour article .col-2 h3 {
	margin-bottom: 10px !important;
	margin-top: 0;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left !important;
}
#yukinohana .tour article .col-2 p span {
	font-size: 1.4rem;
	padding-right: 10px;
}
#yukinohana .tour article .col-2 .option {
	width: 400px;
	margin-top: 15px;
	letter-spacing: -.40em;
}
#yukinohana .tour article .col-2 .option li {
	margin-right: 8px;
	display: inline-block;
                                *display: inline;
                                *zoom: 1;
	letter-spacing: normal;
}
#yukinohana .tour article .btn {
	width: 120px !important;
	margin-top: 45px;
	float: right;
}
#yukinohana .tour article .btn a {
	width: 120px;
	line-height: 50px !important;
}

/* /yukinohana */

a img.alfa:hover {
	text-decoration: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}

/* _align.scss - utility
====================================================================== */
/* Text
-------------------- */
.u-ta-l {
	text-align: left !important;
}
.u-ta-c {
	text-align: center !important;
}
.u-ta-r {
	text-align: right !important;
}
/* Vertical
-------------------- */
.u-va-t {
	vertical-align: top !important;
}
.u-va-m {
	vertical-align: middle !important;
}
.u-va-b {
	vertical-align: bottom !important;
}
/* _clearfix.scss - utility
====================================================================== */
/* Clearfix
-------------------- */
.u-cf::after {
	content: "";
	display: block;
	clear: both;
}
.u-c-h {
	color: #0162a3 !important;
}
.u-c-g {
	color: #f5f5f5 !important;
}
.u-c-b {
	color: #333333 !important;
}
.u-c-n {
	color: #888 !important;
}
.u-c-c {
	color: green !important;
}
.u-c-e {
	color: red !important;
}
.u-c-w {
	color: white !important;
}
.u-c-f {
	color: #3b5998 !important;
}
.u-c-t {
	color: #55acee !important;
}
.u-td-n {
	text-decoration: none !important;
}
.u-td-u {
	text-decoration: underline !important;
}

@media only screen and (min-width: 960px) {
.u-pc-hide {
	display: none !important;
}
}

@media only screen and (max-width: 960px) {
.u-sp-hide {
	display: none !important;
}
}
.u-lh-20 {
	line-height: 1.2 !important;
}
.u-lh-40 {
	line-height: 1.4 !important;
}
.u-lh-60 {
	line-height: 1.6 !important;
}
.u-lh-80 {
	line-height: 1.8 !important;
}
.u-lh-100 {
	line-height: 2 !important;
}
/* _margin.scss - utility
====================================================================== */
/* Margins
-------------------- */
/* Auto */
.u-ma {
	margin: 0 auto !important;
}
/* All */
.u-m-0 {
	margin: 0 !important;
}
.u-m-3 {
	margin: 3px !important;
}
.u-m-5 {
	margin: 5px !important;
}
.u-m-10 {
	margin: 10px !important;
}
.u-m-15 {
	margin: 15px !important;
}
.u-m-20 {
	margin: 20px !important;
}
.u-m-25 {
	margin: 25px !important;
}
.u-m-30 {
	margin: 30px !important;
}
.u-m-50 {
	margin: 50px !important;
}
/* Top */
.u-mt-0 {
	margin-top: 0 !important;
}
.u-mt-3 {
	margin-top: 3px !important;
}
.u-mt-5 {
	margin-top: 5px !important;
}
.u-mt-6 {
	margin-top: 6px !important;
}
.u-mt-7 {
	margin-top: 7px !important;
}
.u-mt-10 {
	margin-top: 10px !important;
}
.u-mt-15 {
	margin-top: 15px !important;
}
.u-mt-20 {
	margin-top: 20px !important;
}
.u-mt-25 {
	margin-top: 25px !important;
}
.u-mt-30 {
	margin-top: 30px !important;
}
.u-mt-35 {
	margin-top: 35px !important;
}
.u-mt-40 {
	margin-top: 40px !important;
}
.u-mt-50 {
	margin-top: 50px !important;
}
.u-mt-55 {
	margin-top: 55px !important;
}
.u-mt-60 {
	margin-top: 60px !important;
}
.u-mt-70 {
	margin-top: 70px !important;
}
.u-mt-80 {
	margin-top: 80px !important;
}
.u-mt-100 {
	margin-top: 100px !important;
}
/* Right */
.u-mr-0 {
	margin-right: 0 !important;
}
.u-mr-3 {
	margin-right: 3px !important;
}
.u-mr-5 {
	margin-right: 5px !important;
}
.u-mr-10 {
	margin-right: 10px !important;
}
.u-mr-15 {
	margin-right: 15px !important;
}
.u-mr-20 {
	margin-right: 20px !important;
}
.u-mr-25 {
	margin-right: 25px !important;
}
.u-mr-30 {
	margin-right: 30px !important;
}
.u-mr-40 {
	margin-right: 40px !important;
}
/* Bottom */
.u-mb-0 {
	margin-bottom: 0 !important;
}
.u-mb-3 {
	margin-bottom: 3px !important;
}
.u-mb-5 {
	margin-bottom: 5px !important;
}
.u-mb-8 {
	margin-bottom: 8px !important;
}
.u-mb-10 {
	margin-bottom: 10px !important;
}
.u-mb-15 {
	margin-bottom: 15px !important;
}
.u-mb-20 {
	margin-bottom: 20px !important;
}
.u-mb-25 {
	margin-bottom: 25px !important;
}
.u-mb-30 {
	margin-bottom: 30px !important;
}
.u-mb-50 {
	margin-bottom: 50px !important;
}
.u-mb-60 {
	margin-bottom: 60px !important;
}
.u-mb-100 {
	margin-bottom: 100px !important;
}
/* Left */
.u-ml-0 {
	margin-left: 0 !important;
}
.u-ml-3 {
	margin-left: 3px !important;
}
.u-ml-5 {
	margin-left: 5px !important;
}
.u-ml-10 {
	margin-left: 10px !important;
}
.u-ml-15 {
	margin-left: 15px !important;
}
.u-ml-20 {
	margin-left: 20px !important;
}
.u-ml-25 {
	margin-left: 25px !important;
}
.u-ml-30 {
	margin-left: 30px !important;
}
.u-o-0 {
	opacity: 0 !important;
}
.u-o-6 {
	opacity: 0.6 !important;
}
/* _padding.scss - utility
====================================================================== */
/* Paddings
-------------------- */
/* All */
.u-p-0 {
	padding: 0 !important;
}
.u-p-3 {
	padding: 3px !important;
}
.u-p-5 {
	padding: 5px !important;
}
.u-p-10 {
	padding: 10px !important;
}
.u-p-15 {
	padding: 15px !important;
}
.u-p-20 {
	padding: 20px !important;
}
.u-p-25 {
	padding: 25px !important;
}
.u-p-30 {
	padding: 30px !important;
}
/* Top */
.u-pt-0 {
	padding-top: 0 !important;
}
.u-pt-3 {
	padding-top: 3px !important;
}
.u-pt-5 {
	padding-top: 5px !important;
}
.u-pt-10 {
	padding-top: 10px !important;
}
.u-pt-15 {
	padding-top: 15px !important;
}
.u-pt-20 {
	padding-top: 20px !important;
}
.u-pt-25 {
	padding-top: 25px !important;
}
.u-pt-30 {
	padding-top: 30px !important;
}
.u-pt-50 {
	padding-top: 50px !important;
}
.u-pt-60 {
	padding-top: 60px !important;
}
/* Right */
.u-pr-0 {
	padding-right: 0 !important;
}
.u-pr-3 {
	padding-right: 3px !important;
}
.u-pr-5 {
	padding-right: 5px !important;
}
.u-pr-10 {
	padding-right: 10px !important;
}
.u-pr-15 {
	padding-right: 15px !important;
}
.u-pr-20 {
	padding-right: 20px !important;
}
.u-pr-25 {
	padding-right: 25px !important;
}
.u-pr-30 {
	padding-right: 30px !important;
}
/* Bottom */
.u-pb-0 {
	padding-bottom: 0 !important;
}
.u-pb-5 {
	padding-bottom: 5px !important;
}
.u-pb-10 {
	padding-bottom: 10px !important;
}
.u-pb-15 {
	padding-bottom: 15px !important;
}
.u-pb-20 {
	padding-bottom: 20px !important;
}
.u-pb-25 {
	padding-bottom: 25px !important;
}
.u-pb-30 {
	padding-bottom: 30px !important;
}
.u-pb-50 {
	padding-bottom: 50px !important;
}
.u-pb-70 {
	padding-bottom: 70px !important;
}
.u-pb-80 {
	padding-bottom: 80px !important;
}
.u-pb-100 {
	padding-bottom: 100px !important;
}
/* Left */
.u-pl-0 {
	padding-left: 0 !important;
}
.u-pl-5 {
	padding-left: 5px !important;
}
.u-pl-10 {
	padding-left: 10px !important;
}
.u-pl-15 {
	padding-left: 15px !important;
}
.u-pl-20 {
	padding-left: 20px !important;
}
.u-pl-25 {
	padding-left: 25px !important;
}
.u-pl-30 {
	padding-left: 30px !important;
}
/* _size.scss - utility
====================================================================== */
/* Sizes
-------------------- */
.u-fs-10 {
	font-size: 10px !important;
}
.u-fs-11 {
	font-size: 11px !important;
}
.u-fs-12 {
	font-size: 12px !important;
}
.u-fs-13 {
	font-size: 13px !important;
}
.u-fs-14 {
	font-size: 14px !important;
}
.u-fs-15 {
	font-size: 15px !important;
}
.u-fs-16 {
	font-size: 16px !important;
}
.u-fs-17 {
	font-size: 17px !important;
}
.u-fs-18 {
	font-size: 18px !important;
}
.u-fs-19 {
	font-size: 19px !important;
}
.u-fs-20 {
	font-size: 20px !important;
}
.u-fs-21 {
	font-size: 21px !important;
}
.u-fs-22 {
	font-size: 22px !important;
}
.u-fs-24 {
	font-size: 24px !important;
}
.u-fs-26 {
	font-size: 26px !important;
}
.u-fs-28 {
	font-size: 28px !important;
}
.u-fs-30 {
	font-size: 30px !important;
}
.u-fs-36 {
	font-size: 36px !important;
}
.u-fs-40 {
	font-size: 40px !important;
}
.u-ws-n {
	white-space: nowrap;
}
