* {
  box-sizing: border-box;
  outline: none;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
  position: relative;
  max-width: 100%;
  line-height: 2.0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.8pt;
  overflow-x: hidden;
	font-family: "Yu Gothic Medium",YuGothic,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",HelveticaNeue,Arial,Verdana,"游ゴシック体","游ゴシック Medium","游ゴシック","Yu Gothic",Meiryo,sans-serif;
}
body li {
  list-style: none;
}
body a {
  display: inline-block;
}
body a:link, body a:visited, body a:hover, body a:active {
  /*color: #fff;*/
  text-decoration: none;
}
body span, body em {
  font-style: normal;
}
body img {
  max-width: 100%;
	width: 100%;
  height: auto;
}
@media screen and (min-width: 940px) {
  .pc {
    display: block;
  }
}
@media (min-width: 1px) and (max-width: 940px) {
  .pc {
    display: none;
  }
}
#contents {
	/*max-width: 960px;*/
	  width: 100%;
	margin: 0 auto;
  position: relative;
}
#plane {
	max-width: 960px;
	width: 90%;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
hr.style1{
  border-top: 1px solid #ccc;
}
/*+-----メニュー-----*/
/*.drawer--right.drawer-open .drawer-hamburger {
	right: 0.25rem !important;
}*/
.drawer-hamburger {
	width: 35px !important;
	padding: 18px 1.5rem 30px !important;
	background-color: #EA5520 !important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #fff !important;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent !important;
}
.drawer-nav {
	width: 200px !important;
}
.drawer--right .drawer-nav {
	right: -50% !important;
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0 !important;
} 
.drawer--right .drawer-hamburger {
	border-radius: 0 0 0 10px;
}
.drawer-menu {
	margin-top: 8rem !important;
	padding: 1rem !important;
}
.drawer-brand {
	margin-bottom: 5px;
	color: #333 !important;
}
.drawer-brand:hover {
	color: #EA5520 !important;
	transition: .3s;
}


/*+-----kv-----*/
#kv {
  background: url("../img/main_bg_pc.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
	margin: 0;
  padding: 60px 0 120px;
}
/*#kv p.main {
  display: flex;
  justify-content: center;
  overflow: hidden;
}*/
#kv p.main img {
  width: 45%;
  height: 100%;
  max-width: 700px;
	margin: 0 auto;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 1023px) {
  #kv p.main img {
    height: 100%;
    width: 100%;
    max-width: 80%;
  }
}

@media screen and (max-width: 940px) {
	#kv {
	  background: url("../img/main_bg_sp.jpg") no-repeat center;
	  background-size: cover;
	  text-align: center;
	  padding-bottom: 160px;
	}
	#kv p.main {
		padding: 40px 0 0;
	}
	  #kv p.main img {
    max-width: 500px;
		  width: 95%;
	}

}
@media screen and (max-width: 800px) {
  #kv p.main {
    height: 100%;
    width: 100%;
  }
  #kv p.main img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
	  padding-right: 25px;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
/*+-----date-----*/
#date {
  background: #EA5520;
  color: #fff;
  padding: 25px 0;
  margin: 0 auto;
position: relative;
}
#date .bublle {
	max-width: 150px;
  position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1781px) {
	#date .bublle {
		    right: 22%;
	}
}
@media screen and (min-width: 1231px) and (max-width: 1780px) {
	#date .bublle {
		    right: 13%;
	}
}
@media screen and (max-width: 1023px) {
	#date .bublle {
		/*display: none;*/
		top: -40px;
        right: 0;
	}
}
@media screen and (max-width: 844px) {
	#date .bublle {
		/*display: none;*/
		top: -40px;
        right: -80px;
	}
}
#date .inner {
  text-align: center;
}
#date p {
  /*display: inline-block;*/
	max-width: 570px;
	margin: 0 auto;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 2;
}
#date .inner {
  margin-bottom: 20px;
}
#date .inner:last-of-type {
  margin-bottom: 0;
}
#date .inner p.txt:nth-of-type(2) {
  font-weight: normal;
	display: inline-block; 
	font-size: 14px;
}
#date span.box {
  font-size: 16px;
  background: #fff;
  color: #333333;
  padding: 3px 15px;
  margin-right: 15px;
	border-radius: 25px;
}
#date span.num {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  #date {
    padding: 15px 0 15px;
  }
  #date p {
    text-align: center;
    font-size: 13px;
  }
	#date .inner:nth-of-type(3) p.txt span.box {
	  margin-bottom: 15px;
	}
	#date .inner:nth-of-type(3) p.txt span.sp {
	  font-size: 18px;
		line-height: 1em;
	}
	#date .inner p.txt:nth-of-type(2) {
		margin-top: 5px;
		line-height: 1.5em;
	}
  #date span.box {
    font-size: 14px;
    margin: 0 0 5px;
    padding: 3px 13px;
    display: inline-block;
    line-height: 1.3;
  }
  #date p span:nth-child(6) {
    margin: 10px 0 5px;
    display: inline-block;
  }
  #date span.num {
    font-size: 25px;
  }
  #date .inner:last-child span.box {
    margin-bottom: 15px;
  }
  #date .inner:last-child p.txt span.sp {
    font-size: 19px;
	 line-height: 1.5em;
  }
}

/*-----common-----*/
section {
	margin: 80px auto 0;
}
.flexbox {
	display: flex;
	justify-content: space-evenly;
}
.note {
	font-size: 12px !important;
}
.info {
	margin-bottom: 35px !important;
}
.info p {
	text-align: center;
	line-height: 2.1em;
	font-size: 18px;
	font-weight: bold;
}
.hl {
	width: fit-content;
    margin: 0 auto;
	padding: 0 10px;
    text-align: center;
    background-color: #FFF100;
    font-size: 20px;
    font-weight: bold;
}
.red {
	color: #CC0000;
}
.highlight {
	background-color: #ffe33f;
}
@media screen and (max-width: 940px) {
	.flexbox {
		display: inherit;
	}
	.hl {
		margin-bottom: 15px !important;
		font-size: 18px;
	}
}

/*-----ボタン-----*/
p.btn_air {
	line-height: 1.5em;
}
p.btn_air a:link, p.btn_air a:visited {
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  font-size: 22px;
  padding: 20px 100px 15px;
  background: #EA5520;
  color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
p.btn_air a:hover,
.btn:hover{
	opacity: .6;
	transition: .3s;
}
p.btn_air span::after {
	content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
	background-image: url("../img/ic_blank.png");
    background-size: contain;
    background-position: bottom;	
}
p.btn_txt {
	margin-top: 25px;
	text-align: center;
}
p.btn_txt a:link {
	text-decoration: underline;
}
p.btn_txt a:link:hover {
	opacity: .6;
}
.btn a span {
	position: relative;
}
.btn a span.r:after {
  content: '';
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  margin-left: 30px;
  transition: all .4s;
}
.btn a span.u:after {
  content: '';
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(135deg);
  position: absolute;
  top: calc(50% - 4px);
  margin-left: 30px;
  transition: all .4s;
}
/* ホバーアクション */
/*@media(hover: hover) {
  .btn a:hover span:after {
    margin-left: 30px;
  }
}*/

@media screen and (max-width: 940px) {
	p.btn_air a:link, p.btn_air a:visited {
		width: 100%;
		padding: 20px 0;
	}
}


/*-----タイトル-----*/

#contents h1.title {
	max-width: 270px;
	margin: 0 auto 30px;
}
/*#contents h1.title {
	margin: 0 auto 65px !important;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#contents h1.title::before {
	content: "";
	width: 200px;
	position: absolute;
	bottom: -10px;
	height: 5px;
	left: 50%; 
	background-color: #CC0000;
	transform: translateX(-50%); 
}
#contents h1.title::after {
	content: '';
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 13px solid #CC0000; 
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}*/
#contents h2 {
	/*margin-bottom: 20px;*/
	font-size: 22px;
	font-weight: 900;
	font-family: 'Noto Sans JP';
}

@media screen and (max-width: 940px) {
	#contents h1.title {
	font-size: 30px;
	line-height: 1.5em;
	}
	#contents h1.title::before {
		bottom: -15px;
	}
	#contents h1.title::after {
		top: 130%;
	}
}

/*-----hotellist-----*/
#contents .hotellist {
	max-width: 90%;
	width: 820px;
	margin: 60px auto 20px;
	position: relative;
	border: solid 1.5px transparent; /*枠有の時*/
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
#contents .hotellist p {
	width: fit-content;
	margin: 0 auto;
	padding: 2px 25px 1px;
	background-color: #EA5520;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}
#contents .hotellist ul.logo {
	margin: 2rem auto 0;
	display: flex;
    justify-content:space-evenly;
	flex-wrap: wrap;
	padding: 1rem 0 2rem;
}
#contents .hotellist ul.logo li {
	max-width: 85px;
	align-content: center;
}
#contents .hotellist.sp_only ul.logo {
	padding-top: 2rem;
}
#contents .hotellist.sp_only ul.logo:last-child {
	padding-top: 0;
}

/*-----anchor-----*/
#contents ul.anchor {
	max-width: 960px;
	margin: 9rem auto 0;
	display: flex;
    justify-content: space-around;
}
#contents ul.anchor li {
	width: 215px;
	margin: 0 auto;
	padding: 1rem;
    background: #fff;
	border:solid 1.5px #EA5520;
    border-radius: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}
#contents ul.anchor li a {
	margin-left: -10px;
	position: relative;
color :#333;
}
#contents ul.anchor li a::after {
	border-right: solid 3px #EA5520;
    border-top: solid 3px #EA5520;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: -20px;
    top: calc(50% - 8px);
    transform: rotate(135deg);
    width: 10px;
}
#contents ul.anchor li :hover {
	opacity: .6;
	transition: .3s;
}

@media screen and (max-width: 940px) {
	#contents ul.anchor {
		display: inherit;
	}
	#contents ul.anchor li {
		width: 85%;
		margin-bottom: 25px;
	}
}


/*-----about-----*/
#about {
	margin-top: 0;
	padding: 0 0 120px !important;
}
#about div {
	max-width: 90%;
	margin: 0 auto;
}
#about p.text {
	max-width: 560px;
	width: 90%;
	margin: 0 auto 20px;
}
#about p {
	text-align: center;
}
#about p:last-child {
	line-height: 1.8em;
	font-size: 20px;
	font-family: "noto sans JP";
	font-weight: bold;
}


/*-----plane-----*/

#plane {
	text-align: center;
}
#plane h2 {
	color: #EA5520;
}
#plane div.jal,
#plane div.tw,
#plane div.un {
	margin: 80px 0;
}
#plane div.un .flexbox {
	margin-bottom: 40px;
}
#plane div.un .flexbox:last-of-type {
	margin-bottom: 0;
}
#plane .highlight {
	width: fit-content;
	margin: -15px auto 0;
    padding:2px 10px;
	line-height: 1.6em;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
#plane .info p:nth-of-type(2) span {
	font-size: 175%;
}
table {
	border-collapse: collapse;
}
#plane .flexbox > div {
	width: 460px;
}
#plane .flexbox table tr:first-child th {
	background-color: #666666;
	color: #fff;
}
#plane .flexbox table.table {
	width: 100%;
	text-align: center;
}
#plane .flexbox table tr,
#plane .flexbox table th,
#plane .flexbox table td {
	padding: 10px 0;
	border:  solid 1px #D0D0D0;
	line-height: normal;
	vertical-align: middle;
}
#plane .flexbox table {
 /* max-width: 1200px;
  width: 95%;*/
  margin: 0 auto 10px;
}
#plane .flexbox div p.note {
 text-align: right;
}
#plane .flexbox table.table th {
	text-align: center;
  background-color: #EEEEEE;
}
table p {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 940px) {
	#plane .flexbox > div {
		width: 100%;
	}
	#plane .flexbox div:first-of-type {
		margin-bottom: 5px;
	}
}

/*-----sale-----*/

#sale {
	margin-top: 0;
	text-align: center;
}
#sale .yoko {
	position: relative;
}
#sale .yoko::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-12deg);
  background-color: #cc0000;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
#sale #eco .inner h1 {
	margin: 0 auto;
}
#sale .info p:nth-of-type(2) {
	line-height: normal;
}
#sale .hl,#sale h1,#sale .info {
	max-width: 960px;
	margin: 0 auto;
}
#sale .flexbox div p:first-of-type,
#sale .inner p:first-of-type {
	line-height: 1.8em;
	font-weight: bold;
	font-size: 20px;
}
#sale .flexbox div p:first-of-type span,
#sale .inner p:first-of-type span {
	font-size: 160%;
}
/*#sale .flexbox div p:nth-of-type(1),
#sale .inner p:nth-of-type(1) {
	margin: 20px auto -20px;
}*/
/*#sale .flexbox div p:nth-of-type(2),*/
#sale .inner p:nth-of-type(2) {
	font-weight: bold;
	font-size: 180%;
}
/*#sale .flexbox div p:nth-of-type(2) span,*/
#sale .inner p span.red {
	font-size: 160% !important;
}
#sale .flexbox .eco {
	border: solid 5px #048484;
	border-radius: 10px;
}
#sale .flexbox div h2 {
	margin-bottom: 25px;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	line-height: 1.5em;
}
#sale .flexbox .eco h2,
#sale .flexbox .eco .btn {
	background-color: #048484;
}
#sale .flexbox div .btn {
	width: 260px;
	margin: 0 auto;
	padding: 12px 0;
	border-radius: 5px;
}
#sale .flexbox div .btn a:link,
#sale .flexbox div .btn a:visited,
#sale .inner h3 {
	color: #fff	
}
#sale .inner {
	padding: 20px 0 25px;
	background-color: #fff;
	position: relative;
	filter:drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
}
#sale .inner::before {
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 35px solid #fff;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}
#about,
#sale #eco .bg_eco, 
.bg {
	padding: 60px 0 100px;
	background-color: #FFFCEB;
} 
#sale .inner h3 {
	width: fit-content;
	margin: 0 auto 15px;
	padding: 10px 25px;
	border-radius: 50px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.25em;
}
#sale #eco .inner h3 {
	background-color: #048484;
}
#sale #eco .marker {
	background: linear-gradient(transparent 60%, #ffe33f 50%);
	font-size: 100%;
}
#sale #eco .inner p:first-child {
	font-size: 22px;
	font-family: "noto sans JP";
	font-weight: 900;
}
#sale #eco ul li .sale_img {
	position: relative;
}
#sale #eco ul li .sale_img p {
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#sale #eco ul {
	max-width: 960px;
	margin: 0 auto;
	/*background-color: #E5FBF6;*/
	text-align: left;
}
#sale #eco ul li {
	margin-bottom: 25px;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(100, 85, 30, 0.15);
	border-radius: 20px;
}
#sale ul li .flexbox > div {
	width: 50%;
}
#sale ul li .sale_text {
	margin-left: 30px;
}
#sale ul li .sale_text .price {
	font-weight: bold;
}
#sale ul li .sale_text .red {
	font-weight: bold;
	font-size: 200%;
	font-family: "noto sans JP";
}
#sale ul li .sale_text .note {
	margin-bottom: 5px;
	letter-spacing: normal;
	font-size: 14px !important;
}
#sale ul li p.ribbon {
	padding: 2px;
	color: #EA5520;
	border-radius: 50px;
}
#sale ul li p.ribbon {
	width: fit-content;
	padding: 2px 10px 1px;
}
#sale #eco ul li p.ribbon {
	background-color: #FFFFFF;
	border: solid 1px #EA5520;
}
#sale #viz ul li p.ribbon {
	background-color: #003366;
}
#sale h4 {
	font-size: 22px;
	font-weight: bold;
	/*letter-spacing: -0.06em;*/
	line-height: 1.5em;
}

#sale ul li .tokuten {
	margin: 30px auto 0;
}
#sale ul li .tokuten p.tag {
	width: fit-content;
	margin-left: 0;
	margin-bottom: 15px;
	padding: 0 10px;
	background-color: #EA5520;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#sale ul li .tokuten div p {
	line-height: normal;
	font-weight: bold;
}
#sale ul li .tokuten div p.square,
#caution div p{
	padding-left: 1em;
	text-indent: -1em;
}
#sale .btn_list {
	width: 300px;
	margin: 0 auto;
	padding: 10px;
	background-color: #EA5520;
	border-radius: 50px;
	text-align: center;
}
#sale .btn_list a:link, #sale .btn_list a:visited {
	color: #fff;
	font-weight: bold;
}
#sale ul li .btnwrap {
	margin-top: 25px;
}
#sale ul li .btnwrap .btn_txt {
	text-align: center;
	margin-top: 15px;
}

@media screen and (max-width: 940px) {
	#sale .info p:nth-of-type(2) {
	font-size: 18px;
}
	#sale #eco ul, #sale #viz ul {
		width: 90%;
		margin: 0 auto;
	}
	#sale .bg_combi {
		background: url("../img/bg_combi_sp.jpg") no-repeat;
		background-position: center;
        background-size: cover;
}
	#sale .hl, #sale h1, #sale .info, #sale .bg_combi > div {
		width: 90%;
		margin: 0 auto;
	}
	#sale .bg_combi .flexbox div {
		width: 100%;
		margin: 0 auto;
	}
	#sale .flexbox .eco {
		margin-bottom: 25px !important;
	}
	#sale ul li .flexbox > div {
		width: 100%;
	}
	#sale ul li .sale_text {
		margin-left: 0;
		margin-top: 15px;
	}
	#sale .flexbox div p:first-of-type {
		font-size: 15px;
	}
	#sale #eco ul li, #sale #viz ul li {
		padding: 15px;
	}
}
@media screen and (min-width: 941px) and (max-width: 1023px) {
	#sale #eco ul li,
	#sale #viz ul li {
		max-width: 95%;
		margin: 0 auto 25px;
	}
}

/*-----bnr-----*/
#bnr .bg .inner > p {
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	  font-family: 'Noto Sans JP';
}
/*#bnr p:nth-of-type(1) {
	margin-top: -25px;
}*/
#bnr .bg .inner {
	max-width: 90%;
	margin: 0 auto;
}
#bnr p:nth-of-type(3) {
	margin-bottom: 5px;
	font-size: 16px;
	color: #CC0000;
}
#bnr .bg .inner > p.fs120 {
	margin-top: -10px;
	font-size: 120%;
}
#bnr p span.blue {
	color: #0173BC;
}
#bnr p span.orange {
	color: #ED6D3C;
}
#bnr p span.green {
	color: #09A3A3;
}

/*-----caution-----*/
#caution {
	max-width: 960px;
	margin: 150px auto;
}
#caution h2 {
	width: 50%;
	margin: 0 auto;
}
#caution > p {
	margin-top: -25px;
	text-align: center;
}
#caution div {
	width: 90%;
	margin: 60px auto;
}
#caution div p {
	margin-bottom: 10px;
	line-height: 1.8em;
}
@media screen and (max-width: 940px) {
	#caution {
		width: 100%;
	}
	#caution h2 {
		width: 90%;
	}
	#caution div {
		margin: 35px auto;
	}
}


/*-----bnr-----*/
#bnr .immer {
	max-width: 960px;
	width: 90%;
	margin: 0 auto
}
#bnr div {
	text-align: center;
}
#bnr div > img {
	max-width: 450px;
	width: 100%;
	margin-bottom: 3%;
}
#bnr div a:hover {
	opacity: .6;
	transition: .3s;
}
#bnr div a img {
	max-width: 750px;
	width: 100%;
}


/* footer
----------------------------------------------------------- */
footer {
  font-size: 12px;
}
footer .foot_inner {
	margin: 200px auto 100px;
	background: url("../img/bg_foot.png") no-repeat;
	background-position: center;
	background-size: contain;
	text-align: center;
}
footer .foot_inner img {
  width: 35%;
}
footer .foot_link {
  text-align: center;
  padding: 10px 0;
	background-color: #EA5520;
}
footer .foot_link p {
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width: 940px) {
	footer .foot_inner {
		margin-bottom: 45px;
	}
	footer .foot_inner img {
		width: 90%;
	}
}



/*pageTop
------------------------------------------------------------------------ */
#page-top {
  position: fixed;
  font-size: 12px;
  font-weight: bold;
  right: 0;
  bottom: 10px;
  z-index: 10;
  background: #fff;
  width: 90px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 0 0 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#page-top span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #EA5520;
  line-height: 1.1;
  font-weight: normal;
}
@media print, screen and (max-width:640px) {
  #page-top {
    width: 70px;
    height: 50px;
  }
  #page-top span {
    font-size: 13px
  }
}
/*-----#loading-----*/
#loading {
  background: #F56132;
  position: fixed;
  inset: 0;
  z-index: 888;
  display: grid;
  place-items: center;
}
#loading p img {
  width: 200px;
}
.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  z-index: 999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-----終了-----*/
.end {
	width: 90% ;
	max-width: 750px;
    margin: 0 auto;
    font-size: 145%;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: solid 6px #EA5520;
    padding: 20px 0;
    border-radius: 50px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}