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

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

* {
  box-sizing: border-box;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

html {
	font-size: 62.5%;
}
@media screen and (max-width: 768px) {
	html {
		font-size: 57.5%;
	}
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	color: #303030;
}

a {
	text-decoration: none;
}

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

.sp_only {
	display: none !important;
}
.sp_only2 {
	display: none !important;
}
.pc_only {
	display: block !important;
}
.pc_only2 {
	display: inline-block !important;
}

@media screen and (max-width: 787px) {
	.sp_only {
		display: block !important;
	}
	.sp_only2 {
		display: inline-block !important;
	}
	.pc_only {
		display: none !important;
	}
	.pc_only2 {
		display: none !important;
	}
}


#dp_kv {
	position: relative;
	vertical-align: bottom;
}
#dp_kv .top_kv_scrolldown {
}
a.top_kv_scrolldown {
	/*background: #303030;*/
  display: inline-block;
  position: absolute;
  left: 50%;
	transform: translate(-50%);
  bottom: -80px;
  z-index: 2;
  padding: 100px 10px 10px;
  overflow: hidden;
  line-height: 1.4;
  letter-spacing: 0.4rem;
  font-size: 1.2rem;
  text-decoration: none;
	color: #303030;
}
a.top_kv_scrolldown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 80px;
  background: #303030;
  animation: down 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


#anchor_btn {
}
.anchor_btn_wrap {
	width: 100%;
	margin: 15px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anchor_btn_wrap a {
	position: relative;
	display: block;
	text-align: center;
	width: 50%;
	color: #ffffff;
	padding: 15px;
	font-weight: 600;
	font-size: 1.4rem;
}
.anchor_btn_wrap a::after {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
}
.anchor_btn_wrap a.anchor_btn_plane {
	background-color: #79bae2;
}
.anchor_btn_wrap a.anchor_btn_train {
	background-color: #8bcca2;
}


#dp_info {
}
.dp_info_wrap {
	max-width: 1150px;
	padding: 60px 25px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dp_info_wrap div:first-child {
	width: 70%;
	padding-right: 3%;
}
.dp_info_wrap div:first-child p:nth-child(2){
	font-size: 1.4rem;
	padding-top: 15px;
}
.dp_info_wrap div:nth-child(2) {
	width: 30%;
}
.dp_info_wrap div:nth-child(2) img {
	vertical-align: bottom;
}

.dp_heading {
	position: relative;
	display: block;
  max-width: 650px;
	margin: 0 auto 30px;
}
.dp_heading img {
	width: 100%;
}
#dp_plane_rsv, #dp_train_rsv {
	position: relative;
	width: 100%;
	background: -moz-linear-gradient(180deg, #79bae2 0%, #79bae2 70%, #ffffff 70%, #ffffff 100%);
	background: -webkit-linear-gradient(180deg, #79bae2 0%, #79bae2 70%, #ffffff 70%, #ffffff 100%);
	background: linear-gradient(180deg, #79bae2 0%, #79bae2 70%, #ffffff 70%, #ffffff 100%);
	padding: 30px 25px 0;
}
#dp_train_rsv {
	background: -moz-linear-gradient(180deg, #8bcca2 0%, #8bcca2 70%, #ffffff 70%, #ffffff 100%);
	background: -webkit-linear-gradient(180deg, #8bcca2 0%, #8bcca2 70%, #ffffff 70%, #ffffff 100%);
	background: linear-gradient(180deg, #8bcca2 0%, #8bcca2 70%, #ffffff 70%, #ffffff 100%);
}
.dp_plane_img, .dp_train_img {
	position: absolute;
	max-width: 320px;
	width: 25%;
	bottom: 0;
	box-sizing: border-box;
}
.dp_plane_img {
	left: 0;
}
.dp_train_img {
	right: 0;
}
.dp_plane_img img, .dp_train_img img {
	vertical-align: bottom;
}
.dp_rsv_wrap {
	max-width: 1100px;
	padding: 60px 15%;
	margin: 0 auto;
	background-color: #ffffff;
}
.dp_rsv_wrap_form {
	position: relative;
	z-index: 2;
}


#dp_pagetop {
	position: relative;
	display: block;
	height: 80px;
	background-color: #f5f5f5;
	width: 100%;
	transition: all 0.3s;
}
#dp_pagetop::before {
  position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	border-top: solid 1px #303030;
	border-right: solid 1px #303030;
	transform: rotate(-45deg);
	top: calc(50% - 5px);
	left: calc(50% - 15px);
	transition: all 0.3s;
}

#dp_pagetop:hover {
	background-color: #303030;
}
#dp_pagetop:hover::before {
	top: calc(50% - 10px);
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

footer {
	font-size: 1.4rem;
}
.footer_wrap {
	position: relative;
	max-width: 1150px;
	padding: 60px 25px;
	margin: 0 auto;
}
.footer_hotel_list {
	display: flex;
	justify-content: space-between;
}
.footer_logo {
	width: 20%;
	max-width: 150px;
}
.footer_hotel_list ul {
	width: 20%;
	padding-left: 2.5%;
	margin-bottom: 60px;
}
.footer_hotel_list ul li.ttl {
	font-weight: 600;
}
.footer_hotel_list .oldname {
	display: block;
	line-height: 1.0;
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.footer_sns {
	position: absolute;
	bottom: 60px;
	right: 25px;
}
.footer_sns a {
	display: inline-block;
	width: 30px;
	margin-left: 15px;
}
.footer_linkbox {
	margin-top: 15px;
	display: flex;
}
.footer_linkbox li {
	margin-right: 15px;
}

@media screen and (max-width: 787px) {
	.dp_info_wrap {
		flex-wrap: wrap;
		padding: 40px 15px 0;
	}
  .dp_info_wrap div:first-child {
  	width: 100%;
  	padding-right: 0;
  }
  .dp_info_wrap div:nth-child(2) {
	  width: 100%;
		max-width: 300px;
		margin: 30px auto 0;
  }
	.dp_rsv_wrap {
		padding: 40px 5%;
	}
	#dp_plane_rsv, #dp_train_rsv {
		background: -moz-linear-gradient(180deg, #79bae2 0%, #79bae2 85%, #ffffff 85%, #ffffff 100%);
		background: -webkit-linear-gradient(180deg, #79bae2 0%, #79bae2 85%, #ffffff 85%, #ffffff 100%);
		background: linear-gradient(180deg, #79bae2 0%, #79bae2 85%, #ffffff 85%, #ffffff 100%);
		padding: 30px 15px 0;
	}
	#dp_train_rsv {
		background: -moz-linear-gradient(180deg, #8bcca2 0%, #8bcca2 85%, #ffffff 85%, #ffffff 100%);
		background: -webkit-linear-gradient(180deg, #8bcca2 0%, #8bcca2 85%, #ffffff 85%, #ffffff 100%);
		background: linear-gradient(180deg, #8bcca2 0%, #8bcca2 85%, #ffffff 85%, #ffffff 100%);
	}
	.dp_plane_img, .dp_train_img {
		position: static;
		width: 65%;
	}
	.dp_train_img {
		margin-left: auto;
	}
	.footer_wrap {
		padding: 40px 15px;
	}
	.footer_hotel_list {
		flex-wrap: wrap;
	}
	.footer_logo {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer_logo img {
		max-width: 150px;
	}
	.footer_hotel_list ul {
		width: 50%;
	}
	.footer_sns {
		position: static;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer_copyright {
		text-align: center;
	}
	.footer_linkbox {
		display: block;
		text-align: center;
	}
	.footer_linkbox li {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

/*------------------

航空券付きプランのフォーム調整

------------------*/
#dp_plane_rsv select, #dp_plane_rsv input {
	height: 45px!important;
	width: 100%;
	border: solid 1px #303030!important;
	background-color: #ffffff!important;
  font-size: 1.6rem!important;
	border-radius: 0!important;
}

#dp_plane_rsv .dp_rsv_wrap_form form {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#dp_plane_rsv dt {
  min-width: 120px;
	font-weight: 600;
}
#dp_plane_rsv .plane_select_stay {
  width: 98%;
	margin: 0 1%;
}
#dp_plane_rsv .plane_select_stay dl {
  display: flex;
	align-items: center;
}
#dp_plane_rsv .plane_select_stay dd {
	width: 100%;
}
#dp_plane_rsv .plane_select_place, #dp_plane_rsv .plane_select_day {
	width: 48%;
	margin: 0 1%;
}
#dp_plane_rsv .plane_select_other {
	width: 31%;
	margin: 0 1%;
}
#dp_plane_rsv .plane_select_other {
	width: 48%;
	margin: 0 1%;
}
#dp_plane_rsv button {
	background: #303030!important;
	color: #fff !important;
	margin: 3% 0 1% 0;
	padding: 10px 0 14px;
	font-size: 18px;
	width: 60%;
	border: none;
	cursor: pointer;
	position: relative;
  margin-top: 30px;
}
#dp_plane_rsv .linkList {
	margin-top: 30px;
	text-align: center;
	font-size: 1.3rem;
}
@media screen and (max-width: 787px) {
	#dp_plane_rsv .plane_select_stay {
	  width: 100%;
		margin: 0;
	}
	#dp_plane_rsv .plane_select_stay dl {
	  display: block;
	}
	#dp_plane_rsv .plane_select_place, #dp_plane_rsv .plane_select_day {
		width: 100%;
		margin: 0;
	}
	#dp_plane_rsv .plane_select_other {
		width: 100%;
		margin: 0;
	}
}

/*------------------

JR乗車付きプランのフォーム調整

------------------*/
#dp_train_rsv select, #dp_train_rsv option {
	height: 45px!important;
	border: solid 1px #303030!important;
	background-color: #ffffff!important;
  font-size: 1.6rem!important;
	border-radius: 0!important;
}
.train_hotel_select {
	padding: 0 1%;
	display: flex;
	align-items: center;
}
.train_hotel_select span {
	font-weight: 600;
	min-width: 120px;
}
.train_hotel_select select {
	vertical-align: top;
  width: 100%;
  height: 38px;
  padding: 5px;
  border-radius: 0;
  box-sizing: border-box;
  background: #fff
}
.jrset_gadget_box {
	padding: 0!important;
}
.jrset_gadget_box #dojrsetSearch {
	margin-top: 30px;
  background: #303030!important;
}
.jrset_date {
  height: 43px!important;
  font-size: 1.6rem!important;
  display: flex;
	align-items: center;
}
.jrset_gadget_box #jrset_togo_wrap dd .jrset_gadget_calendar_btn {
  width: auto!important;
	margin-top: 3px;
}
#jrset_gadget_box .linkList {
	margin-top: 30px;
	text-align: center;
}
#jrset_gadget_box .linkList li {
	font-size: 1.3rem;
	background-color: #ffffff;
	display: table;
	margin: 0 auto 10px;
}
@media screen and (max-width: 787px) {
	.train_hotel_select {
		padding: 0;
		display: block;
	}
	.jrset_gadget_box #jrset_togo_wrap dd, .jrset_gadget_box #jrset_direction_pref_wrap dd, .jrset_gadget_box #jrset_pax_wrap dd {
		width: 100%!important;
		margin: 0!important;
	}
}

.check_btn {
	pointer-events: none;
	opacity: 0.4;
}

/*------------------

JR乗車付きプランのフォーム調整

------------------*/
#dp_train_rsv select, #dp_train_rsv input {
	height: 45px!important;
	width: 100%;
	border: solid 1px #303030!important;
	background-color: #ffffff!important;
  font-size: 1.6rem!important;
	border-radius: 0!important;
}

#dp_train_rsv .dp_rsv_wrap_form form {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#dp_train_rsv dt {
  min-width: 120px;
	font-weight: 600;
}
#dp_train_rsv .plane_select_stay {
  width: 98%;
	margin: 0 1%;
}
#dp_train_rsv .plane_select_stay dl {
  display: flex;
	align-items: center;
}
#dp_train_rsv .plane_select_stay dd {
	width: 100%;
}
#dp_train_rsv .plane_select_place, #dp_train_rsv .plane_select_day {
	width: 48%;
	margin: 0 1%;
}
#dp_train_rsv .plane_select_other {
	width: 31%;
	margin: 0 1%;
}
#dp_train_rsv .plane_select_other {
	width: 48%;
	margin: 0 1%;
}
#dp_train_rsv button {
	background: #303030!important;
	color: #fff !important;
	margin: 3% 0 1% 0;
	padding: 10px 0 14px;
	font-size: 18px;
	width: 60%;
	border: none;
	cursor: pointer;
	position: relative;
  margin-top: 30px;
}
#dp_train_rsv .linkList {
	margin-top: 30px;
	text-align: center;
	font-size: 1.3rem;
}
@media screen and (max-width: 787px) {
	#dp_train_rsv .plane_select_stay {
	  width: 100%;
		margin: 0;
	}
	#dp_train_rsv .plane_select_stay dl {
	  display: block;
	}
	#dp_train_rsv .plane_select_place, #dp_train_rsv .plane_select_day {
		width: 100%;
		margin: 0;
	}
	#dp_train_rsv .plane_select_other {
		width: 100%;
		margin: 0;
	}
}