@charset "utf-8";
/*-------     ★★ 初期設定《reset》 ★★     ------*/
figure {
	margin: 0;
}
div:after {
	content: none;
}
.breadcrumb__contents {
	overflow-x: scroll;
}
.breadcrumb__inner {
  margin: 0;
}
.inner {
	width: calc((710 / 750) * 100%);
	margin: auto;
}
.main {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",  sans-serif;
	font-size: calc(24vw / (750 / 100));
	line-height: calc(44 / 24);
}
.main, .main *, .main *::before, .main *::after {
	box-sizing: border-box;
	border: none;
}
.main a {
	text-decoration: none;
	color: inherit;
}
.main div, .main img {
	vertical-align: bottom;
}
.main [class*="btn-"] a.btn {
	display: block;
	width: 100%;
	height: 100%;
}
.main [class*="-ttl"] > [class*="-txt"] {
	display: inline-block;
}
.btn-pagetop {
	position: fixed;
	width: calc(105vw / (750 / 100));
	height: calc(105vw / (750 / 100));
	max-width: 74px;
	max-height: 74px;
	right: calc((20 / 750) * 100%);
	bottom: calc(20vw / (750 / 100));
	cursor: pointer;
	opacity: 1;
	z-index: 10;
	transition: all .4s linear;
}
.btn-pagetop:not(.fixed) {
	bottom: calc(-10vw / (750 / 100));
	opacity: 0;
}
.cntsWrap img {
	width: 100%;
}
img.lb-image {
	zoom:1;
}
/*-------     ★★ メインビジュアル《mv》 ★★     ------*/
.mv {
	width: 100%;
	padding-top: calc((857 / 750) * 100%);
	position: relative;
	overflow: hidden;
}
.mv .box-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mv .logo {
	width: calc(701vw / (750 / 100));
	height: calc(359vw / (750 / 100));
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.mv .btn-tour {
	width: calc(160vw / (750 / 100));
	height: calc(159vw / (750 / 100));
	max-width: 160px;
	max-height: 159px;
	position: absolute;
	bottom: calc(32vw / (750 / 100));
	right: calc(32vw / (750 / 100));
	z-index: 2;
}
.mv .btn-tour.fixed {
	bottom: auto;
	top: calc(32vw / (750 / 100));
	position: fixed;
}
.mv .video {
	display: none;
}
/*-------     ★★ ご挨拶《sec-greet》 ★★     ------*/
#sec-greet {
	background: url("../img/pattern_tile_ye.jpg");
	background-size: calc(153vw / (750 / 100));
	padding: calc(35vw / (750 / 100)) 0 calc(85vw / (750 / 100));
}
#sec-greet .sec-box .box {
	background: #fff;
	padding: calc(65vw / (750 / 100)) calc(40vw / (750 / 100)) calc(143vw / (750 / 100));
	position: relative;
}
#sec-greet .sec-box .box::after {
	content: "";
	width: calc(234vw / (750 / 100));
	height: calc(80vw / (750 / 100));
	background: url("../img/logo_portugal_sp.png") no-repeat 0 0;
	background-size: cover;
	position: absolute;
	bottom: calc(18vw / (750 / 100));
	right: calc(32vw / (750 / 100));
}
#sec-greet .sec-box .box-ttl {
	font-size: calc(36vw / (750 / 100));
	line-height: calc(50 /36);
	color: #033d77;
	font-weight: bold;
	text-align: center;
	width: calc(403vw / (750 / 100));
	margin: 0 auto calc(60vw / (750 / 100));
	position: relative;
}
#sec-greet .sec-box .box-ttl::before, #sec-greet .sec-box .box-ttl::after {
	content: "";
	width: calc(88vw / (750 / 100));
	height: calc(37vw / (750 / 100));
	background: no-repeat 0 0;
  background-size: cover;
	display: block;
	position: absolute;
	bottom: 0;
}
#sec-greet .sec-box .box-ttl::before {
	background-image: url("../img/icon_ttl_left_sp.png");
	left: calc(-66vw / (750 / 100));
}
#sec-greet .sec-box .box-ttl::after {
	background-image: url("../img/icon_ttl_right_sp.png");
	right: calc(-66vw / (750 / 100));
}
#sec-greet .sec-box .box-img {
	margin-top: calc(25vw / (750 / 100));
}
#sec-greet .sec-box .box-img .img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#sec-greet .sec-box .box-img .img img {
	width: calc(194vw / (750 / 100));
	margin: calc(40vw / (750 / 100));
}
#sec-greet .sec-box .box-img .img .cap {
	font-size: calc(20vw / (750 / 100));
	line-height: calc(32 / 20);
	color: #033d77;
	text-align: center;
}
#sec-greet .sec-box .box-img .img .cap .name {
	font-size: calc(28vw / (750 / 100));
	line-height: calc(32 / 28);
	font-weight: bold;
	display: block;
	letter-spacing: -1.4px;
}
/*-------     ★★ Cityマップ《sec-city-nav》 ★★     ------*/
#sec-city-nav {
	padding-top: calc((537 / 750) * 100%);
	background: url("../img/index/map_bg_sp.jpg") no-repeat center 0;
	background-size: contain;
}
#sec-city-nav .city-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: calc(-20vw / (750 / 100));
	padding-bottom: calc(46vw / (750 / 100))
}
#sec-city-nav .city-nav-list .list {
	width: calc(335vw / (750 / 100));
	background: #fff;
	border: calc(2vw / (750 / 100)) solid #000;
	margin-top: calc(20vw / (750 / 100));
}
#sec-city-nav .city-nav-list .list .btn {
	display: block;
	background: no-repeat center 0;
	background-size: contain;
	color: #033d77;
	padding: calc(256vw / (750 / 100)) calc(19vw / (750 / 100)) 0;
}
#sec-city-nav .city-nav-list .list .btn[href*="-aveiro"] {
	background-image: url("../img/index/map_nav_img_aveiro_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn[href*="-coimbra"] {
	background-image: url("../img/index/map_nav_img_coimbra_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn[href*="-costa"] {
	background-image: url("../img/index/map_nav_img_costa_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn[href*="-lisbon"] {
	background-image: url("../img/index/map_nav_img_lisbon_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn[href*="-obidos"] {
	background-image: url("../img/index/map_nav_img_obidos_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn[href*="-porto"] {
	background-image: url("../img/index/map_nav_img_porto_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn[href*="-roca"] {
	background-image: url("../img/index/map_nav_img_roca_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn[href*="-sintra"] {
	background-image: url("../img/index/map_nav_img_sintra_sp.jpg");
}
#sec-city-nav .city-nav-list .list .btn .txt {
	display: block;
	font-size: calc(28vw / (750 / 100));
	line-height: calc(64vw / (750 / 100));
	font-weight: bold;
	padding-right: calc(48vw / (750 / 100));
	background: url("../img/arrow_anker_sp.png") no-repeat right center;
	background-size: calc(24vw / (750 / 100))
}
/*-------     ★★ セクションナビ《sec-nav》 ★★     ------*/
#sec-nav {
	background: #fff7ad;
	padding: calc(51vw / (750 / 100)) 0;
}
#sec-nav .sec-nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: calc(-6vw / (750 / 100));
	margin-left: calc(-53vw / (750 / 100))
}
#sec-nav .sec-nav-list .list {
	width: calc(187vw / (750 / 100));
	margin-top: calc(6vw / (750 / 100));
	margin-left: calc(53vw / (750 / 100));
}
#sec-nav .sec-nav-list .list .btn {
	display: block;
}
/*-------     ★★ セクション共通パーツ《sec common》 ★★     ------*/
[id*="sec-"] {
	background: url("../img/pattern_line_sp.jpg") repeat-x 0 bottom;
	background-size: calc(305vw / (750 / 100));
}
[id*="sec-"] img.change:not(.chenged) {
	opacity: 0;
}
[id*="sec-"] .com-btn.typeA {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
[id*="sec-"] .com-btn.typeA .btn {
	display: inline-block;
	padding: calc(23vw / (750 / 100)) calc(26vw / (750 / 100)) calc(23vw / (750 / 100)) calc(67vw / (750 / 100));
	background: #033d77;
	color: #fff;
	text-align: center;
	font-size: calc(26vw / (750 / 100));
	line-height: 1.2;
}
[id*="sec-"] .com-btn.typeA .btn .txt {
	display: block;
	padding-right: calc(80vw / (750 / 100));
	position: relative;
}
[id*="sec-"] .com-btn.typeA .btn .txt::after {
	content: "";
	width: calc(21vw / (750 / 100));
	height: calc(18vw / (750 / 100));
	background: url("../img/arrow_right_sp.png") no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
[id*="sec-"] .sec-ttl {
	text-align: center;
	font-weight: bold;
	font-size: calc(30vw / (750 / 100));
	line-height: 1;
}
[id*="sec-"] .sec-ttl .sub-txt {
	line-height: calc(40vw / (750 / 100));
	margin-top: calc(15vw / (750 / 100));
}
[id*="sec-"] [class*="-ttl"] {
	color: #033d77;
}
[id*="sec-"] [class*="-ttl"] > [class*="-txt"] {
	display: block;
}
[id*="sec-"] .sec-txt {
	font-size: calc(22vw / (750 / 100));
	line-height: calc(40 / 22);
	text-align: center;
	margin-top: calc(70vw / (750 / 100));
}
[id*="sec-"] .lightbox-box img {
	width: 100%;
	height: auto;
}
[id*="sec-"] .lightbox-box .img.none {
	display: none;
}
[id*="sec-"] .lightbox-box .img:not(.none) {
	position: relative;
}
[id*="sec-"] .lightbox-box .img:not(.none)::after {
	content: "";
	width: calc(36vw / (750 / 100));
	height: calc(36vw / (750 / 100));
	background: url("../img/icon_plus_sp.png") no-repeat 0 0;
	background-size: contain;
	position: absolute;
	bottom: calc(10vw / (750 / 100));
	right: calc(10vw / (750 / 100));
	cursor: pointer;
}
[id*="sec-"] .box-video {
	background: no-repeat center center;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
[id*="sec-"] .box-video::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
}
[id*="sec-"] .box-video::after {
	content: "";
	width: calc(105vw / (750 / 100));
	height: calc(105vw / (750 / 100));
	background: url("../img/btn_movie_area_sp.png") no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
[id*="sec-"] .box-video .video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
[id*="sec-"] .slick-dotted.slick-slider {
	padding-bottom: calc(6vw / (750 / 100));
	margin-bottom: 0
}
[id*="sec-"] .slick-dots {
	bottom: 0;
	left: 0;
	height: calc(20vw / (750 / 100));
}
[id*="sec-"] .slick-dots li {
	width: calc(8vw / (750 / 100));
	height: calc(8vw / (750 / 100));
	margin: 0 calc(5vw / (750 / 100));
}
[id*="sec-"] .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}
[id*="sec-"] .slick-dots li button:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #7292b3;
	opacity: 1;
	transition: background .4s;
}
[id*="sec-"] .slick-dots li.slick-active button:before {
	transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
[id*="sec-"] .slick-dots li.slick-active button:before {
	background: #033d77;
	opacity: 1;
}
/*.lb-outerContainer {
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}
.lb-dataContainer {
	display: none !important;
}*/
#lightbox {
	display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lb-outerContainer {
    order: 2 !important;
}
.lb-dataContainer {
    order: 1 !important;
	padding-bottom: 10px;
	margin-top: -45px !important;
}
/*-------     ★★ City《sec-city》 ★★     ------*/
#sec-city {
	background: url("../img/pattern_tile_bl.jpg");
	background-size: calc(153vw / (750 / 100));
	padding: calc(50vw / (750 / 100)) 0 calc(40vw / (750 / 100));
}
#sec-city .sec-box {
	background: #fff;
	padding: calc(50vw / (750 / 100)) calc(30vw / (750 / 100)) calc(30vw / (750 / 100));
}
#sec-city .sec-ttl {
	width: calc(329vw / (750 / 100));
	margin: 0 auto calc(90vw / (750 / 100));
}
#sec-city .box-wrap {
	margin-top: calc(-55vw / (750 / 100));
}
#sec-city .box-wrap .box {
	margin-top: calc(55vw / (750 / 100));
}
#sec-city .box .box-ttl {
	margin-bottom: calc(10vw / (750 / 100));
	text-align: center;
}
#sec-city .box .box-ttl .main-txt {
	font-size: calc(40vw / (750 / 100));
	line-height: 1.2;
	font-weight: bold;
}
#sec-city .box .box-ttl .sub-txt {
	font-size: calc(26vw / (750 / 100));
	font-weight: bold;
	line-height: calc(36vw / (750 / 100));
}
#sec-city .box .box-video {
	width: 100%;/*640*/
	height: calc(354vw / (750 / 100));
}
#sec-city .box-img {
    margin: 0 auto calc(30vw / (750 / 100));
    width: calc(466vw / (750 / 100));
}
#sec-city .box-sub-img {
	overflow: hidden;
	margin: calc(38vw / (750 / 100)) auto calc(45vw / (750 / 100));
}
#sec-city .box-sub-img.lightbox-box .img:not(.none)::after {
	bottom: calc(6vw / (750 / 100));
	right: calc(6vw / (750 / 100));
}
#sec-city .box-sub-img .img {
	float: right;
	width: calc(220vw / (750 / 100));
}
#sec-city .box-sub-img .img:nth-child(1) {
	float: left;
}
#city-lisbon,
#city-porto{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#city-lisbon .box-txt,
#city-porto .box-txt {
	order: 4;
}
#city-lisbon .box-sub-img {
	width: calc(466vw / (750 / 100));
	margin: calc(38vw / (750 / 100)) 0 calc(45vw / (750 / 100));
	order: 3;
}
#city-lisbon .box-sub-img .img:nth-child(1) {
	width: calc(236vw / (750 / 100));
}
#city-lisbon .box-sub-img .img:nth-child(3) {
	margin-top: 8px;
}
#city-porto .box-sub-img {
	width: calc(460vw / (750 / 100));
	margin: calc(38vw / (750 / 100)) 0 calc(45vw / (750 / 100));
	order: 3;
}
/*-------     ★★ Culture《sec-culture》 ★★     ------*/
#sec-culture {
	padding: calc(77vw / (750 / 100)) 0 calc(104vw / (750 / 100));
}
#sec-culture .sec-ttl {
	width: calc(459vw / (750 / 100));
	margin: 0 auto calc(15vw / (750 / 100))
}
#sec-culture .sec-box .box {
	background: url("../img/pattern_tile_ye.jpg");
	background-size: calc(153vw / (750 / 100));
	padding: calc(60vw / (750 / 100)) calc(40vw / (750 / 100));
	margin-top: calc(42vw / (750 / 100));
}
#sec-culture .sec-box .box-ttl {
	background: #fff;
	text-align: center;
	padding: 13px;
}
#sec-culture .sec-box .box-ttl .main-txt {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
#sec-culture .sec-box .box-ttl .sub-txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
#sec-culture .sec-box .box-txt-wrap {
}
#sec-culture .sec-box .box-txt {
	background: #fff;
	line-height: 22px;
	letter-spacing: -.8px;
	padding: 10px 8px;
}
#sec-culture .sec-box .box-img {
}
#sec-culture .sec-box .box-img:after {
    content: "";
    display: block;
    clear: both;
}
#sec-culture .sec-box .box-img .img {
	width: 100%;
	background: #fff;
	margin-top: 16px;
	box-shadow: 1.5px 1.5px 2px 0px rgba(0, 0, 0, .16);
	border: 5px solid #fff;
}
#sec-culture .sec-box .box-img .img:nth-child(2) {
    width: calc(50% - 7px);
    float: left;
    margin-bottom: 24px;
}
#sec-culture .sec-box .box-img .img:nth-child(3) {
    width: calc(50% - 7px);
    float: right;
    margin-bottom: 24px;
}
/*-------     ★★ Culture《sec-gourmet shopping》 ★★     ------*/
#sec-gourmet, #sec-shopping {
	padding: calc(57vw / (750 / 100)) 0 calc(100vw / (750 / 100));
}
#sec-gourmet .sec-box .box-wrap, #sec-shopping .sec-box .box-wrap {
	background: no-repeat center bottom;
}
#sec-gourmet .sec-box .sec-ttl {
    width: calc(519vw / (750 / 100));
    margin: 0 auto;
}
#sec-shopping .sec-box .sec-ttl {
    width: calc(569vw / (750 / 100));
    margin: 0 auto;
}
#sec-gourmet .sec-box .box-wrap {
	padding-bottom: calc(567vw / (750 / 100));
	background-image: url("../img/index/gourmet_bg_sp.jpg");
	background-size: calc(716vw / (750 / 100));
}
#sec-shopping .sec-box .box-wrap {
	padding-bottom: calc(592vw / (750 / 100));
	background-image: url("../img/index/shopping_bg_sp.jpg");
	background-size: calc(686vw / (750 / 100));
}
#sec-gourmet .sec-box .box, #sec-shopping .sec-box .box {
	background: url("../img/pattern_tile.jpg");
	background-size: calc(216vw / (750 / 100));
	padding: calc(16vw / (750 / 100));
	margin: calc(75vw / (750 / 100)) auto calc(22vw / (750 / 100));
}
#sec-gourmet .sec-box .box-txt, #sec-shopping .sec-box .box-txt {
	background: #fff;
	padding: calc(33vw / (750 / 100)) calc(28vw / (750 / 100));
}
/*-------     ★★ Photographer《sec-photographer》 ★★     ------*/
#sec-photographer {
	padding: calc(90vw / (750 / 100)) 0 calc(85vw / (750 / 100));
}
#sec-photographer .sec-ttl {
	width: calc(622vw / (750 / 100));
	margin: 0 auto;
}
#sec-photographer .sec-txt {
	text-align: left;
}
#sec-photographer .box-wrap {
	margin-top: calc(45vw / (750 / 100));
}
#sec-photographer .box-wrap .box-img {
	width: calc(500vw / (750 / 100));
	margin: 0 auto calc(75vw / (750 / 100));
}
#sec-photographer .box-wrap .box-txt {
	width: calc(630vw / (750 / 100));
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#sec-photographer .box-wrap .box-txt .img {
	width: calc(183vw / (750 / 100));
}
#sec-photographer .box-wrap .box-txt .txt {
	width: calc(418vw / (750 / 100));
}
#sec-photographer .box-wrap .box-txt .txt .name {
	font-size: calc(28vw / (750 / 100));
	line-height: calc(46 / 28);
}
#sec-photographer .box-wrap .box-txt .txt .detail {
	font-size: calc(20vw / (750 / 100));
	line-height: calc(30 / 20);
}
/*-------     ★★ Movie《sec-movie》 ★★     ------*/
#sec-movie {
	padding: calc(67vw / (750 / 100)) 0 calc(126vw / (750 / 100));
}
#sec-movie .sec-ttl {
	width: calc(362vw / (750 / 100));
	margin: 0 auto;
}
#sec-movie .sec-txt {
	text-align: left;
}
#sec-movie .box-wrap {
	margin-top: calc(35vw / (750 / 100));
}
#sec-movie .box .box-video {
	width: calc(500vw / (750 / 100));
	height: calc(281vw / (750 / 100));
	margin: auto;
}
/*-------     ★★ Tour《sec-tour》 ★★     ------*/
#sec-tour {
	background: #fff7ad;
	padding: calc(56vw / (750 / 100)) 0 calc(65vw / (750 / 100));
}
#sec-tour .sec-ttl {
	width: calc(345vw / (750 / 100));
	margin: 0 auto calc(50vw / (750 / 100));
}
#sec-tour .box-wrap .box {/*MAX4*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: calc(-38vw / (750 / 100));
}
#sec-tour .box-wrap .box-tour {
	width: calc(327vw / (750 / 100));
	margin-top: calc(38vw / (750 / 100));
	background: #fff;
}
#sec-tour .box-wrap .tour-wrap {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .6);
}
#sec-tour .box-wrap .tour-wrap span {
	display: block;
}
#sec-tour .box-wrap .ph-img {
	height: calc(220vw / (750 / 100));
	background: no-repeat center center;
	background-size: cover;
}
#sec-tour .box-wrap .txt-area {
	padding: calc(20vw / (750 / 100)) calc(14vw / (750 / 100)) calc(10vw / (750 / 100));
}
#sec-tour .box-wrap .txt-ttl {
	font-size: calc(26vw / (750 / 100));
	line-height: calc(37 / 26);
	font-weight: bold;
	color: #000;
}
#sec-tour .box-wrap .txt-hotel {
	font-size: calc(20vw / (750 / 100));
	line-height: calc(28 / 20);
	margin-top: calc(20vw / (750 / 100));
}
#sec-tour .box-wrap .txt-price {
	font-size: calc(30vw / (750 / 100));
	line-height: 1.2;
	margin-top: calc(10vw / (750 / 100));
	color: #ff0000;
	letter-spacing: -.5px;
	text-align: right;
}
#sec-tour .box-wrap .txt-price span {
	display: inline;
	font-size: 14px;
	letter-spacing: -1.2px;
}
#sec-tour .box-tour + .com-btn {
	margin: calc(40vw / (750 / 100)) auto 0;
}
/* ---areanav ------*/
#sec-tour .area00 {
	display: none;
}
#sec-tour .areanav {
	display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto 30px;
}
#sec-tour .areanav li {
    width: calc(33.3% - 8px);
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border: #033d77 solid 1px;
	color: #033d77;
    padding: 5px 0;
    cursor: pointer;
}
#sec-tour .areanav li + li {
    margin-left: 12px;
}
#sec-tour .areanav li:hover,
#sec-tour .areanav li.nav_on{
    background-color: #033d77;
	color: #fff;
}
.his-top__link {
  font-size: 12px;
}
.his-top__button {
  display: block;
  color: #fff;
  font-size: min(calc(26vw / 7.5), var(--default-font-size-pc));
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: calc(25em / 26) calc(60em / 26) calc(25em / 26) calc(20em / 26);
  /*margin-top: min(calc(50vw / 7.5), 50px);*/
  background: #10069F url("/cmn/icon/icon_arrow_right_white.svg") no-repeat right calc(10em / 26) center / calc(48em / 26);
}
