@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2021-08-09
Style Info:    シギラホテル特集 CSS
----------------------------------------------------------- */

.shigira {
	border-bottom: 1px solid #ddd;
}

.shigira img {
	max-width: 100%;
	height: auto;
}

.shigira .content {
	z-index: 1;
	position: relative;
}

.shigira .bg_gray {
	background: #f0f0f0;
}

.shigira .bg_beige {
	background: #f4edd6;
}

.shigira .bg_beige_light {
	background: #fcfaf2;
}

.shigira .bg_white {
	background: #fff;
}

.shigira .txt_marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff64));
	background: linear-gradient(transparent 60%, #ffff64 60%);
	padding: 0 0.2rem;
}

.shigira .txt_bold {
	font-weight: bold;
}

/* ------------------------------------
  看板
------------------------------------ */

.shigira .sec_hero {
	z-index: 2;
	max-height: 710px;
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.shigira .sec_hero .sec_inner {
	padding: 0;
}

.shigira .sec_hero .hero_title {
	max-width: 88.77%;
	margin: 0 auto;
	padding-left: 6%;
}

.shigira .sec_hero .hero_title img {
	width: 100%;
	height: auto;
}

.shigira .sec_hero .hero_nav {
	margin-top: 134px;
}

.shigira .sec_hero .hero_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 88.77%;
	margin: 0 auto;
}

.shigira .sec_hero .hero_nav li {
	width: 22%;
	max-width: 222px;
	border-radius: 100%;
	background: #fff;
}

.shigira .sec_hero .hero_nav li a {
	display: block;
}

/* ------------------------------------
  section common
------------------------------------ */

.shigira .sec_inner {
	max-width: 1140px;
	margin: 0 auto;
	width: 90%;
	padding: 50px 0;
}

.shigira .sec_title {
	margin-bottom: 25px;
	text-align: center;
}

.shigira .sec_lead_txt {
	text-align: center;
	margin-bottom: 35px;
}

.shigira .sec p {
	font-size: 1.6rem;
	line-height: 1.75;
}

/* ------------------------------------
  section アンカーリンクナビ
------------------------------------ */

.shigira .anchor_nav {
	overflow: hidden;
}

.shigira .anchor_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 2px);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -1px -1px;
}

.shigira .anchor_nav li {
	width: calc(50% - 1px);
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.shigira .anchor_nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	height: 13.33333vw;
	position: relative;
	font-weight: bold;
	font-size: 3.2vw;
	line-height: 1.45;
	background: #3f9cff;
	padding: 0 8vw 0 4vw;
}

.shigira .anchor_nav li a::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 10px;
	background: url(../img/arr_white.svg) center center/100% auto no-repeat;
	top: calc(50% - 5px);
	right: 4.26667vw;
}

/* ------------------------------------
  section 01.冒頭
------------------------------------ */

.shigira .sec_intro .sec_inner {
	padding: 30px 0 60px;
}

.shigira .sec_intro .anchor_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #c3ad87;
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-weight: bold;
}

.shigira .sec_intro .anchor_btn a::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 14px;
	width: 8px;
	height: 14px;
	background: url(../img/arr_white.svg) center center/100% auto no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* ------------------------------------
  section 02.ホテル
------------------------------------ */

.shigira .sec_hotel .sec_inner {
	padding: 60px 0;
}

.shigira .sec_hotel .sec_title {
	max-width: 674px;
	margin: 0 auto 40px;
}

.shigira .sec_hotel .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shigira .sec_hotel .hotel_comment {
	width: 100%;
	margin-bottom: 45px;
}

.shigira .sec_hotel .hotel_comment p {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}

.shigira .sec_hotel .hotel_img {
	width: 59.12%;
}

.shigira .sec_hotel .hotel_img .slider {
	position: relative;
	width: 100%;
}

.shigira .sec_hotel .hotel_img .slider_main {
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shigira .sec_hotel .hotel_img .slider_main.slick-initialized {
	opacity: 1;
}

.shigira .sec_hotel .hotel_img .slider_main .slick-slide figure {
	width: 100%;
	height: 0;
	padding-top: 66.61%;
	overflow: hidden;
}

.shigira .sec_hotel .hotel_img .slider_main .slick-slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.shigira .sec_hotel .hotel_img .slider_main .slick-slide figure img.height_fit {
	width: auto;
	height: 100%;
}

.shigira .sec_hotel .hotel_img .slider_thumb {
	position: relative;
}

.shigira .sec_hotel .hotel_img .slider_nav {
	padding: 0 60px;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shigira .sec_hotel .hotel_img .slider_nav.slick-initialized {
	opacity: 1;
}

.shigira .sec_hotel .hotel_img .slider_nav .slick-slide {
	margin: 0 6px;
	outline: none;
}

.shigira .sec_hotel .hotel_img .slider_nav .slick-slide figure {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	padding-top: 66.61%;
}

.shigira .sec_hotel .hotel_img .slider_nav .slick-slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: auto;
}

.shigira .sec_hotel .hotel_img .slider_nav .slick-slide.slick-current figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 2;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}

.shigira .sec_hotel .hotel_img .slider .slick-arrow {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 20;
	width: 48px;
	height: 100%;
	text-align: center;
	border: 0;
	background: #c3ad87;
	cursor: pointer;
}

.shigira .sec_hotel .hotel_img .slider .slick-arrow::after {
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 10px);
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.shigira .sec_hotel .hotel_img .slider .slick-next {
	right: 0;
}

.shigira .sec_hotel .hotel_img .slider .slick-prev {
	left: 0;
}

.shigira .sec_hotel .hotel_img .slider .slick-prev::after {
	left: calc(50% - 5px);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.shigira .sec_hotel .hotel_tour {
	width: 36.8%;
}

.shigira .sec_hotel .hotel_tour .tour_tit {
	margin-bottom: 15px;
	text-align: center;
}

.shigira .sec_hotel .hotel_tour .tour_airport {
	width: 204px;
	height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f0f0f0 url(../img/icon_return.svg) center center/32px auto no-repeat;
}

.shigira .sec_hotel .hotel_tour .tour_airport > span {
	font-size: 1.6rem;
	width: calc(50% - 16px);
}

.shigira .sec_hotel .hotel_tour .tour_airport > span.des {
	text-align: right;
}

.shigira .sec_hotel .hotel_tour .tour_table ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	border-bottom: 2px solid #c3ad87;
}

.shigira .sec_hotel .hotel_tour .tour_table ul li {
	width: 24vw;
	height: 8.8vw;
	font-size: 3.73333vw;
	font-weight: bold;
	background: #f4edd6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
	margin-right: 5px;
}

.shigira .sec_hotel .hotel_tour .tour_table ul li.is_active {
	background: #c3ad87;
	color: #fff;
}

.shigira .sec_hotel .hotel_tour .tour_table table {
	width: 100%;
}

.shigira .sec_hotel .hotel_tour .tour_table thead th,
.shigira .sec_hotel .hotel_tour .tour_table thead td {
	font-size: 1.6rem;
	background: #f4edd6;
	color: #baa175;
	padding: 3px 5px 2px 10px;
	text-align: left;
	font-weight: bold;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody th,
.shigira .sec_hotel .hotel_tour .tour_table tbody td {
	background: #fff;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody th {
	font-size: 1.6rem;
	padding: 15px 5px 10px;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody td a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: underline;
	position: relative;
	color: #0064ff;
	padding: 15px 30px 10px 10px;
	font-size: 2rem;
	font-weight: bold;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody td a::after {
	content: "";
	position: absolute;
	top: calc(50% - 11px);
	right: 10px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #c0ab86 url(../img/arr_white.svg) center center/27% auto no-repeat;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody td .soldout {
	font-size: 1.2rem;
	padding: 0 5px;
	display: block;
}

.shigira .sec_hotel .hotel_tour .tour_cnt + .tour_cnt {
	margin-top: 15px;
}

.shigira .sec_hotel .hotel_tour .tour_cnt .cnt_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.shigira .sec_hotel .hotel_tour .tour_cnt .cnt_tit {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 5px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #baa175;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt {
	position: relative;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head {
	z-index: 2;
	position: relative;
	padding-top: 50px;
	margin-bottom: 25px;
	text-align: center;
	background-position: center top;
	background-size: 40px auto;
	background-repeat: no-repeat;
	line-height: 1;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head .name {
	display: block;
	margin: 0 auto 30px;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head .name img {
	height: 7px;
	width: auto;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head .tit {
	display: block;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head .tit img {
	width: auto;
	height: 32px;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_body {
	z-index: 2;
	position: relative;
	background: #fff;
	border-radius: 4px;
	padding: 20px 15px 20px 20px;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_body p {
	font-size: 1.8rem;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_body p b {
	color: #ff0000;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_01 {
	background: #c9e4ff;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_01::after {
	background: #c9e4ff;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_01 .cnt_head {
	background-image: url(../img/icon_tokuten_01.svg);
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_02 {
	background: #f4edd6;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_02::after {
	background: #f4edd6;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_02 .cnt_head {
	background-image: url(../img/icon_tokuten_02.svg);
}

/* ------------------------------------
  section 03.フライトスケジュール
------------------------------------ */

.shigira .sec_flight .sec_inner {
	padding: 120px 0;
}

.shigira .sec_flight .sec_title {
	margin-bottom: 60px;
}

.shigira .sec_flight .flight_schedule {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

.shigira .sec_flight .flight_schedule table {
	width: 100%;
}

.shigira .sec_flight .flight_schedule table th,
.shigira .sec_flight .flight_schedule table td {
	border-bottom: 1px solid #c3ad87;
	vertical-align: middle;
	line-height: 1.5;
}

.shigira .sec_flight .flight_schedule table th,
.shigira .sec_flight .flight_schedule table td:last-of-type {
	width: 11.5%;
}

.shigira .sec_flight .flight_schedule table thead th,
.shigira .sec_flight .flight_schedule table thead td {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	color: #baa175;
}

.shigira .sec_flight .flight_schedule table tbody td {
	font-size: 1.7rem;
	padding: 15px 5px 15px 10px;
}

.shigira .sec_flight .flight_schedule table tbody td p {
	line-height: 1.5;
	font-size: inherit;
}

.shigira .sec_flight .flight_schedule table tbody td p + p {
	margin-top: 20px;
}

.shigira .sec_flight .flight_schedule table tbody td b {
	color: #baa175;
	font-weight: bold;
}

.shigira .sec_flight .flight_schedule table tbody th:nth-of-type(2),
.shigira .sec_flight .flight_schedule table tbody td:last-of-type {
	background: #fcfaf2;
}

.shigira .sec_flight .flight_schedule table tbody th {
	font-weight: bold;
	padding: 10px 0;
	font-size: 1.5rem;
	text-align: center;
}

.shigira .sec_flight .flight_schedule table tbody td:last-of-type {
	padding: 10px 0;
	font-size: 1.5rem;
	text-align: center;
}

.shigira .sec_flight .flight_info .tit_01 {
	color: #fff;
	background: #c3ad87 url(../img/icon_flight.svg) 20px center/40px auto no-repeat;
	padding: 15px 15px 15px 80px;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.shigira .sec_flight .flight_info .tit_02 {
	color: #c3ad87;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	margin-top: 25px;
	margin-bottom: 5px;
}

.shigira .sec_flight .flight_info p {
	font-size: 1.8rem;
	line-height: 1.72;
}

.shigira .sec_flight .flight_info figure {
	margin: 15px 0;
	text-align: center;
}

.shigira .sec_flight .flight_info figure figcaption {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 8px;
	line-height: 1.5;
}

/* ------------------------------------
  section 04.お問い合わせ
------------------------------------ */

.shigira .sec_contact .sec_inner {
	padding: 70px 0 120px;
}

.shigira .sec_contact .sec_title {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

.shigira .sec_contact .contact_box {
	max-width: 1140px;
	margin: 0 auto;
}

.shigira .sec_contact .contact_txt .tit {
	font-size: 3rem;
	margin-bottom: 20px;
	font-weight: 500;
}

.shigira .sec_contact .contact_txt p {
	line-height: 1.625;
	font-size: 1.6rem;
	color: #787878;
}

.shigira .sec_contact .contact_btn_tel a::after {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-size: 75%;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shigira .sec_contact .contact_btn_form a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	background: #c3ad87;
	border-radius: 6px;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	border: 2px solid #c3ad87;
}

.shigira .sec_contact .contact_btn_form a::after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 15px;
	width: 6px;
	height: 12px;
	background: url(../img/arr_white.svg) center center/100% auto no-repeat;
}

@media screen and (min-width: 641px), print {

.shigira .sec_hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background: #f4edd6;
	height: 84.5%;
	width: 100%;
}

.shigira .sec_hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 84.5%;
	width: 100%;
	background: url(../img/hero_visual_pc.jpg) center top/auto 100% no-repeat;
}

.shigira .sec_hero .hero_title img.sp {
	display: none;
}

.shigira .anchor_nav {
	display: none;
}

.shigira .sec_intro .sec_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shigira .sec_intro .anchor_btn {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 252px;
}

.shigira .sec_intro .anchor_btn a {
	font-size: 1.4rem;
	height: 48px;
}

.shigira .sec_intro p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 30px;
}

.shigira .sec_hotel .hotel_tour .tour_table ul {
	display: none;
}

.shigira .sec_hotel .hotel_tour .tour_table table {
	border: 1px solid #c3ad87;
}

.shigira .sec_hotel .hotel_tour .tour_table td {
	width: 42%;
	border-left: 1px solid #c3ad87;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody th,
.shigira .sec_hotel .hotel_tour .tour_table tbody td {
	border-top: 1px solid #c3ad87;
}

.shigira .sec_hotel .hotel_tokuten {
	position: relative;
	width: 100%;
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt {
	width: 50%;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt::after {
	width: 500%;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_01 {
	padding: 25px 35px 50px 0;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_01::after {
	right: 0;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_02 {
	padding: 25px 0 50px 35px;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt.tokuten_02::after {
	left: 0;
}

.shigira .sec_hotel + .sec_flight {
	margin-top: -60px;
}

.shigira .sec_contact .contact_box {
	padding: 20px 30px 25px;
	border: 1px solid #c3ad87;
}

.shigira .sec_contact .contact_btn_tel a {
	display: block;
	pointer-events: none;
	font-size: 5.5rem;
	font-weight: bold;
	font-family: "Arial", "メイリオ";
	color: #3f9cff;
	position: relative;
	line-height: 1;
	padding-left: 50px;
}

.shigira .sec_contact .contact_btn_tel a .sp {
	display: none;
}

.shigira .sec_contact .contact_btn_form {
	margin-top: 10px;
}

}

@media screen and (min-width: 769px), print {

.shigira a:hover {
	opacity: 0.75;
}

.shigira .sec_hotel .hotel_img .slider_nav .slick-slide:not(.slick-current):hover {
	opacity: 0.65;
	cursor: pointer;
}

.shigira .sec_hotel .hotel_img .slider .slick-arrow:hover {
	opacity: 0.65;
}

.shigira .sec_hotel .hotel_tour {
	margin-left: auto;
}

.shigira .sec_flight .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shigira .sec_flight .flight_schedule {
	width: 48.24%;
	border-radius: 6px;
}

.shigira .sec_flight .flight_info {
	width: 48%;
}

.shigira .sec_contact .contact_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.shigira .sec_contact .contact_txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 15px 0 0;
}

.shigira .sec_contact .contact_btn {
	width: 38.96%;
}

}

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

.shigira .sec_hero .hero_nav {
	margin-top: 18.87%;
}

}

@media screen and (max-width: 813px) and (orientation: landscape) {

.shigira .sec_hero {
	min-height: 137.3vw;
}

}

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

.shigira .sec_intro .sec_inner {
	padding: 30px 5%;
}

.shigira .sec_hotel .hotel_img {
	width: 100%;
}

.shigira .sec_hotel .hotel_tour {
	width: 100%;
	margin-top: 50px;
}

.shigira .sec_flight .flight_info {
	margin-top: 50px;
}

.shigira .sec_contact .contact_btn {
	margin-top: 20px;
}

}

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

.shigira .sec_hero {
	height: 100vh;
	padding-top: 4vw;
	background: url(../img/hero_visual_sp.jpg) center center/cover no-repeat;
}

.shigira .sec_hero .hero_title img.pc {
	display: none;
}

.shigira .sec_hero .hero_nav {
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.shigira .sec_hero .hero_nav ul {
	width: 93.76%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shigira .sec_hero .hero_nav li {
	width: 37.9%;
	margin: 0 1.58% 5px;
}

.shigira .sec_hero .hero_nav li:first-child {
	margin-left: 0;
}

.shigira .sec_hero .hero_nav li:last-child {
	margin-right: 0;
}

.shigira .sec_hero .hero_nav li:nth-child(3) {
	margin-left: auto;
}

.shigira .sec_inner {
	padding: 25px 0;
}

.shigira .sec_title {
	margin-bottom: 12px;
}

.shigira .sec_lead_txt {
	text-align: left;
	margin-bottom: 20px;
}

.shigira .sec p {
	font-size: 3.46667vw;
}

.shigira .sec_intro .sec_inner {
	padding: 0 0 8vw;
}

.shigira .sec_intro .anchor_btn {
	width: 62.31%;
	margin: 0 auto 15px;
}

.shigira .sec_intro .anchor_btn a {
	font-size: 3.2vw;
	height: 9.33333vw;
	padding-left: 10px;
}

.shigira .sec_intro .anchor_btn a::after {
	width: 7px;
	height: 11px;
}

.shigira .sec_hotel .sec_inner {
	padding: 8vw 0;
}

.shigira .sec_hotel .sec_title {
	margin-bottom: 30px;
}

.shigira .sec_hotel .wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shigira .sec_hotel .hotel_comment {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 25px;
}

.shigira .sec_hotel .hotel_comment p {
	width: 102%;
	margin: 0 -2% 0 0;
}

.shigira .sec_hotel .hotel_img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 6.66667vw;
}

.shigira .sec_hotel .hotel_img .slider_main {
	margin-bottom: 10px;
}

.shigira .sec_hotel .hotel_img .slider_nav {
	padding: 0 30px;
}

.shigira .sec_hotel .hotel_img .slider_nav .slick-slide {
	margin: 0 3px;
}

.shigira .sec_hotel .hotel_img .slider .slick-arrow {
	width: 24px;
}

.shigira .sec_hotel .hotel_img .slider .slick-arrow::after {
	top: calc(50% - 3px);
	left: calc(50% - 6px);
	width: 6px;
	height: 6px;
	border-width: 1px;
}

.shigira .sec_hotel .hotel_img .slider .slick-prev::after {
	left: calc(50% - 3px);
}

.shigira .sec_hotel .hotel_tour {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	width: 100%;
	margin-top: 6.66667vw;
}

.shigira .sec_hotel .hotel_tour .tour_tit {
	margin-bottom: 4vw;
}

.shigira .sec_hotel .hotel_tour .tour_airport {
	width: 42.4vw;
	height: 8.53333vw;
	background-size: 6.66667vw auto;
}

.shigira .sec_hotel .hotel_tour .tour_airport > span {
	font-size: 3.2vw;
	width: calc(50% - 3vw);
}

.shigira .sec_hotel .hotel_tour .tour_table thead {
	display: none;
}

.shigira .sec_hotel .hotel_tour .tour_table thead th,
.shigira .sec_hotel .hotel_tour .tour_table thead td {
	font-size: 3.2vw;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody tr {
	display: block;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody tr:not(:first-of-type) {
	display: none;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody th {
	display: none;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody td {
	width: 100%;
	border-bottom: 1px solid #c3ad87;
	position: relative;
	display: block;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody td:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 29.33333vw;
	content: attr(data-label);
	z-index: 1;
	color: #baa175;
	font-weight: bold;
	font-size: 4vw;
	height: 100%;
	padding: 0 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shigira .sec_hotel .hotel_tour .tour_table tbody td a {
	font-size: 5.33333vw;
	z-index: 2;
	padding: 10px 30px 10px 29.33333vw;
}

.shigira .sec_hotel .hotel_tour .tour_cnt + .tour_cnt {
	margin-top: 6.66667vw;
}

.shigira .sec_hotel .hotel_tour .tour_cnt .cnt_tit {
	font-size: 4.53333vw;
}

.shigira .sec_hotel .hotel_tokuten {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt {
	padding: 2.66667vw 0 3.73333vw;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt::after {
	left: -10%;
	width: 120%;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head {
	background-size: auto 6.13333vw;
	padding-top: 8vw;
	margin-bottom: 2.66667vw;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head .name {
	margin-bottom: 3.33333vw;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head .name img {
	height: 1.33333vw;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_head .tit img {
	height: 5.33333vw;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_body {
	padding: 10px 20px;
}

.shigira .sec_hotel .hotel_tokuten .tokuten_cnt .cnt_body p {
	font-size: 3.46667vw;
}

.shigira .sec_flight .sec_inner {
	padding: 16vw 0 14.66667vw;
}

.shigira .sec_flight .sec_title {
	margin-bottom: 5.33333vw;
}

.shigira .sec_flight .flight_schedule {
	padding: 15px;
}

.shigira .sec_flight .flight_schedule table th,
.shigira .sec_flight .flight_schedule table td:last-of-type {
	width: 12.5%;
}

.shigira .sec_flight .flight_schedule table thead th,
.shigira .sec_flight .flight_schedule table thead td {
	font-size: 2.93333vw;
	padding-bottom: 5px;
}

.shigira .sec_flight .flight_schedule table tbody td {
	font-size: 2.93333vw;
}

.shigira .sec_flight .flight_schedule table tbody th {
	font-size: 2.66667vw;
}

.shigira .sec_flight .flight_schedule table tbody td:last-of-type {
	font-size: 2.66667vw;
}

.shigira .sec_flight .flight_info {
	margin-top: 6.66667vw;
}

.shigira .sec_flight .flight_info .tit_01 {
	font-size: 3.6vw;
	padding: 2vw 10px 2vw 50px;
	background-size: 25px auto;
	background-position: 17px;
	margin-bottom: 2.66667vw;
}

.shigira .sec_flight .flight_info .tit_02 {
	font-size: 3.73333vw;
	margin-top: 4vw;
	margin-bottom: 1.33333vw;
}

.shigira .sec_flight .flight_info p {
	font-size: 2.93333vw;
}

.shigira .sec_flight .flight_info figure {
	margin: 2.66667vw 0;
}

.shigira .sec_flight .flight_info figure figcaption {
	font-size: 2.66667vw;
}

.shigira .sec_contact .sec_inner {
	padding: 14.66667vw 0 16vw;
}

.shigira .sec_contact .sec_title {
	font-size: 4.8vw;
	margin-bottom: 6.66667vw;
}

.shigira .sec_contact .contact_txt .tit {
	text-align: center;
	font-size: 4.53333vw;
	margin-bottom: 4vw;
}

.shigira .sec_contact .contact_txt p {
	font-size: 3.2vw;
}

.shigira .sec_contact .contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 5.33333vw;
}

.shigira .sec_contact .contact_btn_tel {
	width: 48.9%;
}

.shigira .sec_contact .contact_btn_tel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	border-radius: 4px;
	border: 2px solid #3f9cff;
	color: #3f9cff;
	font-size: 4.4vw;
	font-weight: bold;
	position: relative;
	height: 10.4vw;
}

.shigira .sec_contact .contact_btn_tel a::after {
	left: 2vw;
	font-size: 100%;
}

.shigira .sec_contact .contact_btn_tel a .pc {
	display: none;
}

.shigira .sec_contact .contact_btn_form {
	width: 48.9%;
}

.shigira .sec_contact .contact_btn_form a {
	font-size: 4.4vw;
	height: 10.4vw;
	padding-right: 4vw;
	border-radius: 4px;
}

.shigira .sec_contact .contact_btn_form a::after {
	right: 3.2vw;
}

}

@media print {

body {
	-webkit-print-color-adjust: exact;
	min-width: 1140px !important;
	width: 100%;
	position: relative !important;
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

}

