@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html
#main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
@media screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
  .pcOnly {
		display: block;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
  .spOnly {
		display: block;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/


/*kvArea
=======================*/


.kv {
	height: 580px;
  width: 100%;
	margin: 0;
  
}
.kvTitWrap {
	z-index: 5;
}
.kvArea {
	position: relative;
}
.kv_tit_01 {
  position: absolute;
  top: 2%;
	left: 2%;
	z-index: 5;
}
.kv_tit_02 {
  position: absolute;
  bottom: 0;
	left: 0;
	z-index: 5;
}
.kvArea h1 {
	position: relative;
	margin: 0;
  display: inline;
	font-size: 7.5rem;
  font-weight: 700;
  color: #10387d;
  text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
  line-height: 1.2;
  padding: 10px 0;
}
.kvArea h1 span {
  font-size: 6.5rem;
}
.h1_wrap {
  display: inline-grid;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(123,185,213,0.2) 8%, rgba(123,185,213,0.2) 50%, rgba(123,185,213,0.2) 92%, rgba(255,255,255,0) 100%);
}
.kvTitWrap .p_01 {
  font-size: 3.3rem;
}
.kvTitWrap .p_01 span {
  font-size: 5.5rem;
  line-height: 1.2;
  padding: 0 2px 0 6px;
}
.kvTitWrap .p_white {
  color: #fff;
  text-shadow: 2px 2px 8px #10387d, -2px 2px 8px #10387d, 2px -2px 8px #10387d, -2px -2px 8px #10387d;
}
.kvTitWrap .p_02_01 {
  font-size: 2.6rem;
  line-height: 1.5;
}
.kvTitWrap .p_02_02 {
  font-size: 2.2rem;
}
.kvTitWrap .p_red {
  font-size: 9.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #d31111;
  text-shadow: 2px 2px 20px #fff, -2px 2px 20px #fff, 2px -2px 20px #fff, -2px -2px 20px #fff;
}
.kvTitWrap .p_red span {
  font-size: 8.2rem;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
		max-height: 350px;
    width: 100%;
	}
  .kvTitWrap .p_01 {
    font-size: 1.3rem;
  }
  .kvTitWrap .p_01 span {
    font-size: 2.0rem;
  }
  .kvArea h1 {
    font-size: 3.0rem;
  }
  .kvArea h1 span {
    font-size: 2.2rem;
  }

  .kvTitWrap .p_02_01 {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .kvTitWrap .p_red {
    font-size: 3.7rem;
  }
  .kvTitWrap .p_red span {
    font-size: 3.0rem;
  }
  .kvTitWrap .p_02_02 {
    font-size: 1.1rem;
  }
  .kvTitWrap .p_white {
    text-shadow: 1px 1px 5px #10387d, -1px 1px 5px #10387d, 1px -1px 5px #10387d, -1px -1px 5px #10387d;
  }
  .kvTitWrap .p_red {
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff, 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
  }
  .kv_tit_02 img {
    max-height: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width:360px) { 
  .kvTitWrap .p_01 {
    font-size: 1.1rem;
  }
  .kvArea h1 {
    font-size: 2.5rem;
  }
  .kvTitWrap .p_red {
    font-size: 3.2rem;
  }
  .kvTitWrap .p_02_02 {
    font-size: 1.0rem;
  }
  
}
@media screen and (max-width:767.98px) {
  .kv_tit_02 img {
    max-height: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width:490px) {
  .kv_tit_02 img {
    max-height: 80%;
    max-width: 80%;
  }
}

@media screen and (max-width:385px) {
  .kv_tit_02 img {
    max-height: 100%;
    max-width: 100%;
  }
}
/*kv値段削除仕様 値段表示の際にコメントアウト*/
@media screen and (max-width:767.98px) {
  .kvArea {
    height: 300px;
  }
  .kv, .kv .slider-item {
    z-index: -1;
    position: relative;
	}
}

/*=====================*/


/*menuNav
=======================*/
.menuNav {
	background: #fff;
}
.menuNav_inner {
	display: flex;
	justify-content: center;
	max-width: 1160px;
	margin: 0 auto;
}
.menuNav .navItem {
	width: 100%;
	font-size: 2rem;
	text-align: center;
	background: #fff;
}
.menuNav .navItem:last-of-type {
	border-right: none;
}
.menuNav .navItem a {
	display: block;
	width: 100%;
	padding: 20px;
  color: #fff;
  background-color: #0e306a;
}
.menuNav .navItem a span {
	position: relative;
}
.menuNav .navItem a span::after {
	position: absolute;
	content: '';
	top: 45%;
	right: -25px;
	width: 12px;
	height: 12px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .menuNav .navItem {
	border-right: 2px solid #a9a9a9;
}
	.menuNav .navItem {
		transition: 0.2s ease all;
	}
	.menuNav .navItem a:hover {
		background: #0e306a;
    color: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.menuNav .navItem a {
		padding: 15px 20px 15px 2px;
    font-size: 1.1rem;
	}
	.menuNav .navItem a span::after {
		top: 30%;
    right: -20px;
		transform: translateY(-30%) rotate(45deg);
	}
  .menuNav_inner {
    flex-wrap: wrap;
  }
  .menuNav .navItem {
    width: 50%;
  }
  .menuNav .navItem:first-of-type {
    border-right: 2px solid #a9a9a9;
  }
  .menuNav .navItem:last-of-type {
    width: 100%;
    border-top: 2px solid #a9a9a9;
  }
}

/*=====================*/

.contents_inner section {
  padding-top: 80px;
}
@media screen and (max-width:767.98px) {
  .contents_inner section {
    padding-top: 20px;
  }
}
/*h2
=======================*/
.h2_wrap {
  text-align: center;
  position: relative;
  margin: 50px 0 30px;
}
.h2_wrap::before {
  position: absolute;
  content: "";
  background: url("/med/chubu/feature/abroad/diamondprincess_charter/img/h_bg_pc.png") no-repeat;
  max-width: 187px;
  width: 100%;
  max-height: 25px;
  height: 100%;
  top: -25px;
  left: 50%;
  transform:  translateX(-50%);
}
.h2_wrap h2 {
  font-size: 3.4rem;
  color: #0e306a;
  margin: 8px 0 0;
}
.h2_wrap p {
  font-size: 2.0rem;
  color: #149297;
}
@media screen and (max-width:767.98px) {
  .h2_wrap {
    margin: 50px 0 40px;
  }
  .h2_wrap::before {
    background: url("/med/chubu/feature/abroad/diamondprincess_charter/img/sp/h_bg_sp.png") no-repeat;
    max-width: 140px;
    width: 100%;
    max-height: 18px;
    height: 100%;
    top: -15px;
    left: 50%;
    transform:  translateX(-50%);
    background-size: contain;
  }
  .h2_wrap h2 {
    font-size: 1.7rem;
  }
  .h2_wrap p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:340px) {
  .h2_wrap h2 {
    font-size: 1.5rem;
  }
  .h2_wrap p {
    font-size: 1.2rem;
  }
}
/*=====================*/

/*#serviceArea
=======================*/
.serviceArea {
  text-align: center;
}
.serviceArea .gray_wrap {
  background-color: #f7f7f7;
  padding: 35px 0 12px;
  position: relative;
}
.serviceArea .gray_wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #f7f7f7;
  border-bottom: 0;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.serviceArea .gray_wrap p {
  font-size: 1.8rem;
}
.serviceArea .p_green {
  color: #149297;
}
.serviceArea table {
  width: 100%;
}
.serviceArea table th, .serviceArea table td {
  border: 1px solid #6588a4;
  text-align: left;
  background-color: #fff;
  padding-left: 30px;
}
.serviceArea table th {
  font-weight: 600;
}
.serviceArea .table_wrap {
  margin: 20px auto 5px;
  max-width: 500px;
  width: 100%;
}
.serviceArea .table_wrap p {
  text-align: right;
  font-size: 1.4rem;
}
.serviceArea .red_wrap {
  background-color: #930505;
  padding: 25px 0;
  font-size: 3.0rem;
  position: relative;
}
.serviceArea .red_wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #930505;
  border-bottom: 0;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.serviceArea .red_wrap p {
  padding-bottom: 10px;
  color: #fff;
}
.serviceArea .red_wrap .p_gold {
  color: #db9f37;
}
.serviceArea .red_wrap .p_uline {
  border-bottom: 1px solid #db9f37;
}
.serviceArea .service_contents_wrap {
  padding: 35px 0;
  background: #ebf4f7;
}
.serviceArea .service_contents_wrap p {
  color: #0e306a;
  line-height: 1.25;
  margin-top: 5px;
}
.serviceArea .icn_box {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  background-color: #fff;
  padding: 30px 0;
  max-width: 1000px;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .serviceArea .icn_box div + div {
    margin-left: 80px;
  }
  .serviceArea .icn_box div:nth-of-type(n+2) {
    position: relative;
  }

  .serviceArea .icn_box div:nth-of-type(n+2)::before {
    position: absolute;
    content: "";
    background: url("/med/chubu/feature/abroad/diamondprincess_charter/img/service_icon_05.png") no-repeat;
    width: 20px;
    height: 20px;
    top: 30%;
    left: -45px;
  }
}
.serviceArea .icn_box p span {
  font-size: 1.2rem;
}
@media screen and (max-width:767.98px) {
  .serviceArea .gray_wrap {
    padding: 15px 0;
  }
  .serviceArea .gray_wrap p {
    font-size: 1.3rem;
  }
  .serviceArea table {
    font-size: 1.2rem;
  }
  .serviceArea .table_wrap {
    width: 80%;
    margin: 15px auto 0;
  }
  .serviceArea table th, .serviceArea table td {
    padding-left: 10px;
  }
  .serviceArea .red_wrap {
    font-size: 1.5rem;
    padding: 22px 0 10px;
  }
  .serviceArea .icn_box {
    flex-wrap: wrap;
    padding: 15px;
    margin: 10px;
  }
  .serviceArea .icn_box div {
    width: 50%;
  }
  .serviceArea .icn_box div:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .service_contents_wrap p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:359px) {
  .serviceArea .red_wrap {
    font-size: 1.3rem;
  }
}
/*=====================*/


/*port_callArea
=======================*/
.port_callArea {
  margin: 0 auto;
  max-width: 1160px;
  padding-bottom: 100px;
}
.port_callArea .port_call_txt_img_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.port_call_txt {
  position: relative;
  padding: 25px 50px 25px 75px;
  width: 55%;
}
.port_call_txt::before, .port_call_txt::after {
  position: absolute;
  width: 90px;
  height: 90px;
  transition: .3s;
  content: '';
}
.port_call_txt::before {
  top: 0px;
  left: 0px;
  border-top: 1px solid #0e306a;
  border-left: 1px solid #0e306a;
}

.port_call_txt::after {
  bottom: 0px;
  right: 0px;
  border-right: 1px solid #0e306a;
  border-bottom: 1px solid #0e306a;
}
.port_call_txt ul li + li {
  margin-top: 6px;
}
.port_call_txt ul li {
  position: relative;
}
.port_call_txt ul li::before {
  position: absolute;
  content: "";
  background: url("/med/chubu/feature/abroad/diamondprincess_charter/img/li_icon_pc.png") no-repeat;
  width: 14px;
  height: 14px;
  top: 4px;
  left: -20px;
}
.port_call_img {
  width: 36%;
}
.port_call_img img {
  width: 100%;
}
@media screen and (max-width:767.98px) {
  .port_callArea .port_call_txt_img_wrap {
    flex-flow: column-reverse;
  }
  .port_call_img {
    width: 80%;
  }
  .port_call_txt {
    width: 90%;
    padding: 25px 25px 25px 35px;
    font-size: 1.2rem;
    margin-top: 25px;
  }
  .port_call_txt::before, .port_call_txt::after {
    width: 60px;
    height: 60px;
  }
}

/*=====================*/


/*roomArea
=======================*/
.roomArea {
  background-color: #ebf4f7;
  padding-bottom: 90px;
}
.room_wrap_01, .room_wrap_02 {
  max-width: 1160px;
  margin: 0 auto;
}
.room_box {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}
.room_wrap_01, .room_box + .room_wrap_01, .room_box {
  margin-top: 30px;
}
.room_wrap_01 .room_box .room_name {
  color: #0e306a;
  font-size: 2.4rem;
  line-height: 1.0;
  padding-bottom: 15px;
  border-bottom: 1px solid #0e306a;
}
.room_wrap_01 .room_box .room_name span {
  font-size: 1.4rem;
}
.room_wrap_02 .room_box .room_name_01_01, .room_wrap_02 .room_box .room_name_01 {
  color: #0e306a;
  font-size: 2.4rem;
  line-height: 1.0;
  padding-top: 20px;
}
.room_wrap_02 .room_box .room_name_02 {
  color: #0e306a;
  font-size: 1.4rem;
  line-height: 1.0;
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #0e306a;
}
.room_box .room_name .room_ann {
  color: #333;
}
.room_box .room_txt_wrap .room_ex {
  margin-top: 20px;
}

.room_box .room_txt_wrap .room_ex .room_gold {
  text-align: center;
}
.room_box .room_txt_wrap .room_ex .room_gold .gold_h {
  border: 1px solid #bd9f46;
  color: #bd9f46;
}
.room_box .room_txt_wrap .room_ex .room_gold .gold_p {
  color: #fff;
  background-color: #bd9f46;
  padding: 5px 0;
}
.room_box .room_txt_wrap .room_ex .room_gold .gold_p span {
  position: relative;
  top: -10px;
  font-size: 1.2rem;
}

.room_box .room_txt_wrap .room_ex .price_wrap {
  text-align: right;
}
.room_box .room_txt_wrap .room_ex .price_wrap p {
  font-size: 2.2rem;
  line-height: 1.2;
}
.room_box .room_txt_wrap .room_ex .price_wrap .person {
  font-size: 1.4rem;
}
.room_box .room_txt_wrap .room_ex .price_wrap .price {
  color: #cc0d21;
  font-weight: 700;
}
.room_box .room_txt_wrap .room_ex .price_wrap p + p {
  margin-top: 26px;
}
.roomArea .h3_wrap {
  padding: 10px 0;
  border-bottom: 2px solid #0e306a;
  /*max-width: 785px;*/
  width: 60%;
  margin: 48px auto 15px;
}
.roomArea .h3_wrap h3 {
  font-size: 2.6rem;
  color: #0e306a;
  text-align: center;
  border-bottom: 1px solid #0e306a;
  /*max-width: 710px;*/
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (min-width:768px) {
  .room_wrap_01 .room_box {
    display: flex;
    align-items: center;
  }
  .room_box .room_img_wrap {
    max-width: 270px;
    max-height: 180px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
  }
  .room_wrap_01 .room_box .room_img_wrap {
    width: 25%;
  }
  .room_wrap_01 .room_box .room_txt_wrap {
    margin-left: 60px;
    width: 65%;
  }
  .room_wrap_01 .room_box .room_name span {
    padding-left: 20px;
  }
  .room_wrap_01 .room_box .room_txt_wrap .room_ex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .room_wrap_01 .room_box .room_txt_wrap .room_ex .room_gold {
    width: 63%;
  }
  .room_wrap_02 {
    display: flex;
    justify-content: space-between;
  }
  .room_wrap_02 .room_box {
    width: 45%;
  }
  .room_wrap_02 .room_box .room_img_wrap {
    text-align: center;
  }
}
@media screen and (max-width:767.98px) {
  .roomArea {
    padding-bottom: 45px;
  }
  .roomArea .h3_wrap {
    width: 95%;
  }
  .roomArea .h3_wrap h3 {
    font-size: 1.5rem;
    width: 95%;
    line-height: 1.3;
  }
  .room_box {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }
  .room_box + .room_box {
  margin-top: 30px;
}
  .room_box .room_img_wrap {
    max-width: 270px;
    width: 100%;
    max-height: 140px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
  }
  .room_wrap_01 .room_box .room_name {
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .room_wrap_02 .room_box .room_name_01_01, .room_wrap_02 .room_box .room_name_01 {
    font-size: 1.5rem;
  }
  .room_wrap_02 .room_box .room_name_02 {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .room_box .room_txt_wrap .room_ex {
    margin-top: 10px;
    text-align: center
  }
  .room_box .room_txt_wrap .room_ex .price_wrap {
    margin-top: 20px;
  }
  .room_box .room_txt_wrap .room_ex .price_wrap p {
    font-size: 1.8rem;
  }
  .room_box .room_txt_wrap .room_ex .price_wrap .price {
    font-size: 1.8rem;
  }
  .room_box .room_txt_wrap .room_ex .price_wrap .person {
    font-size: 1.2rem;
  }
  .room_box .room_txt_wrap .room_ex .price_wrap p + p {
    margin-top: 15px;
  }
  .room_box .room_name .room_ann {
    margin-top: 10px;
  }
  .room_wrap_01 .room_box .room_name span {
    font-size: 1.2rem;
  }
  .room_box .room_txt_wrap .room_ex .room_gold {
    font-size: 1.2rem;
  }
  .room_box .room_txt_wrap .room_ex .room_gold .gold_p {
    line-height: 1.2;
  }
  .room_box .room_txt_wrap .room_ex .room_gold .gold_p span {
    top: -3px;
    font-size: 1.0rem;
  }
}
/*=====================*/

/*pln_tbl
=======================*/
.pln_tbl {
  width: 80%;
  border: 3px solid #0e306a;
  text-align: center;
  margin: 20px auto 10px;
}
.pln_tbl td {
font-weight: 600;
}
.pln_tbl th {
border: 2px solid #8d9297;
padding: 15px 0;
}
.pln_tbl td {
  border: 2px solid #8d9297;
  padding: 5px 0;
}

.pln_tbl .color_bg {
background-color: #fffbec;
}
.pln_tbl .book_btn {
background-color: #f9eecf;
}
.pln_tbl th .smallTxt {
font-size: 1.4rem;
}
.pln_tbl .book_btn a {
/*  background-color: #bd9f46;*/
  background-color: #b5b5b5;
  border-radius: 10px;
  padding: 5px 40px 5px 20px;
  pointer-events: none;
}
.pln_tbl .book_btn a {
  position: relative;
  color: #fff;
  border: 1px solid #444343;
  box-shadow: 1px 1px 0 0 rgba(68, 67, 67, 1);
}
.pln_tbl .book_btn a::before {
  position: absolute;
  content: "";
  background: url("/med/chubu/feature/abroad/diamondprincess_charter/img/tbl_icn.png") no-repeat;
  width: 16px;
  height: 22px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

@media screen and (min-width:768px) {
.pln_tbl .book_btn a:hover {
    background-color: #fff;
    color: #bd9f46;
    border: 1px solid #bd9f46;
    box-shadow: none;
  }
.pln_tbl .book_btn a:hover::before {
    background: url("/med/chubu/feature/abroad/diamondprincess_charter/img/tbl_icn_hover.png") no-repeat;
  }
}
@media screen and (max-width:767.98px) {
  .pln_tbl {
    width: 95%;
    font-size: 1.4rem;
    border: 2px solid #0e306a;
  }
  .pln_tbl th {
    padding: 5px 0;
    border: 1px solid #8d9297;
  }
  .pln_tbl td {
    border: 1px solid #8d9297;
  }
  .pln_tbl .book_btn a {
    padding: 5px 30px 5px 15px;
  }
  .pln_tbl .book_btn a::before {
    width: 8px;
    height: 11px;
    background-size: contain;
  }
}
@media screen and (max-width:767.98px) {
  .pln_tbl {
    font-size: 1.2rem;
  }
}
/*=====================*/

/*announce
=======================*/
.announce {
  max-width: 1160px;
  margin: 60px auto 10px;
  color: #0e306a;
  font-size: 1.5rem;
}
.announce ul {
  margin: 15px 0 40px;
}
.announce .red {
  color: #cc0d21;
  font-weight: 600;
}
.announce table {
  max-width: 710px;
  width: 100%;
  margin: 60px auto 10px;
  background: #fff;
}
.announce table th, .announce table td {
  border: 2px solid #ccc;
  text-align: center;
  padding: 15px 0;
}
.announce table th {
  font-weight: 600;
}
.announce table .p_left {
  text-align: left;
  padding-left: 30px;
}
.announce table + .red {
  text-align: center;
}
@media screen and (max-width:767.98px) {
  .announce {
    margin: 50px 10px 0;
    font-size: 1.2rem;
  }
  .announce ul {
    margin: 12px 0 30px
  }
  .announce table {
    margin: 25px auto 5px;
    width: 100%;
  }
  .announce table th, .announce table td {
    padding: 12px 0;
  }
  .announce table + .red {
    text-align: left;
  }
  .announce table .p_left {
    padding-left: 15px;
  }
}
@media screen and (max-width:359px) {
  .announce table .p_left {
    padding-left: 10px;
  }
}
/*=====================*/

/*reserveBar(ボタン1つ)
=======================*/
/*#reserveBar {
  position: fixed;
  bottom: -130px;
  left: 0;
  width: 100%;
  padding: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  transition: .5s ease;
  z-index: 800;
}
#reserveBar p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#reserveBar a {
  display: inline-block;
  width: 100%;
  padding: 20px 0 20px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background-color: #bd9f46;
  position: relative;
}
#reserveBar a::before {
  position: absolute;
  border: 1px solid #fff;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
@media (min-width: 768px) {
  #reserveBar {
    display: flex;
    justify-content: space-evenly;
  }
  #reserveBar a:hover {
    color: #bd9f46;
    background-color: #fff;
    position: relative;
  }
  #reserveBar a:hover::before {
    border: 1px solid #bd9f46;
  }
}
@media screen and (max-width:767.98px) {
  #reserveBar {
    padding: 10px;
  }
  #reserveBar a {
    padding: 15px 0;
    line-height: 1.3;
    font-size: 1.9rem;
  }
}*/

/*=====================*/

/*reserveBar(ボタン2つ)
=======================*/
#reserveBar {
  width: 100%;
  font-size: 2rem;
  position: fixed;
  right: 0;
  left: 0;
  bottom: -180px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: .5s bottom ease-out;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  align-items: center;
}
#reserveBar p {
  width: 45%;
}
#reserveBar p .reserveBar_a {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background-color: #bd9f46;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  padding: 10px 0;
  line-height: 1.3;
}
#reserveBar p .reserveBar_a::before {
  position: absolute;
  border: 1px solid #fff;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
#reserveBar .newbtn .reserveBar_a span {
  position: relative;
  margin: 0 auto;
  margin-bottom: -35px;
}
#reserveBar .newbtn .reserveBar_a span::before,
#reserveBar .newbtn .reserveBar_a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 2rem;
  background: #fff;
}
#reserveBar .newbtn .reserveBar_a span::before {
  transform: rotate(-30deg);
  left: -10%;
}
#reserveBar .newbtn .reserveBar_a span::after {
  transform: rotate(30deg);
  right: -10%;
}
@media (min-width: 768px) {
  #reserveBar {
    display: flex;
    justify-content: space-evenly;
  }
  #reserveBar p .reserveBar_a:hover {
    color: #bd9f46;
    background-color: #fff;
    position: relative;
  }
  #reserveBar p .reserveBar_a:hover::before {
    border: 1px solid #bd9f46;
  }
  #reserveBar p .reserveBar_a:hover span::before,
  #reserveBar p .reserveBar_a:hover span::after {
    background: #bd9f46;
  }
  #reserveBar p .newbtn .reserveBar_a {
    line-height: 1.2;
  }
  #reserveBar .newbtn .reserveBar_a span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:900px) {
  #reserveBar .reserveBar_a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:767.98px) {
  #reserveBar {
    flex-direction: column;
    padding: 10px;
  }
  #reserveBar p {
    width: 100%;
  }
  #reserveBar p .reserveBar_a {
    padding: 10px 0;
    line-height: 1.3;
    font-size: 1.9rem;
  }
  #reserveBar .newbtn {
    margin-top: 10px;
  }
  #reserveBar .newbtn .reserveBar_a span {
    font-size: 1.3rem;
    margin-bottom: -25px;
  }
  #reserveBar .newbtn .reserveBar_a span::before,
  #reserveBar .newbtn .reserveBar_a span::after {
    height: 1.8rem;
  }
}
/*=====================*/



/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
	left: 93%;
	position: sticky;
/*	bottom: 140px;*/
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
  .pageTopBtn {
    /*bottom: 80px;*/
/*    bottom: 180px;*/
  }
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/

